:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1140px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1139.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn,
.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    transition: none;
  }
}

.btn:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.btn.focus,
.wp-block-buttons .wp-block-button .focus.wp-block-button__link {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.wp-block-buttons .wp-block-button .disabled.wp-block-button__link,
.btn:disabled,
.wp-block-buttons .wp-block-button .wp-block-button__link:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.wp-block-buttons .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
.wp-block-buttons .wp-block-button a.disabled.wp-block-button__link,
fieldset:disabled a.btn,
fieldset:disabled .wp-block-buttons .wp-block-button a.wp-block-button__link,
.wp-block-buttons .wp-block-button fieldset:disabled a.wp-block-button__link {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #080810;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1139.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

.col-sm-12 {
  flex-basis: 100%;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../eot/ubuntu-light.eot");
  src: url("../eot/ubuntu-lightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ubuntu-light.woff2") format("woff2"), url("../woff/ubuntu-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../eot/ubuntu-regular.eot");
  src: url("../eot/ubuntu-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ubuntu-regular.woff2") format("woff2"), url("../woff/ubuntu-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../eot/ubuntu-medium.eot");
  src: url("../eot/ubuntu-mediumd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ubuntu-medium.woff2") format("woff2"), url("../woff/ubuntu-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../eot/ubuntu-bold.eot");
  src: url("../eot/ubuntu-boldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/ubuntu-bold.woff2") format("woff2"), url("../woff/ubuntu-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../eot/opensans-light.eot");
  src: url("../eot/opensans-lightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/opensans-light.woff2") format("woff2"), url("../woff/opensans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../eot/opensans-regular.eot");
  src: url("../eot/opensans-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/opensans-regular.woff2") format("woff2"), url("../woff/opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../eot/opensans-semibold.eot");
  src: url("../eot/opensans-semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/opensans-semibold.woff2") format("woff2"), url("../woff/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
}

body.admin-bar .mobile-menu-box {
  top: 108px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-box {
    top: 122px;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .mobile-menu-box {
    top: 126px;
  }
}

body.admin-bar .header-section .full-height-box {
  min-height: calc(100vh - 152px);
}

@media only screen and (max-width: 1280px) {
  body.admin-bar .header-section .full-height-box {
    min-height: calc(100vh - 132px);
  }
}

@media only screen and (max-width: 1140px) {
  body.admin-bar .header-section .full-height-box {
    min-height: calc(100vh - 122px);
  }
}

@media only screen and (max-width: 782px) and (max-width: 1140px) {
  body.admin-bar .header-section .full-height-box {
    min-height: calc(100vh - 136px);
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .header-section .full-height-box {
    min-height: auto;
  }
}

body.admin-bar .header-section .full-height-box.with-sub-menu {
  min-height: calc(100vh - 206px);
}

@media only screen and (max-width: 1280px) {
  body.admin-bar .header-section .full-height-box.with-sub-menu {
    min-height: calc(100vh - 186px);
  }
}

@media only screen and (max-width: 1140px) {
  body.admin-bar .header-section .full-height-box.with-sub-menu {
    min-height: calc(100vh - 176px);
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header-section .full-height-box.with-sub-menu {
    min-height: calc(100vh - 190px);
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .header-section .full-height-box.with-sub-menu {
    min-height: auto;
  }
}

.site-wrapper {
  overflow: hidden;
  padding-top: 120px;
}

@media only screen and (max-width: 1280px) {
  .site-wrapper {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1140px) {
  .site-wrapper {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 80px;
  }
}

.site-wrapper.with-sub-menu {
  padding-top: 174px;
}

@media only screen and (max-width: 1280px) {
  .site-wrapper.with-sub-menu {
    padding-top: 154px;
  }
}

@media only screen and (max-width: 1140px) {
  .site-wrapper.with-sub-menu {
    padding-top: 144px;
  }
}

@media only screen and (max-width: 767px) {
  .site-wrapper.with-sub-menu {
    padding-top: 130px;
  }
}

* {
  font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
  background: #513cee;
  color: #fff;
}

::selection {
  background: #513cee;
  color: #fff;
}

.container {
  max-width: 1180px !important;
}

@media only screen and (max-width: 767px) {
  .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec-margin {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .sec-margin {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin {
    margin-bottom: 40px;
  }
}

.sec-margin-blocks {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .sec-margin-blocks {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-blocks {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-blocks {
    margin-bottom: 10px;
  }
}

.sec-padding {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-padding {
    padding-bottom: 40px;
  }
}

.sec-double-padding,
.faq-section.section-bg-2,
.solutions-section.section-bg-2 {
  padding: 150px 0;
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding,
  .faq-section.section-bg-2,
  .solutions-section.section-bg-2 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding,
  .faq-section.section-bg-2,
  .solutions-section.section-bg-2 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding,
  .faq-section.section-bg-2,
  .solutions-section.section-bg-2 {
    padding: 40px 0;
  }
}

.container-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 1280px) {
  .container-padding {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .container-padding {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .container-padding {
    padding: 40px 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 15px 0;
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 374px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 38px;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 374px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 374px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.single-knowledge .content-wrap h2,
.single-support .content-wrap h2 {
  font-size: 25px;
}

@media only screen and (max-width: 1024px) {
  .single-knowledge .content-wrap h2,
  .single-support .content-wrap h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .single-knowledge .content-wrap h2,
  .single-support .content-wrap h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 374px) {
  .single-knowledge .content-wrap h2,
  .single-support .content-wrap h2 {
    font-size: 20px;
  }
}

.single-knowledge .content-wrap h3,
.single-support .content-wrap h3 {
  font-size: 21px;
}

@media only screen and (max-width: 1024px) {
  .single-knowledge .content-wrap h3,
  .single-support .content-wrap h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .single-knowledge .content-wrap h3,
  .single-support .content-wrap h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 374px) {
  .single-knowledge .content-wrap h3,
  .single-support .content-wrap h3 {
    font-size: 18px;
  }
}

.single-knowledge .content-wrap h4,
.single-support .content-wrap h4 {
  font-size: 19px;
}

@media only screen and (max-width: 1024px) {
  .single-knowledge .content-wrap h4,
  .single-support .content-wrap h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .single-knowledge .content-wrap h4,
  .single-support .content-wrap h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 374px) {
  .single-knowledge .content-wrap h4,
  .single-support .content-wrap h4 {
    font-size: 17px;
  }
}

p {
  color: #080810;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  p {
    font-size: 15px;
  }
}

p:empty {
  display: none;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  color: #080810;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  ol li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  ol li {
    font-size: 15px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  color: #513cee;
  color: var(--mainColor);
}

ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.other-languages):not(.gfield_checkbox):not(.gfield_radio):not(.blocks-gallery-grid):not(.smp-menu):not(.smp-extra-menu):not(.socials) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.other-languages):not(.gfield_checkbox):not(.gfield_radio):not(.blocks-gallery-grid):not(.smp-menu):not(.smp-extra-menu):not(.socials) li {
  color: #080810;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.other-languages):not(.gfield_checkbox):not(.gfield_radio):not(.blocks-gallery-grid):not(.smp-menu):not(.smp-extra-menu):not(.socials) li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.other-languages):not(.gfield_checkbox):not(.gfield_radio):not(.blocks-gallery-grid):not(.smp-menu):not(.smp-extra-menu):not(.socials) li {
    font-size: 15px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.other-languages):not(.gfield_checkbox):not(.gfield_radio):not(.blocks-gallery-grid):not(.smp-menu):not(.smp-extra-menu):not(.socials) li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #513cee;
  background-color: var(--mainColor);
}

a {
  color: #513cee;
  color: var(--mainColor);
}

a:hover,
a:focus {
  text-decoration: underline;
}

blockquote {
  max-width: 854px;
  text-align: center;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 1140px) {
  blockquote {
    max-width: none;
  }
}

blockquote,
blockquote > p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  blockquote,
  blockquote > p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  blockquote,
  blockquote > p {
    font-size: 22px;
  }
}

blockquote em,
blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] li:last-child {
  margin-right: 0;
}

ul[id*=menu] li:first-child {
  margin-left: 0;
}

ul[id*=menu] li a {
  font-size: 16px;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

.sec-styled-titles h1 em,
.sec-styled-titles h2 em,
.sec-styled-titles h3 em,
.sec-styled-titles h4 em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

.flex-box-parent,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks {
    margin: 0 -15px;
  }
}

.flex-box-child,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item {
  padding: 0 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.dark-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
}

.dark-overlay.gray-bg {
  background-color: rgba(0, 0, 0, 0.35);
}

.grey-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1001;
}

@media only screen and (max-width: 1279px) {
  .grey-overlay {
    display: none !important;
  }
}

.iframe-holder {
  display: none;
}

.video-pop-up-row {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  clear: both;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1140px) {
  .video-pop-up-row {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

.video-pop-up-row .video-pop-up {
  display: block;
  width: 100%;
}

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.pop-up-box {
  display: flex;
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .pop-up-box {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pop-up-box {
    right: 15px;
    bottom: 15px;
  }
}

.pop-up-box .pop-img-wrap {
  display: flex;
  flex-grow: 1;
}

.pop-up-box .pop-img-wrap .pop-img {
  width: 240px;
  background-size: cover;
  background-position: center;
}

.pop-up-box .pop-block-box {
  width: 255px;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 7px 20px rgba(168, 163, 192, 0.25);
}

.pop-up-box .pop-block-box:before {
  content: '';
  position: absolute;
  top: -130px;
  left: -120px;
  width: 200px;
  height: 120px;
  border-radius: 20px;
  background-color: #513cee;
  transform: rotate(32deg) skewX(10deg);
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info {
  background-color: #fff;
  padding: 50px 25px 30px 25px;
  position: relative;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-0.svg);
  transition: all 0.3s ease-in-out;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:hover:before,
.pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:focus:before {
  opacity: 1;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-sub-title {
  display: block;
  text-align: center;
  color: #080810;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-price {
  display: block;
  color: #513cee;
  color: var(--mainColor);
  font-family: 'Ubuntu', sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-price-sub-title {
  display: block;
  color: #080810;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-button-wrapper .btn,
.pop-up-box .pop-block-box .pop-block .pop-block-info .pb-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .pop-up-box .pop-block-box .pop-block .pop-block-info .pb-button-wrapper .wp-block-button__link {
  max-width: 100%;
}

.pop-up-box.with-image .pop-block-box {
  border-radius: 0 5px 0 0;
  box-shadow: 0 7px 20px rgba(168, 163, 192, 0.25);
}

.pop-up-box.with-image .pop-block-box:before {
  display: none;
}

.pop-up-box.opened {
  visibility: visible;
  opacity: 1;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6 {
  color: #fff;
}

.white-content h1 em,
.white-content h2 em,
.white-content h3 em,
.white-content h4 em,
.white-content h5 em,
.white-content h6 em {
  color: #fff;
}

.white-content .header-text h1 {
  font-weight: 700;
  font-size: 47px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .white-content .header-text h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .white-content .header-text h1 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 374px) {
  .white-content .header-text h1 {
    font-size: 28px;
  }
}

.white-content .header-text h1 em {
  color: #fff !important;
  font-weight: 500 !important;
}

@media only screen and (max-width: 767px) {
  .white-content .header-text p {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 374px) {
  .white-content .header-text p {
    font-size: 15px !important;
  }
}

.white-content p,
.white-content li,
.white-content a {
  color: #fff;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto;
}

.lot-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lot-box lottie-player {
  max-width: 100%;
}

.ajax-no-posts-info {
  display: none;
  text-align: center;
  padding: 15px;
  border: 2px solid #513cee;
}

.ajax-no-posts-info span {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  font-weight: 500;
  font-size: 20px;
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}

.ajax-preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.ajax-preloader:after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #513cee;
  border-color: #513cee transparent #513cee transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search-results-sections {
  padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
  .search-results-sections {
    padding: 50px 0;
  }
}

.search-post-item {
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  background-color: #fff;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}

.search-post-item .post-block-content {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .search-post-item .post-block-content {
    flex-direction: column;
  }
}

.search-post-item .post-block-content .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.search-post-item .post-block-content .post-th-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f5f5f9;
}

.search-post-item .post-block-content .post-th-wrap .post-th-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.search-post-item .post-block-content .post-th-wrap .post-th-box .post-th {
  flex-grow: 1;
  width: 320px;
  padding-top: 68.75%;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .search-post-item .post-block-content .post-th-wrap .post-th-box .post-th {
    padding-top: 56.25%;
    width: 100%;
  }
}

.search-post-item .post-block-content .post-th-wrap .post-th-box .post-th.with-image {
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.search-post-item .post-block-content .post-th-wrap .post-th-box .post-th.with-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #513cee;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.search-post-item .post-block-content .post-th-wrap .post-th-box .post-th.no-image {
  transition: all 0.3s ease-in-out;
  background-color: #513cee;
  background-color: var(--mainColor);
}

.search-post-item .post-block-content .post-th-wrap .post-th-box .post-th.no-image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  zoom: 1.5;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/no-photo.svg);
  transition: all 0.3s ease-in-out;
}

.search-post-item .post-block-content .post-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 100px 30px 40px;
}

@media only screen and (max-width: 1140px) {
  .search-post-item .post-block-content .post-info-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .search-post-item .post-block-content .post-info-box {
    padding: 20px;
  }
}

.search-post-item .post-block-content .post-info-box .th-cats-box {
  margin-bottom: 17px;
}

.search-post-item .post-block-content .post-info-box .post-block-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.search-post-item .post-block-content .post-info-box .post-block-title strong {
  color: #fff;
  font-weight: 500;
  background-color: #513cee;
}

.search-post-item .post-block-content .post-info-box .post-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

.search-post-item .post-block-content .post-info-box .post-desc strong {
  color: #fff;
  font-weight: 500;
  background-color: #513cee;
}

.search-post-item:hover,
.search-post-item:focus {
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.35);
}

.search-post-item:hover .post-block-content .post-th-wrap .post-th-box .post-th.with-image,
.search-post-item:focus .post-block-content .post-th-wrap .post-th-box .post-th.with-image {
  transform: scale(1.1);
}

.search-post-item:hover .post-block-content .post-th-wrap .post-th-box .post-th.no-image,
.search-post-item:focus .post-block-content .post-th-wrap .post-th-box .post-th.no-image {
  background-color: #4633d6;
}

.search-post-item:hover .post-block-content .post-th-wrap .post-th-box .post-th.no-image:after,
.search-post-item:focus .post-block-content .post-th-wrap .post-th-box .post-th.no-image:after {
  opacity: 0.85;
}

.search-post-item:hover .post-block-content .post-info-box .post-link-wrap .link-btn,
.search-post-item:focus .post-block-content .post-info-box .post-link-wrap .link-btn {
  color: #000;
  padding-right: 22px;
  text-decoration: none !important;
}

.search-post-item:hover .post-block-content .post-info-box .post-link-wrap .link-btn:before,
.search-post-item:focus .post-block-content .post-info-box .post-link-wrap .link-btn:before {
  width: 100%;
}

.search-post-item:last-child {
  margin-bottom: 0;
}

.search-post-desc strong {
  font-weight: 700;
}

.svg-check-0,
.svg-check-1,
.svg-check-10,
.svg-check-11,
.svg-check-12,
.svg-check-13,
.svg-check-2,
.svg-check-3,
.svg-check-4,
.svg-check-5,
.svg-check-6,
.svg-check-7,
.svg-check-8,
.svg-check-9,
.svg-chevron-0,
.svg-chevron-1,
.svg-chevron-10,
.svg-chevron-11,
.svg-chevron-12,
.svg-chevron-13,
.svg-chevron-2,
.svg-chevron-3,
.svg-chevron-4,
.svg-chevron-5,
.svg-chevron-6,
.svg-chevron-7,
.svg-chevron-8,
.svg-chevron-9,
.svg-chevron-dark,
.svg-chevron-horizontal-0,
.svg-chevron-horizontal-1,
.svg-chevron-horizontal-10,
.svg-chevron-horizontal-11,
.svg-chevron-horizontal-12,
.svg-chevron-horizontal-13,
.svg-chevron-horizontal-2,
.svg-chevron-horizontal-3,
.svg-chevron-horizontal-4,
.svg-chevron-horizontal-5,
.svg-chevron-horizontal-6,
.svg-chevron-horizontal-7,
.svg-chevron-horizontal-8,
.svg-chevron-horizontal-9,
.svg-chevron-orange,
.svg-chevron-white,
.svg-close-0,
.svg-close-1,
.svg-close-10,
.svg-close-11,
.svg-close-12,
.svg-close-13,
.svg-close-2,
.svg-close-3,
.svg-close-4,
.svg-close-5,
.svg-close-6,
.svg-close-7,
.svg-close-8,
.svg-close-9,
.svg-close-thin-blue,
.svg-earth,
.svg-facebook-white,
.svg-filter-white,
.svg-fullscreen-white,
.svg-header-mask,
.svg-instagram-white,
.svg-linkedin-white,
.svg-logo,
.svg-logo-new,
.svg-no-photo,
.svg-quote,
.svg-search,
.svg-search-dark,
.svg-search-white,
.svg-step_line,
.svg-twitter-white,
.svg-vimeo-white,
.svg-youtube-white {
  background: url("../svg/sprites.svg") no-repeat;
}

.svg-check-0 {
  background-position: 0 0;
}

.svg-check-0-dims {
  width: 13px;
  height: 10px;
}

.svg-check-1 {
  background-position: 0.351066702673508% 0.5701254275940707%;
}

.svg-check-1-dims {
  width: 13px;
  height: 10px;
}

.svg-check-10 {
  background-position: 0.702133405347016% 1.1402508551881414%;
}

.svg-check-10-dims {
  width: 13px;
  height: 10px;
}

.svg-check-11 {
  background-position: 1.053200108020524% 1.710376282782212%;
}

.svg-check-11-dims {
  width: 13px;
  height: 10px;
}

.svg-check-12 {
  background-position: 1.404266810694032% 2.280501710376283%;
}

.svg-check-12-dims {
  width: 13px;
  height: 10px;
}

.svg-check-13 {
  background-position: 1.7553335133675398% 2.8506271379703536%;
}

.svg-check-13-dims {
  width: 13px;
  height: 10px;
}

.svg-check-2 {
  background-position: 2.106400216041048% 3.420752565564424%;
}

.svg-check-2-dims {
  width: 13px;
  height: 10px;
}

.svg-check-3 {
  background-position: 2.4574669187145557% 3.990877993158495%;
}

.svg-check-3-dims {
  width: 13px;
  height: 10px;
}

.svg-check-4 {
  background-position: 2.808533621388064% 4.561003420752566%;
}

.svg-check-4-dims {
  width: 13px;
  height: 10px;
}

.svg-check-5 {
  background-position: 3.1596003240615715% 5.131128848346636%;
}

.svg-check-5-dims {
  width: 13px;
  height: 10px;
}

.svg-check-6 {
  background-position: 3.5106670267350797% 5.701254275940707%;
}

.svg-check-6-dims {
  width: 13px;
  height: 10px;
}

.svg-check-7 {
  background-position: 3.861733729408588% 6.271379703534778%;
}

.svg-check-7-dims {
  width: 13px;
  height: 10px;
}

.svg-check-8 {
  background-position: 4.212800432082096% 6.841505131128848%;
}

.svg-check-8-dims {
  width: 13px;
  height: 10px;
}

.svg-check-9 {
  background-position: 4.563867134755603% 7.411630558722919%;
}

.svg-check-9-dims {
  width: 13px;
  height: 10px;
}

.svg-chevron-0 {
  background-position: 4.906983014289566% 7.986309184255562%;
}

.svg-chevron-0-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-1 {
  background-position: 5.09571313022378% 8.613804905875641%;
}

.svg-chevron-1-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-10 {
  background-position: 5.284443246157994% 9.241300627495722%;
}

.svg-chevron-10-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-11 {
  background-position: 5.473173362092208% 9.8687963491158%;
}

.svg-chevron-11-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-12 {
  background-position: 5.661903478026423% 10.496292070735882%;
}

.svg-chevron-12-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-13 {
  background-position: 5.850633593960636% 11.12378779235596%;
}

.svg-chevron-13-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-2 {
  background-position: 6.03936370989485% 11.751283513976041%;
}

.svg-chevron-2-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-3 {
  background-position: 6.228093825829064% 12.37877923559612%;
}

.svg-chevron-3-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-4 {
  background-position: 6.416823941763279% 13.0062749572162%;
}

.svg-chevron-4-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-5 {
  background-position: 6.605554057697493% 13.63377067883628%;
}

.svg-chevron-5-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-6 {
  background-position: 6.794284173631707% 14.26126640045636%;
}

.svg-chevron-6-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-7 {
  background-position: 6.98301428956592% 14.888762122076441%;
}

.svg-chevron-7-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-8 {
  background-position: 7.171744405500135% 15.51625784369652%;
}

.svg-chevron-8-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-9 {
  background-position: 7.360474521434349% 16.1437535653166%;
}

.svg-chevron-9-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-dark {
  background-position: 7.549204637368563% 16.77124928693668%;
}

.svg-chevron-dark-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-horizontal-0 {
  background-position: 7.750472589792061% 17.36902050113895%;
}

.svg-chevron-horizontal-0-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-1 {
  background-position: 8.101539292465569% 17.8246013667426%;
}

.svg-chevron-horizontal-1-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-10 {
  background-position: 8.452605995139077% 18.28018223234624%;
}

.svg-chevron-horizontal-10-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-11 {
  background-position: 8.803672697812585% 18.735763097949885%;
}

.svg-chevron-horizontal-11-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-12 {
  background-position: 9.154739400486092% 19.191343963553532%;
}

.svg-chevron-horizontal-12-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-13 {
  background-position: 9.5058061031596% 19.646924829157175%;
}

.svg-chevron-horizontal-13-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-2 {
  background-position: 9.856872805833108% 20.10250569476082%;
}

.svg-chevron-horizontal-2-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-3 {
  background-position: 10.207939508506616% 20.558086560364465%;
}

.svg-chevron-horizontal-3-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-4 {
  background-position: 10.559006211180124% 21.01366742596811%;
}

.svg-chevron-horizontal-4-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-5 {
  background-position: 10.910072913853632% 21.469248291571756%;
}

.svg-chevron-horizontal-5-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-6 {
  background-position: 11.26113961652714% 21.9248291571754%;
}

.svg-chevron-horizontal-6-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-7 {
  background-position: 11.612206319200649% 22.380410022779042%;
}

.svg-chevron-horizontal-7-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-8 {
  background-position: 11.963273021874157% 22.83599088838269%;
}

.svg-chevron-horizontal-8-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-horizontal-9 {
  background-position: 12.314339724547665% 23.291571753986332%;
}

.svg-chevron-horizontal-9-dims {
  width: 13px;
  height: 8px;
}

.svg-chevron-orange {
  background-position: 12.644917767592343% 23.78779235596121%;
}

.svg-chevron-orange-dims {
  width: 7px;
  height: 11px;
}

.svg-chevron-white {
  background-position: 12.833647883526558% 24.415288077581287%;
}

.svg-chevron-white-dims {
  width: 7px;
  height: 11px;
}

.svg-close-0 {
  background-position: 13.03291958985429% 25.028506271379705%;
}

.svg-close-0-dims {
  width: 10px;
  height: 10px;
}

.svg-close-1 {
  background-position: 13.302752293577981% 25.598631698973776%;
}

.svg-close-1-dims {
  width: 10px;
  height: 10px;
}

.svg-close-10 {
  background-position: 13.572584997301673% 26.168757126567844%;
}

.svg-close-10-dims {
  width: 10px;
  height: 10px;
}

.svg-close-11 {
  background-position: 13.842417701025365% 26.738882554161915%;
}

.svg-close-11-dims {
  width: 10px;
  height: 10px;
}

.svg-close-12 {
  background-position: 14.112250404749055% 27.309007981755986%;
}

.svg-close-12-dims {
  width: 10px;
  height: 10px;
}

.svg-close-13 {
  background-position: 14.382083108472747% 27.879133409350057%;
}

.svg-close-13-dims {
  width: 10px;
  height: 10px;
}

.svg-close-2 {
  background-position: 14.651915812196439% 28.44925883694413%;
}

.svg-close-2-dims {
  width: 10px;
  height: 10px;
}

.svg-close-3 {
  background-position: 14.921748515920129% 29.0193842645382%;
}

.svg-close-3-dims {
  width: 10px;
  height: 10px;
}

.svg-close-4 {
  background-position: 15.19158121964382% 29.589509692132268%;
}

.svg-close-4-dims {
  width: 10px;
  height: 10px;
}

.svg-close-5 {
  background-position: 15.461413923367513% 30.15963511972634%;
}

.svg-close-5-dims {
  width: 10px;
  height: 10px;
}

.svg-close-6 {
  background-position: 15.731246627091203% 30.72976054732041%;
}

.svg-close-6-dims {
  width: 10px;
  height: 10px;
}

.svg-close-7 {
  background-position: 16.001079330814896% 31.29988597491448%;
}

.svg-close-7-dims {
  width: 10px;
  height: 10px;
}

.svg-close-8 {
  background-position: 16.270912034538586% 31.870011402508553%;
}

.svg-close-8-dims {
  width: 10px;
  height: 10px;
}

.svg-close-9 {
  background-position: 16.540744738262276% 32.440136830102624%;
}

.svg-close-9-dims {
  width: 10px;
  height: 10px;
}

.svg-close-thin-blue {
  background-position: 16.856060606060606% 33.19954128440367%;
}

.svg-close-thin-blue-dims {
  width: 20px;
  height: 20px;
}

.svg-earth {
  background-position: 17.387777176852353% 34.306987399770904%;
}

.svg-earth-dims {
  width: 18px;
  height: 18px;
}

.svg-facebook-white {
  background-position: 17.826321467098165% 35.297482837528605%;
}

.svg-facebook-white-dims {
  width: 8px;
  height: 16px;
}

.svg-filter-white {
  background-position: 18.100649350649352% 36.29587155963303%;
}

.svg-filter-white-dims {
  width: 20px;
  height: 20px;
}

.svg-fullscreen-white {
  background-position: 18.64177489177489% 37.44266055045872%;
}

.svg-fullscreen-white-dims {
  width: 20px;
  height: 20px;
}

.svg-header-mask {
  background-position: 41.31701631701632% 51.87577563148929%;
}

.svg-header-mask-dims {
  width: 2000px;
  height: 466.67px;
}

.svg-instagram-white {
  background-position: 73.21621621621621% 65.21739130434783%;
}

.svg-instagram-white-dims {
  width: 16px;
  height: 16px;
}

.svg-linkedin-white {
  background-position: 73.64864864864865% 66.13272311212815%;
}

.svg-linkedin-white-dims {
  width: 16px;
  height: 16px;
}

.svg-logo {
  background-position: 77.95790671217293% 67.82407407407408%;
}

.svg-logo-dims {
  width: 200px;
  height: 36px;
}

.svg-logo-new {
  background-position: 85.34532791642484% 70.06960556844548%;
}

.svg-logo-new-dims {
  width: 270px;
  height: 40px;
}

.svg-no-photo {
  background-position: 88.31133113311331% 74.10926365795724%;
}

.svg-no-photo-dims {
  width: 80px;
  height: 80px;
}

.svg-quote {
  background-position: 90.7611693325979% 78.39433293978749%;
}

.svg-quote-dims {
  width: 90px;
  height: 70px;
}

.svg-search {
  background-position: 91.47727272727273% 80.16055045871559%;
}

.svg-search-dims {
  width: 20px;
  height: 20px;
}

.svg-search-dark {
  background-position: 92.06821873308067% 81.40068886337544%;
}

.svg-search-dark-dims {
  width: 22px;
  height: 22px;
}

.svg-search-white {
  background-position: 92.66377910124527% 82.66360505166476%;
}

.svg-search-white-dims {
  width: 22px;
  height: 22px;
}

.svg-step_line {
  background-position: 98.42857142857143% 97.07835325365205%;
}

.svg-step_line-dims {
  width: 216px;
  height: 258px;
}

.svg-twitter-white {
  background-position: 98.9726953230603% 98.28571428571429%;
}

.svg-twitter-white-dims {
  width: 17px;
  height: 14px;
}

.svg-vimeo-white {
  background-position: 99.45916711736074% 99.19908466819221%;
}

.svg-vimeo-white-dims {
  width: 18px;
  height: 16px;
}

.svg-youtube-white {
  background-position: 100% 100%;
}

.svg-youtube-white-dims {
  width: 20px;
  height: 14px;
}

.btn,
.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 11px 46px 14px 20px;
  background-color: #513cee;
  background-color: var(--mainColor);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.btn:before,
.wp-block-buttons .wp-block-button .wp-block-button__link:before {
  content: '';
  position: absolute;
  top: -5%;
  left: -160%;
  width: 140%;
  height: 110%;
  transform: skewX(-45deg);
  background-color: #4633d6;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn:after,
.wp-block-buttons .wp-block-button .wp-block-button__link:after {
  content: '';
  position: absolute;
  top: 19px;
  right: 20px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
  z-index: 2;
}

.btn span,
.wp-block-buttons .wp-block-button .wp-block-button__link span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 3;
}

.btn:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.btn:focus,
.wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  color: #fff;
}

.btn:hover:before,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover:before,
.btn:focus:before,
.wp-block-buttons .wp-block-button .wp-block-button__link:focus:before {
  left: -30px;
}

.btn.ghost-btn,
.wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link {
  color: #513cee;
  color: var(--mainColor);
  padding: 9px 46px 12px 20px;
  border: 2px solid #513cee;
  border: 2px solid var(--mainColor);
  background-color: transparent;
}

.btn.ghost-btn:after,
.wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after {
  top: 17px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.btn.ghost-btn:hover,
.wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.btn.ghost-btn:focus,
.wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus {
  color: #fff;
}

.btn.ghost-btn:hover:after,
.wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.btn.ghost-btn:focus:after,
.wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.btn.white-btn,
.white-content .btn,
.white-content .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .white-content .wp-block-button__link,
.wp-block-buttons .wp-block-button .white-btn.wp-block-button__link,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #513cee;
  color: var(--mainColor);
  background-color: #fff;
}

.btn.white-btn:after,
.white-content .btn:after,
.white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.btn.white-btn:before,
.white-content .btn:before,
.white-content .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .white-content .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:before,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:before,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:before,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:before,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:before {
  background-color: #f4f6fa !important;
}

.btn.white-btn:hover,
.white-content .btn:hover,
.white-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .white-content .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:hover,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:hover,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:hover,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:hover,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:hover,
.btn.white-btn:focus,
.white-content .btn:focus,
.white-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .white-content .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:focus,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:focus,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:focus,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:focus,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:focus {
  color: #513cee;
  color: var(--mainColor);
}

.btn.short-code,
.wp-block-buttons .wp-block-button .short-code.wp-block-button__link {
  margin-bottom: 30px;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-bottom: 30px;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:before {
  display: none;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:after {
  transition: all 0.3s ease-in-out;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background-color: #4633d6 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .wp-block-button__link:focus:after {
  right: 15px;
}

.wp-block-buttons .wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote blockquote > p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 767px) {
  .wp-block-pullquote blockquote,
  .wp-block-pullquote blockquote > p {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 374px) {
  .wp-block-pullquote blockquote,
  .wp-block-pullquote blockquote > p {
    font-size: 22px !important;
  }
}

.wp-block-pullquote blockquote em,
.wp-block-pullquote blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

.link-btn {
  display: inline-block;
  border: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-right: 17px;
  padding-bottom: 7px;
  padding-left: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.link-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #513cee;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.link-btn:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

.link-btn span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}

.link-btn:hover,
.link-btn:focus {
  color: #000;
  padding-right: 22px;
  text-decoration: none !important;
}

.link-btn:hover:before,
.link-btn:focus:before {
  width: 100%;
}

.link-btn.short-code {
  margin-bottom: 30px;
}

.video-button {
  border: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  outline: none !important;
  background-color: transparent;
  padding: 0 0 0 45px;
  margin: 0;
  position: relative;
}

.video-button:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  transition: all 0.3s ease-in-out;
}

.video-button:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 12px;
  border: 5px solid transparent;
  border-left: 9px solid #513cee;
  border-left: 9px solid var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.video-button span {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

.video-button:hover span,
.video-button:focus span {
  color: #513cee;
  color: var(--mainColor);
}

.video-button:hover:before,
.video-button:focus:before {
  border-color: #513cee;
  border-color: var(--mainColor);
  background-color: #513cee;
  background-color: var(--mainColor);
}

.video-button:hover:after,
.video-button:focus:after {
  border-left-color: #fff;
}

.play-button {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 6px);
  transform: translate(-50%, -50%);
  border: 8px solid transparent;
  border-left: 12px solid #513cee;
  border-left: 12px solid var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.play-button:hover,
.play-button:focus {
  background-color: #513cee;
  background-color: var(--mainColor);
}

.play-button:hover:before,
.play-button:focus:before {
  border-left-color: #fff;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 100px 0;
}

@media only screen and (max-width: 1024px) {
  .pagination-wrapper .page-numbers {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 374px) {
  .pagination-wrapper .page-numbers {
    margin-bottom: 40px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers {
  color: #e3e3e7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 13px;
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #513cee;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 10px;
  transition: all .3s ease-in-out;
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:hover,
.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:focus {
  background-color: #4633d6;
}

.pagination-wrapper .page-numbers li .page-numbers.next {
  margin-right: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  left: 12px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.pagination-wrapper .page-numbers li .page-numbers.prev {
  margin-left: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  transform: scale(-1);
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.pagination-wrapper .page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pagination-wrapper .page-numbers li a {
  text-decoration: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

body .gform_wrapper {
  margin: 0;
}

body .gform_wrapper input.large,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  border: 1px solid #f4f6fa;
  background-color: #f4f6fa;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 19px !important;
  font-weight: 300;
  outline: none;
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  border-color: #513cee;
  border-color: var(--mainColor);
}

body .gform_wrapper select {
  background-image: url(../svg/chevron-horizontal-0.svg);
  background-position: calc(100% - 24px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  padding: 10px 20px !important;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 15px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  body .gform_wrapper select {
    top: 1px;
  }
}

body .gform_wrapper textarea {
  padding: 10px 15px;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper textarea {
    height: 160px !important;
  }
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 15px;
  }
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper .top_label .gfield_label {
  color: #001935;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper ul li.gfield {
    margin-bottom: 15px;
  }
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #77777c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

body .gform_wrapper .gform_footer {
  margin-top: 30px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .gform_footer {
    margin-top: 20px;
  }
}

body .gform_wrapper .newsletter-form {
  max-width: 100%;
}

body .gform_wrapper .newsletter-form .gform_ajax_spinner {
  position: absolute;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal {
  width: 100%;
  margin: 0 auto auto;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body,
  body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label {
    display: block;
  }
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body {
  width: 100%;
  max-width: 75%;
  padding-right: 25px;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body input[type="text"] {
  min-height: 50px;
}

@media (max-width: 767px) {
  body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body {
    max-width: 100%;
    padding-right: 0;
  }
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.ginput_container,
body .gform_wrapper .newsletter-form.gf_simple_horizontal ul li.gfield {
  margin-top: 0 !important;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label {
  width: auto;
  max-width: 25%;
  padding: 0;
  margin: 0;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label .gform_button {
  min-width: 207px;
}

@media (max-width: 767px) {
  body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label {
    max-width: 100%;
  }

  body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label .gform_button {
    width: 100%;
    margin-top: 15px;
  }
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label {
  text-align: left;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label {
  display: table;
  width: 100%;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
  display: table-cell;
  padding-right: 1em;
  height: auto;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal .gfield_description:not(.validation_message),
body .gform_wrapper .newsletter-form.gf_simple_horizontal .ginput_complex label,
body .gform_wrapper .newsletter-form.gf_simple_horizontal label.gfield_label {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -9000px;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
  vertical-align: middle;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
  width: 100%;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label input[type=submit],
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label input[type=button],
body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
  height: auto;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal .top_label .gfield_error {
  margin-bottom: 10px !important;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
body .gform_wrapper .newsletter-form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
  display: inline-block;
  margin-right: .5em;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 48.5%;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
  width: 33%;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
  width: 24.5%;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
  width: 19.5%;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
  padding-right: 0;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input.large,
body .gform_wrapper .newsletter-form.gf_simple_horizontal input.medium,
body .gform_wrapper .newsletter-form.gf_simple_horizontal input.small {
  border: none;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input::-webkit-input-placeholder {
  color: #080810;
  font-size: 16px;
  font-weight: 300;
  opacity: 1 !important;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input:-moz-placeholder {
  color: #080810;
  font-size: 16px;
  font-weight: 300;
  opacity: 1 !important;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input::-moz-placeholder {
  color: #080810;
  font-size: 16px;
  font-weight: 300;
  opacity: 1 !important;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input:-ms-input-placeholder {
  color: #080810;
  font-size: 16px;
  font-weight: 300;
  opacity: 1 !important;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 15px 21px;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal li.gfield.gfield_error,
body .gform_wrapper .newsletter-form.gf_simple_horizontal .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0;
}

body .gform_wrapper .newsletter-form.gf_simple_horizontal li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .newsletter-form.gf_simple_horizontal li.gfield_error textarea {
  border: none;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #d16915;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 20px !important;
}

@media only screen and (max-width: 1140px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 20px !important;
}

@media only screen and (max-width: 1140px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gform_wrapper .gfield_required {
  color: #513cee !important;
  color: var(--mainColor) !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #513cee !important;
  color: var(--mainColor) !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important;
  margin-top: 5px;
  color: #513cee;
  color: var(--mainColor);
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #513cee !important;
  color: var(--mainColor) !important;
  font-weight: 500 !important;
  border-top-color: #513cee !important;
  border-top-color: var(--mainColor) !important;
  border-bottom-color: #513cee !important;
  border-bottom-color: var(--mainColor) !important;
}

@media only screen and (max-width: 767px) {
  .gform_footer .btn,
  .gform_footer .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .gform_footer .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.gform_confirmation_message {
  color: #513cee;
  color: var(--mainColor);
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  border: 2px solid #513cee;
  border-color: #513cee;
  border-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 16px;
  }
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #080810;
}

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #080810;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
    Dots plugin
*/

/*
    Navigation plugin
*/

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/

/* 3/2 */

/*
  HTML plugin
*/

/*
  Toolbar plugin
*/

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 10000;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

/* Close button located inside content area */

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}

.has-image[data-image-fit="contain"] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.admin-bar .fancybox__toolbar {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .fancybox__toolbar {
    top: 46px;
  }
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

ul.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}

ul.wp-block-social-links .wp-social-link a,
ul.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}

ul.wp-block-social-links .wp-social-link a {
  padding: .25em;
}

ul.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}

ul.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em;
}

ul.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}

ul.wp-block-social-links,
ul.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}

ul.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}

ul.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}

ul.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}

ul.wp-block-social-links.alignright {
  justify-content: flex-end;
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform .1s ease;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease;
}

.wp-block-social-link:hover {
  transform: scale(1.1);
}

ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

ul.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}

ul.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}

ul.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}

ul.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em;
}

ul.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000;
}

.wp-block-social-link-label {
  display: none;
}

.has-visible-labels .wp-block-social-link-label {
  display: inline;
}

.wp-block-social-links.socials {
  gap: 20px;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .header .header-box {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box.search-open .sub-page-menu-box.opened + .header-search-box {
    top: 80px;
  }
}

.header .top-header-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 1140px;
  padding: 35px 0;
  position: relative;
  z-index: 990;
  background-color: #fff;
}

.header .top-header-items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6000px;
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .header .top-header-items {
    padding: 25px 0;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1279px) {
  .header .top-header-items {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 1140px) {
  .header .top-header-items {
    min-width: auto;
    max-width: 1140px;
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header .top-header-items {
    padding: 15px;
  }
}

.header .top-header-items .hamburger-top {
  margin-right: 80px;
}

@media only screen and (max-width: 1800px) {
  .header .top-header-items .hamburger-top {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .header .top-header-items .hamburger-top {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1279px) {
  .header .top-header-items .hamburger-top {
    display: none;
  }
}

.header .sub-page-menu-box {
  width: 100%;
  padding-top: 17px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.header .sub-page-menu-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6000px;
  height: 2px;
  background-color: #f9fafc;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box {
    padding-top: 0;
  }
}

.header .sub-page-menu-box .spm-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1140px) {
  .header .sub-page-menu-box .spm-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header .sub-page-menu-box .spm-wrap .smp-title-wrap {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 30px;
  margin-bottom: 15px;
  position: relative;
}

.header .sub-page-menu-box .spm-wrap .smp-title-wrap:after {
  display: none;
  content: '';
  position: absolute;
  top: 17px;
  transform: rotate(90deg);
  right: 0;
  width: 10px;
  height: 16px;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .smp-title-wrap:after {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .smp-title-wrap {
    margin: 0;
    padding: 15px 0;
  }
}

.header .sub-page-menu-box .spm-wrap .smp-title-wrap .smp-icon {
  display: block;
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.header .sub-page-menu-box .spm-wrap .smp-title-wrap .smp-title {
  display: block;
  margin-bottom: 0;
  line-height: 1.1;
}

.header .sub-page-menu-box .spm-wrap .smp-title-wrap.active:after {
  transform: rotate(0);
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box {
    display: none;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 36px;
  width: 70px;
  height: 100%;
  z-index: 9;
  background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-y;
}

@media only screen and (max-width: 1024px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box:after {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box:after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box {
    max-width: 100%;
    position: relative;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu {
    overflow: auto;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu {
    display: block;
    overflow: visible;
    white-space: normal;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item {
  display: block;
  list-style: none;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item {
    margin: 0 0 10px 0;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item:first-child {
  margin-left: 0;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item:last-child {
  margin-right: 0;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link {
  display: inline-block;
  color: #080810;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
  position: relative;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link .smp-link-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link .smp-link-hover {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 4px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link .smp-link-hover {
    bottom: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link .smp-link-hover {
    height: 2px;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link:hover .smp-link-hover,
.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item .smp-menu-link:focus .smp-link-hover {
  width: 100%;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item.active .smp-menu-link {
  font-weight: 700;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-menu .smp-menu-item.active .smp-menu-link .smp-link-hover {
  width: 100%;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link {
  display: block;
  cursor: pointer;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-left: 20px;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link {
    display: none;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link .line-hz {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #513cee;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link .line-v {
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 2px;
  height: 100%;
  background-color: #513cee;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link:hover span,
.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link:focus span {
  opacity: 0.65;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-parent-link.active {
  transform: rotate(45deg);
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  padding: 5px 0 10px 0;
  margin: 0;
  border-top: 1px solid #f9fafc;
  background-color: #fff;
  box-shadow: 0 7px 7px 0 rgba(34, 60, 80, 0.2);
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu {
    position: static;
    display: block;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item {
  display: block;
  list-style: none;
  padding: 7px 20px;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item {
    padding: 0;
    margin-bottom: 10px;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item .smp-menu-link {
  display: inline-block;
  color: #080810;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
  position: relative;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item .smp-menu-link .smp-link-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item .smp-menu-link .smp-link-hover {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item .smp-menu-link .smp-link-hover {
    height: 2px;
  }
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item .smp-menu-link:hover .smp-link-hover,
.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item .smp-menu-link:focus .smp-link-hover {
  width: 100%;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item.active .smp-menu-link {
  font-weight: 700;
}

.header .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu .smp-extra-menu-item.active .smp-menu-link .smp-link-hover {
  width: 100%;
}

.header .sub-page-menu-box.no-parent-link .spm-wrap .spm-menu-box:after {
  right: 0;
}

.header .sub-page-menu-box.opened {
  box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.1);
}

@media only screen and (max-width: 767px) {
  .header .sub-page-menu-box.opened + .header-search-box {
    transform: translateY(0);
    top: -100px;
    transition: none;
  }
}

.header .logo-box {
  display: flex;
  align-items: center;
  width: 244px;
  height: 36px;
  margin-right: 80px;
  position: relative;
  min-height: 50px;
}

@media only screen and (max-width: 1800px) {
  .header .logo-box {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .header .logo-box {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header .logo-box {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .header .logo-box {
    width: 202px;
    height: 30px;
    margin-right: 20px;
  }
}

.header .logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.header .logo-box img {
  display: block;
  width: inherit;
  height: inherit;
}

.header .right-header-part {
  display: flex;
  align-items: center;
  margin-left: 145px;
  padding-left: 15px;
}

@media only screen and (max-width: 1600px) {
  .header .right-header-part {
    margin-left: 0;
  }
}

.header .right-header-part .header-search-icon {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header .right-header-part .header-search-icon {
    margin-left: 0;
  }
}

.header .right-header-part .header-search-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/search-dark.svg);
}

.header .right-header-part .header-cta-btn-box {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .header .right-header-part .header-cta-btn-box {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header .right-header-part .header-cta-btn-box {
    display: none;
  }
}

.header .right-header-part .header-cta-btn-box .btn,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .wp-block-button__link {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .header .right-header-part .header-cta-btn-box .btn,
  .header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .wp-block-button__link {
    margin-right: 15px;
  }
}

.header .right-header-part .header-cta-btn-box .btn.ghost-btn,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .ghost-btn.wp-block-button__link {
  border: none;
  color: #000;
}

.header .right-header-part .header-cta-btn-box .btn.ghost-btn::before,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link::before,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .ghost-btn.wp-block-button__link::before {
  display: none;
}

.header .right-header-part .header-cta-btn-box .btn.ghost-btn:hover,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .ghost-btn.wp-block-button__link:hover {
  color: #513cee;
}

.header .right-header-part .header-cta-btn-box .btn.ghost-btn:hover::after,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover::after,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .ghost-btn.wp-block-button__link:hover::after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

@media only screen and (max-width: 1600px) {
  .header .right-header-part .header-cta-btn-box .btn.ghost-btn,
  .header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
  .wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .ghost-btn.wp-block-button__link {
    font-size: 14px;
    padding: 4px 36px 6px 15px;
  }

  .header .right-header-part .header-cta-btn-box .btn.ghost-btn:after,
  .header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
  .wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .ghost-btn.wp-block-button__link:after {
    top: 10px;
    right: 15px;
  }
}

.header .right-header-part .header-cta-btn-box .btn.fill-btn,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .fill-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .fill-btn.wp-block-button__link {
  color: #001935;
  background-color: #FFF533 !important;
}

.header .right-header-part .header-cta-btn-box .btn.fill-btn:before,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .fill-btn.wp-block-button__link:before,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .fill-btn.wp-block-button__link:before {
  background-color: #d2c914 !important;
}

.header .right-header-part .header-cta-btn-box .btn.fill-btn:after,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .fill-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .fill-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-dark.svg);
}

@media only screen and (max-width: 1600px) {
  .header .right-header-part .header-cta-btn-box .btn.fill-btn,
  .header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .fill-btn.wp-block-button__link,
  .wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .fill-btn.wp-block-button__link {
    font-size: 14px;
    padding: 6px 36px 8px 15px;
  }

  .header .right-header-part .header-cta-btn-box .btn.fill-btn::after,
  .header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .fill-btn.wp-block-button__link::after,
  .wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .fill-btn.wp-block-button__link::after {
    top: 13px;
    right: 15px;
  }
}

.header .right-header-part .header-cta-btn-box .btn:last-child,
.header .right-header-part .header-cta-btn-box .wp-block-buttons .wp-block-button .wp-block-button__link:last-child,
.wp-block-buttons .wp-block-button .header .right-header-part .header-cta-btn-box .wp-block-button__link:last-child {
  margin-right: 0;
}

.header .right-header-part .language-select {
  margin: 0 0 0 60px;
  padding: 0;
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1800px) {
  .header .right-header-part .language-select {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .header .right-header-part .language-select {
    margin-left: 20px;
    top: -1px;
  }
}

@media only screen and (max-width: 1279px) {
  .header .right-header-part .language-select {
    display: none;
    top: -2px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header .right-header-part .language-select {
    margin-left: 0;
  }
}

.header .right-header-part .language-select a {
  text-decoration: none !important;
}

.header .right-header-part .language-select .current-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
  z-index: 10;
}

.header .right-header-part .language-select .current-language:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 1;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.header .right-header-part .language-select .current-language .lang-code {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.header .right-header-part .language-select .other-languages {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: auto;
  list-style-type: none;
  padding: 10px 30px 10px 10px;
  margin: 0;
  background-color: #f4f6fa;
}

.header .right-header-part .language-select .other-languages:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #f4f6fa;
}

.header .right-header-part .language-select .other-languages li {
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0;
  margin-bottom: 10px;
}

.header .right-header-part .language-select .other-languages li:last-child {
  margin-bottom: 0;
}

.header .right-header-part .language-select .other-languages li:before {
  display: none;
}

.header .right-header-part .language-select .other-languages li a {
  display: block;
  width: 100%;
  line-height: 1;
}

.header .right-header-part .language-select .other-languages li a .lang-code {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.header .right-header-part .language-select .other-languages li a:hover .lang-code,
.header .right-header-part .language-select .other-languages li a:focus .lang-code {
  color: #513cee;
  color: var(--mainColor);
}

.header .right-header-part .language-select:hover a.current-language .lang-code {
  color: #513cee;
  color: var(--mainColor);
}

.header .right-header-part .language-select.opened .current-language {
  cursor: default;
}

.header .right-header-part .language-select.menu-opened {
  visibility: hidden;
  opacity: 0;
}

.header .right-header-part .mobile-hamburger {
  display: none;
  margin-left: 20px;
}

@media only screen and (max-width: 1279px) {
  .header .right-header-part .mobile-hamburger {
    display: block;
  }
}

@media only screen and (max-width: 1279px) {
  .header .main-menu-box,
  .header .top-nav-container {
    display: none;
  }
}

.header .main-nav-container ul[id*=menu] > li,
.header .top-nav-container ul[id*=menu] > li {
  position: relative;
  margin: 0 20px;
}

@media only screen and (max-width: 1600px) {
  .header .main-nav-container ul[id*=menu] > li,
  .header .top-nav-container ul[id*=menu] > li {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1366px) {
  .header .main-nav-container ul[id*=menu] > li,
  .header .top-nav-container ul[id*=menu] > li {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 1280px) {
  .header .main-nav-container ul[id*=menu] > li,
  .header .top-nav-container ul[id*=menu] > li {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .header .main-nav-container ul[id*=menu] > li,
  .header .top-nav-container ul[id*=menu] > li {
    margin: 0 15px;
  }
}

.header .main-nav-container ul[id*=menu] > li:first-child,
.header .top-nav-container ul[id*=menu] > li:first-child {
  margin-left: 0;
}

.header .main-nav-container ul[id*=menu] > li:last-child,
.header .top-nav-container ul[id*=menu] > li:last-child {
  margin-right: 0;
}

.header .main-nav-container ul[id*=menu] > li > a,
.header .top-nav-container ul[id*=menu] > li > a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  padding: 5px 0;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .header .main-nav-container ul[id*=menu] > li > a,
  .header .top-nav-container ul[id*=menu] > li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1279px) {
  .header .main-nav-container ul[id*=menu] > li > a,
  .header .top-nav-container ul[id*=menu] > li > a {
    font-size: 17px;
  }
}

.header .main-nav-container ul[id*=menu] > li > a:hover,
.header .top-nav-container ul[id*=menu] > li > a:hover {
  color: #513cee;
  color: var(--mainColor);
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu,
.header .top-nav-container ul[id*=menu] > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 600;
  width: 315px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(26, 23, 27, 0.15);
  padding: 20px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu > .menu-item,
.header .top-nav-container ul[id*=menu] > li > .sub-menu > .menu-item {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: left;
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu > .menu-item:last-child,
.header .top-nav-container ul[id*=menu] > li > .sub-menu > .menu-item:last-child {
  margin-bottom: 0;
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu > .menu-item:after,
.header .top-nav-container ul[id*=menu] > li > .sub-menu > .menu-item:after {
  display: none;
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu > .menu-item > a,
.header .top-nav-container ul[id*=menu] > li > .sub-menu > .menu-item > a {
  display: inline-block;
  position: relative;
  color: #080810;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu > .menu-item > a:after,
.header .top-nav-container ul[id*=menu] > li > .sub-menu > .menu-item > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.header .main-nav-container ul[id*=menu] > li > .sub-menu > .menu-item > a:hover,
.header .top-nav-container ul[id*=menu] > li > .sub-menu > .menu-item > a:hover {
  color: #513cee;
  color: var(--mainColor);
}

.header .main-nav-container ul[id*=menu] > li.current-menu-item > a,
.header .main-nav-container ul[id*=menu] > li.current-page-ancestor > a,
.header .top-nav-container ul[id*=menu] > li.current-menu-item > a,
.header .top-nav-container ul[id*=menu] > li.current-page-ancestor > a {
  color: #513cee;
  color: var(--mainColor);
}

.header .main-nav-container ul[id*=menu] > li.menu-item-has-children,
.header .top-nav-container ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a,
.header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a {
  position: relative;
  padding-right: 21px;
}

.header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
.header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(90deg);
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

.header .main-nav-container ul[id*=menu] > li.menu-item-has-children:hover > a,
.header .top-nav-container ul[id*=menu] > li.menu-item-has-children:hover > a {
  color: #513cee;
  color: var(--mainColor);
}

.header .main-nav-container ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.header .top-nav-container ul[id*=menu] > li.menu-item-has-children:hover > a:after {
  transform: rotate(0);
}

.header .main-nav-container ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu,
.header .top-nav-container ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu,
.header .top-nav-container ul[id*=menu] > li.with-big-menu {
  position: static;
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu > a,
.header .top-nav-container ul[id*=menu] > li.with-big-menu > a {
  cursor: pointer;
  position: relative;
  padding-right: 21px;
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu > a:before,
.header .top-nav-container ul[id*=menu] > li.with-big-menu > a:before {
  content: '';
  position: absolute;
  bottom: -41px;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px 5px 0 0;
  background-color: #513cee;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
.header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(90deg);
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu.active > a,
.header .top-nav-container ul[id*=menu] > li.with-big-menu.active > a {
  color: #513cee;
  color: var(--mainColor);
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu.active > a:before,
.header .top-nav-container ul[id*=menu] > li.with-big-menu.active > a:before {
  opacity: 1;
  visibility: visible;
}

.header .main-nav-container ul[id*=menu] > li.with-big-menu.active > a:after,
.header .top-nav-container ul[id*=menu] > li.with-big-menu.active > a:after {
  transform: rotate(0);
}

.header.headroom.headroom--unpinned {
  transform: translateY(-100%);
}

.header.headroom.headroom--unpinned .sub-page-menu-box .spm-wrap .spm-menu-box .smp-extra-menu {
  display: none !important;
}

.header.headroom.headroom--pinned {
  transform: translateY(0);
}

.header.headroom--not-top {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header.active {
  z-index: 999;
}

.big-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 30px 60px rgba(8, 8, 16, 0.16);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1279px) {
  .big-menu-wrap {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none !important;
  }
}

.big-menu-wrap .big-menu-row {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row {
    display: block;
  }
}

.big-menu-wrap .big-menu-row:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 6000px;
  height: 100%;
  background-color: #f8f8fb;
  z-index: 1;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row:before {
    background-color: #fff;
  }
}

@media only screen and (max-width: 1279px) {
  .big-menu-wrap .big-menu-row:before {
    display: none;
  }
}

.big-menu-wrap .big-menu-row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 6000px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1279px) {
  .big-menu-wrap .big-menu-row:after {
    display: none;
  }
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap {
  width: 280px;
  background-color: #f8f8fb;
  padding: 40px 30px 70px 0;
  position: relative;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap {
    width: 100%;
    padding: 30px 0 0 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap {
    padding-bottom: 0;
  }
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 6000px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap:before {
    display: block;
  }
}

@media only screen and (max-width: 1279px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap:before {
    display: none;
  }
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 6000px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap:after {
    display: block;
  }
}

@media only screen and (max-width: 1279px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap:after {
    display: none;
  }
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row .big-menu-desc-wrap {
    width: 100%;
  }
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap .big-menu-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap .big-menu-desc {
  margin-bottom: 20px;
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap .big-menu-btn-wrap .big-menu-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  border: 1px solid #513cee;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #513cee;
  transition: all 0.3s ease-in-out;
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap .big-menu-btn-wrap .big-menu-btn img {
  display: block;
  height: 15px;
  width: auto;
  margin-left: 15px;
}

.big-menu-wrap .big-menu-row .big-menu-desc-wrap .big-menu-btn-wrap .big-menu-btn:hover,
.big-menu-wrap .big-menu-row .big-menu-desc-wrap .big-menu-btn-wrap .big-menu-btn:focus {
  box-shadow: 3px 3px 6px 0 rgba(34, 60, 80, 0.2);
}

.big-menu-wrap .big-menu-row .big-menu-box {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 40px 0 70px 10px;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row .big-menu-box {
    padding: 30px 0 50px 0;
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 960px) {
  .big-menu-wrap .big-menu-row .big-menu-box {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .big-menu-wrap .big-menu-row .big-menu-box {
    display: block;
    padding-bottom: 0;
  }
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item {
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item {
    flex-basis: 33.33333333%;
    max-width: 33.333333333%;
  }
}

@media only screen and (max-width: 960px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item {
    max-width: none;
  }
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column {
  padding: 0 30px;
}

@media only screen and (max-width: 1599px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column {
    padding: 0 20px;
  }
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-title-box {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #E2E2E4;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-title-box .bm-col-icon {
  display: block;
  width: auto;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-title-box .bm-col-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks {
  position: relative;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block {
  margin-bottom: 10px;
  position: relative;
  padding: 10px 15px;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block .bm-block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  outline: none !important;
  z-index: 5;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block .bm-color-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block .bm-link-name {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block .bm-link-desc {
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 2;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block:hover .bm-color-bg,
.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block:focus .bm-color-bg {
  opacity: 0.1;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .bm-col-blocks .bm-block-wrap .bm-block:last-child {
  margin-bottom: 0;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper {
  padding-top: 10px;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link {
  display: block;
  width: 100%;
  position: relative;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none !important;
  background-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 960px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link {
    font-size: 15px;
  }
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link .mic-link-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link .mic-link-text {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link .mic-link-text svg {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 11px;
  height: 11px;
  transition: all 0.3s ease-in-out;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link:hover .mic-link-bg,
.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link:focus .mic-link-bg {
  opacity: 0.1;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link:hover .mic-link-text svg,
.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item .big-menu-column .mic-link-wrapper .mic-link:focus .mic-link-text svg {
  right: -10px;
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col {
    flex-basis: 66.6666666%;
    max-width: 66.6666666%;
  }
}

@media only screen and (max-width: 960px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col {
    flex-basis: 100%;
    max-width: none;
  }
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col .big-menu-column .bm-col-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media only screen and (max-width: 960px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col .big-menu-column .bm-col-blocks {
    display: block;
  }
}

.big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col .big-menu-column .bm-col-blocks .bm-block-wrap {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {
  .big-menu-wrap .big-menu-row .big-menu-box .big-menu-column-item.long-col .big-menu-column .bm-col-blocks .bm-block-wrap {
    max-width: none;
  }
}

.big-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1279px) {
  .menu-item-link {
    display: block !important;
  }
}

.menu-item-link.loaded-big-menu + .big-menu-wrap {
  display: block;
}

@media only screen and (max-width: 1279px) {
  .menu-item-link.loaded-big-menu + .big-menu-wrap {
    display: none;
  }
}

.menu-item-link.loaded-big-menu + .big-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box {
    top: 80px;
  }
}

.mobile-menu-box .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: auto;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding-right: 15px;
  border-bottom: 1px solid #f4f6fa;
  margin-bottom: 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li > a {
  margin-right: -15px;
  padding: 10px 15px 10px 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  display: block;
  position: relative;
  z-index: 2;
  color: #080810;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #513cee;
  color: var(--mainColor);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu {
  position: relative;
}

@media only screen and (max-width: 1279px) {
  .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children a:hover,
  .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children a:focus,
  .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu a:hover,
  .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu a:focus {
    color: #080810;
  }
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 1;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu.opened:after {
  transform: rotate(90deg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu ul.sub-menu > li {
  display: block;
  padding: 5px 20px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-big-menu ul.sub-menu > li a {
  font-size: 15px;
  text-transform: unset;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select {
  display: block;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #f4f6fa;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .mob-current-lang {
  padding-left: 30px;
  position: relative;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .mob-current-lang:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/earth.svg);
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .mob-current-lang:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .mob-current-lang .mob-lang-label {
  display: inline-block;
  color: #080810;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .mob-current-lang.active:after {
  transform: rotate(90deg);
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .mob-current-lang.active .mob-lang-label {
  color: #513cee;
  color: var(--mainColor);
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .other-mob-languages {
  display: none;
  padding-left: 30px;
  padding-top: 10px;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .other-mob-languages .mob-lang-item .mob-lang-link {
  display: inline-block;
  margin-bottom: 10px;
  color: #080810;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .other-mob-languages .mob-lang-item .mob-lang-link .mob-lang-name {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .other-mob-languages .mob-lang-item .mob-lang-link:hover,
.mobile-menu-box .mobile-menu-nav .mob-lang-select .other-mob-languages .mob-lang-item .mob-lang-link:focus {
  color: #513cee;
  color: var(--mainColor);
}

.mobile-menu-box .mobile-menu-nav .mob-lang-select .other-mob-languages .mob-lang-item:last-child .mob-lang-link {
  margin-bottom: 0;
}

.header-section .header-buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-buttons {
    display: block;
    margin-bottom: 0;
  }
}

.header-section .header-buttons .btn,
.header-section .header-buttons .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .header-section .header-buttons .wp-block-button__link,
.header-section .header-buttons .video-button {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-buttons .btn,
  .header-section .header-buttons .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .header-section .header-buttons .wp-block-button__link,
  .header-section .header-buttons .video-button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}

.header-section .header-buttons .btn:last-child,
.header-section .header-buttons .wp-block-buttons .wp-block-button .wp-block-button__link:last-child,
.wp-block-buttons .wp-block-button .header-section .header-buttons .wp-block-button__link:last-child,
.header-section .header-buttons .video-button:last-child {
  margin-right: 0;
}

.header-section .centered-text-container {
  background-color: #fff;
}

.header-section .centered-text-container.ct-bg-color-1 {
  background-color: #f4f6fa;
}

.header-section .centered-text-container .header-text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-section .centered-text-container .header-text {
    text-align: left;
  }
}

.header-section .centered-text-container .header-text h1,
.header-section .centered-text-container .header-text h2,
.header-section .centered-text-container .header-text h3,
.header-section .centered-text-container .header-text h4 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .header-section .centered-text-container .header-text h1,
  .header-section .centered-text-container .header-text h2,
  .header-section .centered-text-container .header-text h3,
  .header-section .centered-text-container .header-text h4 {
    margin-bottom: 20px;
  }
}

.header-section .centered-text-container .header-text h1 em,
.header-section .centered-text-container .header-text h2 em,
.header-section .centered-text-container .header-text h3 em,
.header-section .centered-text-container .header-text h4 em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

.header-section .centered-text-container .header-text h1 {
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .header-section .centered-text-container .header-text p br {
    display: none;
  }
}

.header-section .full-bg-image-box .full-bg-image {
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 960px) {
  .header-section .full-bg-image-box .full-bg-image {
    padding-top: 0;
    height: 280px;
  }
}

@media only screen and (max-width: 374px) {
  .header-section .full-bg-image-box .full-bg-image {
    height: 240px;
  }
}

.header-section .full-height-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f4f6fa;
  padding: 100px 0;
  min-height: calc(100vh - 120px);
}

@media only screen and (max-width: 1280px) {
  .header-section .full-height-box {
    min-height: calc(100vh - 100px);
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1140px) {
  .header-section .full-height-box {
    min-height: calc(100vh - 90px);
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .full-height-box {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .full-height-box {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .full-height-box {
    min-height: auto;
    padding: 30px 0;
  }
}

.header-section .full-height-box.with-sub-menu {
  min-height: calc(100vh - 174px);
}

@media only screen and (max-width: 1280px) {
  .header-section .full-height-box.with-sub-menu {
    min-height: calc(100vh - 154px);
  }
}

@media only screen and (max-width: 1140px) {
  .header-section .full-height-box.with-sub-menu {
    min-height: calc(100vh - 144px);
  }
}

@media only screen and (max-width: 767px) {
  .header-section .full-height-box.with-sub-menu {
    min-height: auto;
  }
}

.header-section .full-height-box .header-text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-section .full-height-box .header-text {
    text-align: left;
  }
}

.header-section .full-height-box .header-buttons {
  margin-bottom: -20px;
}

.header-section .full-height-box .media-box {
  margin-top: 50px;
}

.header-section .mixed-header-container {
  padding: 68px 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .header-section .mixed-header-container {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .mixed-header-container {
    padding: 40px 0 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container {
    padding: 30px 0 0 0;
  }
}

.header-section .mixed-header-container .header-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-section .mixed-header-container .header-elements .header-mask-box {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 700px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .header-elements .header-mask-box {
    bottom: 100px;
  }
}

.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper {
  position: absolute;
  top: 0;
  right: 33.3333333333%;
  width: 3000px;
  max-width: 3000px;
  height: 700px;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper {
    left: 50%;
    top: -120px;
    transform: translateX(-50%);
  }
}

.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 200px;
  width: 6000px;
  background-color: #513cee;
  background-color: var(--mainColor);
  z-index: 3;
}

.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 200px;
  width: 6000px;
  background-color: #513cee;
  background-color: var(--mainColor);
  z-index: 3;
}

.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper svg {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
  z-index: 5;
}

.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper.grey-line:before,
.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper.grey-line:after {
  background-color: #f4f6fa;
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient {
  width: 100%;
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 200px;
  width: 45%;
  background-blend-mode: soft-light;
  z-index: 1;
}

@media only screen and (max-width: 1180px) {
  .header-section .mixed-header-container .header-elements .header-mask-box.with-gradient:after {
    width: 50%;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .mixed-header-container .header-elements .header-mask-box.with-gradient:after {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .header-elements .header-mask-box.with-gradient:after {
    display: none;
  }
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-a:after {
  background: linear-gradient(45deg, #381abc 33%, #8579fe 100%), linear-gradient(135deg, #5dddfd -33%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-b:after {
  background: linear-gradient(45deg, #1d0966, #513CEE), linear-gradient(215deg, #7e72de 0%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-c:after {
  background: linear-gradient(45deg, #381abc, #513CEE), linear-gradient(215deg, #36FFCF -33%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-d:after {
  background: linear-gradient(45deg, #1d0966, #513CEE), linear-gradient(215deg, #ff5c9b -33%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-e:after {
  background: linear-gradient(45deg, #513CEE, #381abc), linear-gradient(215deg, #32EBFF 0%, transparent 50%), linear-gradient(315deg, #ff5c9b -33%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-f:after {
  background: linear-gradient(45deg, #381abc -33%, #32EBFF 10%), linear-gradient(315deg, #513CEE 0%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient.grad-color-g:after {
  background: linear-gradient(45deg, #ff5c9b 33%, #513CEE 100%), linear-gradient(315deg, #ff719f -33%, transparent 66%);
}

.header-section .mixed-header-container .header-elements .header-work-box {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.header-section .mixed-header-container .header-elements .header-work-box:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 2000px;
  background-color: #f4f6fa;
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .header-elements .header-work-box:before {
    bottom: 25%;
    height: 100%;
  }
}

.header-section .mixed-header-container .header-elements .header-work-box .header-part {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .header-elements .header-work-box .header-part {
    display: none;
  }
}

.header-section .mixed-header-container .inner-header-container {
  position: relative;
  z-index: 3;
}

.header-section .mixed-header-container .inner-header-container .header-text h1,
.header-section .mixed-header-container .inner-header-container .header-text h2,
.header-section .mixed-header-container .inner-header-container .header-text h3,
.header-section .mixed-header-container .inner-header-container .header-text h4 {
  margin-bottom: 20px;
}

.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.header-section .mixed-header-container .inner-header-container .header-text h3 em,
.header-section .mixed-header-container .inner-header-container .header-text h4 em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal !important;
  font-weight: 700;
}

.header-section .mixed-header-container .inner-header-container .header-text h1 {
  line-height: 1.1;
}

@media only screen and (max-width: 960px) {
  .header-section .mixed-header-container .inner-header-container .header-text h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .inner-header-container .header-text h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .mixed-header-container .inner-header-container .header-text p {
    font-size: 17px;
  }

  .header-section .mixed-header-container .inner-header-container .header-text p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .inner-header-container .header-text p {
    font-size: 19px;
  }
}

@media only screen and (max-width: 374px) {
  .header-section .mixed-header-container .inner-header-container .header-text p {
    font-size: 17px;
  }
}

.header-section .mixed-header-container .inner-header-container .header-buttons {
  justify-content: flex-start;
  margin-top: 30px;
  flex-wrap: wrap;
}

.header-section .mixed-header-container .inner-header-container .header-image-wrap .header-image-box {
  position: relative;
  padding-top: 102.548%;
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .inner-header-container .header-image-wrap .header-image-box {
    margin-top: 30px;
  }
}

.header-section .mixed-header-container .inner-header-container .header-image-wrap .header-image-box svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.header-section .mixed-header-container .inner-header-container .header-image-wrap .custom-img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container .inner-header-container .header-image-wrap .custom-img-wrap {
    margin-top: 20px;
    justify-content: center;
  }
}

.header-section .mixed-header-container .inner-header-container .header-image-wrap .custom-img-wrap img {
  margin-left: 0;
}

.header-section .mixed-header-container.no-img {
  padding: 70px 0 150px;
}

@media only screen and (max-width: 1280px) {
  .header-section .mixed-header-container.no-img {
    padding: 40px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container.no-img {
    padding: 40px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container.no-img .header-elements .header-mask-box {
    bottom: 0;
  }
}

.header-section .mixed-header-container.no-img .header-elements .header-mask-box .header-mask-wrapper:before,
.header-section .mixed-header-container.no-img .header-elements .header-mask-box .header-mask-wrapper:after {
  bottom: 150px;
}

@media only screen and (max-width: 1280px) {
  .header-section .mixed-header-container.no-img .header-elements .header-mask-box .header-mask-wrapper:before,
  .header-section .mixed-header-container.no-img .header-elements .header-mask-box .header-mask-wrapper:after {
    bottom: 120px;
  }
}

.header-section .mixed-header-container.no-bot-padding {
  padding-bottom: 0;
}

.header-section .mixed-header-container.no-bot-padding.no-img {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1280px) {
  .header-section .mixed-header-container.no-bot-padding.no-img {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container.no-bot-padding.no-img {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container.no-bot-padding.no-img .header-elements .header-work-box:before {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .mixed-header-container.with-sub-menu {
    padding-top: 30px;
  }
}

.header-section.no-bottom-margin {
  margin-bottom: 0;
}

.big-header-image {
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 960px) {
  .big-header-image {
    padding-top: 0;
    height: 280px;
  }
}

@media only screen and (max-width: 374px) {
  .big-header-image {
    height: 240px;
  }
}

.big-header-image.no-img {
  padding-top: 0;
  height: 240px !important;
  background-color: #513cee;
  background-color: var(--mainColor);
}

.case-logo-wrap {
  margin-bottom: 30px;
}

.case-logo-wrap img {
  display: block;
  width: auto;
  max-height: 70px;
}

body.admin-bar .header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

body.home .header-section .mixed-header-container .inner-header-container .header-text h1 {
  font-size: 58px;
}

@media only screen and (max-width: 1024px) {
  body.home .header-section .mixed-header-container .inner-header-container .header-text h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body.home .header-section .mixed-header-container .inner-header-container .header-text h1 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 374px) {
  body.home .header-section .mixed-header-container .inner-header-container .header-text h1 {
    font-size: 28px;
  }
}

body.home .header-section .mixed-header-container .inner-header-container .header-text p,
body.home .header-section .mixed-header-container .inner-header-container .header-text li {
  font-size: 180%;
}

@media only screen and (max-width: 960px) {
  body.home .header-section .mixed-header-container .inner-header-container .header-text p,
  body.home .header-section .mixed-header-container .inner-header-container .header-text li {
    font-size: 160%;
  }
}

@media only screen and (max-width: 767px) {
  body.home .header-section .mixed-header-container .inner-header-container .header-text p,
  body.home .header-section .mixed-header-container .inner-header-container .header-text li {
    font-size: 18px;
  }
}

.header-search-box {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f4f6fa;
  z-index: 99;
  padding: 50px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-150%);
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-search-box {
    padding: 20px 0;
    transform: translateY(-250%);
  }
}

.header-search-box .search-form {
  display: flex;
  align-items: center;
}

.header-search-box .search-form .search-input {
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  outline: none !important;
  box-shadow: none !important;
  padding: 5px 25px 5px 60px;
  background-image: url(../svg/search.svg);
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-search-box .search-form .search-input {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 15px;
    background-position: 10px 50%;
  }
}

.header-search-box .search-form .search-input:focus {
  border-color: #513cee;
}

.header-search-box .search-form .btn,
.header-search-box .search-form .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .header-search-box .search-form .wp-block-button__link {
  height: 50px;
  max-height: 50px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .header-search-box .search-form .btn,
  .header-search-box .search-form .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .header-search-box .search-form .wp-block-button__link {
    width: 40px;
    height: 40px;
    padding: 0;
  }
}

.header-search-box .search-form .btn:before,
.header-search-box .search-form .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .header-search-box .search-form .wp-block-button__link:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-search-box .search-form .btn:after,
  .header-search-box .search-form .wp-block-buttons .wp-block-button .wp-block-button__link:after,
  .wp-block-buttons .wp-block-button .header-search-box .search-form .wp-block-button__link:after {
    top: 14px;
    right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .header-search-box .search-form .btn > span,
  .header-search-box .search-form .wp-block-buttons .wp-block-button .wp-block-button__link > span,
  .wp-block-buttons .wp-block-button .header-search-box .search-form .wp-block-button__link > span {
    display: none;
  }
}

.search-open .header-search-box {
  transform: translateY(0);
}

.headroom--unpinned .header-search-box {
  transform: translateY(-150%);
}

@media only screen and (max-width: 767px) {
  .headroom--unpinned .header-search-box {
    transform: translateY(-250%);
  }
}

.footer {
  background-color: #fff;
  border-top: 1px solid #f4f6fa;
  position: relative;
}

.footer .go-to-top {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: -15px;
  right: 120px;
  cursor: pointer;
  background-color: #513cee;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

@media only screen and (max-width: 1140px) {
  .footer .go-to-top {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .go-to-top {
    right: 15px;
  }
}

.footer .go-to-top:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 12px;
  transform: rotate(-90deg);
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.footer .go-to-top:hover {
  background-color: #4633d6;
}

.footer .footer-element {
  position: relative;
}

.footer .footer-element:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #f4f6fa;
  max-width: 1140px;
}

.footer .footer-element:last-child:after {
  display: none;
}

.footer .footer-top-container {
  padding: 50px 0;
  position: relative;
}

@media only screen and (max-width: 1140px) {
  .footer .footer-top-container {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container {
    padding: 30px 0;
  }
}

.footer .footer-top-container .footer-top-box {
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .footer .footer-top-container .footer-top-box {
    display: block;
  }
}

.footer .footer-top-container .footer-top-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #f4f6fa;
}

@media only screen and (max-width: 1140px) {
  .footer .footer-top-container .footer-top-box:after {
    display: none;
  }
}

.footer .footer-top-container .footer-top-box .flex-box-child,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  margin-bottom: 0;
}

@media only screen and (max-width: 1140px) {
  .footer .footer-top-container .footer-top-box .flex-box-child,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 960px) {
  .footer .footer-top-container .footer-top-box .flex-box-child,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item {
    max-width: none;
    margin-bottom: 30px;
  }

  .footer .footer-top-container .footer-top-box .flex-box-child:last-child,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item:last-child,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item:last-child {
    margin-bottom: 0;
  }
}

.footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc h3,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc h3,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc h3,
.footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc h3,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc h3,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc p,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc p,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc p,
.footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc li,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc li,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc li,
.footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc a,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc a,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc a,
.footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc p,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc p,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc p,
.footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc li,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc li,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc li,
.footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc a,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc a,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc a {
  font-size: 16px;
  color: #77777c;
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc p,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc p,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc p,
  .footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc li,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc li,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc li,
  .footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc a,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc a,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc a,
  .footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc p,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc p,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc p,
  .footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc li,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc li,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc li,
  .footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc a,
  .footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc a,
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc a {
    font-size: 15px;
  }
}

.footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc p,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc p,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc p,
.footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc p,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc p,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc p {
  margin-bottom: 15px;
}

.footer .footer-top-container .footer-top-box .flex-box-child .newsletter-desc p:last-child,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .newsletter-desc p:last-child,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .newsletter-desc p:last-child,
.footer .footer-top-container .footer-top-box .flex-box-child .footer-social-desc p:last-child,
.footer .footer-top-container .footer-top-box .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .footer-social-desc p:last-child,
.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .footer .footer-top-container .footer-top-box .price-block-item .footer-social-desc p:last-child {
  margin-bottom: 0;
}

.footer .footer-top-container .footer-top-box .newsletter-box {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 960px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-desc {
    max-width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-desc {
    max-width: none;
  }
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box {
  margin-top: auto;
  padding-top: 25px;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form {
    display: block;
  }
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body {
  flex-basis: 100%;
  flex-grow: 1;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container {
  margin-top: 0;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0 !important;
  height: 50px;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 50px;
  border: none !important;
  color: #080810;
  padding: 10px 10px 10px 20px;
  border-radius: 0 !important;
  background-color: #f4f6fa;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield_error {
  width: 100%;
  max-width: 100% !important;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #513cee !important;
  border: 1px solid var(--mainColor) !important;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: red;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  color: red;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: red;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_body .gform_fields li.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: red;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .btn,
.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .wp-block-button__link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .btn,
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .wp-block-button__link {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 10px;
    text-align: left;
  }
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: block;
  position: absolute;
  top: 17px;
  right: -20px;
  z-index: 5;
}

@media only screen and (max-width: 1140px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .gform_ajax_spinner {
    right: calc(100% + 15px);
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper form .gform_footer .gform_ajax_spinner {
    top: -43px;
    right: 16px;
  }
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper.gform_validation_error .validation_error {
  display: none;
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper .validation_message {
  display: none;
  padding: 0;
  font-size: 12px !important;
  margin: 7px 0 0 0;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_wrapper .validation_message {
    display: block;
    padding-left: 21px !important;
    background-color: #f87422 !important;
  }
}

.footer .footer-top-container .footer-top-box .newsletter-box .newsletter-form-box .gform_confirmation_message {
  color: #513cee;
  color: var(--mainColor);
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #513cee;
  border-color: #513cee;
  border-color: var(--mainColor);
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer .footer-top-container .footer-top-box .socials-box {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.footer .footer-top-container .footer-top-box .socials-box .socials {
  margin-top: auto;
  padding-top: 25px;
}

@media only screen and (max-width: 960px) {
  .footer .footer-top-container .footer-top-box .socials-box .footer-social-desc {
    max-width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-top-container .footer-top-box .socials-box .footer-social-desc {
    max-width: none;
  }
}

.footer .footer-blocks-container {
  padding: 50px 0;
  position: relative;
}

@media only screen and (max-width: 1140px) {
  .footer .footer-blocks-container {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box {
    display: block;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box {
  flex-basis: 400px;
  max-width: 400px;
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box {
    flex-basis: 255px;
    max-width: 255px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box {
    max-width: none;
    margin-bottom: 30px;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo {
  display: block;
  width: 270px;
  height: 40px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo {
    width: 202px;
    height: 30px;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo .footer-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo .footer-logo-link .footer-logo {
  display: block;
  width: inherit;
  height: inherit;
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc {
    margin-top: 15px;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc h3 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc h3 {
    font-size: 15px;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc p,
.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc li,
.footer .footer-blocks-container .footer-blocks-box .footer-logo-box .footer-logo-desc a {
  color: #77777c;
  font-size: 14px;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap {
  flex-grow: 1;
  margin-bottom: 0;
  max-width: calc(100% - 400px);
}

@media only screen and (max-width: 960px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap {
    max-width: calc(100% - 255px);
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap {
    max-width: none;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks {
    display: block;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item {
  max-width: calc(33.333333% + 75px);
}

@media only screen and (max-width: 960px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item {
    max-width: calc(33.333333% + 50px);
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item {
    max-width: none;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block {
  padding-left: 75px;
}

@media only screen and (max-width: 960px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block {
    padding-left: 0;
    margin-bottom: 25px;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content li,
.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content a {
  font-size: 16px !important;
  color: #77777c !important;
}

@media only screen and (max-width: 767px) {
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content li,
  .footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content a {
    font-size: 15px !important;
  }
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content p {
  color: #77777c;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content p:last-child {
  margin-bottom: 0;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul li {
  padding-left: 0 !important;
  margin-bottom: 2px;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul li:before {
  display: none;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul li a {
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul li a:hover,
.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul li a:focus {
  color: #513cee !important;
  color: var(--mainColor) !important;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item .footer-block .footer-block-content ul:last-child {
  margin-bottom: 0;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item:first-child .footer-block {
  padding-left: 0;
}

.footer .footer-blocks-container .footer-blocks-box .footer-blocks-wrap .footer-blocks .footer-block-item:last-child .footer-block {
  margin-bottom: 0;
}

.footer .footer-bot-line-box {
  padding: 15px 0;
}

.footer .footer-bot-line-box .footer-bot-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bot-line-box .footer-bot-line {
    display: block;
  }
}

.footer .footer-bot-line-box .footer-bot-line .footer-copyrights-box .footer-copyrights {
  color: #77777c;
  font-size: 13px;
}

.footer .footer-bot-line-box .footer-bot-line .footer-links {
  display: flex;
  align-items: center;
}

.footer .footer-bot-line-box .footer-bot-line .footer-links .footer-link-item {
  margin: 0 7px;
}

.footer .footer-bot-line-box .footer-bot-line .footer-links .footer-link-item:first-child {
  margin-left: 0;
}

.footer .footer-bot-line-box .footer-bot-line .footer-links .footer-link-item:last-child {
  margin-right: 0;
}

.footer .footer-bot-line-box .footer-bot-line .footer-links .footer-link-item .footer-link {
  color: #77777c;
  font-size: 13px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.footer .footer-bot-line-box .footer-bot-line .footer-links .footer-link-item .footer-link:hover,
.footer .footer-bot-line-box .footer-bot-line .footer-links .footer-link-item .footer-link:focus {
  color: #513cee;
  color: var(--mainColor);
}

.footer-parts section:first-child.footer-cta {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .footer-parts section:first-child.footer-cta {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 374px) {
  .footer-parts section:first-child.footer-cta {
    padding: 40px 0;
  }
}

.content-wrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: -120px;
  border-radius: 25px 25px 0 0;
  padding-top: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f4f6fa;
}

@media only screen and (max-width: 1024px) {
  .content-wrap {
    margin-top: -60px;
    padding-top: 20px;
    border-radius: 15px 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap {
    margin-top: 0;
    padding-bottom: 40px;
    border-radius: 0;
  }
}

.content-wrap .sm-text-btn {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 3;
  color: #080810;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .content-wrap .sm-text-btn {
    display: block;
    width: 100%;
  }
}

.content-wrap .sm-text-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-0.svg);
  transition: all 0.3s ease-in-out;
}

.content-wrap .sm-text-btn:hover,
.content-wrap .sm-text-btn:focus {
  color: #513cee;
  color: var(--mainColor);
}

.content-wrap .sm-text-btn:hover:after,
.content-wrap .sm-text-btn:focus:after {
  bottom: -3px;
}

.content-wrap .content-box {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}

@media only screen and (max-width: 1140px) {
  .content-wrap .content-box {
    max-width: none;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap .content-box {
    padding: 0;
  }
}

.content-wrap .content-box .post-top-info-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.content-wrap .content-box .post-top-info-box .post-cats {
  display: inline-block;
  padding: 7px 20px 6px 20px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #513cee;
  background-color: var(--mainColor);
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .content-wrap .content-box .post-top-info-box .post-cats {
    display: block;
    margin-bottom: 10px;
  }
}

.content-wrap .content-box .post-top-info-box .post-cats > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 20px;
  position: relative;
}

.content-wrap .content-box .post-top-info-box .post-cats > span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 11px;
  background-color: #fff;
}

.content-wrap .content-box .post-top-info-box .post-cats > span.thin-text {
  font-weight: 400;
}

.content-wrap .content-box .post-top-info-box .post-cats > span:last-child {
  margin-right: 0;
}

.content-wrap .content-box .post-top-info-box .post-cats > span:last-child:after {
  display: none;
}

.content-wrap .content-box .post-top-info-box .post-date {
  display: inline-block;
  color: #080810;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .content-wrap .content-box .post-top-info-box .post-date {
    display: block;
  }
}

.content-wrap .content-box .post-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .content-wrap .content-box .post-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap .content-box .post-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.1;
  }
}

.content-wrap .content-box .content-text > p:first-child {
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.content-wrap .content-box .content-text > p:first-child span,
.content-wrap .content-box .content-text > p:first-child a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.content-wrap .content-box .content-text p strong {
  font-weight: 600;
}

.content-wrap .content-box .content-text ul li br,
.content-wrap .content-box .content-text ol li br {
  display: block;
  height: 20px;
  content: '';
}

.content-wrap .content-box .custom-html-wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .content-wrap .content-box .custom-html-wrap {
    margin-top: 40px;
  }
}

.content-wrap .content-box.hidden-content-box {
  overflow: hidden;
  position: relative;
}

.content-wrap .content-box.hidden-content-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}

.content-wrap .content-box.hidden-content-box.opened {
  height: auto !important;
}

.content-wrap .content-box.hidden-content-box.opened:after {
  display: none;
}

.content-wrap.hidden-content-wrap.opened .sm-text-btn {
  display: none;
}

.download-form-box {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .download-form-box {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .download-form-box {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .download-form-box {
    padding-top: 40px;
  }
}

.download-form-box .download-form-desc {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .download-form-box .download-form-desc {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .download-form-box .download-form-desc {
    margin-bottom: 25px;
  }
}

.bottom-post-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #f4f6fa;
}

@media only screen and (max-width: 767px) {
  .bottom-post-wrapper {
    padding: 20px 0 25px 0;
  }
}

.bottom-post-wrapper .bottom-post-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 944px;
  margin: 0 auto;
}

@media only screen and (max-width: 1140px) {
  .bottom-post-wrapper .bottom-post-box {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-post-wrapper .bottom-post-box {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-post-wrapper .bottom-post-box .vac-form-btn {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.bottom-post-wrapper .share-icons-box {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bottom-post-wrapper .share-icons-box {
    margin-bottom: 20px;
  }
}

.bottom-post-wrapper .share-icons-box .share-text {
  display: inline-block;
  color: #080810;
  font-size: 19px;
  font-weight: 300;
  margin-right: 20px;
}

body.single-cases .bottom-post-wrapper .bottom-post-box {
  max-width: none;
}

.addtoany_list > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0 10px;
  position: relative;
}

.addtoany_list > a:first-child {
  margin-left: 0;
}

.addtoany_list > a:last-child {
  margin-right: 0;
}

.addtoany_list > a .a2a_svg {
  display: flex;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.addtoany_list > a .a2a_svg svg {
  display: block;
  width: auto;
  top: 3px;
  height: 24px;
}

.addtoany_list > a .a2a_svg svg path {
  transition: all 0.3s ease-in-out;
}

.addtoany_list > a:hover .a2a_svg,
.addtoany_list > a:focus .a2a_svg {
  opacity: 1;
  background-color: #4633d6 !important;
}

.addtoany_list > a:hover .a2a_svg svg path,
.addtoany_list > a:focus .a2a_svg svg path {
  fill: #fff !important;
}

.archive-header {
  padding: 100px 0;
  background-color: #f4f6fa;
}

@media only screen and (max-width: 1024px) {
  .archive-header {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .archive-header {
    padding: 40px 0;
  }
}

.archive-header .archive-desc-box .archive-desc-text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .archive-header .archive-desc-box .archive-desc-text {
    text-align: left;
  }
}

.posts-desc-section {
  padding-bottom: 40px;
  background-color: #f4f6fa;
}

.posts-desc-section .posts-desc-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .posts-desc-section .posts-desc-wrapper {
    display: block;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
  max-width: 746px;
  margin-left: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 1140px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part {
    max-width: none;
  }
}

@media only screen and (max-width: 960px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part {
    justify-content: flex-start;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .search-input {
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  outline: none !important;
  box-shadow: none !important;
  padding: 5px 25px 5px 50px;
  background-image: url(../svg/search.svg);
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 2px solid #f4f6fa;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .search-input {
    width: 150px;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .search-input:focus {
  border-color: #513cee;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .btn,
.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .wp-block-button__link {
  height: 50px;
  max-height: 50px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .btn,
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .wp-block-button__link {
    width: 50px;
    padding: 0;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .btn > span,
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .wp-block-buttons .wp-block-button .wp-block-button__link > span,
  .wp-block-buttons .wp-block-button .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .search-posts-form .wp-block-button__link > span {
    display: none;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-btn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #513cee;
  border-radius: 5px !important;
  border: none !important;
  padding: 0;
  margin: 0 0 0 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-btn {
    margin-left: 15px;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-btn:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/filter-white.svg);
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-btn:hover,
.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-btn:focus {
  background-color: #4633d6;
  outline: none !important;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-icon {
    margin-left: 15px;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-thin-blue.svg);
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-icon:hover,
.posts-desc-section .posts-desc-wrapper .filter-right-part .search-form-box .filters-back-icon:focus {
  opacity: 1;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .filters-box {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .posts-desc-section .posts-desc-wrapper .filter-right-part .filters-box {
    flex-grow: 1;
  }
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .posts-search-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part .posts-search-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/search.svg);
}

.posts-desc-section .posts-desc-wrapper .filter-right-part.active .search-form-box {
  opacity: 1;
  transform: translateX(0);
}

.posts-desc-section .posts-desc-wrapper .filter-right-part.active .filters-box {
  opacity: 0;
}

.posts-desc-section .posts-desc-wrapper .filter-right-part.active .posts-search-icon {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .posts-desc-section .posts-desc-wrapper .filters-box {
    margin-top: 20px;
  }
}

.knowledge-posts-section .posts-desc-section .posts-desc-wrapper .filters-box {
  margin-top: 0;
}

.posts-desc-section .posts-desc-wrapper .filters-box .filters-holder {
  display: flex;
  align-items: center;
}

.posts-desc-section .posts-desc-wrapper .filters-box .filters-holder .filter-text {
  color: #2d2d2d;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-right: 25px;
}

@media only screen and (max-width: 960px) {
  .knowledge-posts-section .posts-desc-section .posts-desc-wrapper .filters-box .filters-holder .filter-text {
    display: none;
  }
}

.posts-desc-section .posts-desc-wrapper .filters-box .filters-holder .filter-select {
  background-image: url(../svg/chevron-horizontal-0.svg);
  background-position: calc(100% - 24px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 50px 10px 20px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

.posts-desc-section.white-bg {
  background-color: #fff;
}

.posts-desc-section.white-bg .posts-desc-wrapper .filters-box .filters-holder .filter-select {
  background-color: #f4f6fa;
}

.posts-blocks-section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .posts-blocks {
    display: block;
  }
}

.posts-blocks .post-block-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .posts-blocks .post-block-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-blocks .post-block-item {
    max-width: none;
  }
}

.posts-blocks .post-block-item .grey-line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 63.562%;
}

@media only screen and (max-width: 1140px) {
  .posts-blocks .post-block-item .grey-line {
    padding-top: 32%;
  }
}

.posts-blocks .post-block-item .grey-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1000px;
  width: 7000px;
  height: 100%;
  background-color: #f4f6fa;
  z-index: 1;
}

.posts-blocks .post-block-item .post-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  background-color: #fff;
}

.posts-blocks .post-block-item .post-block .post-block-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap {
  position: relative;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-type-icon {
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  height: 45px;
  width: auto;
  z-index: 4;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .th-cats-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-th-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-th-box .post-th {
  padding-top: 70.76%;
  position: relative;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-th-box .post-th.with-image {
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-th-box .post-th.with-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #513cee;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-th-box .post-th.no-image {
  transition: all 0.3s ease-in-out;
  background-color: #513cee;
  background-color: var(--mainColor);
}

.posts-blocks .post-block-item .post-block .post-block-content .post-th-wrap .post-th-box .post-th.no-image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  zoom: 1.5;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/no-photo.svg);
  transition: all 0.3s ease-in-out;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-logo-box {
  margin-bottom: 20px;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-logo-box img {
  display: block;
  height: 40px;
  width: auto;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-date {
  display: block;
  color: #080810;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 15px;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-block-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-desc-box p {
  color: #77777c;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-desc-box p span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-desc-box p span.vac-tax {
  display: block;
  margin-bottom: 2px;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-desc-box p span.vac-tax:last-child {
  margin-bottom: 0;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-link-wrap {
  margin-top: auto;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-link-wrap .link-btn {
  display: inline-block;
  text-align: left;
}

.posts-blocks .post-block-item .post-block .post-block-content .post-info-box .post-link-wrap .link-btn:after {
  top: 5px;
}

.posts-blocks .post-block-item .post-block:hover,
.posts-blocks .post-block-item .post-block:focus {
  box-shadow: 0 10px 30px rgba(168, 163, 192, 0.3);
}

.posts-blocks .post-block-item .post-block:hover .post-block-content .post-th-wrap .post-th-box .post-th.with-image,
.posts-blocks .post-block-item .post-block:focus .post-block-content .post-th-wrap .post-th-box .post-th.with-image {
  transform: scale(1.1);
}

.posts-blocks .post-block-item .post-block:hover .post-block-content .post-th-wrap .post-th-box .post-th.no-image,
.posts-blocks .post-block-item .post-block:focus .post-block-content .post-th-wrap .post-th-box .post-th.no-image {
  background-color: #4633d6;
}

.posts-blocks .post-block-item .post-block:hover .post-block-content .post-th-wrap .post-th-box .post-th.no-image:after,
.posts-blocks .post-block-item .post-block:focus .post-block-content .post-th-wrap .post-th-box .post-th.no-image:after {
  opacity: 0.85;
}

.posts-blocks .post-block-item .post-block:hover .post-block-content .post-info-box .post-link-wrap .link-btn,
.posts-blocks .post-block-item .post-block:focus .post-block-content .post-info-box .post-link-wrap .link-btn {
  color: #000;
  padding-right: 22px;
  text-decoration: none !important;
}

.posts-blocks .post-block-item .post-block:hover .post-block-content .post-info-box .post-link-wrap .link-btn:before,
.posts-blocks .post-block-item .post-block:focus .post-block-content .post-info-box .post-link-wrap .link-btn:before {
  width: 100%;
}

.posts-blocks .post-block-item.support-block-item {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .posts-blocks .post-block-item.support-block-item {
    max-width: none;
  }
}

.posts-blocks .post-block-item.support-block-item .post-block .post-block-content .post-th-wrap .post-th-box .post-th {
  padding-top: 56.25%;
}

.posts-blocks .post-block-item.support-block-item .post-block .post-block-content .post-info-box .post-date {
  color: #080810;
  margin-bottom: 10px;
}

.posts-blocks.posts-grey-line .post-block-item:first-child .grey-line {
  display: block;
  z-index: 1;
}

.th-cats-box .th-cats {
  display: inline-block;
  padding: 7px 20px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #513cee;
  background-color: var(--mainColor);
  margin-right: 25px;
}

.th-cats-box .th-cats > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 15px;
  position: relative;
}

.th-cats-box .th-cats > span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  width: 1px;
  height: 11px;
  background-color: #fff;
}

.th-cats-box .th-cats > span.thin-text {
  font-weight: 400;
}

.th-cats-box .th-cats > span:last-child {
  margin-right: 0;
}

.th-cats-box .th-cats > span:last-child:after {
  display: none;
}

.related-posts-section {
  background-color: #f4f6fa;
  margin-bottom: -40px;
  overflow: hidden;
}

.related-posts-section .related-posts-desc-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .related-posts-section .related-posts-desc-box {
    display: block;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .related-posts-section .related-posts-desc-box .overview-link-wrapper {
    margin-top: 15px;
  }
}

.related-posts-section .related-posts-wrapper .posts-blocks .post-block-item:first-child .grey-line {
  display: block;
}

.related-posts-section .related-posts-wrapper .posts-blocks .post-block-item:first-child .grey-line:before {
  top: auto;
  bottom: 0;
  height: 1000px;
  background-color: #fff;
}

.related-posts-section.no-bg {
  background-color: #fff;
  margin-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .related-posts-section.no-bg {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .related-posts-section.no-bg {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .related-posts-section.no-bg {
    margin-bottom: 10px;
  }
}

.related-posts-section.no-bg .grey-line {
  display: none !important;
}

.related-posts-section.flexible-news {
  margin-bottom: 150px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .related-posts-section.flexible-news {
    margin-bottom: 100px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .related-posts-section.flexible-news {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .related-posts-section.flexible-news {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

.related-posts-section.flexible-news.no-bg {
  padding-bottom: 0;
}

.related-posts-section.no-bot-margin {
  margin-bottom: 0;
}

.cases-posts-section {
  background-color: #fff;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .cases-posts-section {
    margin-bottom: 20px;
  }
}

#main .yoast-table-of-contents {
  margin-bottom: 30px;
}

#main .yoast-table-of-contents ul {
  margin-bottom: 0 !important;
}

.socials {
  display: flex;
  flex-wrap: wrap;
}

.socials .social-link {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 12px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  background-color: #513cee;
  background-color: var(--mainColor);
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .socials .social-link {
    margin: 0 10px;
  }
}

.socials .social-link:first-child {
  margin-left: 0;
}

.socials .social-link:last-child {
  margin-right: 0;
}

.socials .social-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.socials .social-link.icon-instagram:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/instagram-white.svg);
}

.socials .social-link.icon-linkedin:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/linkedin-white.svg);
}

.socials .social-link.icon-facebook:before {
  width: 8px;
  height: 16px;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/facebook-white.svg);
}

.socials .social-link.icon-twitter:before {
  width: 17px;
  height: 14px;
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/x-logo.svg);
}

.socials .social-link.icon-youtube:before {
  width: 20px;
  height: 14px;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/youtube-white.svg);
}

.socials .social-link.icon-vimeo:before {
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/vimeo-white.svg);
}

.socials .social-link.icon-tiktok:before {
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/tiktok-white.svg);
}

.socials .social-link:hover,
.socials .social-link:focus {
  background-color: #4633d6;
}

.footer-cta {
  background-color: #f4f6fa;
}

.footer-cta .footer-cta-info {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-cta .footer-cta-info .footer-cta-text h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-cta .footer-cta-info .footer-cta-text h2 {
    font-size: 22px;
  }
}

.footer-cta .footer-cta-info .cta-button-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 374px) {
  .footer-cta .footer-cta-info .cta-button-wrap .btn,
  .footer-cta .footer-cta-info .cta-button-wrap .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .footer-cta .footer-cta-info .cta-button-wrap .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.content-box .vac-info-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .content-box .vac-info-box {
    display: block;
    margin: 30px 0 40px 0;
  }
}

.content-box .vac-info-box .vac-categories-box {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .content-box .vac-info-box .vac-categories-box {
    display: block;
  }
}

.content-box .vac-info-box .vac-categories-box .vac-cat-info {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.content-box .vac-info-box .vac-categories-box .vac-cat-info:last-child {
  margin-right: 0;
}

.content-box .vac-info-box .vac-categories-box .vac-cat-info .vac-tax-name {
  display: inline-block;
  color: #080810;
  font-size: 19px;
  font-weight: 600;
  margin-right: 5px;
}

.content-box .vac-info-box .vac-categories-box .vac-cat-info .vac-cat-terms {
  display: inline-block;
  color: #080810;
  font-size: 19px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .content-box .vac-info-box .vac-form-button-wrap {
    margin-top: 20px;
  }
}

.content-box .vac-info-box .vac-form-button-wrap .vac-form-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .content-box .vac-info-box .vac-form-button-wrap .vac-form-btn {
    display: block;
    width: 100%;
  }
}

.top-recent-section {
  background-color: #f4f6fa;
  padding-bottom: 25px;
}

.knowledge-types-section {
  background-color: #f4f6fa;
}

.knowledge-types-section .knowledge-types-categories {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .knowledge-types-section .knowledge-types-categories {
    display: block;
    margin-bottom: 30px;
  }
}

.knowledge-types-section .knowledge-types-categories .ktc-item {
  padding: 0 20px 20px 20px;
  margin: 0 10px;
  position: relative;
  color: #c7c7ce;
  cursor: pointer;
  text-decoration: none !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .knowledge-types-section .knowledge-types-categories .ktc-item {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}

.knowledge-types-section .knowledge-types-categories .ktc-item:after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #513cee;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .knowledge-types-section .knowledge-types-categories .ktc-item:after {
    display: none !important;
  }
}

.knowledge-types-section .knowledge-types-categories .ktc-item:hover,
.knowledge-types-section .knowledge-types-categories .ktc-item:focus {
  color: #513cee;
  color: var(--mainColor);
}

.knowledge-types-section .knowledge-types-categories .ktc-item.active {
  color: #000;
}

.knowledge-types-section .knowledge-types-categories .ktc-item.active:after {
  display: block;
}

.knowledge-posts-section {
  padding: 100px 0;
}

.author-box {
  border-radius: 5px;
  padding: 40px;
  background-color: #f4f6fa;
}

@media only screen and (max-width: 767px) {
  .author-box {
    padding: 20px;
  }
}

.author-box .author-info-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .author-box .author-info-wrap {
    display: block;
  }
}

.author-box .author-info-wrap .author-photo-wrap {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .author-box .author-info-wrap .author-photo-wrap {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

.author-box .author-info-wrap .author-photo-wrap img {
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
}

.author-box .author-info-wrap .author-info-box .author-name {
  display: inline-block;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.author-box .author-info-wrap .author-info-box .author-quote {
  margin-bottom: 0;
}

.no-results-section {
  padding: 50px 0;
}

.no-results-section .no-results-text {
  text-align: center;
}

.no-results-section .no-results-text h4 {
  font-weight: 400;
}

.search-header {
  padding: 100px 0;
  background-color: #f4f6fa;
}

@media only screen and (max-width: 1024px) {
  .search-header {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .search-header {
    padding: 40px 0;
  }
}

.search-header .search-form-desc {
  text-align: center;
  margin-bottom: 40px;
}

.search-header .search-form {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .search-header .search-form {
    display: block;
  }
}

.search-header .search-form .search-input {
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  outline: none !important;
  box-shadow: none !important;
  padding: 5px 25px 5px 70px;
  background-image: url(../svg/search.svg);
  background-position: 25px 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media only screen and (max-width: 767px) {
  .search-header .search-form .search-input {
    display: block;
    width: 100%;
  }
}

.search-header .search-form .search-input:focus {
  border-color: #513cee;
  border-color: var(--mainColor);
}

.search-header .search-form .btn,
.search-header .search-form .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .search-header .search-form .wp-block-button__link {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .search-header .search-form .btn,
  .search-header .search-form .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .search-header .search-form .wp-block-button__link {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.search-header.search-posts-header .search-form-desc {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .search-header.search-posts-header .search-form-desc {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .search-header.search-posts-header .search-form-desc {
    margin-bottom: 30px;
  }
}

.support-posts-section {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .support-posts-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .support-posts-section {
    padding: 40px 0;
  }
}

.support-posts-section .support-cat-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .support-posts-section .support-categories-box {
    margin-bottom: 40px;
  }
}

.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link {
  display: block;
  background-color: #fff;
  text-decoration: none !important;
  color: #080810;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 13px 40px 13px 20px;
  border-bottom: 1px solid #f4f6fa;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link span {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:hover,
.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:focus {
  background-color: #f4f6fa;
}

.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:hover span,
.support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:focus span {
  left: 10px;
}

.support-posts-section .support-categories-box .support-categories .support-cat-item:first-child .support-cat-link {
  border-top: 1px solid #f4f6fa;
}

.support-posts-section .support-categories-box .support-categories .support-cat-item.active .support-cat-link {
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.support-posts-section .support-posts-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.support-posts-section .support-posts-box .support-posts {
  margin-bottom: 60px;
}

.support-posts-section .support-posts-box .support-posts .support-item-box .support-item .support-item-line {
  display: flex;
  align-items: center;
  color: #080810;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  background-color: #fff;
  text-decoration: none !important;
  padding: 20px 30px;
  border-bottom: 1px solid #f4f6fa;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.support-posts-section .support-posts-box .support-posts .support-item-box .support-item .support-item-line .support-post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.support-posts-section .support-posts-box .support-posts .support-item-box .support-item .support-item-line .support-cat-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  position: relative;
}

.support-posts-section .support-posts-box .support-posts .support-item-box .support-item .support-item-line:hover,
.support-posts-section .support-posts-box .support-posts .support-item-box .support-item .support-item-line:focus {
  color: #513cee;
  color: var(--mainColor);
  background-color: #f4f6fa;
}

.support-posts-section .support-posts-box .support-posts .support-item-box:first-child .support-item .support-item-line {
  border-top: 1px solid #f4f6fa;
}

.support-posts-section .support-posts-box .pagination-wrapper {
  margin-top: auto;
}

.support-posts-section .support-posts-box .pagination-wrapper .page-numbers {
  margin-bottom: 0;
}

.not-found-title {
  margin-bottom: 0;
  padding: 50px 0;
  text-align: center;
}

.sec-color-0 .play-button:before {
  border-left-color: #513cee;
}

.sec-color-0 .play-button:hover,
.sec-color-0 .play-button:focus {
  background-color: #513cee;
}

.sec-color-0 .play-button:hover:before,
.sec-color-0 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-0 .video-button:after {
  border-left-color: #513cee;
}

.sec-color-0 .video-button:hover span,
.sec-color-0 .video-button:focus span {
  color: #513cee;
}

.sec-color-0 .video-button:hover:before,
.sec-color-0 .video-button:focus:before {
  border-color: #513cee;
  background-color: #513cee;
}

.sec-color-0 .video-button:hover:after,
.sec-color-0 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-0 .sec-styled-titles h1 em,
.sec-color-0 .sec-styled-titles h2 em,
.sec-color-0 .sec-styled-titles h3 em,
.sec-color-0 .sec-styled-titles h4 em {
  color: #513cee;
}

.sec-color-0 .slick-dots li.slick-active {
  border-color: #513cee;
}

.sec-color-0 .slick-dots li.slick-active:before {
  background-color: #513cee;
}

.sec-color-0.colored-section h1 em,
.sec-color-0.colored-section h2 em,
.sec-color-0.colored-section h3 em,
.sec-color-0.colored-section h4 em,
.sec-color-0.colored-section h5 em,
.sec-color-0.colored-section h6 em,
.sec-color-0.colored-section blockquote em,
.sec-color-0.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  font-style: normal;
  font-weight: 700;
}

.sec-color-0.colored-section p a {
  color: #513cee;
}

.sec-color-0.colored-section ul > li:before {
  background-color: #513cee !important;
}

.sec-color-0.colored-section ol > li:before {
  color: #513cee;
}

.sec-color-0.colored-section .btn,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .wp-block-button__link {
  background-color: #513cee;
}

.sec-color-0.colored-section .btn.white-btn:after,
.sec-color-0.colored-section .white-content .btn:after,
.white-content .sec-color-0.colored-section .btn:after,
.sec-color-0.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-0.colored-section .wp-block-button__link:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-0.colored-section .wp-block-button__link:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .white-btn.wp-block-button__link:after,
.sec-color-0.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-0.colored-section .btn:after,
.sec-color-0.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-0.colored-section .wp-block-button__link:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-0.colored-section .wp-block-button__link:after,
.sec-color-0.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-0.colored-section .btn:after,
.sec-color-0.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-0.colored-section .wp-block-button__link:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-0.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.sec-color-0.colored-section .btn.ghost-btn,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .ghost-btn.wp-block-button__link {
  color: #513cee;
  border-color: #513cee;
  background-color: transparent;
}

.sec-color-0.colored-section .btn.ghost-btn:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.sec-color-0.colored-section .link-btn:before {
  background-color: #513cee;
}

.sec-color-0.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.sec-color-0.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-0.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-0.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #513cee;
}

.sec-color-0.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #513cee;
}

.sec-color-0.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-0.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-0.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #513cee;
}

.sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #513cee;
}

.sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #513cee;
  }
}

.sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #513cee;
}

.sec-color-0.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-0.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-0.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-0.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #513cee;
}

.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-0.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

.sec-color-0.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-0.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-0.svg);
}

.sec-color-0.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #513cee;
}

.sec-color-0.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #513cee;
}

.sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #513cee;
}

.sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #513cee;
}

.sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-0.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-0.cta-section.bg-color-0 {
    background-color: #513cee;
  }
}

.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #513cee;
}

.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #513cee;
}

.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #513cee;
}

.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-0.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #513cee;
}

.sec-color-0.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-0.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

.sec-color-0.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #513cee;
}

.sec-color-0.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #513cee;
}

.sec-color-0.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-0.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #513cee;
}

.sec-color-1 .play-button:before {
  border-left-color: #381abc;
}

.sec-color-1 .play-button:hover,
.sec-color-1 .play-button:focus {
  background-color: #381abc;
}

.sec-color-1 .play-button:hover:before,
.sec-color-1 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-1 .video-button:after {
  border-left-color: #381abc;
}

.sec-color-1 .video-button:hover span,
.sec-color-1 .video-button:focus span {
  color: #381abc;
}

.sec-color-1 .video-button:hover:before,
.sec-color-1 .video-button:focus:before {
  border-color: #381abc;
  background-color: #381abc;
}

.sec-color-1 .video-button:hover:after,
.sec-color-1 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-1 .sec-styled-titles h1 em,
.sec-color-1 .sec-styled-titles h2 em,
.sec-color-1 .sec-styled-titles h3 em,
.sec-color-1 .sec-styled-titles h4 em {
  color: #381abc;
}

.sec-color-1 .slick-dots li.slick-active {
  border-color: #381abc;
}

.sec-color-1 .slick-dots li.slick-active:before {
  background-color: #381abc;
}

.sec-color-1.colored-section h1 em,
.sec-color-1.colored-section h2 em,
.sec-color-1.colored-section h3 em,
.sec-color-1.colored-section h4 em,
.sec-color-1.colored-section h5 em,
.sec-color-1.colored-section h6 em,
.sec-color-1.colored-section blockquote em,
.sec-color-1.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #381abc;
  font-style: normal;
  font-weight: 700;
}

.sec-color-1.colored-section p a {
  color: #381abc;
}

.sec-color-1.colored-section ul > li:before {
  background-color: #381abc !important;
}

.sec-color-1.colored-section ol > li:before {
  color: #381abc;
}

.sec-color-1.colored-section .btn,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .wp-block-button__link {
  background-color: #381abc;
}

.sec-color-1.colored-section .btn.white-btn:after,
.sec-color-1.colored-section .white-content .btn:after,
.white-content .sec-color-1.colored-section .btn:after,
.sec-color-1.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-1.colored-section .wp-block-button__link:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-1.colored-section .wp-block-button__link:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .white-btn.wp-block-button__link:after,
.sec-color-1.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-1.colored-section .btn:after,
.sec-color-1.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-1.colored-section .wp-block-button__link:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-1.colored-section .wp-block-button__link:after,
.sec-color-1.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-1.colored-section .btn:after,
.sec-color-1.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-1.colored-section .wp-block-button__link:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-1.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

.sec-color-1.colored-section .btn.ghost-btn,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .ghost-btn.wp-block-button__link {
  color: #381abc;
  border-color: #381abc;
  background-color: transparent;
}

.sec-color-1.colored-section .btn.ghost-btn:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

.sec-color-1.colored-section .link-btn:before {
  background-color: #381abc;
}

.sec-color-1.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

.sec-color-1.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-1.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-1.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #381abc;
}

.sec-color-1.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #381abc;
}

.sec-color-1.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-1.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-1.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #381abc;
}

.sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #381abc;
}

.sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #381abc;
  }
}

.sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #381abc;
}

.sec-color-1.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-1.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-1.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-1.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #381abc;
}

.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-1.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

.sec-color-1.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-1.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-1.svg);
}

.sec-color-1.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #381abc;
}

.sec-color-1.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #381abc;
}

.sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #381abc;
}

.sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #381abc;
}

.sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-1.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-1.cta-section.bg-color-0 {
    background-color: #381abc;
  }
}

.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #381abc;
}

.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #381abc;
}

.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #381abc;
}

.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-1.svg);
}

.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-1.svg);
}

.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-1.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #381abc;
}

.sec-color-1.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-1.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-1.svg);
}

.sec-color-1.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #381abc;
}

.sec-color-1.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #381abc;
}

.sec-color-1.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-1.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #381abc;
}

.sec-color-2 .play-button:before {
  border-left-color: #31e6ba;
}

.sec-color-2 .play-button:hover,
.sec-color-2 .play-button:focus {
  background-color: #31e6ba;
}

.sec-color-2 .play-button:hover:before,
.sec-color-2 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-2 .video-button:after {
  border-left-color: #31e6ba;
}

.sec-color-2 .video-button:hover span,
.sec-color-2 .video-button:focus span {
  color: #31e6ba;
}

.sec-color-2 .video-button:hover:before,
.sec-color-2 .video-button:focus:before {
  border-color: #31e6ba;
  background-color: #31e6ba;
}

.sec-color-2 .video-button:hover:after,
.sec-color-2 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-2 .sec-styled-titles h1 em,
.sec-color-2 .sec-styled-titles h2 em,
.sec-color-2 .sec-styled-titles h3 em,
.sec-color-2 .sec-styled-titles h4 em {
  color: #31e6ba;
}

.sec-color-2 .slick-dots li.slick-active {
  border-color: #31e6ba;
}

.sec-color-2 .slick-dots li.slick-active:before {
  background-color: #31e6ba;
}

.sec-color-2.colored-section h1 em,
.sec-color-2.colored-section h2 em,
.sec-color-2.colored-section h3 em,
.sec-color-2.colored-section h4 em,
.sec-color-2.colored-section h5 em,
.sec-color-2.colored-section h6 em,
.sec-color-2.colored-section blockquote em,
.sec-color-2.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #31e6ba;
  font-style: normal;
  font-weight: 700;
}

.sec-color-2.colored-section p a {
  color: #31e6ba;
}

.sec-color-2.colored-section ul > li:before {
  background-color: #31e6ba !important;
}

.sec-color-2.colored-section ol > li:before {
  color: #31e6ba;
}

.sec-color-2.colored-section .btn,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .wp-block-button__link {
  background-color: #31e6ba;
}

.sec-color-2.colored-section .btn.white-btn:after,
.sec-color-2.colored-section .white-content .btn:after,
.white-content .sec-color-2.colored-section .btn:after,
.sec-color-2.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-2.colored-section .wp-block-button__link:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-2.colored-section .wp-block-button__link:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .white-btn.wp-block-button__link:after,
.sec-color-2.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-2.colored-section .btn:after,
.sec-color-2.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-2.colored-section .wp-block-button__link:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-2.colored-section .wp-block-button__link:after,
.sec-color-2.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-2.colored-section .btn:after,
.sec-color-2.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-2.colored-section .wp-block-button__link:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-2.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

.sec-color-2.colored-section .btn.ghost-btn,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .ghost-btn.wp-block-button__link {
  color: #31e6ba;
  border-color: #31e6ba;
  background-color: transparent;
}

.sec-color-2.colored-section .btn.ghost-btn:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

.sec-color-2.colored-section .link-btn:before {
  background-color: #31e6ba;
}

.sec-color-2.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

.sec-color-2.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-2.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-2.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #31e6ba;
}

.sec-color-2.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #31e6ba;
}

.sec-color-2.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-2.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-2.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #31e6ba;
}

.sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #31e6ba;
}

.sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #31e6ba;
  }
}

.sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #31e6ba;
}

.sec-color-2.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-2.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-2.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-2.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #31e6ba;
}

.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-2.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

.sec-color-2.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-2.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-2.svg);
}

.sec-color-2.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #31e6ba;
}

.sec-color-2.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #31e6ba;
}

.sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #31e6ba;
}

.sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #31e6ba;
}

.sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-2.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-2.cta-section.bg-color-0 {
    background-color: #31e6ba;
  }
}

.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #31e6ba;
}

.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #31e6ba;
}

.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #31e6ba;
}

.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-2.svg);
}

.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-2.svg);
}

.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-2.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #31e6ba;
}

.sec-color-2.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-2.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-2.svg);
}

.sec-color-2.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #31e6ba;
}

.sec-color-2.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #31e6ba;
}

.sec-color-2.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-2.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #31e6ba;
}

.sec-color-3 .play-button:before {
  border-left-color: #32ebff;
}

.sec-color-3 .play-button:hover,
.sec-color-3 .play-button:focus {
  background-color: #32ebff;
}

.sec-color-3 .play-button:hover:before,
.sec-color-3 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-3 .video-button:after {
  border-left-color: #32ebff;
}

.sec-color-3 .video-button:hover span,
.sec-color-3 .video-button:focus span {
  color: #32ebff;
}

.sec-color-3 .video-button:hover:before,
.sec-color-3 .video-button:focus:before {
  border-color: #32ebff;
  background-color: #32ebff;
}

.sec-color-3 .video-button:hover:after,
.sec-color-3 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-3 .sec-styled-titles h1 em,
.sec-color-3 .sec-styled-titles h2 em,
.sec-color-3 .sec-styled-titles h3 em,
.sec-color-3 .sec-styled-titles h4 em {
  color: #32ebff;
}

.sec-color-3 .slick-dots li.slick-active {
  border-color: #32ebff;
}

.sec-color-3 .slick-dots li.slick-active:before {
  background-color: #32ebff;
}

.sec-color-3.colored-section h1 em,
.sec-color-3.colored-section h2 em,
.sec-color-3.colored-section h3 em,
.sec-color-3.colored-section h4 em,
.sec-color-3.colored-section h5 em,
.sec-color-3.colored-section h6 em,
.sec-color-3.colored-section blockquote em,
.sec-color-3.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #32ebff;
  font-style: normal;
  font-weight: 700;
}

.sec-color-3.colored-section p a {
  color: #32ebff;
}

.sec-color-3.colored-section ul > li:before {
  background-color: #32ebff !important;
}

.sec-color-3.colored-section ol > li:before {
  color: #32ebff;
}

.sec-color-3.colored-section .btn,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .wp-block-button__link {
  background-color: #32ebff;
}

.sec-color-3.colored-section .btn.white-btn:after,
.sec-color-3.colored-section .white-content .btn:after,
.white-content .sec-color-3.colored-section .btn:after,
.sec-color-3.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-3.colored-section .wp-block-button__link:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-3.colored-section .wp-block-button__link:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .white-btn.wp-block-button__link:after,
.sec-color-3.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-3.colored-section .btn:after,
.sec-color-3.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-3.colored-section .wp-block-button__link:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-3.colored-section .wp-block-button__link:after,
.sec-color-3.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-3.colored-section .btn:after,
.sec-color-3.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-3.colored-section .wp-block-button__link:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-3.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

.sec-color-3.colored-section .btn.ghost-btn,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .ghost-btn.wp-block-button__link {
  color: #32ebff;
  border-color: #32ebff;
  background-color: transparent;
}

.sec-color-3.colored-section .btn.ghost-btn:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

.sec-color-3.colored-section .link-btn:before {
  background-color: #32ebff;
}

.sec-color-3.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

.sec-color-3.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-3.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-3.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #32ebff;
}

.sec-color-3.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #32ebff;
}

.sec-color-3.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-3.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-3.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #32ebff;
}

.sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #32ebff;
}

.sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #32ebff;
  }
}

.sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #32ebff;
}

.sec-color-3.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-3.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-3.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-3.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #32ebff;
}

.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-3.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

.sec-color-3.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-3.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-3.svg);
}

.sec-color-3.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #32ebff;
}

.sec-color-3.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #32ebff;
}

.sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #32ebff;
}

.sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #32ebff;
}

.sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-3.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-3.cta-section.bg-color-0 {
    background-color: #32ebff;
  }
}

.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #32ebff;
}

.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #32ebff;
}

.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #32ebff;
}

.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-3.svg);
}

.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-3.svg);
}

.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-3.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #32ebff;
}

.sec-color-3.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-3.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-3.svg);
}

.sec-color-3.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #32ebff;
}

.sec-color-3.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #32ebff;
}

.sec-color-3.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-3.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #32ebff;
}

.sec-color-4 .play-button:before {
  border-left-color: #33ff85;
}

.sec-color-4 .play-button:hover,
.sec-color-4 .play-button:focus {
  background-color: #33ff85;
}

.sec-color-4 .play-button:hover:before,
.sec-color-4 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-4 .video-button:after {
  border-left-color: #33ff85;
}

.sec-color-4 .video-button:hover span,
.sec-color-4 .video-button:focus span {
  color: #33ff85;
}

.sec-color-4 .video-button:hover:before,
.sec-color-4 .video-button:focus:before {
  border-color: #33ff85;
  background-color: #33ff85;
}

.sec-color-4 .video-button:hover:after,
.sec-color-4 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-4 .sec-styled-titles h1 em,
.sec-color-4 .sec-styled-titles h2 em,
.sec-color-4 .sec-styled-titles h3 em,
.sec-color-4 .sec-styled-titles h4 em {
  color: #33ff85;
}

.sec-color-4 .slick-dots li.slick-active {
  border-color: #33ff85;
}

.sec-color-4 .slick-dots li.slick-active:before {
  background-color: #33ff85;
}

.sec-color-4.colored-section h1 em,
.sec-color-4.colored-section h2 em,
.sec-color-4.colored-section h3 em,
.sec-color-4.colored-section h4 em,
.sec-color-4.colored-section h5 em,
.sec-color-4.colored-section h6 em,
.sec-color-4.colored-section blockquote em,
.sec-color-4.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #33ff85;
  font-style: normal;
  font-weight: 700;
}

.sec-color-4.colored-section p a {
  color: #33ff85;
}

.sec-color-4.colored-section ul > li:before {
  background-color: #33ff85 !important;
}

.sec-color-4.colored-section ol > li:before {
  color: #33ff85;
}

.sec-color-4.colored-section .btn,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .wp-block-button__link {
  background-color: #33ff85;
}

.sec-color-4.colored-section .btn.white-btn:after,
.sec-color-4.colored-section .white-content .btn:after,
.white-content .sec-color-4.colored-section .btn:after,
.sec-color-4.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-4.colored-section .wp-block-button__link:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-4.colored-section .wp-block-button__link:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .white-btn.wp-block-button__link:after,
.sec-color-4.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-4.colored-section .btn:after,
.sec-color-4.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-4.colored-section .wp-block-button__link:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-4.colored-section .wp-block-button__link:after,
.sec-color-4.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-4.colored-section .btn:after,
.sec-color-4.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-4.colored-section .wp-block-button__link:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-4.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

.sec-color-4.colored-section .btn.ghost-btn,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .ghost-btn.wp-block-button__link {
  color: #33ff85;
  border-color: #33ff85;
  background-color: transparent;
}

.sec-color-4.colored-section .btn.ghost-btn:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

.sec-color-4.colored-section .link-btn:before {
  background-color: #33ff85;
}

.sec-color-4.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

.sec-color-4.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-4.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-4.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #33ff85;
}

.sec-color-4.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #33ff85;
}

.sec-color-4.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-4.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-4.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #33ff85;
}

.sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #33ff85;
}

.sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #33ff85;
  }
}

.sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #33ff85;
}

.sec-color-4.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-4.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-4.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-4.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #33ff85;
}

.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-4.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

.sec-color-4.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-4.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-4.svg);
}

.sec-color-4.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #33ff85;
}

.sec-color-4.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #33ff85;
}

.sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #33ff85;
}

.sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #33ff85;
}

.sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-4.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-4.cta-section.bg-color-0 {
    background-color: #33ff85;
  }
}

.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #33ff85;
}

.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #33ff85;
}

.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #33ff85;
}

.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-4.svg);
}

.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-4.svg);
}

.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-4.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #33ff85;
}

.sec-color-4.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-4.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-4.svg);
}

.sec-color-4.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #33ff85;
}

.sec-color-4.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #33ff85;
}

.sec-color-4.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-4.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #33ff85;
}

.sec-color-5 .play-button:before {
  border-left-color: #fff533;
}

.sec-color-5 .play-button:hover,
.sec-color-5 .play-button:focus {
  background-color: #fff533;
}

.sec-color-5 .play-button:hover:before,
.sec-color-5 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-5 .video-button:after {
  border-left-color: #fff533;
}

.sec-color-5 .video-button:hover span,
.sec-color-5 .video-button:focus span {
  color: #fff533;
}

.sec-color-5 .video-button:hover:before,
.sec-color-5 .video-button:focus:before {
  border-color: #fff533;
  background-color: #fff533;
}

.sec-color-5 .video-button:hover:after,
.sec-color-5 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-5 .sec-styled-titles h1 em,
.sec-color-5 .sec-styled-titles h2 em,
.sec-color-5 .sec-styled-titles h3 em,
.sec-color-5 .sec-styled-titles h4 em {
  color: #fff533;
}

.sec-color-5 .slick-dots li.slick-active {
  border-color: #fff533;
}

.sec-color-5 .slick-dots li.slick-active:before {
  background-color: #fff533;
}

.sec-color-5.colored-section h1 em,
.sec-color-5.colored-section h2 em,
.sec-color-5.colored-section h3 em,
.sec-color-5.colored-section h4 em,
.sec-color-5.colored-section h5 em,
.sec-color-5.colored-section h6 em,
.sec-color-5.colored-section blockquote em,
.sec-color-5.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #fff533;
  font-style: normal;
  font-weight: 700;
}

.sec-color-5.colored-section p a {
  color: #fff533;
}

.sec-color-5.colored-section ul > li:before {
  background-color: #fff533 !important;
}

.sec-color-5.colored-section ol > li:before {
  color: #fff533;
}

.sec-color-5.colored-section .btn,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .wp-block-button__link {
  background-color: #fff533;
}

.sec-color-5.colored-section .btn.white-btn:after,
.sec-color-5.colored-section .white-content .btn:after,
.white-content .sec-color-5.colored-section .btn:after,
.sec-color-5.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-5.colored-section .wp-block-button__link:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-5.colored-section .wp-block-button__link:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .white-btn.wp-block-button__link:after,
.sec-color-5.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-5.colored-section .btn:after,
.sec-color-5.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-5.colored-section .wp-block-button__link:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-5.colored-section .wp-block-button__link:after,
.sec-color-5.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-5.colored-section .btn:after,
.sec-color-5.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-5.colored-section .wp-block-button__link:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-5.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

.sec-color-5.colored-section .btn.ghost-btn,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .ghost-btn.wp-block-button__link {
  color: #fff533;
  border-color: #fff533;
  background-color: transparent;
}

.sec-color-5.colored-section .btn.ghost-btn:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

.sec-color-5.colored-section .link-btn:before {
  background-color: #fff533;
}

.sec-color-5.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

.sec-color-5.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-5.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-5.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #fff533;
}

.sec-color-5.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #fff533;
}

.sec-color-5.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-5.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-5.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #fff533;
}

.sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #fff533;
}

.sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #fff533;
  }
}

.sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #fff533;
}

.sec-color-5.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-5.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-5.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-5.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #fff533;
}

.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-5.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

.sec-color-5.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-5.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-5.svg);
}

.sec-color-5.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #fff533;
}

.sec-color-5.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #fff533;
}

.sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #fff533;
}

.sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #fff533;
}

.sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-5.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-5.cta-section.bg-color-0 {
    background-color: #fff533;
  }
}

.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #fff533;
}

.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #fff533;
}

.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #fff533;
}

.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-5.svg);
}

.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-5.svg);
}

.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-5.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #fff533;
}

.sec-color-5.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-5.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-5.svg);
}

.sec-color-5.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #fff533;
}

.sec-color-5.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #fff533;
}

.sec-color-5.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-5.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #fff533;
}

.sec-color-6 .play-button:before {
  border-left-color: #ff5c9b;
}

.sec-color-6 .play-button:hover,
.sec-color-6 .play-button:focus {
  background-color: #ff5c9b;
}

.sec-color-6 .play-button:hover:before,
.sec-color-6 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-6 .video-button:after {
  border-left-color: #ff5c9b;
}

.sec-color-6 .video-button:hover span,
.sec-color-6 .video-button:focus span {
  color: #ff5c9b;
}

.sec-color-6 .video-button:hover:before,
.sec-color-6 .video-button:focus:before {
  border-color: #ff5c9b;
  background-color: #ff5c9b;
}

.sec-color-6 .video-button:hover:after,
.sec-color-6 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-6 .sec-styled-titles h1 em,
.sec-color-6 .sec-styled-titles h2 em,
.sec-color-6 .sec-styled-titles h3 em,
.sec-color-6 .sec-styled-titles h4 em {
  color: #ff5c9b;
}

.sec-color-6 .slick-dots li.slick-active {
  border-color: #ff5c9b;
}

.sec-color-6 .slick-dots li.slick-active:before {
  background-color: #ff5c9b;
}

.sec-color-6.colored-section h1 em,
.sec-color-6.colored-section h2 em,
.sec-color-6.colored-section h3 em,
.sec-color-6.colored-section h4 em,
.sec-color-6.colored-section h5 em,
.sec-color-6.colored-section h6 em,
.sec-color-6.colored-section blockquote em,
.sec-color-6.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #ff5c9b;
  font-style: normal;
  font-weight: 700;
}

.sec-color-6.colored-section p a {
  color: #ff5c9b;
}

.sec-color-6.colored-section ul > li:before {
  background-color: #ff5c9b !important;
}

.sec-color-6.colored-section ol > li:before {
  color: #ff5c9b;
}

.sec-color-6.colored-section .btn,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .wp-block-button__link {
  background-color: #ff5c9b;
}

.sec-color-6.colored-section .btn.white-btn:after,
.sec-color-6.colored-section .white-content .btn:after,
.white-content .sec-color-6.colored-section .btn:after,
.sec-color-6.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-6.colored-section .wp-block-button__link:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-6.colored-section .wp-block-button__link:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .white-btn.wp-block-button__link:after,
.sec-color-6.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-6.colored-section .btn:after,
.sec-color-6.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-6.colored-section .wp-block-button__link:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-6.colored-section .wp-block-button__link:after,
.sec-color-6.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-6.colored-section .btn:after,
.sec-color-6.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-6.colored-section .wp-block-button__link:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-6.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

.sec-color-6.colored-section .btn.ghost-btn,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .ghost-btn.wp-block-button__link {
  color: #ff5c9b;
  border-color: #ff5c9b;
  background-color: transparent;
}

.sec-color-6.colored-section .btn.ghost-btn:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

.sec-color-6.colored-section .link-btn:before {
  background-color: #ff5c9b;
}

.sec-color-6.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

.sec-color-6.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-6.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-6.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #ff5c9b;
}

.sec-color-6.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #ff5c9b;
}

.sec-color-6.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-6.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-6.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #ff5c9b;
}

.sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #ff5c9b;
}

.sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #ff5c9b;
  }
}

.sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #ff5c9b;
}

.sec-color-6.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-6.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-6.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-6.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #ff5c9b;
}

.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-6.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

.sec-color-6.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-6.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-6.svg);
}

.sec-color-6.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #ff5c9b;
}

.sec-color-6.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #ff5c9b;
}

.sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #ff5c9b;
}

.sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #ff5c9b;
}

.sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-6.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-6.cta-section.bg-color-0 {
    background-color: #ff5c9b;
  }
}

.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #ff5c9b;
}

.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #ff5c9b;
}

.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #ff5c9b;
}

.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-6.svg);
}

.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-6.svg);
}

.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-6.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #ff5c9b;
}

.sec-color-6.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-6.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-6.svg);
}

.sec-color-6.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #ff5c9b;
}

.sec-color-6.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #ff5c9b;
}

.sec-color-6.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-6.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #ff5c9b;
}

.sec-color-7 .play-button:before {
  border-left-color: #42c19c;
}

.sec-color-7 .play-button:hover,
.sec-color-7 .play-button:focus {
  background-color: #42c19c;
}

.sec-color-7 .play-button:hover:before,
.sec-color-7 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-7 .video-button:after {
  border-left-color: #42c19c;
}

.sec-color-7 .video-button:hover span,
.sec-color-7 .video-button:focus span {
  color: #42c19c;
}

.sec-color-7 .video-button:hover:before,
.sec-color-7 .video-button:focus:before {
  border-color: #42c19c;
  background-color: #42c19c;
}

.sec-color-7 .video-button:hover:after,
.sec-color-7 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-7 .sec-styled-titles h1 em,
.sec-color-7 .sec-styled-titles h2 em,
.sec-color-7 .sec-styled-titles h3 em,
.sec-color-7 .sec-styled-titles h4 em {
  color: #42c19c;
}

.sec-color-7 .slick-dots li.slick-active {
  border-color: #42c19c;
}

.sec-color-7 .slick-dots li.slick-active:before {
  background-color: #42c19c;
}

.sec-color-7.colored-section h1 em,
.sec-color-7.colored-section h2 em,
.sec-color-7.colored-section h3 em,
.sec-color-7.colored-section h4 em,
.sec-color-7.colored-section h5 em,
.sec-color-7.colored-section h6 em,
.sec-color-7.colored-section blockquote em,
.sec-color-7.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #42c19c;
  font-style: normal;
  font-weight: 700;
}

.sec-color-7.colored-section p a {
  color: #42c19c;
}

.sec-color-7.colored-section ul > li:before {
  background-color: #42c19c !important;
}

.sec-color-7.colored-section ol > li:before {
  color: #42c19c;
}

.sec-color-7.colored-section .btn,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .wp-block-button__link {
  background-color: #42c19c;
}

.sec-color-7.colored-section .btn.white-btn:after,
.sec-color-7.colored-section .white-content .btn:after,
.white-content .sec-color-7.colored-section .btn:after,
.sec-color-7.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-7.colored-section .wp-block-button__link:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-7.colored-section .wp-block-button__link:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .white-btn.wp-block-button__link:after,
.sec-color-7.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-7.colored-section .btn:after,
.sec-color-7.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-7.colored-section .wp-block-button__link:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-7.colored-section .wp-block-button__link:after,
.sec-color-7.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-7.colored-section .btn:after,
.sec-color-7.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-7.colored-section .wp-block-button__link:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-7.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

.sec-color-7.colored-section .btn.ghost-btn,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .ghost-btn.wp-block-button__link {
  color: #42c19c;
  border-color: #42c19c;
  background-color: transparent;
}

.sec-color-7.colored-section .btn.ghost-btn:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

.sec-color-7.colored-section .link-btn:before {
  background-color: #42c19c;
}

.sec-color-7.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

.sec-color-7.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-7.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-7.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #42c19c;
}

.sec-color-7.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #42c19c;
}

.sec-color-7.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-7.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-7.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #42c19c;
}

.sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #42c19c;
}

.sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #42c19c;
  }
}

.sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #42c19c;
}

.sec-color-7.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-7.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-7.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-7.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #42c19c;
}

.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-7.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

.sec-color-7.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-7.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-7.svg);
}

.sec-color-7.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #42c19c;
}

.sec-color-7.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #42c19c;
}

.sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #42c19c;
}

.sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #42c19c;
}

.sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-7.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-7.cta-section.bg-color-0 {
    background-color: #42c19c;
  }
}

.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #42c19c;
}

.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #42c19c;
}

.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #42c19c;
}

.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-7.svg);
}

.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-7.svg);
}

.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-7.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #42c19c;
}

.sec-color-7.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-7.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-7.svg);
}

.sec-color-7.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #42c19c;
}

.sec-color-7.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #42c19c;
}

.sec-color-7.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-7.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #42c19c;
}

.sec-color-8 .play-button:before {
  border-left-color: #f4f6fa;
}

.sec-color-8 .play-button:hover,
.sec-color-8 .play-button:focus {
  background-color: #f4f6fa;
}

.sec-color-8 .play-button:hover:before,
.sec-color-8 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-8 .video-button:after {
  border-left-color: #f4f6fa;
}

.sec-color-8 .video-button:hover span,
.sec-color-8 .video-button:focus span {
  color: #f4f6fa;
}

.sec-color-8 .video-button:hover:before,
.sec-color-8 .video-button:focus:before {
  border-color: #f4f6fa;
  background-color: #f4f6fa;
}

.sec-color-8 .video-button:hover:after,
.sec-color-8 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-8 .sec-styled-titles h1 em,
.sec-color-8 .sec-styled-titles h2 em,
.sec-color-8 .sec-styled-titles h3 em,
.sec-color-8 .sec-styled-titles h4 em {
  color: #f4f6fa;
}

.sec-color-8 .slick-dots li.slick-active {
  border-color: #f4f6fa;
}

.sec-color-8 .slick-dots li.slick-active:before {
  background-color: #f4f6fa;
}

.sec-color-8.colored-section h1 em,
.sec-color-8.colored-section h2 em,
.sec-color-8.colored-section h3 em,
.sec-color-8.colored-section h4 em,
.sec-color-8.colored-section h5 em,
.sec-color-8.colored-section h6 em,
.sec-color-8.colored-section blockquote em,
.sec-color-8.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #f4f6fa;
  font-style: normal;
  font-weight: 700;
}

.sec-color-8.colored-section p a {
  color: #f4f6fa;
}

.sec-color-8.colored-section ul > li:before {
  background-color: #f4f6fa !important;
}

.sec-color-8.colored-section ol > li:before {
  color: #f4f6fa;
}

.sec-color-8.colored-section .btn,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .wp-block-button__link {
  background-color: #f4f6fa;
}

.sec-color-8.colored-section .btn.white-btn:after,
.sec-color-8.colored-section .white-content .btn:after,
.white-content .sec-color-8.colored-section .btn:after,
.sec-color-8.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-8.colored-section .wp-block-button__link:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-8.colored-section .wp-block-button__link:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .white-btn.wp-block-button__link:after,
.sec-color-8.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-8.colored-section .btn:after,
.sec-color-8.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-8.colored-section .wp-block-button__link:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-8.colored-section .wp-block-button__link:after,
.sec-color-8.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-8.colored-section .btn:after,
.sec-color-8.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-8.colored-section .wp-block-button__link:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-8.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

.sec-color-8.colored-section .btn.ghost-btn,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .ghost-btn.wp-block-button__link {
  color: #f4f6fa;
  border-color: #f4f6fa;
  background-color: transparent;
}

.sec-color-8.colored-section .btn.ghost-btn:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

.sec-color-8.colored-section .link-btn:before {
  background-color: #f4f6fa;
}

.sec-color-8.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

.sec-color-8.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-8.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-8.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #f4f6fa;
}

.sec-color-8.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #f4f6fa;
}

.sec-color-8.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-8.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-8.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #f4f6fa;
}

.sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #f4f6fa;
}

.sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #f4f6fa;
  }
}

.sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #f4f6fa;
}

.sec-color-8.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-8.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-8.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-8.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #f4f6fa;
}

.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-8.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

.sec-color-8.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-8.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-8.svg);
}

.sec-color-8.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #f4f6fa;
}

.sec-color-8.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #f4f6fa;
}

.sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #f4f6fa;
}

.sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #f4f6fa;
}

.sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-8.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-8.cta-section.bg-color-0 {
    background-color: #f4f6fa;
  }
}

.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #f4f6fa;
}

.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #f4f6fa;
}

.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #f4f6fa;
}

.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-8.svg);
}

.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-8.svg);
}

.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-8.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #f4f6fa;
}

.sec-color-8.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-8.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-8.svg);
}

.sec-color-8.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #f4f6fa;
}

.sec-color-8.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #f4f6fa;
}

.sec-color-8.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-8.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #f4f6fa;
}

.sec-color-9 .play-button:before {
  border-left-color: #04868b;
}

.sec-color-9 .play-button:hover,
.sec-color-9 .play-button:focus {
  background-color: #04868b;
}

.sec-color-9 .play-button:hover:before,
.sec-color-9 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-9 .video-button:after {
  border-left-color: #04868b;
}

.sec-color-9 .video-button:hover span,
.sec-color-9 .video-button:focus span {
  color: #04868b;
}

.sec-color-9 .video-button:hover:before,
.sec-color-9 .video-button:focus:before {
  border-color: #04868b;
  background-color: #04868b;
}

.sec-color-9 .video-button:hover:after,
.sec-color-9 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-9 .sec-styled-titles h1 em,
.sec-color-9 .sec-styled-titles h2 em,
.sec-color-9 .sec-styled-titles h3 em,
.sec-color-9 .sec-styled-titles h4 em {
  color: #04868b;
}

.sec-color-9 .slick-dots li.slick-active {
  border-color: #04868b;
}

.sec-color-9 .slick-dots li.slick-active:before {
  background-color: #04868b;
}

.sec-color-9.colored-section h1 em,
.sec-color-9.colored-section h2 em,
.sec-color-9.colored-section h3 em,
.sec-color-9.colored-section h4 em,
.sec-color-9.colored-section h5 em,
.sec-color-9.colored-section h6 em,
.sec-color-9.colored-section blockquote em,
.sec-color-9.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #04868b;
  font-style: normal;
  font-weight: 700;
}

.sec-color-9.colored-section p a {
  color: #04868b;
}

.sec-color-9.colored-section ul > li:before {
  background-color: #04868b !important;
}

.sec-color-9.colored-section ol > li:before {
  color: #04868b;
}

.sec-color-9.colored-section .btn,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .wp-block-button__link {
  background-color: #04868b;
}

.sec-color-9.colored-section .btn.white-btn:after,
.sec-color-9.colored-section .white-content .btn:after,
.white-content .sec-color-9.colored-section .btn:after,
.sec-color-9.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-9.colored-section .wp-block-button__link:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-9.colored-section .wp-block-button__link:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .white-btn.wp-block-button__link:after,
.sec-color-9.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-9.colored-section .btn:after,
.sec-color-9.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-9.colored-section .wp-block-button__link:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-9.colored-section .wp-block-button__link:after,
.sec-color-9.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-9.colored-section .btn:after,
.sec-color-9.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-9.colored-section .wp-block-button__link:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-9.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

.sec-color-9.colored-section .btn.ghost-btn,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .ghost-btn.wp-block-button__link {
  color: #04868b;
  border-color: #04868b;
  background-color: transparent;
}

.sec-color-9.colored-section .btn.ghost-btn:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

.sec-color-9.colored-section .link-btn:before {
  background-color: #04868b;
}

.sec-color-9.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

.sec-color-9.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-9.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-9.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #04868b;
}

.sec-color-9.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #04868b;
}

.sec-color-9.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-9.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-9.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #04868b;
}

.sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #04868b;
}

.sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #04868b;
  }
}

.sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #04868b;
}

.sec-color-9.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-9.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-9.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-9.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #04868b;
}

.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-9.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

.sec-color-9.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-9.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-9.svg);
}

.sec-color-9.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #04868b;
}

.sec-color-9.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #04868b;
}

.sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #04868b;
}

.sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #04868b;
}

.sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-9.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-9.cta-section.bg-color-0 {
    background-color: #04868b;
  }
}

.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #04868b;
}

.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #04868b;
}

.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #04868b;
}

.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-9.svg);
}

.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-9.svg);
}

.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-9.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #04868b;
}

.sec-color-9.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-9.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-9.svg);
}

.sec-color-9.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #04868b;
}

.sec-color-9.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #04868b;
}

.sec-color-9.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-9.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #04868b;
}

.sec-color-10 .play-button:before {
  border-left-color: #4b53bc;
}

.sec-color-10 .play-button:hover,
.sec-color-10 .play-button:focus {
  background-color: #4b53bc;
}

.sec-color-10 .play-button:hover:before,
.sec-color-10 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-10 .video-button:after {
  border-left-color: #4b53bc;
}

.sec-color-10 .video-button:hover span,
.sec-color-10 .video-button:focus span {
  color: #4b53bc;
}

.sec-color-10 .video-button:hover:before,
.sec-color-10 .video-button:focus:before {
  border-color: #4b53bc;
  background-color: #4b53bc;
}

.sec-color-10 .video-button:hover:after,
.sec-color-10 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-10 .sec-styled-titles h1 em,
.sec-color-10 .sec-styled-titles h2 em,
.sec-color-10 .sec-styled-titles h3 em,
.sec-color-10 .sec-styled-titles h4 em {
  color: #4b53bc;
}

.sec-color-10 .slick-dots li.slick-active {
  border-color: #4b53bc;
}

.sec-color-10 .slick-dots li.slick-active:before {
  background-color: #4b53bc;
}

.sec-color-10.colored-section h1 em,
.sec-color-10.colored-section h2 em,
.sec-color-10.colored-section h3 em,
.sec-color-10.colored-section h4 em,
.sec-color-10.colored-section h5 em,
.sec-color-10.colored-section h6 em,
.sec-color-10.colored-section blockquote em,
.sec-color-10.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #4b53bc;
  font-style: normal;
  font-weight: 700;
}

.sec-color-10.colored-section p a {
  color: #4b53bc;
}

.sec-color-10.colored-section ul > li:before {
  background-color: #4b53bc !important;
}

.sec-color-10.colored-section ol > li:before {
  color: #4b53bc;
}

.sec-color-10.colored-section .btn,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .wp-block-button__link {
  background-color: #4b53bc;
}

.sec-color-10.colored-section .btn.white-btn:after,
.sec-color-10.colored-section .white-content .btn:after,
.white-content .sec-color-10.colored-section .btn:after,
.sec-color-10.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-10.colored-section .wp-block-button__link:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-10.colored-section .wp-block-button__link:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .white-btn.wp-block-button__link:after,
.sec-color-10.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-10.colored-section .btn:after,
.sec-color-10.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-10.colored-section .wp-block-button__link:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-10.colored-section .wp-block-button__link:after,
.sec-color-10.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-10.colored-section .btn:after,
.sec-color-10.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-10.colored-section .wp-block-button__link:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-10.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

.sec-color-10.colored-section .btn.ghost-btn,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .ghost-btn.wp-block-button__link {
  color: #4b53bc;
  border-color: #4b53bc;
  background-color: transparent;
}

.sec-color-10.colored-section .btn.ghost-btn:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

.sec-color-10.colored-section .link-btn:before {
  background-color: #4b53bc;
}

.sec-color-10.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

.sec-color-10.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-10.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-10.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #4b53bc;
}

.sec-color-10.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #4b53bc;
}

.sec-color-10.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-10.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-10.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #4b53bc;
}

.sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #4b53bc;
}

.sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #4b53bc;
  }
}

.sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #4b53bc;
}

.sec-color-10.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-10.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-10.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-10.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #4b53bc;
}

.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-10.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

.sec-color-10.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-10.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-10.svg);
}

.sec-color-10.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #4b53bc;
}

.sec-color-10.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #4b53bc;
}

.sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #4b53bc;
}

.sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #4b53bc;
}

.sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-10.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-10.cta-section.bg-color-0 {
    background-color: #4b53bc;
  }
}

.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #4b53bc;
}

.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #4b53bc;
}

.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #4b53bc;
}

.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-10.svg);
}

.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-10.svg);
}

.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-10.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #4b53bc;
}

.sec-color-10.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-10.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-10.svg);
}

.sec-color-10.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #4b53bc;
}

.sec-color-10.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #4b53bc;
}

.sec-color-10.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-10.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #4b53bc;
}

.sec-color-11 .play-button:before {
  border-left-color: #f2c811;
}

.sec-color-11 .play-button:hover,
.sec-color-11 .play-button:focus {
  background-color: #f2c811;
}

.sec-color-11 .play-button:hover:before,
.sec-color-11 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-11 .video-button:after {
  border-left-color: #f2c811;
}

.sec-color-11 .video-button:hover span,
.sec-color-11 .video-button:focus span {
  color: #f2c811;
}

.sec-color-11 .video-button:hover:before,
.sec-color-11 .video-button:focus:before {
  border-color: #f2c811;
  background-color: #f2c811;
}

.sec-color-11 .video-button:hover:after,
.sec-color-11 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-11 .sec-styled-titles h1 em,
.sec-color-11 .sec-styled-titles h2 em,
.sec-color-11 .sec-styled-titles h3 em,
.sec-color-11 .sec-styled-titles h4 em {
  color: #f2c811;
}

.sec-color-11 .slick-dots li.slick-active {
  border-color: #f2c811;
}

.sec-color-11 .slick-dots li.slick-active:before {
  background-color: #f2c811;
}

.sec-color-11.colored-section h1 em,
.sec-color-11.colored-section h2 em,
.sec-color-11.colored-section h3 em,
.sec-color-11.colored-section h4 em,
.sec-color-11.colored-section h5 em,
.sec-color-11.colored-section h6 em,
.sec-color-11.colored-section blockquote em,
.sec-color-11.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #f2c811;
  font-style: normal;
  font-weight: 700;
}

.sec-color-11.colored-section p a {
  color: #f2c811;
}

.sec-color-11.colored-section ul > li:before {
  background-color: #f2c811 !important;
}

.sec-color-11.colored-section ol > li:before {
  color: #f2c811;
}

.sec-color-11.colored-section .btn,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .wp-block-button__link {
  background-color: #f2c811;
}

.sec-color-11.colored-section .btn.white-btn:after,
.sec-color-11.colored-section .white-content .btn:after,
.white-content .sec-color-11.colored-section .btn:after,
.sec-color-11.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-11.colored-section .wp-block-button__link:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-11.colored-section .wp-block-button__link:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .white-btn.wp-block-button__link:after,
.sec-color-11.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-11.colored-section .btn:after,
.sec-color-11.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-11.colored-section .wp-block-button__link:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-11.colored-section .wp-block-button__link:after,
.sec-color-11.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-11.colored-section .btn:after,
.sec-color-11.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-11.colored-section .wp-block-button__link:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-11.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

.sec-color-11.colored-section .btn.ghost-btn,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .ghost-btn.wp-block-button__link {
  color: #f2c811;
  border-color: #f2c811;
  background-color: transparent;
}

.sec-color-11.colored-section .btn.ghost-btn:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

.sec-color-11.colored-section .link-btn:before {
  background-color: #f2c811;
}

.sec-color-11.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

.sec-color-11.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-11.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-11.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #f2c811;
}

.sec-color-11.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #f2c811;
}

.sec-color-11.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-11.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-11.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #f2c811;
}

.sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #f2c811;
}

.sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #f2c811;
  }
}

.sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #f2c811;
}

.sec-color-11.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-11.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-11.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-11.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #f2c811;
}

.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-11.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

.sec-color-11.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-11.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-11.svg);
}

.sec-color-11.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #f2c811;
}

.sec-color-11.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #f2c811;
}

.sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #f2c811;
}

.sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #f2c811;
}

.sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-11.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-11.cta-section.bg-color-0 {
    background-color: #f2c811;
  }
}

.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #f2c811;
}

.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #f2c811;
}

.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #f2c811;
}

.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-11.svg);
}

.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-11.svg);
}

.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-11.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #f2c811;
}

.sec-color-11.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-11.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-11.svg);
}

.sec-color-11.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #f2c811;
}

.sec-color-11.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #f2c811;
}

.sec-color-11.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-11.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #f2c811;
}

.sec-color-12 .play-button:before {
  border-left-color: #ed6e23;
}

.sec-color-12 .play-button:hover,
.sec-color-12 .play-button:focus {
  background-color: #ed6e23;
}

.sec-color-12 .play-button:hover:before,
.sec-color-12 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-12 .video-button:after {
  border-left-color: #ed6e23;
}

.sec-color-12 .video-button:hover span,
.sec-color-12 .video-button:focus span {
  color: #ed6e23;
}

.sec-color-12 .video-button:hover:before,
.sec-color-12 .video-button:focus:before {
  border-color: #ed6e23;
  background-color: #ed6e23;
}

.sec-color-12 .video-button:hover:after,
.sec-color-12 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-12 .sec-styled-titles h1 em,
.sec-color-12 .sec-styled-titles h2 em,
.sec-color-12 .sec-styled-titles h3 em,
.sec-color-12 .sec-styled-titles h4 em {
  color: #ed6e23;
}

.sec-color-12 .slick-dots li.slick-active {
  border-color: #ed6e23;
}

.sec-color-12 .slick-dots li.slick-active:before {
  background-color: #ed6e23;
}

.sec-color-12.colored-section h1 em,
.sec-color-12.colored-section h2 em,
.sec-color-12.colored-section h3 em,
.sec-color-12.colored-section h4 em,
.sec-color-12.colored-section h5 em,
.sec-color-12.colored-section h6 em,
.sec-color-12.colored-section blockquote em,
.sec-color-12.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #ed6e23;
  font-style: normal;
  font-weight: 700;
}

.sec-color-12.colored-section p a {
  color: #ed6e23;
}

.sec-color-12.colored-section ul > li:before {
  background-color: #ed6e23 !important;
}

.sec-color-12.colored-section ol > li:before {
  color: #ed6e23;
}

.sec-color-12.colored-section .btn,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .wp-block-button__link {
  background-color: #ed6e23;
}

.sec-color-12.colored-section .btn.white-btn:after,
.sec-color-12.colored-section .white-content .btn:after,
.white-content .sec-color-12.colored-section .btn:after,
.sec-color-12.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-12.colored-section .wp-block-button__link:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-12.colored-section .wp-block-button__link:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .white-btn.wp-block-button__link:after,
.sec-color-12.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-12.colored-section .btn:after,
.sec-color-12.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-12.colored-section .wp-block-button__link:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-12.colored-section .wp-block-button__link:after,
.sec-color-12.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-12.colored-section .btn:after,
.sec-color-12.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-12.colored-section .wp-block-button__link:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-12.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

.sec-color-12.colored-section .btn.ghost-btn,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .ghost-btn.wp-block-button__link {
  color: #ed6e23;
  border-color: #ed6e23;
  background-color: transparent;
}

.sec-color-12.colored-section .btn.ghost-btn:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

.sec-color-12.colored-section .link-btn:before {
  background-color: #ed6e23;
}

.sec-color-12.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

.sec-color-12.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-12.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-12.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #ed6e23;
}

.sec-color-12.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #ed6e23;
}

.sec-color-12.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-12.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-12.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #ed6e23;
}

.sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #ed6e23;
}

.sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #ed6e23;
  }
}

.sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #ed6e23;
}

.sec-color-12.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-12.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-12.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-12.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #ed6e23;
}

.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-12.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

.sec-color-12.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-12.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-12.svg);
}

.sec-color-12.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #ed6e23;
}

.sec-color-12.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #ed6e23;
}

.sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #ed6e23;
}

.sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #ed6e23;
}

.sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-12.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-12.cta-section.bg-color-0 {
    background-color: #ed6e23;
  }
}

.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #ed6e23;
}

.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #ed6e23;
}

.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #ed6e23;
}

.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-12.svg);
}

.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-12.svg);
}

.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-12.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #ed6e23;
}

.sec-color-12.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-12.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-12.svg);
}

.sec-color-12.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #ed6e23;
}

.sec-color-12.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #ed6e23;
}

.sec-color-12.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-12.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #ed6e23;
}

.sec-color-13 .play-button:before {
  border-left-color: #122d44;
}

.sec-color-13 .play-button:hover,
.sec-color-13 .play-button:focus {
  background-color: #122d44;
}

.sec-color-13 .play-button:hover:before,
.sec-color-13 .play-button:focus:before {
  border-left-color: #fff;
}

.sec-color-13 .video-button:after {
  border-left-color: #122d44;
}

.sec-color-13 .video-button:hover span,
.sec-color-13 .video-button:focus span {
  color: #122d44;
}

.sec-color-13 .video-button:hover:before,
.sec-color-13 .video-button:focus:before {
  border-color: #122d44;
  background-color: #122d44;
}

.sec-color-13 .video-button:hover:after,
.sec-color-13 .video-button:focus:after {
  border-left-color: #fff;
}

.sec-color-13 .sec-styled-titles h1 em,
.sec-color-13 .sec-styled-titles h2 em,
.sec-color-13 .sec-styled-titles h3 em,
.sec-color-13 .sec-styled-titles h4 em {
  color: #122d44;
}

.sec-color-13 .slick-dots li.slick-active {
  border-color: #122d44;
}

.sec-color-13 .slick-dots li.slick-active:before {
  background-color: #122d44;
}

.sec-color-13.colored-section h1 em,
.sec-color-13.colored-section h2 em,
.sec-color-13.colored-section h3 em,
.sec-color-13.colored-section h4 em,
.sec-color-13.colored-section h5 em,
.sec-color-13.colored-section h6 em,
.sec-color-13.colored-section blockquote em,
.sec-color-13.colored-section blockquote > p em {
  font-family: 'Ubuntu', sans-serif;
  color: #122d44;
  font-style: normal;
  font-weight: 700;
}

.sec-color-13.colored-section p a {
  color: #122d44;
}

.sec-color-13.colored-section ul > li:before {
  background-color: #122d44 !important;
}

.sec-color-13.colored-section ol > li:before {
  color: #122d44;
}

.sec-color-13.colored-section .btn,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .wp-block-button__link {
  background-color: #122d44;
}

.sec-color-13.colored-section .btn.white-btn:after,
.sec-color-13.colored-section .white-content .btn:after,
.white-content .sec-color-13.colored-section .btn:after,
.sec-color-13.colored-section .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button .sec-color-13.colored-section .wp-block-button__link:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content .sec-color-13.colored-section .wp-block-button__link:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .white-btn.wp-block-button__link:after,
.sec-color-13.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-13.colored-section .btn:after,
.sec-color-13.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .sec-color-13.colored-section .wp-block-button__link:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .sec-color-13.colored-section .wp-block-button__link:after,
.sec-color-13.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-13.colored-section .btn:after,
.sec-color-13.colored-section .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .sec-color-13.colored-section .wp-block-button__link:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .sec-color-13.colored-section .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

.sec-color-13.colored-section .btn.ghost-btn,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .ghost-btn.wp-block-button__link {
  color: #122d44;
  border-color: #122d44;
  background-color: transparent;
}

.sec-color-13.colored-section .btn.ghost-btn:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .ghost-btn.wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

.sec-color-13.colored-section .link-btn:before {
  background-color: #122d44;
}

.sec-color-13.colored-section .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

.sec-color-13.header-section .mixed-header-container .inner-header-container .header-text h1 em,
.sec-color-13.header-section .mixed-header-container .inner-header-container .header-text h2 em,
.sec-color-13.header-section .mixed-header-container .inner-header-container .header-text h3 em {
  color: #122d44;
}

.sec-color-13.header-section .mixed-header-container .header-elements .header-mask-box .header-mask-wrapper:after {
  background-color: #122d44;
}

.sec-color-13.header-section .mixed-header-container .header-elements .header-mask-box.with-gradient .header-mask-wrapper:after {
  background-color: transparent;
}

.sec-color-13.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-13.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #122d44;
}

.sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  background-color: #122d44;
}

.sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

@media only screen and (max-width: 1024px) {
  .sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
    color: #122d44;
  }
}

.sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #122d44;
}

.sec-color-13.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-13.counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol,
.sec-color-13.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.sec-color-13.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap {
  background-color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap:after {
  background-color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap:before {
  background-color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #122d44;
}

.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-13.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

.sec-color-13.faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  display: none;
}

.sec-color-13.faq-section .faq-list-box .faq-list .faq-item .faq-question:before {
  display: block;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-13.svg);
}

.sec-color-13.faq-section .faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #122d44;
}

.sec-color-13.faq-section .faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #122d44;
}

.sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #122d44;
}

.sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn,
.sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link {
  color: #122d44;
}

.sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .sec-color-13.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

@media only screen and (max-width: 960px) {
  .sec-color-13.cta-section.bg-color-0 {
    background-color: #122d44;
  }
}

.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  background-color: #122d44;
}

.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box:before {
  background-color: #122d44;
}

.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price {
  color: #122d44;
}

.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  display: none;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-13.svg);
}

.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-13.svg);
}

.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.sec-color-13.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #122d44;
}

.sec-color-13.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  display: none;
}

.sec-color-13.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: block;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-13.svg);
}

.sec-color-13.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  color: #122d44;
}

.sec-color-13.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  background-color: #122d44;
}

.sec-color-13.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.sec-color-13.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #122d44;
}

.sec-color-0.colored-section p a:hover,
.sec-color-0.colored-section p a:focus {
  color: #4633d6;
}

.sec-color-0.colored-section .btn:before,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .wp-block-button__link:before {
  background-color: #4633d6;
}

.sec-color-0.colored-section .btn.ghost-btn:hover,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-0.colored-section .btn.ghost-btn:focus,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #4633d6;
}

.sec-color-0.colored-section .btn.ghost-btn:hover:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-0.colored-section .btn.ghost-btn:focus:after,
.sec-color-0.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-0.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-0.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #4633d6;
}

.sec-color-1.colored-section p a:hover,
.sec-color-1.colored-section p a:focus {
  color: #2b119c;
}

.sec-color-1.colored-section .btn:before,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .wp-block-button__link:before {
  background-color: #2b119c;
}

.sec-color-1.colored-section .btn.ghost-btn:hover,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-1.colored-section .btn.ghost-btn:focus,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #2b119c;
}

.sec-color-1.colored-section .btn.ghost-btn:hover:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-1.colored-section .btn.ghost-btn:focus:after,
.sec-color-1.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-1.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-1.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #2b119c;
}

.sec-color-2.colored-section p a:hover,
.sec-color-2.colored-section p a:focus {
  color: #1ad9ab;
}

.sec-color-2.colored-section .btn:before,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .wp-block-button__link:before {
  background-color: #1ad9ab;
}

.sec-color-2.colored-section .btn.ghost-btn:hover,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-2.colored-section .btn.ghost-btn:focus,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #1ad9ab;
}

.sec-color-2.colored-section .btn.ghost-btn:hover:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-2.colored-section .btn.ghost-btn:focus:after,
.sec-color-2.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-2.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-2.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #1ad9ab;
}

.sec-color-3.colored-section p a:hover,
.sec-color-3.colored-section p a:focus {
  color: #17cbde;
}

.sec-color-3.colored-section .btn:before,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .wp-block-button__link:before {
  background-color: #17cbde;
}

.sec-color-3.colored-section .btn.ghost-btn:hover,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-3.colored-section .btn.ghost-btn:focus,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #17cbde;
}

.sec-color-3.colored-section .btn.ghost-btn:hover:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-3.colored-section .btn.ghost-btn:focus:after,
.sec-color-3.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-3.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-3.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #17cbde;
}

.sec-color-4.colored-section p a:hover,
.sec-color-4.colored-section p a:focus {
  color: #1ede6b;
}

.sec-color-4.colored-section .btn:before,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .wp-block-button__link:before {
  background-color: #1ede6b;
}

.sec-color-4.colored-section .btn.ghost-btn:hover,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-4.colored-section .btn.ghost-btn:focus,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #1ede6b;
}

.sec-color-4.colored-section .btn.ghost-btn:hover:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-4.colored-section .btn.ghost-btn:focus:after,
.sec-color-4.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-4.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-4.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #1ede6b;
}

.sec-color-5.colored-section p a:hover,
.sec-color-5.colored-section p a:focus {
  color: #d2c914;
}

.sec-color-5.colored-section .btn:before,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .wp-block-button__link:before {
  background-color: #d2c914;
}

.sec-color-5.colored-section .btn.ghost-btn:hover,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-5.colored-section .btn.ghost-btn:focus,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #d2c914;
}

.sec-color-5.colored-section .btn.ghost-btn:hover:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-5.colored-section .btn.ghost-btn:focus:after,
.sec-color-5.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-5.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-5.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #d2c914;
}

.sec-color-6.colored-section p a:hover,
.sec-color-6.colored-section p a:focus {
  color: #db3072;
}

.sec-color-6.colored-section .btn:before,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .wp-block-button__link:before {
  background-color: #db3072;
}

.sec-color-6.colored-section .btn.ghost-btn:hover,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-6.colored-section .btn.ghost-btn:focus,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #db3072;
}

.sec-color-6.colored-section .btn.ghost-btn:hover:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-6.colored-section .btn.ghost-btn:focus:after,
.sec-color-6.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-6.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-6.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #db3072;
}

.sec-color-7.colored-section p a:hover,
.sec-color-7.colored-section p a:focus {
  color: #1fa17b;
}

.sec-color-7.colored-section .btn:before,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .wp-block-button__link:before {
  background-color: #1fa17b;
}

.sec-color-7.colored-section .btn.ghost-btn:hover,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-7.colored-section .btn.ghost-btn:focus,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #1fa17b;
}

.sec-color-7.colored-section .btn.ghost-btn:hover:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-7.colored-section .btn.ghost-btn:focus:after,
.sec-color-7.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-7.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-7.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #1fa17b;
}

.sec-color-8.colored-section p a:hover,
.sec-color-8.colored-section p a:focus {
  color: #c6cedf;
}

.sec-color-8.colored-section .btn:before,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .wp-block-button__link:before {
  background-color: #c6cedf;
}

.sec-color-8.colored-section .btn.ghost-btn:hover,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-8.colored-section .btn.ghost-btn:focus,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #c6cedf;
}

.sec-color-8.colored-section .btn.ghost-btn:hover:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-8.colored-section .btn.ghost-btn:focus:after,
.sec-color-8.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-8.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-8.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #c6cedf;
}

.sec-color-9.colored-section p a:hover,
.sec-color-9.colored-section p a:focus {
  color: #027075;
}

.sec-color-9.colored-section .btn:before,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .wp-block-button__link:before {
  background-color: #027075;
}

.sec-color-9.colored-section .btn.ghost-btn:hover,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-9.colored-section .btn.ghost-btn:focus,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #027075;
}

.sec-color-9.colored-section .btn.ghost-btn:hover:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-9.colored-section .btn.ghost-btn:focus:after,
.sec-color-9.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-9.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-9.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #027075;
}

.sec-color-10.colored-section p a:hover,
.sec-color-10.colored-section p a:focus {
  color: #343ca0;
}

.sec-color-10.colored-section .btn:before,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .wp-block-button__link:before {
  background-color: #343ca0;
}

.sec-color-10.colored-section .btn.ghost-btn:hover,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-10.colored-section .btn.ghost-btn:focus,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #343ca0;
}

.sec-color-10.colored-section .btn.ghost-btn:hover:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-10.colored-section .btn.ghost-btn:focus:after,
.sec-color-10.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-10.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-10.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #343ca0;
}

.sec-color-11.colored-section p a:hover,
.sec-color-11.colored-section p a:focus {
  color: #caa502;
}

.sec-color-11.colored-section .btn:before,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .wp-block-button__link:before {
  background-color: #caa502;
}

.sec-color-11.colored-section .btn.ghost-btn:hover,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-11.colored-section .btn.ghost-btn:focus,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #caa502;
}

.sec-color-11.colored-section .btn.ghost-btn:hover:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-11.colored-section .btn.ghost-btn:focus:after,
.sec-color-11.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-11.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-11.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #caa502;
}

.sec-color-12.colored-section p a:hover,
.sec-color-12.colored-section p a:focus {
  color: #be581c;
}

.sec-color-12.colored-section .btn:before,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .wp-block-button__link:before {
  background-color: #be581c;
}

.sec-color-12.colored-section .btn.ghost-btn:hover,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-12.colored-section .btn.ghost-btn:focus,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #be581c;
}

.sec-color-12.colored-section .btn.ghost-btn:hover:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-12.colored-section .btn.ghost-btn:focus:after,
.sec-color-12.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-12.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-12.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #be581c;
}

.sec-color-13.colored-section p a:hover,
.sec-color-13.colored-section p a:focus {
  color: #0e2436;
}

.sec-color-13.colored-section .btn:before,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .wp-block-button__link:before {
  background-color: #0e2436;
}

.sec-color-13.colored-section .btn.ghost-btn:hover,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .ghost-btn.wp-block-button__link:hover,
.sec-color-13.colored-section .btn.ghost-btn:focus,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .ghost-btn.wp-block-button__link:focus {
  color: #fff;
  border-color: #0e2436;
}

.sec-color-13.colored-section .btn.ghost-btn:hover:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover:after,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .ghost-btn.wp-block-button__link:hover:after,
.sec-color-13.colored-section .btn.ghost-btn:focus:after,
.sec-color-13.colored-section .wp-block-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus:after,
.wp-block-buttons .wp-block-button .sec-color-13.colored-section .ghost-btn.wp-block-button__link:focus:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-title,
.sec-color-13.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-title {
  color: #0e2436;
}

body.page-color-0 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-0.svg");
}

body.page-color-0 .btn:before,
body.page-color-0 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-0 .wp-block-button__link:before {
  background-color: #4633d6;
}

body.page-color-0 .btn.white-btn:after,
body.page-color-0 .white-content .btn:after,
.white-content body.page-color-0 .btn:after,
body.page-color-0 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-0 .wp-block-button__link:after,
body.page-color-0 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-0 .wp-block-button__link:after,
body.page-color-0 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-0 .white-btn.wp-block-button__link:after,
body.page-color-0 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-0 .btn:after,
body.page-color-0 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-0 .wp-block-button__link:after,
body.page-color-0 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-0 .wp-block-button__link:after,
body.page-color-0 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-0 .btn:after,
body.page-color-0 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-0 .wp-block-button__link:after,
body.page-color-0 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-0 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

body.page-color-0 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

body.page-color-0 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-0.svg);
}

body.page-color-0 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-0 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-0 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-0 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

body.page-color-0 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

body.page-color-0 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

body.page-color-0 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
}

body.page-color-0 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-0.svg);
}

body.page-color-0 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

body.page-color-0 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

body.page-color-0 .footer .go-to-top:hover {
  background-color: #4633d6;
}

body.page-color-0 .socials .social-link:hover,
body.page-color-0 .socials .social-link:focus {
  background-color: #4633d6;
}

body.page-color-0 .addtoany_list > a:hover .a2a_svg,
body.page-color-0 .addtoany_list > a:focus .a2a_svg {
  background-color: #4633d6 !important;
}

body.page-color-1 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-1.svg");
}

body.page-color-1 .btn:before,
body.page-color-1 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-1 .wp-block-button__link:before {
  background-color: #2b119c;
}

body.page-color-1 .btn.white-btn:after,
body.page-color-1 .white-content .btn:after,
.white-content body.page-color-1 .btn:after,
body.page-color-1 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-1 .wp-block-button__link:after,
body.page-color-1 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-1 .wp-block-button__link:after,
body.page-color-1 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-1 .white-btn.wp-block-button__link:after,
body.page-color-1 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-1 .btn:after,
body.page-color-1 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-1 .wp-block-button__link:after,
body.page-color-1 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-1 .wp-block-button__link:after,
body.page-color-1 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-1 .btn:after,
body.page-color-1 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-1 .wp-block-button__link:after,
body.page-color-1 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-1 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

body.page-color-1 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

body.page-color-1 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-1.svg);
}

body.page-color-1 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-1 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-1 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-1 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

body.page-color-1 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

body.page-color-1 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

body.page-color-1 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-1.svg);
}

body.page-color-1 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-1.svg);
}

body.page-color-1 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-1.svg);
}

body.page-color-1 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-1.svg);
}

body.page-color-1 .footer .go-to-top:hover {
  background-color: #2b119c;
}

body.page-color-1 .socials .social-link:hover,
body.page-color-1 .socials .social-link:focus {
  background-color: #2b119c;
}

body.page-color-1 .addtoany_list > a:hover .a2a_svg,
body.page-color-1 .addtoany_list > a:focus .a2a_svg {
  background-color: #2b119c !important;
}

body.page-color-2 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-2.svg");
}

body.page-color-2 .btn:before,
body.page-color-2 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-2 .wp-block-button__link:before {
  background-color: #1ad9ab;
}

body.page-color-2 .btn.white-btn:after,
body.page-color-2 .white-content .btn:after,
.white-content body.page-color-2 .btn:after,
body.page-color-2 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-2 .wp-block-button__link:after,
body.page-color-2 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-2 .wp-block-button__link:after,
body.page-color-2 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-2 .white-btn.wp-block-button__link:after,
body.page-color-2 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-2 .btn:after,
body.page-color-2 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-2 .wp-block-button__link:after,
body.page-color-2 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-2 .wp-block-button__link:after,
body.page-color-2 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-2 .btn:after,
body.page-color-2 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-2 .wp-block-button__link:after,
body.page-color-2 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-2 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

body.page-color-2 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

body.page-color-2 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-2.svg);
}

body.page-color-2 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-2 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-2 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-2 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

body.page-color-2 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

body.page-color-2 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

body.page-color-2 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-2.svg);
}

body.page-color-2 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-2.svg);
}

body.page-color-2 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-2.svg);
}

body.page-color-2 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-2.svg);
}

body.page-color-2 .footer .go-to-top:hover {
  background-color: #1ad9ab;
}

body.page-color-2 .socials .social-link:hover,
body.page-color-2 .socials .social-link:focus {
  background-color: #1ad9ab;
}

body.page-color-2 .addtoany_list > a:hover .a2a_svg,
body.page-color-2 .addtoany_list > a:focus .a2a_svg {
  background-color: #1ad9ab !important;
}

body.page-color-3 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-3.svg");
}

body.page-color-3 .btn:before,
body.page-color-3 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-3 .wp-block-button__link:before {
  background-color: #17cbde;
}

body.page-color-3 .btn.white-btn:after,
body.page-color-3 .white-content .btn:after,
.white-content body.page-color-3 .btn:after,
body.page-color-3 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-3 .wp-block-button__link:after,
body.page-color-3 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-3 .wp-block-button__link:after,
body.page-color-3 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-3 .white-btn.wp-block-button__link:after,
body.page-color-3 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-3 .btn:after,
body.page-color-3 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-3 .wp-block-button__link:after,
body.page-color-3 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-3 .wp-block-button__link:after,
body.page-color-3 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-3 .btn:after,
body.page-color-3 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-3 .wp-block-button__link:after,
body.page-color-3 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-3 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

body.page-color-3 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

body.page-color-3 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-3.svg);
}

body.page-color-3 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-3 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-3 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-3 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

body.page-color-3 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

body.page-color-3 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

body.page-color-3 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-3.svg);
}

body.page-color-3 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-3.svg);
}

body.page-color-3 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-3.svg);
}

body.page-color-3 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-3.svg);
}

body.page-color-3 .footer .go-to-top:hover {
  background-color: #17cbde;
}

body.page-color-3 .socials .social-link:hover,
body.page-color-3 .socials .social-link:focus {
  background-color: #17cbde;
}

body.page-color-3 .addtoany_list > a:hover .a2a_svg,
body.page-color-3 .addtoany_list > a:focus .a2a_svg {
  background-color: #17cbde !important;
}

body.page-color-4 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-4.svg");
}

body.page-color-4 .btn:before,
body.page-color-4 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-4 .wp-block-button__link:before {
  background-color: #1ede6b;
}

body.page-color-4 .btn.white-btn:after,
body.page-color-4 .white-content .btn:after,
.white-content body.page-color-4 .btn:after,
body.page-color-4 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-4 .wp-block-button__link:after,
body.page-color-4 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-4 .wp-block-button__link:after,
body.page-color-4 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-4 .white-btn.wp-block-button__link:after,
body.page-color-4 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-4 .btn:after,
body.page-color-4 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-4 .wp-block-button__link:after,
body.page-color-4 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-4 .wp-block-button__link:after,
body.page-color-4 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-4 .btn:after,
body.page-color-4 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-4 .wp-block-button__link:after,
body.page-color-4 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-4 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

body.page-color-4 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

body.page-color-4 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-4.svg);
}

body.page-color-4 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-4 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-4 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-4 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

body.page-color-4 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

body.page-color-4 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

body.page-color-4 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-4.svg);
}

body.page-color-4 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-4.svg);
}

body.page-color-4 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-4.svg);
}

body.page-color-4 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-4.svg);
}

body.page-color-4 .footer .go-to-top:hover {
  background-color: #1ede6b;
}

body.page-color-4 .socials .social-link:hover,
body.page-color-4 .socials .social-link:focus {
  background-color: #1ede6b;
}

body.page-color-4 .addtoany_list > a:hover .a2a_svg,
body.page-color-4 .addtoany_list > a:focus .a2a_svg {
  background-color: #1ede6b !important;
}

body.page-color-5 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-5.svg");
}

body.page-color-5 .btn:before,
body.page-color-5 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-5 .wp-block-button__link:before {
  background-color: #d2c914;
}

body.page-color-5 .btn.white-btn:after,
body.page-color-5 .white-content .btn:after,
.white-content body.page-color-5 .btn:after,
body.page-color-5 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-5 .wp-block-button__link:after,
body.page-color-5 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-5 .wp-block-button__link:after,
body.page-color-5 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-5 .white-btn.wp-block-button__link:after,
body.page-color-5 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-5 .btn:after,
body.page-color-5 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-5 .wp-block-button__link:after,
body.page-color-5 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-5 .wp-block-button__link:after,
body.page-color-5 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-5 .btn:after,
body.page-color-5 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-5 .wp-block-button__link:after,
body.page-color-5 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-5 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

body.page-color-5 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

body.page-color-5 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-5.svg);
}

body.page-color-5 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-5 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-5 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-5 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

body.page-color-5 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

body.page-color-5 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

body.page-color-5 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-5.svg);
}

body.page-color-5 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-5.svg);
}

body.page-color-5 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-5.svg);
}

body.page-color-5 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-5.svg);
}

body.page-color-5 .footer .go-to-top:hover {
  background-color: #d2c914;
}

body.page-color-5 .socials .social-link:hover,
body.page-color-5 .socials .social-link:focus {
  background-color: #d2c914;
}

body.page-color-5 .addtoany_list > a:hover .a2a_svg,
body.page-color-5 .addtoany_list > a:focus .a2a_svg {
  background-color: #d2c914 !important;
}

body.page-color-6 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-6.svg");
}

body.page-color-6 .btn:before,
body.page-color-6 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-6 .wp-block-button__link:before {
  background-color: #db3072;
}

body.page-color-6 .btn.white-btn:after,
body.page-color-6 .white-content .btn:after,
.white-content body.page-color-6 .btn:after,
body.page-color-6 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-6 .wp-block-button__link:after,
body.page-color-6 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-6 .wp-block-button__link:after,
body.page-color-6 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-6 .white-btn.wp-block-button__link:after,
body.page-color-6 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-6 .btn:after,
body.page-color-6 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-6 .wp-block-button__link:after,
body.page-color-6 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-6 .wp-block-button__link:after,
body.page-color-6 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-6 .btn:after,
body.page-color-6 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-6 .wp-block-button__link:after,
body.page-color-6 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-6 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

body.page-color-6 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

body.page-color-6 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-6.svg);
}

body.page-color-6 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-6 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-6 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-6 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

body.page-color-6 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

body.page-color-6 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

body.page-color-6 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-6.svg);
}

body.page-color-6 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-6.svg);
}

body.page-color-6 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-6.svg);
}

body.page-color-6 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-6.svg);
}

body.page-color-6 .footer .go-to-top:hover {
  background-color: #db3072;
}

body.page-color-6 .socials .social-link:hover,
body.page-color-6 .socials .social-link:focus {
  background-color: #db3072;
}

body.page-color-6 .addtoany_list > a:hover .a2a_svg,
body.page-color-6 .addtoany_list > a:focus .a2a_svg {
  background-color: #db3072 !important;
}

body.page-color-7 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-7.svg");
}

body.page-color-7 .btn:before,
body.page-color-7 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-7 .wp-block-button__link:before {
  background-color: #1fa17b;
}

body.page-color-7 .btn.white-btn:after,
body.page-color-7 .white-content .btn:after,
.white-content body.page-color-7 .btn:after,
body.page-color-7 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-7 .wp-block-button__link:after,
body.page-color-7 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-7 .wp-block-button__link:after,
body.page-color-7 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-7 .white-btn.wp-block-button__link:after,
body.page-color-7 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-7 .btn:after,
body.page-color-7 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-7 .wp-block-button__link:after,
body.page-color-7 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-7 .wp-block-button__link:after,
body.page-color-7 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-7 .btn:after,
body.page-color-7 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-7 .wp-block-button__link:after,
body.page-color-7 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-7 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

body.page-color-7 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

body.page-color-7 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-7.svg);
}

body.page-color-7 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-7 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-7 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-7 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

body.page-color-7 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

body.page-color-7 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

body.page-color-7 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-7.svg);
}

body.page-color-7 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-7.svg);
}

body.page-color-7 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-7.svg);
}

body.page-color-7 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-7.svg);
}

body.page-color-7 .footer .go-to-top:hover {
  background-color: #1fa17b;
}

body.page-color-7 .socials .social-link:hover,
body.page-color-7 .socials .social-link:focus {
  background-color: #1fa17b;
}

body.page-color-7 .addtoany_list > a:hover .a2a_svg,
body.page-color-7 .addtoany_list > a:focus .a2a_svg {
  background-color: #1fa17b !important;
}

body.page-color-8 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-8.svg");
}

body.page-color-8 .btn:before,
body.page-color-8 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-8 .wp-block-button__link:before {
  background-color: #c6cedf;
}

body.page-color-8 .btn.white-btn:after,
body.page-color-8 .white-content .btn:after,
.white-content body.page-color-8 .btn:after,
body.page-color-8 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-8 .wp-block-button__link:after,
body.page-color-8 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-8 .wp-block-button__link:after,
body.page-color-8 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-8 .white-btn.wp-block-button__link:after,
body.page-color-8 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-8 .btn:after,
body.page-color-8 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-8 .wp-block-button__link:after,
body.page-color-8 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-8 .wp-block-button__link:after,
body.page-color-8 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-8 .btn:after,
body.page-color-8 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-8 .wp-block-button__link:after,
body.page-color-8 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-8 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

body.page-color-8 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

body.page-color-8 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-8.svg);
}

body.page-color-8 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-8 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-8 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-8 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

body.page-color-8 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

body.page-color-8 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

body.page-color-8 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-8.svg);
}

body.page-color-8 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-8.svg);
}

body.page-color-8 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-8.svg);
}

body.page-color-8 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-8.svg);
}

body.page-color-8 .footer .go-to-top:hover {
  background-color: #c6cedf;
}

body.page-color-8 .socials .social-link:hover,
body.page-color-8 .socials .social-link:focus {
  background-color: #c6cedf;
}

body.page-color-8 .addtoany_list > a:hover .a2a_svg,
body.page-color-8 .addtoany_list > a:focus .a2a_svg {
  background-color: #c6cedf !important;
}

body.page-color-9 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-9.svg");
}

body.page-color-9 .btn:before,
body.page-color-9 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-9 .wp-block-button__link:before {
  background-color: #027075;
}

body.page-color-9 .btn.white-btn:after,
body.page-color-9 .white-content .btn:after,
.white-content body.page-color-9 .btn:after,
body.page-color-9 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-9 .wp-block-button__link:after,
body.page-color-9 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-9 .wp-block-button__link:after,
body.page-color-9 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-9 .white-btn.wp-block-button__link:after,
body.page-color-9 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-9 .btn:after,
body.page-color-9 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-9 .wp-block-button__link:after,
body.page-color-9 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-9 .wp-block-button__link:after,
body.page-color-9 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-9 .btn:after,
body.page-color-9 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-9 .wp-block-button__link:after,
body.page-color-9 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-9 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

body.page-color-9 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

body.page-color-9 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-9.svg);
}

body.page-color-9 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-9 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-9 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-9 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

body.page-color-9 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

body.page-color-9 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

body.page-color-9 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-9.svg);
}

body.page-color-9 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-9.svg);
}

body.page-color-9 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-9.svg);
}

body.page-color-9 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-9.svg);
}

body.page-color-9 .footer .go-to-top:hover {
  background-color: #027075;
}

body.page-color-9 .socials .social-link:hover,
body.page-color-9 .socials .social-link:focus {
  background-color: #027075;
}

body.page-color-9 .addtoany_list > a:hover .a2a_svg,
body.page-color-9 .addtoany_list > a:focus .a2a_svg {
  background-color: #027075 !important;
}

body.page-color-10 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-10.svg");
}

body.page-color-10 .btn:before,
body.page-color-10 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-10 .wp-block-button__link:before {
  background-color: #343ca0;
}

body.page-color-10 .btn.white-btn:after,
body.page-color-10 .white-content .btn:after,
.white-content body.page-color-10 .btn:after,
body.page-color-10 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-10 .wp-block-button__link:after,
body.page-color-10 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-10 .wp-block-button__link:after,
body.page-color-10 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-10 .white-btn.wp-block-button__link:after,
body.page-color-10 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-10 .btn:after,
body.page-color-10 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-10 .wp-block-button__link:after,
body.page-color-10 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-10 .wp-block-button__link:after,
body.page-color-10 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-10 .btn:after,
body.page-color-10 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-10 .wp-block-button__link:after,
body.page-color-10 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-10 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

body.page-color-10 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

body.page-color-10 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-10.svg);
}

body.page-color-10 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-10 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-10 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-10 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

body.page-color-10 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

body.page-color-10 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

body.page-color-10 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-10.svg);
}

body.page-color-10 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-10.svg);
}

body.page-color-10 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-10.svg);
}

body.page-color-10 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-10.svg);
}

body.page-color-10 .footer .go-to-top:hover {
  background-color: #343ca0;
}

body.page-color-10 .socials .social-link:hover,
body.page-color-10 .socials .social-link:focus {
  background-color: #343ca0;
}

body.page-color-10 .addtoany_list > a:hover .a2a_svg,
body.page-color-10 .addtoany_list > a:focus .a2a_svg {
  background-color: #343ca0 !important;
}

body.page-color-11 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-11.svg");
}

body.page-color-11 .btn:before,
body.page-color-11 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-11 .wp-block-button__link:before {
  background-color: #caa502;
}

body.page-color-11 .btn.white-btn:after,
body.page-color-11 .white-content .btn:after,
.white-content body.page-color-11 .btn:after,
body.page-color-11 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-11 .wp-block-button__link:after,
body.page-color-11 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-11 .wp-block-button__link:after,
body.page-color-11 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-11 .white-btn.wp-block-button__link:after,
body.page-color-11 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-11 .btn:after,
body.page-color-11 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-11 .wp-block-button__link:after,
body.page-color-11 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-11 .wp-block-button__link:after,
body.page-color-11 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-11 .btn:after,
body.page-color-11 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-11 .wp-block-button__link:after,
body.page-color-11 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-11 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

body.page-color-11 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

body.page-color-11 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-11.svg);
}

body.page-color-11 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-11 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-11 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-11 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

body.page-color-11 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

body.page-color-11 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

body.page-color-11 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-11.svg);
}

body.page-color-11 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-11.svg);
}

body.page-color-11 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-11.svg);
}

body.page-color-11 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-11.svg);
}

body.page-color-11 .footer .go-to-top:hover {
  background-color: #caa502;
}

body.page-color-11 .socials .social-link:hover,
body.page-color-11 .socials .social-link:focus {
  background-color: #caa502;
}

body.page-color-11 .addtoany_list > a:hover .a2a_svg,
body.page-color-11 .addtoany_list > a:focus .a2a_svg {
  background-color: #caa502 !important;
}

body.page-color-12 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-12.svg");
}

body.page-color-12 .btn:before,
body.page-color-12 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-12 .wp-block-button__link:before {
  background-color: #be581c;
}

body.page-color-12 .btn.white-btn:after,
body.page-color-12 .white-content .btn:after,
.white-content body.page-color-12 .btn:after,
body.page-color-12 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-12 .wp-block-button__link:after,
body.page-color-12 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-12 .wp-block-button__link:after,
body.page-color-12 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-12 .white-btn.wp-block-button__link:after,
body.page-color-12 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-12 .btn:after,
body.page-color-12 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-12 .wp-block-button__link:after,
body.page-color-12 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-12 .wp-block-button__link:after,
body.page-color-12 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-12 .btn:after,
body.page-color-12 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-12 .wp-block-button__link:after,
body.page-color-12 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-12 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

body.page-color-12 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

body.page-color-12 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-12.svg);
}

body.page-color-12 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-12 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-12 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-12 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

body.page-color-12 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

body.page-color-12 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

body.page-color-12 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-12.svg);
}

body.page-color-12 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-12.svg);
}

body.page-color-12 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-12.svg);
}

body.page-color-12 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-12.svg);
}

body.page-color-12 .footer .go-to-top:hover {
  background-color: #be581c;
}

body.page-color-12 .socials .social-link:hover,
body.page-color-12 .socials .social-link:focus {
  background-color: #be581c;
}

body.page-color-12 .addtoany_list > a:hover .a2a_svg,
body.page-color-12 .addtoany_list > a:focus .a2a_svg {
  background-color: #be581c !important;
}

body.page-color-13 .gform_wrapper select {
  background-image: url("../svg/chevron-horizontal-13.svg");
}

body.page-color-13 .btn:before,
body.page-color-13 .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button body.page-color-13 .wp-block-button__link:before {
  background-color: #0e2436;
}

body.page-color-13 .btn.white-btn:after,
body.page-color-13 .white-content .btn:after,
.white-content body.page-color-13 .btn:after,
body.page-color-13 .white-content .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.white-content .wp-block-buttons .wp-block-button body.page-color-13 .wp-block-button__link:after,
body.page-color-13 .wp-block-buttons .wp-block-button .white-content .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .white-content body.page-color-13 .wp-block-button__link:after,
body.page-color-13 .wp-block-buttons .wp-block-button .white-btn.wp-block-button__link:after,
.wp-block-buttons .wp-block-button body.page-color-13 .white-btn.wp-block-button__link:after,
body.page-color-13 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-13 .btn:after,
body.page-color-13 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-buttons .wp-block-button body.page-color-13 .wp-block-button__link:after,
body.page-color-13 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text body.page-color-13 .wp-block-button__link:after,
body.page-color-13 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .btn:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-13 .btn:after,
body.page-color-13 .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-buttons .wp-block-button body.page-color-13 .wp-block-button__link:after,
body.page-color-13 .wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-button-wrapper body.page-color-13 .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

body.page-color-13 .link-btn:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

body.page-color-13 .pop-up-box .pop-block-box .pop-block .pop-block-info .close-pop:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/close-13.svg);
}

body.page-color-13 .header .main-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-13 .header .main-nav-container ul[id*=menu] > li.with-big-menu > a:after,
body.page-color-13 .header .top-nav-container ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-13 .header .top-nav-container ul[id*=menu] > li.with-big-menu > a:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

body.page-color-13 .header .right-header-part .language-select .current-language:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

body.page-color-13 .support-posts-section .support-categories-box .support-categories .support-cat-item .support-cat-link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

body.page-color-13 .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-13.svg);
}

body.page-color-13 .faq-section .faq-list-box .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-13.svg);
}

body.page-color-13 .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-13.svg);
}

body.page-color-13 .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-13.svg);
}

body.page-color-13 .footer .go-to-top:hover {
  background-color: #0e2436;
}

body.page-color-13 .socials .social-link:hover,
body.page-color-13 .socials .social-link:focus {
  background-color: #0e2436;
}

body.page-color-13 .addtoany_list > a:hover .a2a_svg,
body.page-color-13 .addtoany_list > a:focus .a2a_svg {
  background-color: #0e2436 !important;
}

.password-section {
  padding-top: 100px;
  position: relative;
  background-color: #f4f6fa;
  height: calc(100vh - 120px);
}

@media only screen and (max-width: 1279px) {
  .password-section {
    height: calc(100vh - 80px);
  }
}

@media only screen and (max-width: 1140px) {
  .password-section {
    height: calc(100vh - 70px);
  }
}

@media only screen and (max-width: 767px) {
  .password-section {
    height: calc(100vh - 60px);
  }
}

@media only screen and (max-width: 374px) {
  .password-section {
    height: calc(100vh - 60px);
  }
}

.password-section .protected-box {
  padding: 80px 100px;
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box {
    padding: 20px;
  }
}

.password-section .protected-box .pp-text {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .pp-text br {
    display: none;
  }
}

.password-section .protected-box .protected-form-wrap form p {
  font-size: 0;
}

.password-section .protected-box .protected-form-wrap form p:last-child {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .protected-form-wrap form p:last-child {
    display: block;
  }
}

.password-section .protected-box .protected-form-wrap form label {
  margin: 0;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .protected-form-wrap form label {
    width: 100%;
  }
}

.password-section .protected-box .protected-form-wrap form input[type=password] {
  width: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f4f6fa;
  background-color: #f4f6fa;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 15px;
  margin: 0;
}

.password-section .protected-box .protected-form-wrap form input[type=submit] {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  border: none !important;
  padding: 11px 20px 15px 20px;
  background-color: #513cee;
  background-color: var(--mainColor);
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .protected-form-wrap form input[type=submit] {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}

.password-section .protected-box .protected-form-wrap form input[type=submit]:before,
.password-section .protected-box .protected-form-wrap form input[type=submit]:after {
  display: none;
}

.password-section .protected-box .protected-form-wrap form input[type=submit]:hover,
.password-section .protected-box .protected-form-wrap form input[type=submit]:focus {
  background-color: #4633d6;
}

body.admin-bar .password-section {
  height: calc(100vh - 152px);
}

@media only screen and (max-width: 1279px) {
  body.admin-bar .password-section {
    height: calc(100vh - 112px);
  }
}

@media only screen and (max-width: 1140px) {
  body.admin-bar .password-section {
    height: calc(100vh - 102px);
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .password-section {
    height: calc(100vh - 117px);
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .password-section {
    height: calc(100vh - 108px);
  }
}

@media only screen and (max-width: 374px) {
  body.admin-bar .password-section {
    height: calc(100vh - 102px);
  }
}

.wp-block-quote {
  max-width: none;
  margin: 60px 0 30px 0;
  text-align: left;
  background-color: #f4f6fa;
  padding: 50px 20px 50px 20px;
  border-left: 6px solid #513cee;
  position: relative;
}

.wp-block-quote:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 50px;
  background-size: 64px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/quote.svg);
}

.wp-block-quote p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 20px;
}

.wp-block-quote p em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

.wp-block-quote p cite {
  display: block;
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.wp-block-quote cite {
  font-size: 18px;
  font-style: italic;
}

.wp-block-pullquote {
  border-radius: 10px;
  background-color: #f4f6fa;
  padding: 80px 40px 50px 40px;
  margin: 60px 0 30px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .wp-block-pullquote {
    padding: 60px 30px 30px 30px;
  }
}

.wp-block-pullquote:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 50px;
  background-size: 64px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/quote.svg);
}

.wp-block-pullquote blockquote {
  max-width: none;
  text-align: center;
  margin: 0;
}

.wp-block-pullquote blockquote p {
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.wp-block-pullquote blockquote p em {
  font-family: 'Ubuntu', sans-serif;
  color: #513cee;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

.wp-block-pullquote blockquote p cite {
  display: block;
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.wp-block-table table {
  width: 100%;
  margin-bottom: 30px;
}

.wp-block-table table th,
.wp-block-table table td {
  padding: 5px;
  border: 1px solid #080810;
}

.wp-block-table figcaption {
  display: block;
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.wp-block-image {
  margin-bottom: 30px;
}

.wp-block-image img {
  display: block;
}

.wp-block-gallery .blocks-gallery-grid {
  display: flex;
  margin: 0 -15px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wp-block-gallery .blocks-gallery-grid {
    display: block;
  }
}

.wp-block-gallery .blocks-gallery-grid > li {
  list-style: none;
  padding: 0 15px;
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-grid > li figure {
  margin: 0;
}

.wp-block-gallery .blocks-gallery-grid > li figure figcaption {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}

.wp-block-media-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
  }
}

.wp-block-media-text .wp-block-media-text__media {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__media {
    max-width: none;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  max-width: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    max-width: none;
    padding: 0;
  }
}

.wp-block-columns {
  display: flex;
  margin: 0 -20px;
}

.wp-block-columns .wp-block-column {
  padding: 0 20px;
  margin-bottom: 30px;
}

.wp-block-embed {
  margin: 0 0 20px 0;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.wp-block-embed figcaption {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}

.is-provider-tiktok {
  min-height: 756px;
}

.tiktok-embed {
  padding-top: 177.78%;
  /* for 9:16 aspect ratio */
}

.schema-how-to .schema-how-to-steps .schema-how-to-step {
  margin-bottom: 30px;
}

.has-text-align-center {
  text-align: center !important;
}

.clicktrough-blocks-section .cb-desc {
  text-align: center;
  margin-bottom: 50px;
}

.clicktrough-blocks-section .click-trough-blocks {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .clicktrough-blocks-section .click-trough-blocks {
    display: block;
  }
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item {
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item {
    max-width: none;
  }
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #eeeef0;
  background-color: #fff;
  overflow: hidden;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ctb-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:before {
  content: '';
  position: absolute;
  bottom: 120%;
  right: -115px;
  width: 200px;
  height: 120px;
  border-radius: 20px;
  background-color: #513cee;
  background-color: var(--mainColor);
  transform: rotate(0deg) skewX(-10deg);
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  transition: all 0.3s ease-in-out;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
  content: '';
  position: absolute;
  bottom: 19px;
  right: 20px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-0.svg);
  transition: all 0.3s ease-in-out;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-icon-wrap {
  margin-bottom: 20px;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-icon-wrap img,
.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-icon-wrap svg {
  display: block;
  height: 60px;
  width: auto;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text {
  position: relative;
  bottom: -32px;
  transition: all 0.3s ease-in-out;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-title {
  display: block;
  color: #000 !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-link-text {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block {
    top: -10px;
    box-shadow: 0 7px 10px rgba(168, 163, 192, 0.2);
  }

  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
    bottom: 25px;
  }

  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text {
    bottom: 0;
    /*              .cbt-title {
                @include mainColor;
              }*/
  }

  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block .ct-block-content .ctb-text .cbt-link-text {
    font-size: 16px;
    color: #080810;
  }
}

@media only screen and (max-width: 767px) {
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:after {
    bottom: 26px;
  }
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover,
.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus {
  top: -10px;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.2);
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover:before,
.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus:before {
  bottom: 90%;
  transform: rotate(-20deg) skewX(-10deg);
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover:after,
.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus:after {
  bottom: 27px;
}

@media only screen and (max-width: 1024px) {
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover:after,
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus:after {
    bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover:after,
  .clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus:after {
    bottom: 26px;
  }
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text,
.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text {
  bottom: 0;
  /*              .cbt-title {
                @include mainColor;
              }*/
}

.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:hover .ct-block-content .ctb-text .cbt-link-text,
.clicktrough-blocks-section .click-trough-blocks .ct-block-item .ct-block:focus .ct-block-content .ctb-text .cbt-link-text {
  color: #080810;
}

.feature-case-section {
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}

.feature-case-section:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 360px;
  left: 0;
  width: 100%;
  background-color: #f4f6fa;
}

@media only screen and (max-width: 1588px) {
  .feature-case-section {
    padding-top: 80px;
  }

  .feature-case-section:before {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .feature-case-section {
    padding-top: 50px;
  }

  .feature-case-section:before {
    bottom: 200px;
  }
}

@media only screen and (max-width: 374px) {
  .feature-case-section {
    padding-top: 40px;
  }
}

.feature-case-section .logos-element {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1588px;
  height: 872px;
}

@media only screen and (max-width: 1588px) {
  .feature-case-section .logos-element {
    display: none;
  }
}

.feature-case-section .fc-desc-wrapper {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .fc-desc-wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .feature-case-section .fc-desc-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-case-section .fc-desc-wrapper .fc-title-box h1 br,
  .feature-case-section .fc-desc-wrapper .fc-title-box h2 br,
  .feature-case-section .fc-desc-wrapper .fc-title-box h3 br,
  .feature-case-section .fc-desc-wrapper .fc-title-box h4 br {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .feature-case-section .fc-desc-wrapper .fc-title-box {
    margin-bottom: 20px;
  }
}

.feature-case-section .logos-wrapper {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .logos-wrapper {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col {
    padding: 0;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-image-wrap {
  padding-top: 170px;
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-image-wrap {
    padding-top: 0;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-image-wrap .client-image-box,
.feature-case-section .client-info-wrap .client-info-col .client-image-wrap .lot-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 984px;
  height: 480px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 7px 15px rgba(168, 163, 192, 0.35);
  border-radius: 5px;
}

@media only screen and (max-width: 1023px) {
  .feature-case-section .client-info-wrap .client-info-col .client-image-wrap .client-image-box,
  .feature-case-section .client-info-wrap .client-info-col .client-image-wrap .lot-box {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-image-wrap .client-image-box,
  .feature-case-section .client-info-wrap .client-info-col .client-image-wrap .lot-box {
    position: static;
    height: 300px;
    box-shadow: none;
    border-radius: 0;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-image-wrap .lot-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.feature-case-section .client-info-wrap .client-info-col .client-image-wrap .video-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 7px 15px rgba(168, 163, 192, 0.35);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-image-wrap .video-box {
    position: relative;
    border-radius: 0;
    box-shadow: none;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-desc-box {
  display: block;
  position: relative;
  width: 496px;
  right: -46px;
  z-index: 2;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  border-radius: 10px;
  transform: skewY(-4deg);
}

@media only screen and (max-width: 1280px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box {
    right: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box {
    right: auto;
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-top: -50px;
    z-index: 10;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc {
  transform: skewY(4deg);
  padding: 60px 50px 40px 50px;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc {
    padding: 40px 25px 25px 25px;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc .client-logo-wrap {
  margin-bottom: 30px;
}

.feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc .client-logo-wrap img {
  display: block;
  height: 49px;
  width: auto;
}

.feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc h3 {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc h3 {
    font-size: 19px;
  }
}

.feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc p,
.feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc li {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc p,
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc p,
  .feature-case-section .client-info-wrap .client-info-col .client-desc-box .client-desc li {
    font-size: 15px;
  }
}

.feature-case-section.no-logos {
  padding-top: 80px;
}

.feature-case-section.no-logos:before {
  display: block;
}

.feature-case-section.no-logos .logos-element {
  display: none !important;
}

.feature-case-section.no-logos .fc-desc-wrapper .container .row {
  text-align: center;
  flex-direction: column;
}

.feature-case-section.no-logos .fc-desc-wrapper .container .row .fc-title-col {
  margin-bottom: 20px;
}

.feature-case-section.with-video .client-info-wrap .client-info-col .client-image-wrap {
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .feature-case-section.with-video .client-info-wrap .client-info-col .client-image-wrap {
    padding-top: 0;
  }
}

.logos-list {
  align-items: center;
  margin: 0 -65px;
}

@media only screen and (max-width: 1140px) {
  .logos-list {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-list {
    margin: 0 -15px;
    justify-content: center;
  }
}

.logos-list .logo-item {
  display: flex;
  flex-direction: column;
  flex-basis: 254px;
  max-width: 254px;
  padding: 0 65px;
}

@media only screen and (max-width: 1140px) {
  .logos-list .logo-item {
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-list .logo-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .logos-list .logo-item {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.logos-list .logo-item .logo-box {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logos-list .logo-item .logo-box .logo-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.logos-list .logo-item .logo-box .logo-img {
  display: block;
  max-height: 70px;
  margin: 0 auto;
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.logos-list .logo-item .logo-box:hover .logo-img,
.logos-list .logo-item .logo-box:focus .logo-img {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

.slider-gallery-section .sg-text-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .slider-gallery-section .sg-text-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .slider-gallery-section .sg-text-box .sg-title-box {
    margin-bottom: 15px;
  }

  .slider-gallery-section .sg-text-box .sg-title-box h1 br,
  .slider-gallery-section .sg-text-box .sg-title-box h2 br,
  .slider-gallery-section .sg-text-box .sg-title-box h3 br,
  .slider-gallery-section .sg-text-box .sg-title-box h4 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider-gallery-section .sg-text-box .sg-title-box h1 br,
  .slider-gallery-section .sg-text-box .sg-title-box h2 br,
  .slider-gallery-section .sg-text-box .sg-title-box h3 br,
  .slider-gallery-section .sg-text-box .sg-title-box h4 br {
    display: block;
  }
}

@media only screen and (max-width: 1140px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box {
    padding-left: 7.5px !important;
  }
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list {
  padding-right: 5% !important;
}

@media only screen and (max-width: 767px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list {
    padding-right: 10% !important;
  }
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide {
  padding-right: 40px;
}

@media only screen and (max-width: 1140px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide {
    padding: 0 7.5px;
  }
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box {
  position: relative;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image {
  width: 450px;
  height: 280px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
}

@media only screen and (max-width: 1140px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image {
    width: auto;
    height: auto;
    padding-top: 62%;
  }
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/fullscreen-white.svg);
  transition: all 0.3s ease-in-out;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img:hover:before,
.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img:focus:before {
  opacity: 1;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img:hover:after,
.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .gal-image.fancy-img:focus:after {
  opacity: 1;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .loop-video-box {
  width: 450px;
  height: 280px;
  position: relative;
}

@media only screen and (max-width: 1140px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .loop-video-box {
    width: auto;
    height: auto;
    padding-top: 62%;
  }
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .loop-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .lot-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 280px;
  position: relative;
  border-radius: 5px;
  border: 2px solid #f4f6fa;
}

@media only screen and (max-width: 1140px) {
  .slider-gallery-section .gallery-slider-wrap .not-grid-slider-box .gallery-slider .slick-list .slick-track .gallery-slide .gal-image-box .lot-box {
    width: auto;
    height: auto;
    padding-top: 62%;
  }
}

.slick-dots {
  display: block;
  padding: 0;
  margin: 40px 0 0 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-right: 30px;
}

.slick-dots li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e9f0f8;
  transition: all 0.3s ease-in-out;
}

.slick-dots li:hover {
  border-color: #e9f0f8;
}

.slick-dots li:hover:before {
  background-color: #e9f0f8;
}

.slick-dots li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  border-color: #513cee;
  border-color: var(--mainColor);
}

.slick-dots li.slick-active:before {
  background-color: #513cee;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-sec-content {
    margin-bottom: 40px;
  }
}

.usp-section .usp-sec-content .usp-btn-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-sec-content .usp-btn-wrapper .btn,
  .usp-section .usp-sec-content .usp-btn-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .usp-section .usp-sec-content .usp-btn-wrapper .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.usp-list {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .usp-list {
    padding-top: 0;
  }
}

.usp-list .usp-item {
  margin-bottom: 40px;
}

.usp-list .usp-item:last-child {
  margin-bottom: 0;
}

.usp-list .usp-item .usp-item-content .usp-title-box {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .usp-list .usp-item .usp-item-content .usp-title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box {
    position: static;
    margin-right: 20px;
  }
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box img,
.usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box svg {
  display: block;
  width: 40px;
  height: auto;
  min-width: 40px;
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap {
  display: inline-block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap {
    margin-bottom: 0;
  }
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
  margin-left: 110px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
    margin-left: 0;
    padding-top: 3px;
  }
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link span {
  display: none;
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #513cee;
  color: var(--mainColor);
}

.usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-title {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

@media only screen and (max-width: 374px) {
  .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 960px) {
  .usp-list .usp-item .usp-item-content .usp-desc p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 374px) {
  .usp-list .usp-item .usp-item-content .usp-desc p {
    font-size: 15px;
  }
}

.usp-list .usp-item .usp-item-content .usp-desc.with-icon {
  padding-left: 110px;
}

@media only screen and (max-width: 1024px) {
  .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
    padding-left: 0;
  }
}

.intro-text-section .intro-text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .intro-text-section .intro-text {
    text-align: left;
  }
}

.intro-text-section .intro-text p,
.intro-text-section .intro-text li,
.intro-text-section .intro-text a {
  font-size: 25px;
}

@media only screen and (max-width: 1024px) {
  .intro-text-section .intro-text p,
  .intro-text-section .intro-text li,
  .intro-text-section .intro-text a {
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-text-section .intro-text p,
  .intro-text-section .intro-text li,
  .intro-text-section .intro-text a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .intro-text-section .intro-text p,
  .intro-text-section .intro-text li,
  .intro-text-section .intro-text a {
    font-size: 19px;
  }
}

.intro-text-section .intro-text .btn,
.intro-text-section .intro-text .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .intro-text-section .intro-text .wp-block-button__link {
  font-size: 16px;
}

.intro-text-section .intro-text iframe {
  display: block;
  width: 100%;
  max-width: 640px;
  min-height: 360px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .intro-text-section .intro-text iframe {
    min-height: 200px;
  }
}

.logos-section .logos-wrapper .logos-sec-title {
  color: #77777c;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-wrapper .logos-sec-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .logos-section .logos-wrapper .logos-sec-title {
    margin-bottom: 30px;
  }
}

.text-and-image-section {
  padding-top: 80px;
}

@media only screen and (max-width: 1400px) {
  .text-and-image-section {
    padding-top: 0;
  }
}

.text-and-image-section .tai-row {
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row {
    display: block;
  }
}

.text-and-image-section .tai-row .tai-image-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row .tai-image-wrap {
    margin-bottom: 30px;
  }
}

.text-and-image-section .tai-row .tai-image-wrap:before {
  content: '';
  position: absolute;
  top: -60px;
  left: -110px;
  width: 394px;
  height: 440px;
  border-radius: 15px;
  transform: skewY(6deg);
  background-color: #f4f6fa;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .text-and-image-section .tai-row .tai-image-wrap:before {
    display: none;
  }
}

.text-and-image-section .tai-row .tai-image-wrap .tai-element {
  display: block;
  position: absolute;
  left: -35px;
  top: 72%;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  z-index: 3;
  transform: skewY(-8deg);
}

@media only screen and (max-width: 1140px) {
  .text-and-image-section .tai-row .tai-image-wrap .tai-element {
    display: none;
  }
}

.text-and-image-section .tai-row .tai-image-wrap .tai-image-box {
  position: relative;
  z-index: 2;
}

.text-and-image-section .tai-row .tai-image-wrap .tai-image-box .tai-image {
  padding-top: 84%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
}

.text-and-image-section .tai-row .tai-image-wrap .tai-image-box .loop-video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.text-and-image-section .tai-row .tai-image-wrap .tai-image-box .loop-video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 1140px) {
  .text-and-image-section .tai-row .tai-text-box .tai-text h1 br,
  .text-and-image-section .tai-row .tai-text-box .tai-text h2 br,
  .text-and-image-section .tai-row .tai-text-box .tai-text h3 br,
  .text-and-image-section .tai-row .tai-text-box .tai-text h4 br,
  .text-and-image-section .tai-row .tai-text-box .tai-text h5 br {
    display: none;
  }

  .text-and-image-section .tai-row .tai-text-box .tai-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .text-and-image-section .tai-row .tai-text-box .tai-text h2 {
    font-size: 25px;
  }
}

.text-and-image-section .tai-row .tai-text-box .tai-button-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row .tai-text-box .tai-button-wrapper .btn,
  .text-and-image-section .tai-row .tai-text-box .tai-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .text-and-image-section .tai-row .tai-text-box .tai-button-wrapper .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.text-and-image-section.text-pos-1 .tai-row {
  flex-direction: row-reverse;
}

.text-and-image-section.text-pos-1 .tai-row .tai-image-wrap:before {
  left: auto;
  right: -110px;
  transform: skewY(-6deg);
}

.text-and-image-section.text-pos-1 .tai-row .tai-image-wrap .tai-element {
  left: auto;
  right: -35px;
  transform: skewY(8deg);
}

.text-and-image-section.no-decor .tai-row .tai-image-wrap:before {
  display: none !important;
}

.text-and-image-section.no-decor .tai-row .tai-image-wrap .tai-element {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .counters-list {
    display: block;
  }
}

.counters-list .counter-item {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
  .counters-list .counter-item {
    max-width: none;
    margin-bottom: 60px;
  }

  .counters-list .counter-item:last-child {
    margin-bottom: 50px;
  }
}

.counters-list .counter-item .counter-box {
  position: relative;
}

.counters-list .counter-item .counter-box:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #f4f6fa;
  z-index: 1;
}

.counters-list .counter-item .counter-box .cs-icon-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.counters-list .counter-item .counter-box .cs-icon-wrap img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto;
}

.counters-list .counter-item .counter-box .cs-info-box {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

.counters-list .counter-item .counter-box .cs-info-box span {
  color: #000;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.counters-list .counter-item .counter-box .cs-info-box span.cs-number,
.counters-list .counter-item .counter-box .cs-info-box span.cs-symbol {
  color: #513cee;
  color: var(--mainColor);
}

.counters-list .counter-item .counter-box .cs-text {
  display: block;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #080810;
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  .counters-list .counter-item .counter-box .cs-text {
    font-size: 20px;
  }
}

.cs-desc {
  text-align: center;
  margin-top: 10px;
}

.cs-desc p,
.cs-desc li {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cs-desc p > a,
.cs-desc li > a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.form-section .form-desc {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .form-section .form-desc {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .form-section .form-desc {
    margin-bottom: 25px;
  }
}

.text-section .text-columns {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns.cols-2 {
  margin: 0 -20px;
}

.text-section .text-columns.cols-2 .text-column {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-2 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-3 {
  margin: 0 -20px;
}

.text-section .text-columns.cols-3 .text-column {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.quote-section {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .quote-section {
    padding-top: 40px;
  }
}

.quote-section .quote-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
  background-color: #f4f6fa;
  border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .quote-section .quote-box {
    padding: 60px 15px 50px 15px;
  }
}

.quote-section .quote-box:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 70px;
  background-size: 90px 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/quote.svg);
}

.quote-section .quote-box .quote-text blockquote:last-child {
  margin-bottom: 0;
}

.quote-section .quote-box .quote-author-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.quote-section .quote-box .quote-author-box .quote-author-photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.quote-section .quote-box .quote-author-box .author-info .author-name {
  display: block;
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.quote-section .quote-box .quote-author-box .author-info .author-function {
  display: block;
  color: #080810;
  font-size: 17px;
  line-height: 1;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row {
    display: block;
  }
}

.do-you-know-section .dyn-row .dyn-img-wrap {
  position: relative;
  padding-bottom: 50px;
  z-index: 3;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section .dyn-row .dyn-img-wrap {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row .dyn-img-wrap {
    padding-bottom: 0;
  }
}

.do-you-know-section .dyn-row .dyn-img-wrap .dyn-logo {
  display: block;
  height: 70px;
  width: auto;
  position: absolute;
  bottom: 120px;
  right: -50px;
  z-index: 4;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section .dyn-row .dyn-img-wrap .dyn-logo {
    right: -20px;
    bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row .dyn-img-wrap .dyn-logo {
    display: none;
    right: auto;
    left: -5px;
    bottom: 20%;
  }
}

.do-you-know-section .dyn-row .dyn-img-wrap .dyn-img-box {
  position: relative;
}

.do-you-know-section .dyn-row .dyn-img-wrap .dyn-img-box .dyn-img {
  padding-top: 80%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row .dyn-img-wrap .dyn-img-box .dyn-img {
    border-radius: 10px 10px 0 0;
  }
}

.do-you-know-section .dyn-row .dyn-text-wrap {
  padding: 40px 0 50px 60px;
  background-color: #381abc;
  background-color: var(--mainColor);
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section .dyn-row .dyn-text-wrap {
    padding: 40px 20px 40px 0;
    border-radius: 0 10px 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row .dyn-text-wrap {
    padding: 25px 20px;
    border-radius: 0 0 10px 10px;
  }
}

.do-you-know-section .dyn-row .dyn-text-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
  width: 210px;
  height: 100%;
  background-color: #381abc;
  background-color: var(--mainColor);
  border-radius: 0 10px 10px 0;
  z-index: 1;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section .dyn-row .dyn-text-wrap:after {
    display: none;
  }
}

.do-you-know-section .dyn-row .dyn-text-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 10px);
  width: 305px;
  height: 100%;
  background-color: #381abc;
  background-color: var(--mainColor);
  border-radius: 10px 0 0 10px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row .dyn-text-wrap:before {
    display: none;
  }
}

.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box {
  position: relative;
  z-index: 3;
}

.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-sub-title {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-text h1 br,
  .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-text h2 br,
  .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-text h3 br,
  .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-text h4 br {
    display: none;
  }
}

.do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .btn,
  .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .do-you-know-section .dyn-row .dyn-text-wrap .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 {
  background-color: #f87422;
}

.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:before,
.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1:after {
  background-color: #f87422;
}

.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn,
.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link {
  color: #f87422;
}

.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .btn:after,
.do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-buttons .wp-block-button .do-you-know-section .dyn-row .dyn-text-wrap.bg-color-1 .dyn-text-box .dyn-button-wrapper .wp-block-button__link:after {
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-orange.svg);
}

.do-you-know-section.position-0 .dyn-row {
  flex-direction: row-reverse;
}

.do-you-know-section.position-0 .dyn-row .dyn-img-wrap .dyn-logo {
  right: auto;
  left: -50px;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section.position-0 .dyn-row .dyn-img-wrap .dyn-logo {
    left: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .do-you-know-section.position-0 .dyn-row .dyn-img-wrap .dyn-logo {
    left: -5px;
  }
}

.do-you-know-section.position-0 .dyn-row .dyn-text-wrap {
  padding-left: 0;
  padding-right: 50px;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section.position-0 .dyn-row .dyn-text-wrap {
    padding-left: 20px;
    padding-right: 0;
    border-radius: 10px 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .do-you-know-section.position-0 .dyn-row .dyn-text-wrap {
    padding: 25px 20px;
    border-radius: 0 0 10px 10px;
  }
}

.do-you-know-section.position-0 .dyn-row .dyn-text-wrap:before {
  width: 210px;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section.position-0 .dyn-row .dyn-text-wrap:before {
    display: none;
  }
}

.do-you-know-section.position-0 .dyn-row .dyn-text-wrap:after {
  width: 305px;
}

@media only screen and (max-width: 1140px) {
  .do-you-know-section.position-0 .dyn-row .dyn-text-wrap:after {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .do-you-know-section.position-0 .dyn-row .dyn-text-wrap:after {
    display: none;
  }
}

.faq-section.is-block {
  margin-bottom: 30px;
}

.faq-section .faq-text-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .faq-section .faq-text-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .faq-section .faq-text-box .faq-sec-title {
    margin-bottom: 15px;
  }

  .faq-section .faq-text-box .faq-sec-title h1 br,
  .faq-section .faq-text-box .faq-sec-title h2 br,
  .faq-section .faq-text-box .faq-sec-title h3 br,
  .faq-section .faq-text-box .faq-sec-title h4 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-text-box .faq-sec-title h1 br,
  .faq-section .faq-text-box .faq-sec-title h2 br,
  .faq-section .faq-text-box .faq-sec-title h3 br,
  .faq-section .faq-text-box .faq-sec-title h4 br {
    display: block;
  }
}

.faq-section.section-bg-2 {
  background-color: #f4f6fa;
}

.faq-section.section-bg-2 .faq-list-box .faq-list .faq-item .faq-question {
  border-top-color: #e0e2e7;
}

.faq-section.section-bg-2 .faq-list-box .faq-list .faq-item .faq-question.opened {
  border-bottom-color: #e0e2e7;
}

.faq-list-box .faq-list .faq-item .faq-question {
  color: #001935;
  font-family: 'Ubuntu', sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0;
  border-top: 1px solid #f4f6fa;
  border-bottom: 1px solid transparent;
  padding: 18px 70px 19px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .faq-list-box .faq-list .faq-item .faq-question {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-list-box .faq-list .faq-item .faq-question {
    padding-right: 45px;
  }
}

.faq-list-box .faq-list .faq-item .faq-question:before {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .faq-list-box .faq-list .faq-item .faq-question:before {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-list-box .faq-list .faq-item .faq-question:before {
    right: 15px;
  }
}

.faq-list-box .faq-list .faq-item .faq-question:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-horizontal-0.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1140px) {
  .faq-list-box .faq-list .faq-item .faq-question:after {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-list-box .faq-list .faq-item .faq-question:after {
    right: 15px;
  }
}

.faq-list-box .faq-list .faq-item .faq-question:hover {
  color: #513cee;
  color: var(--mainColor);
}

.faq-list-box .faq-list .faq-item .faq-question.opened {
  color: #513cee;
  color: var(--mainColor);
  border-bottom-color: #f4f6fa;
}

.faq-list-box .faq-list .faq-item .faq-question.opened:after,
.faq-list-box .faq-list .faq-item .faq-question.opened:before {
  transform: scaleY(-1);
}

.faq-list-box .faq-list .faq-item .faq-answer {
  display: none;
  width: 75%;
  padding: 30px 0;
  border-top: 1px solid #f4f6fa;
}

@media only screen and (max-width: 960px) {
  .faq-list-box .faq-list .faq-item .faq-answer {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .faq-list-box .faq-list .faq-item .faq-answer {
    padding: 20px 0;
  }
}

.faq-list-box .faq-list .faq-item .faq-answer p,
.faq-list-box .faq-list .faq-item .faq-answer li {
  font-size: 17px;
}

.faq-list-box .faq-list .faq-item .faq-answer .sol-btn-wrap {
  margin-top: 30px;
}

.faq-list-box .faq-list .faq-item:last-child .faq-question {
  border-bottom: 1px solid #f4f6fa;
}

@media only screen and (max-width: 960px) {
  .cta-section {
    background-color: #f4f6fa;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-row {
    display: block;
  }
}

.cta-section .cta-row .cta-wrapper {
  position: relative;
}

.cta-section .cta-row .cta-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f6fa;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  z-index: 1;
  border-radius: 10px;
}

@media only screen and (max-width: 1140px) {
  .cta-section .cta-row .cta-wrapper:before {
    width: 1500px;
    left: -100px;
  }
}

@media only screen and (max-width: 960px) {
  .cta-section .cta-row .cta-wrapper:before {
    display: none !important;
  }
}

.cta-section .cta-row .cta-wrapper .cta-text-box {
  position: relative;
  padding: 50px 100px;
  z-index: 2;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .cta-section .cta-row .cta-wrapper .cta-text-box {
    max-width: none;
    padding: 70px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-row .cta-wrapper .cta-text-box {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-row .cta-wrapper .cta-text-box .cta-text h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 374px) {
  .cta-section .cta-row .cta-wrapper .cta-text-box .cta-text h2 {
    font-size: 22px;
  }
}

.cta-section .cta-row .cta-wrapper .cta-text-box .cta-button-wrapper {
  margin-top: 30px;
}

.cta-section .cta-row .cta-wrapper.bg-color-0:before {
  background-color: #381abc;
  background-color: var(--mainColor);
}

.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h1,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h2,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h3,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h4,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h5,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h6 {
  color: #fff;
}

.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h1 em,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h2 em,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h3 em,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h4 em,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h5 em,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text h6 em {
  color: #fff;
}

.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text p,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text li,
.cta-section .cta-row .cta-wrapper.bg-color-0 .cta-text-box .cta-text a {
  color: #fff;
}

.cta-section .cta-row .cta-img-wrap {
  position: relative;
  z-index: 5;
}

.cta-section .cta-row .cta-img-wrap .cta-img-box {
  position: relative;
  padding-top: 102.548%;
}

.cta-section .cta-row .cta-img-wrap .cta-img-box svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cta-section .cta-row .cta-img-wrap .cta-person-box {
  padding-right: 40px;
}

@media only screen and (max-width: 1140px) {
  .cta-section .cta-row .cta-img-wrap .cta-person-box {
    padding-right: 0;
  }
}

.cta-section .cta-row .cta-img-wrap .cta-person-box .cta-person {
  display: block;
  width: 100%;
  max-width: 387px;
  height: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-row .cta-img-wrap .cta-person-box .cta-person {
    width: 70%;
    margin-top: -100px;
  }
}

@media only screen and (max-width: 374px) {
  .cta-section .cta-row .cta-img-wrap .cta-person-box .cta-person {
    width: 60%;
  }
}

@media only screen and (max-width: 960px) {
  .cta-section.bg-color-0 {
    background-color: #381abc;
    background-color: var(--mainColor);
  }
}

.cta-section.sec-type-1 .cta-row .cta-wrapper:before,
.cta-section.sec-type-2 .cta-row .cta-wrapper:before {
  width: 1140px;
}

@media only screen and (max-width: 1140px) {
  .cta-section.sec-type-1 .cta-row .cta-wrapper:before,
  .cta-section.sec-type-2 .cta-row .cta-wrapper:before {
    width: 1500px;
    left: -100px;
  }
}

.cta-section.sec-type-1 .cta-row .cta-wrapper .cta-text-box,
.cta-section.sec-type-2 .cta-row .cta-wrapper .cta-text-box {
  max-width: none;
  padding-right: 0;
  text-align: left;
}

@media only screen and (max-width: 1140px) {
  .cta-section.sec-type-1 .cta-row .cta-wrapper .cta-text-box,
  .cta-section.sec-type-2 .cta-row .cta-wrapper .cta-text-box {
    padding-left: 0;
  }
}

.cta-section.sec-type-1 .cta-row {
  align-items: flex-end;
}

@media only screen and (max-width: 1140px) {
  .cta-section.sec-type-2 {
    padding-top: 12px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 960px) {
  .cta-section.sec-type-2 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section.sec-type-2 {
    padding-bottom: 40px;
  }
}

.cta-section.sec-type-2 .cta-row {
  align-items: center;
}

.cta-section.sec-type-2 .cta-row .cta-wrapper:before {
  width: 1000px;
}

.cta-section.sec-type-2 .cta-row .cta-img-wrap {
  max-width: 400px;
  margin-left: auto;
  position: relative;
  top: -12px;
}

@media only screen and (max-width: 960px) {
  .cta-section.sec-type-2 .cta-row .cta-img-wrap {
    top: auto;
  }
}

.pricing-blocks-section {
  background-color: #f4f6fa;
  overflow: hidden;
  position: relative;
  margin-top: -100px;
}

@media only screen and (max-width: 1280px) {
  .pricing-blocks-section {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 1024px) {
  .pricing-blocks-section {
    margin-top: 0;
    padding: 20px 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-blocks-section {
    padding-top: 15px;
  }
}

.pricing-blocks-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1140px) {
  .pricing-blocks-section:before {
    display: none;
  }
}

.pricing-blocks-section .pricing-blocks-wrap {
  position: relative;
  z-index: 2;
  margin: 0 -20px;
}

@media only screen and (max-width: 1140px) {
  .pricing-blocks-section .pricing-blocks-wrap {
    margin: 0;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
}

@media only screen and (max-width: 1180px) {
  .pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line {
    padding: 0 0 20px 0;
    justify-content: flex-start;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher {
  display: flex;
  align-items: center;
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn {
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #dbdee4;
  background-color: #f4f6fa;
  padding: 12px 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1180px) {
  .pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn {
    background-color: #fff;
    font-size: 14px;
    padding: 10px 12px;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn:first-child {
  border-radius: 5px 0 0 5px;
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn:last-child {
  border-radius: 0 5px 5px 0;
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn:hover,
.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn:focus {
  color: #fff;
  background-color: #77777c;
}

.pricing-blocks-section .pricing-blocks-wrap .currency-switcher-line .currency-switcher .currency-btn.active {
  cursor: default;
  color: #fff;
  background-color: #513cee;
  background-color: var(--mainColor);
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks {
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks {
    margin-left: 0;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow {
  display: block;
  position: absolute;
  top: 195px;
  right: 0;
  z-index: 10;
  width: 31px;
  height: 31px;
  border: none;
  color: transparent;
  font-size: 0;
  visibility: visible;
  opacity: 1;
  outline: none !important;
  transition: all 0.3s ease-in-out;
  background-color: #513cee;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1140px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow {
    right: 53px;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 13px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

@media only screen and (max-width: 1140px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow.slick-prev {
    right: auto;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow.slick-prev:before {
  left: 11px;
  transform: scaleX(-1);
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .price-block-item {
    padding: 0 15px 0 0;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-list {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1140px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-list {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-list {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-list .slick-track {
  display: flex !important;
  justify-content: center;
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks .slick-list .price-block-item {
  height: inherit !important;
}

.pricing-blocks-section .pricing-blocks-wrap .pricing-blocks.slick-initialized {
  opacity: 1;
}

.pricing-blocks-section .price-block-box {
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.pricing-blocks-section .price-block-box:before {
  content: '';
  position: absolute;
  top: -170px;
  right: -100px;
  width: 200px;
  height: 120px;
  border-radius: 20px;
  background-color: #513cee;
  background-color: var(--mainColor);
  transform: rotate(0deg) skewX(-10deg);
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  transition: all 0.3s ease-in-out;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info {
  padding: 60px 25px 50px 25px;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-sub-title {
  display: block;
  text-align: center;
  color: #080810;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-price {
  display: block;
  color: #513cee;
  color: var(--mainColor);
  font-family: 'Ubuntu', sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-price-sub-title {
  display: block;
  color: #080810;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-button-wrapper .btn,
.pricing-blocks-section .price-block-box .price-block .price-block-info .pb-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .pricing-blocks-section .price-block-box .price-block .price-block-info .pb-button-wrapper .wp-block-button__link {
  max-width: 100%;
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box {
  padding: 20px 25px;
  background-color: #f9fafc;
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box .pb-list-title {
  display: block;
  color: #080810;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box .pb-list .pb-list-item {
  margin-bottom: 7px;
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box .pb-list .pb-list-item:last-child {
  margin-bottom: 0;
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  color: #080810;
  font-size: 14px;
  font-weight: 300;
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

.pricing-blocks-section .price-block-box .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item {
  padding: 12px 15px 12px 65px;
  border-top: 1px solid #f4f6fa;
  position: relative;
}

.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item .pb-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
  outline: none;
}

.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item:last-child {
  border-bottom: 1px solid #f4f6fa;
}

.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item .pb-feature-icon {
  display: block;
  width: 20px;
  max-width: 20px;
  height: auto;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item .pb-feature-text {
  color: #080810;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:hover .pb-feature-text,
.pricing-blocks-section .price-block-box .price-block .pb-features-box .pb-features-list .pb-feature-item.clickable:focus .pb-feature-text {
  color: #513cee;
  color: var(--mainColor);
}

.pricing-blocks-section .price-block-box.electric-color:before {
  background-color: #32ebff !important;
}

.pricing-blocks-section .price-block-box.electric-color .price-block .price-block-info .pb-button-wrapper .btn,
.pricing-blocks-section .price-block-box.electric-color .price-block .price-block-info .pb-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .pricing-blocks-section .price-block-box.electric-color .price-block .price-block-info .pb-button-wrapper .wp-block-button__link {
  background-color: #32ebff;
}

.pricing-blocks-section .price-block-box.electric-color .price-block .price-block-info .pb-button-wrapper .btn:before,
.pricing-blocks-section .price-block-box.electric-color .price-block .price-block-info .pb-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:before,
.wp-block-buttons .wp-block-button .pricing-blocks-section .price-block-box.electric-color .price-block .price-block-info .pb-button-wrapper .wp-block-button__link:before {
  background-color: #17cbde;
}

.pricing-blocks-section .price-block-box.electric-color .price-block .pb-list-box .pb-list .pb-list-item .pb-list-item-text:after {
  background-image: url(../svg/check-3.svg) !important;
}

.pricing-blocks-section.no-price .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price-sub-title {
  font-size: 18px;
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .pricing-blocks-section.no-price .pricing-blocks-wrap .pricing-blocks .price-block-item .price-block-box .price-block .price-block-info .pb-price-sub-title {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1140px) {
  .pricing-table-section {
    overflow: hidden;
  }
}

.pricing-table-section .pt-sec-desc {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .pricing-table-section .pt-sec-desc {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .pricing-table-section .pt-sec-desc {
    margin-bottom: 40px;
  }
}

.pricing-table-section .pt-list-col:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

@media only screen and (max-width: 1140px) {
  .pricing-table-section .pt-list-col:before {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-list-col:before {
    width: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-list-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.pricing-table-section .pt-table-col:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

@media only screen and (max-width: 1140px) {
  .pricing-table-section .pt-table-col:before {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-col:before {
    width: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.pricing-table-section .pt-list-box {
  position: relative;
  padding-bottom: 40px;
}

.pricing-table-section .pt-list-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1140px;
  height: 1px;
  background-color: #f4f6fa;
  z-index: 5;
}

@media only screen and (max-width: 1140px) {
  .pricing-table-section .pt-list-box:after {
    width: 1500px;
    left: -100px;
  }
}

.pricing-table-section .pt-list-box .pt-items-list .pt-items-title {
  display: flex;
  align-items: center;
  height: 90px;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}

.pricing-table-section .pt-list-box .pt-items-list .pt-items-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1140px;
  height: 1px;
  background-color: #f4f6fa;
  z-index: 5;
}

@media only screen and (max-width: 1140px) {
  .pricing-table-section .pt-list-box .pt-items-list .pt-items-title:after {
    width: 1500px;
    left: -100px;
  }
}

@media only screen and (max-width: 960px) {
  .pricing-table-section .pt-list-box .pt-items-list .pt-items-title {
    height: 70px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-list-box .pt-items-list .pt-items-title {
    font-size: 23px;
  }
}

.pricing-table-section .pt-list-box .pt-items-list .pt-item {
  display: flex;
  align-items: center;
  height: 40px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /*&:hover {
          @media only screen and (min-width: $grid-width) {
            &:before {
              opacity: 1;
            }
            .pt-item-text {
              left: 15px;
            }
          }
        }*/
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-list-box .pt-items-list .pt-item {
    height: 34px;
  }
}

.pricing-table-section .pt-list-box .pt-items-list .pt-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: calc(100% + 40px);
  height: 100%;
  background-color: #f4f6fa;
  transition: all 0.3s ease-in-out;
}

.pricing-table-section .pt-list-box .pt-items-list .pt-item .pt-item-text {
  color: #080810;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 6;
  cursor: default;
  transition: all 0.3s ease-in-out;
  left: 0;
}

@media only screen and (max-width: 1140px) {
  .pricing-table-section .pt-list-box .pt-items-list .pt-item .pt-item-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-list-box .pt-items-list .pt-item .pt-item-text {
    font-size: 13px;
  }
}

.pricing-table-section .pt-table-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pricing-table-section .pt-table-wrap .pt-table {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list {
  height: 100%;
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-col-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-col-title {
    height: 70px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-col-title {
    font-size: 17px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box {
    height: 34px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/check-0.svg);
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .pt-check-list .pt-check-box.checked:after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info {
  padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info {
    padding: 30px 10px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-title {
    font-size: 19px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-sub-title {
  display: block;
  text-align: center;
  color: #080810;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-sub-title {
    font-size: 13px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price {
  display: block;
  color: #513cee;
  color: var(--mainColor);
  font-family: 'Ubuntu', sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-price-sub-title {
  display: block;
  color: #080810;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper {
    text-align: left;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .btn,
.pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .wp-block-button__link {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .btn,
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .wp-block-button__link {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 8px 30px 10px 10px;
  }

  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .btn:after,
  .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link:after,
  .wp-block-buttons .wp-block-button .pricing-table-section .pt-table-wrap .pt-table .slick-list .slick-track .pt-column .pt-column-box .price-col-info .pt-button-wrapper .wp-block-button__link:after {
    top: 14px;
    right: 14px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
  display: block;
  position: absolute;
  top: 74px;
  right: 0;
  width: 31px;
  height: 31px;
  color: transparent;
  border: none;
  visibility: visible;
  opacity: 1;
  font-size: 0;
  outline: none !important;
  background-color: #513cee;
  background-color: var(--mainColor);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-arrow {
    width: 21px;
    height: 21px;
    top: 59px;
    border-radius: 3px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-arrow:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 13px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/chevron-white.svg);
}

@media only screen and (max-width: 960px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-arrow:before {
    top: 5px;
    left: 8px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

.pricing-table-section .pt-table-wrap .pt-table .slick-arrow.slick-prev:before {
  left: 11px;
  transform: scaleX(-1);
}

@media only screen and (max-width: 960px) {
  .pricing-table-section .pt-table-wrap .pt-table .slick-arrow.slick-prev:before {
    left: 6px;
  }
}

.pricing-table-section .pt-table-wrap .pt-table .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.pricing-table-section .pt-table-wrap .pt-table.slick-initialized {
  opacity: 1;
}

.step-section {
  padding: 150px 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .step-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .step-section {
    padding: 80px 0;
  }
}

.step-section.no-top-padding {
  padding-top: 0;
}

.step-section.no-bot-padding {
  padding-bottom: 0;
}

.step-section .step-line {
  display: block;
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  height: 260px;
  width: auto;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .step-section .step-line {
    bottom: -100px;
    height: 200px;
  }
}

@media only screen and (max-width: 960px) {
  .step-section .step-line {
    height: 160px;
    bottom: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .step-section .step-line {
    height: 140px;
    bottom: -70px;
  }
}

.step-section .step-line.line-pos-2 {
  transform: scaleX(-1) translateX(50%);
}

.step-section .step-row {
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .step-section .step-row {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .step-section .step-row .step-media-wrap {
    margin-bottom: 40px;
  }
}

.step-section .step-row .step-media-wrap .step-media-box .video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.step-section .step-row .step-media-wrap .step-media-box .video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.step-section .step-row .step-media-wrap .step-media-box .step-image {
  display: block;
}

.step-section .step-row .step-media-wrap .step-media-box .lot-code-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-section .step-row .step-text-box .step-text {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .step-section .step-row .step-text-box .step-text h2 {
    font-size: 25px;
  }
}

.step-section .step-row .step-text-box .step-buttons {
  display: flex;
  margin-top: 30px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .step-section .step-row .step-text-box .step-buttons {
    display: block;
    margin-bottom: 0;
  }
}

.step-section .step-row .step-text-box .step-buttons .btn,
.step-section .step-row .step-text-box .step-buttons .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .step-section .step-row .step-text-box .step-buttons .wp-block-button__link,
.step-section .step-row .step-text-box .step-buttons .video-button {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .step-section .step-row .step-text-box .step-buttons .btn,
  .step-section .step-row .step-text-box .step-buttons .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .step-section .step-row .step-text-box .step-buttons .wp-block-button__link,
  .step-section .step-row .step-text-box .step-buttons .video-button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}

.step-section .step-row .step-text-box .step-buttons .btn:last-child,
.step-section .step-row .step-text-box .step-buttons .wp-block-buttons .wp-block-button .wp-block-button__link:last-child,
.wp-block-buttons .wp-block-button .step-section .step-row .step-text-box .step-buttons .wp-block-button__link:last-child,
.step-section .step-row .step-text-box .step-buttons .video-button:last-child {
  margin-right: 0;
}

.step-section.text-pos-0 .step-row {
  flex-direction: row-reverse;
}

.step-section.bg-color-1 {
  background-color: #f4f6fa;
}

@media only screen and (max-width: 767px) {
  .usp-counters-section .usp-counters-text-box {
    margin-bottom: 40px;
  }
}

.usp-counters-section .usp-counters-text-box .usp-counters-btn-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .usp-counters-section .usp-counters-text-box .usp-counters-btn-wrapper .btn,
  .usp-counters-section .usp-counters-text-box .usp-counters-btn-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .usp-counters-section .usp-counters-text-box .usp-counters-btn-wrapper .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.usp-counters-section .counters-list {
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .usp-counters-section .counters-list {
    display: block;
  }
}

.usp-counters-section .counters-list .counter-item {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 1023px) {
  .usp-counters-section .counters-list .counter-item {
    max-width: none;
    margin-bottom: 70px;
  }
}

.usp-counters-section .counters-list .counter-item .counter-box .cs-info-box {
  font-size: 36px;
}

.usp-counters-section .counters-list .counter-item .counter-box .cs-text {
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  .usp-counters-section .counters-list .counter-item .counter-box .cs-text {
    font-size: 20px;
  }
}

.usp-list-section {
  background-color: #f4f6fa;
  padding: 100px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .usp-list-section {
    padding: 80px 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 374px) {
  .usp-list-section {
    padding: 40px 0;
  }
}

.usp-list-section.no-bot-margin {
  margin-bottom: 0;
}

.usp-list-section .usp-list-desc {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .usp-list-section .usp-list-desc h2 br {
    display: none;
  }
}

.usp-list-section .usp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -50px;
}

@media only screen and (max-width: 1280px) {
  .usp-list-section .usp-list {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list-section .usp-list {
    display: block;
    margin: 0 -15px;
  }
}

.usp-list-section .usp-list .usp-item {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 50px;
}

@media only screen and (max-width: 1280px) {
  .usp-list-section .usp-list .usp-item {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list-section .usp-list .usp-item {
    max-width: none;
  }
}

.usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
  margin-left: 90px;
}

@media only screen and (max-width: 1024px) {
  .usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
    margin-left: 0;
    padding-top: 3px;
  }
}

.usp-list-section .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
  padding-left: 90px;
}

@media only screen and (max-width: 1024px) {
  .usp-list-section .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-list-section .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
    padding-left: 0;
  }
}

.team-section {
  overflow: hidden;
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .team-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .team-section {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .team-section {
    padding-top: 40px;
  }
}

.team-section .team-sec-text-box {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .team-section .team-sec-text-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .team-section .team-sec-text-box .team-sec-title {
    margin-bottom: 15px;
  }

  .team-section .team-sec-text-box .team-sec-title h1 br,
  .team-section .team-sec-text-box .team-sec-title h2 br,
  .team-section .team-sec-text-box .team-sec-title h3 br,
  .team-section .team-sec-text-box .team-sec-title h4 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .team-sec-text-box .team-sec-title h1 br,
  .team-section .team-sec-text-box .team-sec-title h2 br,
  .team-section .team-sec-text-box .team-sec-title h3 br,
  .team-section .team-sec-text-box .team-sec-title h4 br {
    display: block;
  }
}

.team-section .team-blocks-box .team-blocks {
  position: relative;
}

@media only screen and (max-width: 960px) {
  .team-section .team-blocks-box .team-blocks {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .team-blocks-box .team-blocks {
    display: block;
  }
}

.team-section .team-blocks-box .team-blocks:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 90px);
  left: 50%;
  transform: translateX(-50%);
  width: 6000px;
  height: 2000px;
  background-color: #f4f6fa;
  z-index: 1;
}

.team-section .team-blocks-box .team-blocks .team-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 960px) {
  .team-section .team-blocks-box .team-blocks .team-block {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .team-blocks-box .team-blocks .team-block {
    max-width: none;
  }
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-info-box .tm-photo {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-info-box .tm-info .tm-name {
  display: block;
  color: #000000;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-info-box .tm-info .tm-function {
  color: #080810;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-text-box {
  margin: 30px 0;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-text-box .tm-text {
  color: #080810;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.team-section .team-blocks-box .team-blocks .team-block .team-block-box .team-block-content .tm-link-wrapper {
  margin-top: auto;
}

.reviews-blocks-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .reviews-blocks-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .reviews-blocks-section {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .reviews-blocks-section {
    padding-top: 40px;
  }
}

.reviews-blocks-section.white {
  padding-top: 0 !important;
}

.reviews-blocks-section.white .review-loop-block {
  border: 1px solid #f7f7f7;
}

.reviews-blocks-section.grey .reviews-row {
  position: relative;
}

.reviews-blocks-section.grey .reviews-row:before {
  content: '';
  position: absolute;
  width: 100000000%;
  left: -50%;
  height: 100000000%;
  bottom: 100%;
  background-color: #f4f6fa;
  transform: translateY(100px) translateX(-50%);
}

.reviews-blocks-section .reviews-row {
  margin-bottom: 25px;
}

.reviews-blocks-section .review-col {
  margin-bottom: 30px;
}

.reviews-blocks-section .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.reviews-blocks-section .description {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.reviews-blocks-section .logos-wrapper {
  display: flex;
  justify-content: center;
}

.reviews-blocks-section .logos-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .reviews-blocks-section .logos-wrapper .logo {
    padding: 0 10px;
  }
}

.review-loop-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
  padding: 45px 30px 30px;
  text-align: center;
}

.review-loop-block .review-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 25px;
}

.review-loop-block .review-text p {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.review-loop-block .logo-wrapper {
  padding-top: 25px;
  text-align: center;
}

.review-summary-section.has-padding .logos-container {
  padding: 50px 0 20px;
}

.review-summary-section .title {
  color: #77777c;
  margin-bottom: 65px;
  text-align: center;
}

.review-summary-section .bottom-text {
  display: inline-block;
  color: #77777c;
  margin-bottom: 30px;
}

.review-summary-section .logo-row {
  justify-content: center;
  margin-bottom: 70px;
}

.review-summary-section .logo-col {
  display: flex;
  flex: 0 0 20%;
  flex-wrap: wrap;
  max-width: 20%;
  padding: 0 20px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .review-summary-section .logo-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .review-summary-section .logo-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.review-summary-section .logo-col img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.review-summary-section .logos-container.grey {
  background-color: #f4f6fa;
  padding: 50px 0 20px;
}

.review-summary-section .logos-container .logos-wrapper {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .review-summary-section .logos-container .logos-wrapper {
    margin: 0 -15px;
  }
}

.review-summary-section .logos-container .logos-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .review-summary-section .logos-container .logos-wrapper .logo {
    padding: 0 10px;
  }
}

.badge-section .badge-sec-desc {
  text-align: center;
  margin-bottom: 50px;
}

.badge-section .badge-list {
  justify-content: center;
}

.badge-section .badge-list .badge-item {
  flex-basis: 16.66666666666667%;
  max-width: 16.66666666666667%;
}

@media only screen and (max-width: 960px) {
  .badge-section .badge-list .badge-item {
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }
}

@media only screen and (max-width: 767px) {
  .badge-section .badge-list .badge-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.badge-section .badge-list .badge-item .badge-box {
  display: flex;
  justify-content: center;
}

.badge-section .badge-list .badge-item .badge-box .badge-img-wrap {
  position: relative;
}

.badge-section .badge-list .badge-item .badge-box .badge-img-wrap .badge-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.badge-section .badge-list .badge-item .badge-box .badge-img-wrap img {
  display: block;
  max-height: 160px;
}

.badge-section.no-bottom-margin {
  margin-bottom: 0;
}

.badge-section.grey-bg {
  background-color: #f4f6fa;
}

.demo-cta-section .usp-list {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .demo-cta-section .usp-list {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .demo-cta-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-title {
    font-size: 20px;
  }
}

.demo-cta-section .demo-form-col {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .demo-cta-section .demo-form-col {
    padding: 0 7.5px;
  }
}

.demo-cta-section .demo-right-part {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.demo-cta-section .demo-form-title {
  margin-top: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .demo-cta-section .demo-form-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.demo-cta-section .demo-form-desc {
  margin-bottom: 20px;
}

.demo-cta-section .demo-form-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.demo-cta-section .demo-form-box .iframe-box {
  flex-grow: 1;
}

.demo-cta-section .demo-form-box .iframe-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 993px;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .demo-cta-section .demo-form-box .iframe-box iframe {
    min-height: 1070px;
  }
}

.solutions-section .solution-desc {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .solutions-section .solution-desc {
    margin-bottom: 50px;
  }
}

.solutions-section .tai-row {
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .solutions-section .tai-row {
    display: block;
  }
}

.solutions-section .tai-row .tai-image-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .solutions-section .tai-row .tai-image-wrap {
    margin-bottom: 30px;
  }
}

.solutions-section .tai-row .tai-image-wrap .tai-image-box {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .solutions-section .tai-row .tai-image-wrap .tai-image-box .sol-img-wrap .sol-img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.solutions-section .tai-row .tai-image-wrap .tai-image-box .tai-image {
  padding-top: 84%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 7px 10px rgba(168, 163, 192, 0.15);
}

.solutions-section .tai-row .tai-image-wrap .tai-image-box .loop-video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.solutions-section .tai-row .tai-image-wrap .tai-image-box .loop-video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 1140px) {
  .solutions-section .tai-row .tai-text-box .tai-text h1 br,
  .solutions-section .tai-row .tai-text-box .tai-text h2 br,
  .solutions-section .tai-row .tai-text-box .tai-text h3 br,
  .solutions-section .tai-row .tai-text-box .tai-text h4 br,
  .solutions-section .tai-row .tai-text-box .tai-text h5 br {
    display: none;
  }

  .solutions-section .tai-row .tai-text-box .tai-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .solutions-section .tai-row .tai-text-box .tai-text h2 {
    font-size: 25px;
  }
}

.solutions-section .tai-row .tai-text-box .tai-button-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .solutions-section .tai-row .tai-text-box .tai-button-wrapper .btn,
  .solutions-section .tai-row .tai-text-box .tai-button-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .solutions-section .tai-row .tai-text-box .tai-button-wrapper .wp-block-button__link {
    display: block;
    width: 100%;
  }
}

.solutions-section .faq-list-box .faq-list .faq-item .faq-answer {
  width: 100% !important;
}

.solutions-section .faq-list-box .faq-list .faq-item.opened .faq-answer {
  display: block;
}

.solutions-section.media-pos-1 .tai-row {
  flex-direction: row-reverse;
}

.solutions-section.section-bg-2 {
  background-color: #f4f6fa;
}

.solutions-section.section-bg-2 .faq-list-box .faq-list .faq-item .faq-question {
  border-top-color: #e0e2e7;
}

.solutions-section.section-bg-2 .faq-list-box .faq-list .faq-item .faq-question.opened {
  border-bottom-color: #e0e2e7;
}

.slider-section.no-shadows-in-slide .image {
  box-shadow: none !important;
}

.slider-section .inner-row {
  row-gap: 40px;
}

.slider-section .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-section .content-wrapper + .btn-wrapper {
  margin-top: 24px;
}

.slider-section .slider-wrapper {
  position: relative;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -25px;
  overflow: hidden;
}

.images-slider {
  margin-bottom: 50px;
}

.images-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 25px;
  margin-top: 30px;
}

.images-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transition: all .3s ease-in-out;
}

.images-slider .slick-dots li::before {
  content: '';
  flex-shrink: 0;
  position: relative;
  top: auto;
  left: auto;
  width: 6px;
  height: 6px;
  background-color: #E9F0F8;
  border-radius: 50%;
  margin: 0;
  transition: all .3s ease-in-out;
}

.images-slider .slick-dots li.slick-active {
  border: 1px solid #513cee;
}

.images-slider .slick-dots li.slick-active::before {
  background-color: #513cee;
}

.images-slider .slick-dots button {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.images-slider .slick-slide {
  position: relative;
  display: flex;
  padding: 10px;
  margin-right: 15px;
}

.images-slider .slick-slide .image {
  position: relative;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  border: 1px solid #EEEEF0;
  box-shadow: 0 2px 8px 0px rgba(168, 163, 192, 0.15);
  cursor: pointer;
  padding-bottom: 56.25%;
}

.images-slider .slick-slide .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.images-slider .slick-slide .image:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../svg/fullscreen-white.svg);
}

.images-slider .slick-slide .image:hover:before,
.images-slider .slick-slide .image:focus:before {
  opacity: 1;
}

.images-slider .slick-slide .image:hover:after,
.images-slider .slick-slide .image:focus:after {
  opacity: 1;
}