@charset "UTF-8";

: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: 1360px;
  --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,
.product-header-wrap .product-header-info .titles-box .product-title,
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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: rgb(0, 86.1, 178.5);
  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: 0.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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.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: 1359.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: rgb(0, 98.4, 204) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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.85714286%;
}

.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: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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,
.product-header-wrap .product-header-info .titles-box .product-title,
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,
.product-header-wrap .product-header-info .titles-box .product-title,
.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: "— ";
}

.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: rgb(127.5, 189, 255);
  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: 0.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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}

.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: 0.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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}

.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 {
  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 {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

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

.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0 rgba(38.25, 142.8, 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: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}

.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.25, 142.8, 255, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}

.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.05, 137.7, 144.5, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}

.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.25, 180.2, 96.9, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}

.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(57.8, 175.95, 194.65, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}

.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(221.7, 169.6, 12.1, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0 rgba(225.25, 83.3, 96.9, 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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}

.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.25, 83.3, 96.9, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}

.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(215.75, 217.2, 218.65, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}

.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.45, 87.55, 92.65, 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: rgb(0, 86.1, 178.5);
  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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.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,
  .product-header-wrap .product-header-info .titles-box .product-title,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  .product-header-wrap .product-header-info .titles-box .product-title,
  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: #0e1f2f;
  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: 1359.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

@font-face {
  font-family: "Klavika";
  src: url("../../fonts/Klavika-Light.eot");
  src: url("../../fonts/Klavika-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Klavika-Light.woff2") format("woff2"), url("../../fonts/Klavika-Light.woff") format("woff"), url("../../fonts/Klavika-Light.svg#Klavika-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika";
  src: url("../../fonts/Klavika-Regular.eot");
  src: url("../../fonts/Klavika-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Klavika-Regular.woff2") format("woff2"), url("../../fonts/Klavika-Regular.woff") format("woff"), url("../../fonts/Klavika-Regular.svg#Klavika-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika";
  src: url("../../fonts/Klavika-Medium.eot");
  src: url("../../fonts/Klavika-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Klavika-Medium.woff2") format("woff2"), url("../../fonts/Klavika-Medium.woff") format("woff"), url("../../fonts/Klavika-Medium.svg#Klavika-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika";
  src: url("../../fonts/Klavika-Bold.eot");
  src: url("../../fonts/Klavika-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Klavika-Bold.woff2") format("woff2"), url("../../fonts/Klavika-Bold.woff") format("woff"), url("../../fonts/Klavika-Bold.svg#Klavika-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.eot");
  src: url("../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Black.eot");
  src: url("../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Iconfont";
  src: url("../../fonts/icomoon.eot"), url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

.icon-font,
section.single-product-hero .flex-wrapper .images .sectors .grid .sector:before,
section.simple-faq .content .accordion .question h4:after,
section.faq .flex-wrapper .accordion .question h4:after,
.spec-table-section .info-top-line-wrap .arrow:before,
section.landing-reset .score .star:before,
section.landing-reset ul li:before,
section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label:before,
section.landing-reset .gform_wrapper .gfield--type-radio label:before,
.header-section .hero-box.full-hero ul li:before,
.header-usps .slider .usp:before,
.mega-menu .menu-wrap .flex-wrapper-content > * .nav-item:after,
.mega-menu .menu-wrap .products .product .read-more:after,
.mega-menu .go-back:before,
.mega-menu .mega-mobile-nav .link-item:after,
.mobile-nav .nav-content .nav-large ul li a:after {
  font-family: "Iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  min-height: auto;
}

.site-wrapper {
  overflow: hidden;
  position: relative;
}

* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #e88c00;
  color: #fff;
}

::selection {
  background: #e88c00;
  color: #fff;
}

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

h1,
h2,
.product-header-wrap .product-header-info .titles-box .product-title,
h3,
h4,
h5,
h6 {
  font-family: "Klavika", sans-serif;
  color: #0e1f2f;
  color: var(--textColor);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h1 > span,
h2 > span,
.product-header-wrap .product-header-info .titles-box .product-title > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1 > em,
h2 > em,
.product-header-wrap .product-header-info .titles-box .product-title > em,
h3 > em,
h4 > em,
h5 > em,
h6 > em {
  font-family: "Klavika", sans-serif;
  color: #e88c00;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 64px;
}

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

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

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

h2,
.product-header-wrap .product-header-info .titles-box .product-title {
  font-size: 48px;
}

@media only screen and (max-width: 1024px) {
  h2,
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}

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

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

h4 {
  font-size: 24px;
}

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

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  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: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

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

@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: #0e1f2f;
  color: var(--textColor);
}

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

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
    font-size: 15px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0e1f2f;
  background-color: var(--textColor);
}

a {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #0e1f2f;
  color: var(--secColor);
}

blockquote {
  max-width: 900px;
  text-align: center;
  margin: 50px auto;
  position: relative;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  blockquote {
    margin: 30px 0;
    padding-top: 45px;
  }
}

blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-orange.svg);
}

@media only screen and (max-width: 767px) {
  blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-orange.svg);
  }
}

@media only screen and (max-width: 1360px) {
  blockquote {
    max-width: none;
  }
}

blockquote,
blockquote > p {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.333333;
}

@media only screen and (max-width: 767px) {
  blockquote,
  blockquote > p {
    font-size: 20px;
  }
}

blockquote span,
blockquote > p span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

blockquote > em,
blockquote > p > em {
  font-family: inherit;
  color: #0e1f2f;
  color: var(--textColor);
  font-style: normal;
  font-weight: 500;
}

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 > a {
  font-family: "Klavika", sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

ul[id*=menu] > li > a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul[id*=menu] > li:first-child {
  margin-left: 0;
}

ul[id*=menu] > li:last-child {
  margin-right: 0;
}

ul[id*=menu] > li:first-child {
  padding-left: 0;
}

ul[id*=menu] > li:last-child {
  padding-right: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.flex-box-parent,
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent,
  .wp-block-columns {
    margin: 0 -15px;
  }
}

.flex-box-child,
.wp-block-columns .wp-block-column {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child,
  .wp-block-columns .wp-block-column {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el .product-header-wrap .product-header-info .titles-box .product-title:last-child,
.product-header-wrap .product-header-info .titles-box .nmp-last-el .product-title: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,
.nmp-last-el div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.sec-margin,
.pagination-wrapper .page-numbers {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1440px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 50px;
  }
}

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

.sec-double-margin {
  margin: 150px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-double-margin {
    margin: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-margin {
    margin: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-margin {
    margin: 50px 0;
  }
}

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

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

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

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

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

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

.sec-min-margin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .sec-min-margin {
    margin-bottom: 70px;
  }
}

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

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

.sec-min-double-margin {
  margin: 100px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-min-double-margin {
    margin: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-double-margin {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-double-margin {
    margin: 40px 0;
  }
}

.sec-min-margin-blocks {
  margin-bottom: 70px;
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1440px) {
  .sec-top-padding {
    padding-top: 120px;
  }
}

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

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

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

.sec-min-padding {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .sec-min-padding {
    padding-bottom: 70px;
  }
}

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

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

.sec-double-padding,
.image-links-section.style-2 .il-row {
  padding: 150px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 40px 0;
  }
}

.sec-min-double-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-min-double-padding {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-double-padding {
    padding: 50px 0;
  }
}

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

.sec-double-padding-blocks {
  padding: 150px 0 120px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-double-padding-blocks {
    padding: 120px 0 90px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

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

.sec-min-double-padding-blocks {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-min-double-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-double-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-double-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.iframe-holder {
  display: none;
}

.video-pop-up-row {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1390px;
  clear: both;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1440px) {
  .video-pop-up-row {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1360px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

@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%;
}

.white-content h1,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h1,
.white-content h2,
.white-content .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .white-content .product-title,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h2,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text .product-title,
.white-content h3,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h3,
.white-content h4,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h4,
.white-content h5,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h5,
.white-content h6,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h6 {
  color: #fff;
}

.white-content span,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text span {
  color: #fff;
}

.white-content p,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text p,
.white-content li,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text li {
  color: #fff !important;
}

.white-content a,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text a {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  transition: all 0.3s ease-in-out;
}

.white-content a:hover,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text a:hover,
.white-content a:focus,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.dark-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}

.dark-overlay.full-dark {
  background-color: rgb(0, 0, 0);
}

.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 10px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    margin: 0 0 20px 0;
  }
}

.slick-slider .slick-dots > li {
  list-style: none;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e2e2e2;
  margin: 0 7.5px;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.slick-slider .slick-dots > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots > li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}

.slick-slider .slick-dots > li button {
  display: none;
}

.slick-slider .slick-dots > li.slick-active {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.titles-box .sub-title,
.titles-box .post-data {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .titles-box .sub-title,
  .titles-box .post-data {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .titles-box .sub-title,
  .titles-box .post-data {
    font-size: 17px;
  }
}

.titles-box .sub-title > span,
.titles-box .post-data > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.titles-box.decor-box {
  padding-top: 15px;
  position: relative;
}

.titles-box.decor-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.titles-box.decor-box.decor-centered {
  padding-top: 20px;
}

.titles-box.decor-box.decor-centered:before {
  left: 50%;
  transform: translateX(-50%);
}

.titles-box.decor-box.decor-centered.centered-text {
  text-align: center;
  margin-bottom: 50px;
}

.titles-box.line-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1440px) {
  .titles-box.line-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .titles-box.line-box {
    margin-bottom: 30px;
  }
}

.info-top-line-wrap {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1440px) {
  .info-top-line-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .info-top-line-wrap {
    margin-bottom: 30px;
  }
}

.info-top-line-wrap .list-desc {
  padding-top: 15px;
}

.info-top-line-wrap .list-button-wrap {
  padding-top: 15px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .info-top-line-wrap .list-button-wrap {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .info-top-line-wrap .list-button-wrap {
    text-align: left;
  }
}

.info-top-line-wrap.two-columns {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1440px) {
  .info-top-line-wrap.two-columns {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .info-top-line-wrap.two-columns {
    margin-bottom: 10px;
  }
}

.info-top-line-wrap.two-columns .titles-box {
  margin-bottom: 5px;
}

.info-top-line-wrap.two-columns .list-desc {
  margin-bottom: 20px;
}

.info-top-line-wrap.two-columns .list-button-wrap {
  margin-bottom: 20px;
}

.post-type-archive .header-section .hero-box .header-title-box,
.tax-cat_products .header-section .hero-box .header-title-box {
  max-width: none;
}

.play-button {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-button:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 23px;
  border: 10px solid transparent;
  border-left: 18px solid #fff;
}

.play-button:hover,
.play-button:focus {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.simple-preloader {
  display: block;
  width: 100px;
  height: 100px;
  margin: 50px auto 0 auto;
}

.simple-preloader:after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #e88c00;
  border-color: #e88c00 transparent #e88c00 transparent;
  animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wp-block-columns {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .wp-block-columns {
    display: block;
    margin-bottom: 30px;
  }
}

.svg-youtube-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-youtube:before,
.socials.color-2 .socials-links .social-link.icon-youtube:before,
.svg-youtube-orange,
.socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-dark-blue,
.socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:after,
.svg-twitter-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-twitter:before,
.socials.color-2 .socials-links .social-link.icon-twitter:before,
.svg-twitter-orange,
.socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-dark-blue,
.socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:after,
.svg-quote-orange,
.svg-quote-4,
.svg-quote-3,
.svg-quote-2,
.svg-quote-1,
.svg-quote-0,
.svg-plus-icon-4,
.svg-plus-icon-3,
.svg-plus-icon-2,
.svg-plus-icon-1,
.svg-plus-icon-0,
.svg-plus-icon,
.svg-phone-white,
.svg-phone-orange,
.svg-phone-dark-blue,
.svg-phone-dark-4,
.svg-phone-dark-3,
.svg-phone-dark-2,
.svg-phone-dark-1,
.svg-phone-dark-0,
.svg-phone-4,
.svg-phone-3,
.svg-phone-2,
.svg-phone-1,
.svg-phone-0,
.svg-mail-orange,
.svg-mail-dark-blue,
.svg-mail-dark-4,
.svg-mail-dark-3,
.svg-mail-dark-2,
.svg-mail-dark-1,
.svg-mail-dark-0,
.svg-mail-4,
.svg-mail-3,
.svg-mail-2,
.svg-mail-1,
.svg-mail-0,
.svg-loc-orange,
.svg-loc-dark-blue,
.svg-loc-dark-4,
.svg-loc-dark-3,
.svg-loc-dark-2,
.svg-loc-dark-1,
.svg-loc-dark-0,
.svg-loc-4,
.svg-loc-3,
.svg-loc-2,
.svg-loc-1,
.svg-loc-0,
.svg-linkedin-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
.socials.color-2 .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-orange,
.socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-dark-blue,
.socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:after,
.svg-instagram-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-instagram:before,
.socials.color-2 .socials-links .social-link.icon-instagram:before,
.svg-instagram-orange,
.socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-dark-blue,
.socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:after,
.svg-facebook-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-facebook:before,
.socials.color-2 .socials-links .social-link.icon-facebook:before,
.svg-facebook-orange,
.socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-dark-blue,
.socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:after,
.svg-chevron-orange,
.svg-chevron-grey,
.svg-chevron-4,
.svg-chevron-3,
.svg-chevron-2,
.svg-chevron-1,
.svg-chevron-0,
.svg-arrow-white,
.svg-arrow-orange,
.svg-arrow-dark-blue,
.svg-arrow-dark-4,
.svg-arrow-dark-3,
.svg-arrow-dark-2,
.svg-arrow-dark-1,
.svg-arrow-dark-0,
.svg-arrow-4,
.svg-arrow-3,
.svg-arrow-2,
.svg-arrow-1,
.svg-arrow-0 {
  background: url("sprites.svg") no-repeat;
}

.svg-arrow-0 {
  background-position: 0 0;
}

.svg-arrow-0-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-1 {
  background-position: 0.3974562798% 0.4168403501%;
}

.svg-arrow-1-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-2 {
  background-position: 0.7949125596% 0.8336807003%;
}

.svg-arrow-2-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-3 {
  background-position: 1.1923688394% 1.2505210504%;
}

.svg-arrow-3-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-4 {
  background-position: 1.5898251192% 1.6673614006%;
}

.svg-arrow-4-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-0 {
  background-position: 1.987281399% 2.0842017507%;
}

.svg-arrow-dark-0-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-1 {
  background-position: 2.3847376789% 2.5010421009%;
}

.svg-arrow-dark-1-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-2 {
  background-position: 2.7821939587% 2.917882451%;
}

.svg-arrow-dark-2-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-3 {
  background-position: 3.1796502385% 3.3347228012%;
}

.svg-arrow-dark-3-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-4 {
  background-position: 3.5771065183% 3.7515631513%;
}

.svg-arrow-dark-4-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-blue {
  background-position: 3.9745627981% 4.1684035015%;
}

.svg-arrow-dark-blue-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-orange {
  background-position: 4.3720190779% 4.5852438516%;
}

.svg-arrow-orange-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-white {
  background-position: 4.7694753577% 5.0020842018%;
}

.svg-arrow-white-dims {
  width: 10px;
  height: 10px;
}

.svg-chevron-0 {
  background-position: 5.1751592357% 5.4166666667%;
}

.svg-chevron-0-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-1 {
  background-position: 5.7324840764% 5.7916666667%;
}

.svg-chevron-1-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-2 {
  background-position: 6.2898089172% 6.1666666667%;
}

.svg-chevron-2-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-3 {
  background-position: 6.847133758% 6.5416666667%;
}

.svg-chevron-3-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-4 {
  background-position: 7.4044585987% 6.9166666667%;
}

.svg-chevron-4-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-grey {
  background-position: 7.9617834395% 7.2916666667%;
}

.svg-chevron-grey-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-orange {
  background-position: 8.5191082803% 7.6666666667%;
}

.svg-chevron-orange-dims {
  width: 14px;
  height: 9px;
}

.svg-facebook-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 9.0620031797% 8.0786940142%;
}

.svg-facebook-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 9.4594594595% 8.9158643784%;
}

.svg-facebook-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 9.8569157393% 9.7530347426%;
}

.svg-facebook-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 10.2543720191% 10.5902051067%;
}

.svg-facebook-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 10.6518282989% 11.4273754709%;
}

.svg-facebook-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 11.0492845787% 12.2645458351%;
}

.svg-facebook-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 11.4467408585% 13.1017161992%;
}

.svg-facebook-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 11.8441971383% 13.9388865634%;
}

.svg-facebook-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 12.2416534181% 14.7760569276%;
}

.svg-facebook-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 12.6391096979% 15.6132272918%;
}

.svg-facebook-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-blue,
.socials .socials-links .social-link.icon-facebook:before {
  background-position: 13.0365659777% 16.4503976559%;
}

.svg-facebook-dark-blue-dims,
.socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-orange,
.socials .socials-links .social-link.icon-facebook:after {
  background-position: 13.4340222576% 17.2875680201%;
}

.svg-facebook-orange-dims,
.socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-facebook:before,
.socials.color-2 .socials-links .social-link.icon-facebook:before {
  background-position: 13.8314785374% 18.1247383843%;
}

.svg-facebook-white-dims,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-facebook:before,
.socials.color-2 .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-instagram-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 14.2857142857% 18.9619087484%;
}

.svg-instagram-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 15.0837988827% 19.7990791126%;
}

.svg-instagram-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 15.8818834796% 20.6362494768%;
}

.svg-instagram-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 16.6799680766% 21.4734198409%;
}

.svg-instagram-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 17.4780526736% 22.3105902051%;
}

.svg-instagram-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 18.2761372706% 23.1477605693%;
}

.svg-instagram-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 19.0742218675% 23.9849309334%;
}

.svg-instagram-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 19.8723064645% 24.8221012976%;
}

.svg-instagram-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 20.6703910615% 25.6592716618%;
}

.svg-instagram-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 21.4684756584% 26.496442026%;
}

.svg-instagram-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-blue,
.socials .socials-links .social-link.icon-instagram:before {
  background-position: 22.2665602554% 27.3336123901%;
}

.svg-instagram-dark-blue-dims,
.socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-orange,
.socials .socials-links .social-link.icon-instagram:after {
  background-position: 23.0646448524% 28.1707827543%;
}

.svg-instagram-orange-dims,
.socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-instagram:before,
.socials.color-2 .socials-links .social-link.icon-instagram:before {
  background-position: 23.8627294493% 29.0079531185%;
}

.svg-instagram-white-dims,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-instagram:before,
.socials.color-2 .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 24.6608140463% 29.8451234826%;
}

.svg-linkedin-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 25.4588986433% 30.6822938468%;
}

.svg-linkedin-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 26.2569832402% 31.519464211%;
}

.svg-linkedin-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 27.0550678372% 32.3566345751%;
}

.svg-linkedin-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 27.8531524342% 33.1938049393%;
}

.svg-linkedin-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 28.6512370311% 34.0309753035%;
}

.svg-linkedin-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 29.4493216281% 34.8681456676%;
}

.svg-linkedin-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 30.2474062251% 35.7053160318%;
}

.svg-linkedin-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 31.045490822% 36.542486396%;
}

.svg-linkedin-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 31.843575419% 37.3796567602%;
}

.svg-linkedin-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-blue,
.socials .socials-links .social-link.icon-linkedin:before {
  background-position: 32.641660016% 38.2168271243%;
}

.svg-linkedin-dark-blue-dims,
.socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-orange,
.socials .socials-links .social-link.icon-linkedin:after {
  background-position: 33.4397446129% 39.0539974885%;
}

.svg-linkedin-orange-dims,
.socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
.socials.color-2 .socials-links .social-link.icon-linkedin:before {
  background-position: 34.2378292099% 39.8911678527%;
}

.svg-linkedin-white-dims,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
.socials.color-2 .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-loc-0 {
  background-position: 35.0359138069% 40.6942701798%;
}

.svg-loc-0-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-1 {
  background-position: 35.8339984038% 41.4470932664%;
}

.svg-loc-1-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-2 {
  background-position: 36.6320830008% 42.199916353%;
}

.svg-loc-2-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-3 {
  background-position: 37.4301675978% 42.9527394396%;
}

.svg-loc-3-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-4 {
  background-position: 38.2282521947% 43.7055625261%;
}

.svg-loc-4-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-0 {
  background-position: 39.0263367917% 44.4583856127%;
}

.svg-loc-dark-0-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-1 {
  background-position: 39.8244213887% 45.2112086993%;
}

.svg-loc-dark-1-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-2 {
  background-position: 40.6225059856% 45.9640317859%;
}

.svg-loc-dark-2-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-3 {
  background-position: 41.4205905826% 46.7168548724%;
}

.svg-loc-dark-3-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-4 {
  background-position: 42.2186751796% 47.469677959%;
}

.svg-loc-dark-4-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-blue {
  background-position: 43.0167597765% 48.2225010456%;
}

.svg-loc-dark-blue-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-orange {
  background-position: 43.8148443735% 48.9753241322%;
}

.svg-loc-orange-dims {
  width: 20px;
  height: 18px;
}

.svg-mail-0 {
  background-position: 44.6129289705% 49.6865858755%;
}

.svg-mail-0-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-1 {
  background-position: 45.4110135674% 50.3552026745%;
}

.svg-mail-1-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-2 {
  background-position: 46.2090981644% 51.0238194735%;
}

.svg-mail-2-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-3 {
  background-position: 47.0071827614% 51.6924362725%;
}

.svg-mail-3-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-4 {
  background-position: 47.8052673583% 52.3610530715%;
}

.svg-mail-4-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-0 {
  background-position: 48.6033519553% 53.0296698705%;
}

.svg-mail-dark-0-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-1 {
  background-position: 49.4014365523% 53.6982866695%;
}

.svg-mail-dark-1-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-2 {
  background-position: 50.1995211492% 54.3669034684%;
}

.svg-mail-dark-2-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-3 {
  background-position: 50.9976057462% 55.0355202674%;
}

.svg-mail-dark-3-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-4 {
  background-position: 51.7956903432% 55.7041370664%;
}

.svg-mail-dark-4-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-blue {
  background-position: 52.5937749401% 56.3727538654%;
}

.svg-mail-dark-blue-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-orange {
  background-position: 53.3918595371% 57.0413706644%;
}

.svg-mail-orange-dims {
  width: 20px;
  height: 16px;
}

.svg-phone-0 {
  background-position: 54.1899441341% 57.8066136459%;
}

.svg-phone-0-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-1 {
  background-position: 54.988028731% 58.64378401%;
}

.svg-phone-1-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-2 {
  background-position: 55.786113328% 59.4809543742%;
}

.svg-phone-2-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-3 {
  background-position: 56.584197925% 60.3181247384%;
}

.svg-phone-3-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-4 {
  background-position: 57.3822825219% 61.1552951026%;
}

.svg-phone-4-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-0 {
  background-position: 58.1803671189% 61.9924654667%;
}

.svg-phone-dark-0-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-1 {
  background-position: 58.9784517159% 62.8296358309%;
}

.svg-phone-dark-1-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-2 {
  background-position: 59.7765363128% 63.6668061951%;
}

.svg-phone-dark-2-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-3 {
  background-position: 60.5746209098% 64.5039765592%;
}

.svg-phone-dark-3-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-4 {
  background-position: 61.3727055068% 65.3411469234%;
}

.svg-phone-dark-4-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-blue {
  background-position: 62.1707901038% 66.1783172876%;
}

.svg-phone-dark-blue-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-orange {
  background-position: 62.9688747007% 67.0154876517%;
}

.svg-phone-orange-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-white {
  background-position: 63.8178913738% 67.909509845%;
}

.svg-phone-white-dims {
  width: 22px;
  height: 22px;
}

.svg-plus-icon {
  background-position: 64.4904458599% 68.6012526096%;
}

.svg-plus-icon-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-0 {
  background-position: 65.0477707006% 69.1858037578%;
}

.svg-plus-icon-0-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-1 {
  background-position: 65.6050955414% 69.7703549061%;
}

.svg-plus-icon-1-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-2 {
  background-position: 66.1624203822% 70.3549060543%;
}

.svg-plus-icon-2-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-3 {
  background-position: 66.7197452229% 70.9394572025%;
}

.svg-plus-icon-3-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-4 {
  background-position: 67.2770700637% 71.5240083507%;
}

.svg-plus-icon-4-dims {
  width: 14px;
  height: 14px;
}

.svg-quote-0 {
  background-position: 68.7096774194% 72.8999577881%;
}

.svg-quote-0-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-1 {
  background-position: 70.564516129% 74.5884339384%;
}

.svg-quote-1-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-2 {
  background-position: 72.4193548387% 76.2769100886%;
}

.svg-quote-2-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-3 {
  background-position: 74.2741935484% 77.9653862389%;
}

.svg-quote-3-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-4 {
  background-position: 76.1290322581% 79.6538623892%;
}

.svg-quote-4-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-orange {
  background-position: 77.9838709677% 81.3423385395%;
}

.svg-quote-orange-dims {
  width: 46px;
  height: 40px;
}

.svg-twitter-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 79.0734824281% 82.2668339607%;
}

.svg-twitter-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 79.9520766773% 83.0196570473%;
}

.svg-twitter-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 80.8306709265% 83.7724801338%;
}

.svg-twitter-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 81.7092651757% 84.5253032204%;
}

.svg-twitter-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 82.5878594249% 85.278126307%;
}

.svg-twitter-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 83.4664536741% 86.0309493936%;
}

.svg-twitter-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 84.3450479233% 86.7837724801%;
}

.svg-twitter-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 85.2236421725% 87.5365955667%;
}

.svg-twitter-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 86.1022364217% 88.2894186533%;
}

.svg-twitter-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 86.9808306709% 89.0422417399%;
}

.svg-twitter-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-blue,
.socials .socials-links .social-link.icon-twitter:before {
  background-position: 87.8594249201% 89.7950648264%;
}

.svg-twitter-dark-blue-dims,
.socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-orange,
.socials .socials-links .social-link.icon-twitter:after {
  background-position: 88.7380191693% 90.547887913%;
}

.svg-twitter-orange-dims,
.socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-twitter:before,
.socials.color-2 .socials-links .social-link.icon-twitter:before {
  background-position: 89.6166134185% 91.3007109996%;
}

.svg-twitter-white-dims,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-twitter:before,
.socials.color-2 .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-youtube-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 90.4229848364% 91.976598412%;
}

.svg-youtube-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 91.2210694334% 92.645215211%;
}

.svg-youtube-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 92.0191540303% 93.31383201%;
}

.svg-youtube-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 92.8172386273% 93.982448809%;
}

.svg-youtube-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 93.6153232243% 94.651065608%;
}

.svg-youtube-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 94.4134078212% 95.319682407%;
}

.svg-youtube-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 95.2114924182% 95.988299206%;
}

.svg-youtube-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 96.0095770152% 96.656916005%;
}

.svg-youtube-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 96.8076616121% 97.325532804%;
}

.svg-youtube-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 97.6057462091% 97.994149603%;
}

.svg-youtube-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-blue,
.socials .socials-links .social-link.icon-youtube:before {
  background-position: 98.4038308061% 98.662766402%;
}

.svg-youtube-dark-blue-dims,
.socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-orange,
.socials .socials-links .social-link.icon-youtube:after {
  background-position: 99.201915403% 99.331383201%;
}

.svg-youtube-orange-dims,
.socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-white,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-youtube:before,
.socials.color-2 .socials-links .social-link.icon-youtube:before {
  background-position: 100% 100%;
}

.svg-youtube-white-dims,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-youtube:before,
.socials.color-2 .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.btn {
  display: inline-block;
  color: #fff;
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #e88c00;
  background-color: var(--mainColor);
  text-transform: uppercase;
  border: none;
  padding: 15px 20px 12px 20px;
  line-height: 1.25;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.btn.grey {
  background: #F0EEE8;
}

.btn.grey:before {
  background: #e3e0d9;
}

.btn.grey span {
  color: var(--mainColor);
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8801c;
  z-index: 1;
  transform: translateX(-110%);
  transition: all 0.3s ease-in-out;
}

.btn > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  z-index: 3;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn:hover:before,
.btn:focus:before {
  transform: translateX(0);
}

.btn.ghost-btn {
  border: 2px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
  background-color: transparent;
  padding: 13px 20px 10px 20px;
}

.btn.ghost-btn:before {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.btn.with-arrow,
.btn.short-code {
  padding-right: 50px;
}

.btn.with-arrow:after,
.btn.short-code:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
  z-index: 2;
}

.btn.with-arrow:hover:after,
.btn.short-code:hover:after,
.btn.with-arrow:focus:after,
.btn.short-code:focus:after {
  transform: translateY(-50%) rotate(45deg);
}

.btn.short-code {
  margin-bottom: 30px;
}

.link-btn {
  display: inline-block;
  font-size: 20px;
  color: #0e1f2f;
  color: var(--textColor);
  text-decoration: none;
  padding: 0 30px 0 0;
  position: relative;
  line-height: 1.45;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .link-btn {
    font-size: 17px;
    padding-right: 25px;
  }
}

.link-btn:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .link-btn:before {
    top: 8px;
  }
}

.link-btn:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .link-btn:after {
    top: 8px;
  }
}

.link-btn > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.link-btn:hover,
.link-btn:focus {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: none;
}

.link-btn:hover:before,
.link-btn:focus:before {
  opacity: 1;
  transform: rotate(45deg);
}

.link-btn:hover:after,
.link-btn:focus:after {
  opacity: 0;
  transform: rotate(45deg);
}

.link-btn.t-text {
  font-family: "Klavika", sans-serif;
  text-transform: uppercase;
}

.link-btn.t-text:before {
  opacity: 1;
}

.link-btn.t-text:after {
  opacity: 0;
}

.link-btn.white-link {
  color: #fff;
  font-weight: 300;
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.link-btn.white-link:before {
  top: 7px;
  opacity: 1;
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

.link-btn.white-link:after {
  display: none;
}

.link-btn.short-code {
  margin-bottom: 30px;
}

.back-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}

.back-link:before,
.back-link:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  transform: scaleX(-1);
  transition: all 0.3s ease-in-out;
}

.back-link:before {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
}

.back-link:after {
  opacity: 0;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

.back-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.back-link:hover,
.back-link:focus {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: none;
}

.back-link:hover:before,
.back-link:focus:before {
  opacity: 0;
  transform: scaleX(-1) rotate(45deg);
}

.back-link:hover:after,
.back-link:focus:after {
  opacity: 1;
  transform: scaleX(-1) rotate(45deg);
}

.bottom-button {
  display: inline-block;
  cursor: default;
  color: #fff;
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px 12px 50px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bottom-button {
    font-size: 16px;
    padding: 10px 15px 7px 45px;
  }
}

.bottom-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) scale(-1);
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bottom-button:before {
    left: 15px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-white.svg);
  }
}

.bottom-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.bottom-button span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.bottom-button:hover:before,
.bottom-button:focus:before {
  transform: translateY(-50%) scale(-1) rotate(-45deg);
}

.bottom-button:hover:after,
.bottom-button:focus:after {
  background-color: #fff;
}

.breadcrumbs-line {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1440px) {
  .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

.breadcrumbs-line .breadcrumbs {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 27px 0 24px 0;
  background-color: #f9f9f9;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs-line .breadcrumbs {
    padding: 17px 0 14px 0;
  }
}

.breadcrumbs-line .breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
}

.breadcrumbs-line .breadcrumbs:after {
  content: "";
  position: absolute;
  top: 0;
  right: -95px;
  width: 150px;
  height: 100%;
  background-color: #fff;
  transform: rotate(120deg);
}

@media only screen and (max-width: 1440px) {
  .breadcrumbs-line .breadcrumbs:after {
    display: none;
  }
}

.breadcrumbs-line .breadcrumbs span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs-line .breadcrumbs span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs span {
    font-size: 15px;
  }
}

.breadcrumbs-line .breadcrumbs span.current-item {
  font-weight: 700;
}

.breadcrumbs-line .breadcrumbs > span {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span {
    margin-right: 25px;
  }
}

.breadcrumbs-line .breadcrumbs > span:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -20px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs-line .breadcrumbs > span:after {
    top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span:after {
    top: 5px;
    right: -15px;
  }
}

.breadcrumbs-line .breadcrumbs > span > a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs-line .breadcrumbs > span > a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.breadcrumbs-line .breadcrumbs > span > a:hover,
.breadcrumbs-line .breadcrumbs > span > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.breadcrumbs-line .breadcrumbs > span:last-child {
  margin-right: 0;
}

.breadcrumbs-line .breadcrumbs > span:last-child:after {
  display: none;
}

.breadcrumbs-line .breadcrumbs > span:last-child > span {
  font-weight: 700;
}

.breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

.breadcrumbs-line.type-1 .breadcrumbs:after {
  display: none;
}

.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: #fff;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  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: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

.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);
}

.mobile-nav-open .mobile-nav {
  opacity: 1;
  pointer-events: all;
}

.mega-menu-open .mobile-nav .content .navigation {
  transform: translateX(-100%);
}

html.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: all 0.3s ease-in-out;
  background: #FAF3EB;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.mobile-nav .nav-content {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding-top: 140px;
}

.mobile-nav .nav-content .sub-menu {
  display: none !important;
}

.mobile-nav .nav-content .scroll {
  overflow-y: auto;
  display: block;
  height: 100%;
}

.mobile-nav .nav-content .navigation {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0%);
}

.mobile-nav .nav-content li a {
  padding: 0;
}

.mobile-nav .nav-content li a:before {
  content: none !important;
}

.mobile-nav .nav-content .nav-large {
  padding: 40px 20px;
}

.mobile-nav .nav-content .nav-large .btn {
  margin-top: 20px !important;
}

.mobile-nav .nav-content .nav-large ul {
  margin: 0 !important;
  padding: 0;
  display: block;
  width: 100%;
}

.mobile-nav .nav-content .nav-large ul li {
  margin-bottom: 30px;
  display: block;
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}

.mobile-nav .nav-content .nav-large ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  color: #0E1F2F;
  text-decoration: none;
  font-size: 24px;
  font-family: "Klavika";
  transition: color 0.3s ease-in-out;
  font-weight: 400;
}

.mobile-nav .nav-content .nav-large ul li a:hover,
.mobile-nav .nav-content .nav-large ul li a:focus {
  color: #e88c00 !important;
}

.mobile-nav .nav-content .nav-large ul li a:last-child {
  margin-bottom: 0;
}

.mobile-nav .nav-content .nav-large ul li a:after {
  content: "\e905";
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
}

.mobile-nav .nav-content .nav-large ul li.current-menu-item a {
  color: #e88c00;
}

.mobile-nav .nav-content .nav-large ul li:before {
  content: none !important;
}

.mobile-nav .nav-content .nav-large ul li:last-child {
  margin-bottom: 0 !important;
}

.mobile-nav .nav-content .nav-large ul a {
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #0E1F2F;
}

@media only screen and (max-width: 1200px) {
  .mobile-nav {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-nav .nav-content {
    padding-top: 120px;
  }
}

.socials {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 374px) {
  .socials {
    display: block;
  }
}

.socials .socials-label {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .socials .socials-label {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .socials .socials-label {
    position: static;
    margin-bottom: 10px;
  }
}

.socials .socials-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 374px) {
  .socials .socials-links {
    justify-content: flex-start;
  }
}

.socials .socials-links .social-link {
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 1;
}

@media only screen and (max-width: 1390px) {
  .socials .socials-links .social-link {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .socials .socials-links .social-link {
    margin: 0 10px;
  }
}

.socials .socials-links .social-link:first-child {
  margin-left: 0;
}

.socials .socials-links .social-link:last-child {
  margin-right: 0;
}

.socials .socials-links .social-link:before,
.socials .socials-links .social-link:after {
  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 .socials-links .social-link.icon-instagram:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-instagram:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-linkedin:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-linkedin:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-facebook:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-facebook:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-twitter:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-twitter:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-youtube:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-youtube:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-youtube {
  width: 20px;
  height: 16px;
}

.socials .socials-links .social-link.icon-facebook {
  width: 10px;
}

.socials .socials-links .social-link.icon-twitter {
  width: 22px;
  height: 18px;
}

.socials .socials-links .social-link:hover:before,
.socials .socials-links .social-link:focus:before {
  opacity: 0;
}

.socials .socials-links .social-link:hover:after,
.socials .socials-links .social-link:focus:after {
  opacity: 1;
}

.socials-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 25px 0 10px 0;
  margin-top: 120px;
}

@media only screen and (max-width: 1440px) {
  .socials-box {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .socials-box {
    margin-top: 50px;
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .socials-box {
    display: block;
    padding: 15px 0 20px 0;
  }
}

.socials-box .share-icons-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .socials-box .share-icons-box {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}

.socials-box .share-icons-box .share-text {
  display: inline-block;
  color: #fff;
  font-family: "Klavika", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #e88c00;
  background-color: var(--mainColor);
  padding: 14px 30px 11px 35px;
  margin-right: 20px;
  text-transform: uppercase;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 767px) {
  .socials-box .share-icons-box .share-text {
    padding: 9px 20px 6px 25px;
  }
}

.socials-box .back-btn-wrap {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .socials-box .back-btn-wrap {
    margin-bottom: 20px;
  }
}

.socials-box .back-btn-wrap .back-link {
  top: 2px;
}

.addtoany_shortcode .addtoany_list > a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0 7px;
  position: relative;
}

.addtoany_shortcode .addtoany_list > a:first-child {
  margin-left: 0;
}

.addtoany_shortcode .addtoany_list > a:last-child {
  margin-right: 0;
}

.addtoany_shortcode .addtoany_list > a .a2a_svg {
  display: flex;
  align-items: center;
  opacity: 1;
  width: 26px !important;
  height: 26px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.addtoany_shortcode .addtoany_list > a .a2a_svg svg {
  display: block;
  width: auto;
  top: 0;
  height: 26px;
}

.addtoany_shortcode .addtoany_list > a .a2a_svg svg path {
  fill: #0e1f2f;
  fill: var(--secColor);
  transition: all 0.3s ease-in-out;
}

.addtoany_shortcode .addtoany_list > a:hover .a2a_svg svg path,
.addtoany_shortcode .addtoany_list > a:focus .a2a_svg svg path {
  fill: #e88c00 !important;
  fill: var(--mainColor) !important;
}

/* 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: none;
  color: #43463c;
  height: 50px;
  line-height: 50px;
  font-family: "Klavika", sans-serif;
  font-size: 18px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  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 {
    font-size: 16px !important;
  }
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
}

body .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  padding: 10px 15px !important;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  font-family: "Klavika", sans-serif;
  border-radius: 5px !important;
}

@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 !important;
  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 15px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0;
  }
}

body .gform_wrapper .top_label .gfield_label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Klavika", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  margin-bottom: 20px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 15px 0 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .btn {
  margin: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 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: 15px !important;
}

@media only screen and (max-width: 1360px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !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: 15px !important;
}

@media only screen and (max-width: 1360px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !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 {
  position: relative;
}

.gform_wrapper .gfield_required:before {
  content: "*";
  color: #e88c00;
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 500;
  top: 0;
  left: 0;
  margin-left: 5px;
}

.gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

.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: #e88c00 !important;
  color: var(--mainColor) !important;
  font-weight: 300 !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;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  font-weight: 500 !important;
  border-top-color: #e88c00 !important;
  border-bottom-color: #e88c00 !important;
  border-color: #e88c00 !important;
  border-color: var(--mainColor) !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_confirmation_message {
  color: #e88c00;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 22px;
  padding: 20px;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
  text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
  .gform_confirmation_message {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 0;
  }
}

.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio > div label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-family: "Klavika", sans-serif;
  font-size: 18px !important;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  padding-left: 36px;
  padding-top: 4px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_radio > div label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio > div label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.gform_wrapper .gfield_radio > div input[type=radio] {
  display: none;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 0;
  }
}

.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_checkbox > div label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-family: "Klavika", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  padding-left: 36px;
  padding-top: 4px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_checkbox > div label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox] {
  display: none;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .ginput_container_consent label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #f8f3ec;
  background-color: #ccc;
}

.gform_wrapper .ginput_container_consent label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
  display: none;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc !important;
}

.gform_wrapper .ginput_complex label {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  border: 1px solid #f9f9f9;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #f9f9f9;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  font-weight: 400;
  outline: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
  border-color: #e88c00;
  border-color: var(--mainColor);
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  padding: 0 0 10px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #e88c00 !important;
  background-color: transparent !important;
}

.gform_wrapper .gform_validation_errors > h2,
.gform_wrapper .product-header-wrap .product-header-info .titles-box .gform_validation_errors > .product-title,
.product-header-wrap .product-header-info .titles-box .gform_wrapper .gform_validation_errors > .product-title {
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon,
.gform_wrapper .product-header-wrap .product-header-info .titles-box .gform_validation_errors > .product-title .gform-icon,
.product-header-wrap .product-header-info .titles-box .gform_wrapper .gform_validation_errors > .product-title .gform-icon {
  display: none !important;
}

.gform_wrapper .gfield_description {
  border: none !important;
  font-size: 15px !important;
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  padding: 0 !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  background: none !important;
}

.pagination-wrapper {
  margin-top: -100px;
}

@media only screen and (max-width: 1440px) {
  .pagination-wrapper {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  .pagination-wrapper {
    margin-top: -20px;
  }
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.pagination-wrapper .page-numbers li .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  color: #0e1f2f;
  color: var(--secColor);
  border: 1px solid #f1f1f1;
  font-size: 20px;
  font-weight: 700;
  margin: 0 5px;
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    margin: 0 3px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
    width: 32px;
    height: 32px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 18px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
    left: 10px;
    top: 11px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:hover,
.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:focus {
  background-color: #e8eaf3;
}

.pagination-wrapper .page-numbers li .page-numbers.next {
  margin-right: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  left: 18px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    left: 10px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-orange.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: rotate(45deg) scale(-1);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-orange.svg);
  }
}

.pagination-wrapper .page-numbers li .page-numbers.dots {
  cursor: default;
  background-color: #fff !important;
}

.pagination-wrapper .page-numbers li .page-numbers:hover {
  background-color: #f1f1f1;
}

.pagination-wrapper .page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e88c00 !important;
  background-color: var(--mainColor) !important;
}

.pagination-wrapper .page-numbers li a {
  text-decoration: none;
}

/* COLOURS */

/* RESETS */

/* GLOBE */

.globe {
  position: absolute;
  top: -25%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0.15;
}

@media only screen and (max-width: 1920px) {
  .globe {
    top: -10%;
  }
}

@media only screen and (max-width: 1440px) {
  .globe {
    top: -30%;
  }
}

@media only screen and (max-width: 1280px) {
  .globe {
    top: -25%;
  }
}

@media only screen and (max-width: 1024px) {
  .globe {
    top: -50%;
  }
}

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00FFD3;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00FFD3;
  animation: 2s pulse infinite linear;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.globe .globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li.active,
.globe .globe-list > li.active:before {
  background: #FFFFFF;
}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #FFFFFF;
  white-space: nowrap;
  transform: translateY(-50%);
}

.globe .globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 80vh;
  height: 80%;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
  display: none;
  opacity: 1;
  transform: none;
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

.mega-menu {
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  z-index: 300;
  height: calc(100% - 140px);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.mega-menu .mega-mobile-nav,
.mega-menu .mega-mobile-extra-nav {
  display: none;
}

.mega-menu .mega-mobile-nav .link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  color: #0E1F2F;
  text-decoration: none;
  font-size: 24px;
  font-family: "Klavika";
  transition: color 0.3s ease-in-out;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.35;
}

.mega-menu .mega-mobile-nav .link-item:last-child {
  margin-bottom: 0;
}

.mega-menu .mega-mobile-nav .link-item:hover,
.mega-menu .mega-mobile-nav .link-item:focus {
  color: #e88c00 !important;
}

.mega-menu .mega-mobile-nav .link-item:last-child {
  margin-bottom: 0;
}

.mega-menu .mega-mobile-nav .link-item:after {
  content: "\e905";
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
}

.mega-menu .go-back {
  display: none;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.mega-menu .go-back:before {
  content: "\e905";
  margin-left: auto;
  position: absolute;
  top: 35%;
  left: 0;
  font-size: 14px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-50%) rotate(-180deg);
}

.mega-menu .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mega-menu .mobile-close {
  display: none;
  cursor: pointer;
  padding-left: 20px;
}

.mega-menu .mobile-close:before {
  content: "\e903";
  margin-right: 10px;
  font-size: 12px;
  position: relative;
  transform: rotate(-180deg);
  margin-bottom: 5px;
}

.mega-menu.active {
  opacity: 1;
  pointer-events: all;
}

.mega-menu .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0F1C28;
  opacity: 0.9;
  cursor: pointer;
}

.mega-menu .menu-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #F0EEE8;
  overflow: hidden;
}

.mega-menu .menu-wrap .products {
  overflow-x: auto;
  display: flex;
  width: calc(75% - 40px) !important;
  max-width: calc(75% - 40px) !important;
  flex-basis: calc(75% - 40px) !important;
}

.mega-menu .menu-wrap .products .product {
  margin-right: 20px;
  padding: 20px;
  background: white;
  text-align: center;
  text-decoration: none;
  width: 250px;
  flex-grow: 0;
  flex-shrink: 0;
}

.mega-menu .menu-wrap .products .product:hover .read-more,
.mega-menu .menu-wrap .products .product:focus .read-more {
  color: #e88c00;
}

.mega-menu .menu-wrap .products .product .title {
  font-weight: 900;
  color: #0F1C28;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.25;
}

.mega-menu .menu-wrap .products .product .read-more {
  font-weight: 400;
  color: #0F1C28;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Klavika";
  transition: color 0.3s ease-in-out;
}

.mega-menu .menu-wrap .products .product .read-more:after {
  content: "\e904";
  margin-left: 10px;
  transform: rotate(-45deg);
  color: #e88c00;
  font-size: 12px;
}

.mega-menu .menu-wrap .products .product img {
  width: 175px;
  height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
}

.mega-menu .menu-wrap .flex-wrapper-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
  position: relative;
  z-index: 5;
}

.mega-menu .menu-wrap .flex-wrapper-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  background: #E7E4DC;
  height: 100vh;
  z-index: -1;
}

.mega-menu .menu-wrap .flex-wrapper-content > * {
  width: calc(25% - 40px);
  max-width: calc(25% - 40px);
  flex-basis: calc(25% - 40px);
  margin: 20px;
}

.mega-menu .menu-wrap .flex-wrapper-content > * .nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 10px;
  color: #0E1F2F;
  text-decoration: none;
  font-size: 18px;
  font-family: "Klavika";
  transition: color 0.3s ease-in-out;
}

.mega-menu .menu-wrap .flex-wrapper-content > * .nav-item:hover,
.mega-menu .menu-wrap .flex-wrapper-content > * .nav-item:focus {
  color: #e88c00 !important;
}

.mega-menu .menu-wrap .flex-wrapper-content > * .nav-item:last-child {
  margin-bottom: 0;
}

.mega-menu .menu-wrap .flex-wrapper-content > * .nav-item:after {
  content: "\e905";
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
}

.mega-menu .menu-wrap .flex-wrapper-content > *.cta {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  display: flex;
  background: white;
  align-items: stretch;
  justify-content: flex-start;
  font-family: "Klavika";
}

.mega-menu .menu-wrap .flex-wrapper-content > *.cta .image {
  width: 40%;
  display: block;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}

.mega-menu .menu-wrap .flex-wrapper-content > *.cta .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.mega-menu .menu-wrap .flex-wrapper-content > *.cta .info {
  padding: 20px;
}

.mega-menu .menu-wrap .flex-wrapper-content > *.cta .info p {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Klavika";
}

.mega-menu .menu-wrap .flex-wrapper-content > *.cta .info > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .mega-menu {
    top: 140px;
    height: calc(100% - 140px);
  }

  .mega-menu .flex-wrapper-content {
    display: none !important;
  }

  .mega-menu .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mega-menu .go-back {
    display: flex;
  }

  .mega-menu .mega-mobile-nav,
  .mega-menu .mega-mobile-extra-nav {
    display: block;
  }

  .mega-menu .mobile-close {
    display: flex;
    font-size: 0.9rem;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .mega-menu .menu-wrap {
    height: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    overflow-y: auto;
    background: #FAF3EB;
    border-top: 0;
  }

  .mega-menu .menu-wrap .container {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .mega-nav {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu {
    top: 120px;
    height: calc(100% - 120px);
  }
}

.header-usps {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
  height: 40px;
  background: white;
}

.header-usps .container {
  height: 100%;
}

.header-usps .slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.header-usps .slider .usp {
  margin-right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
}

.header-usps .slider .usp:before {
  content: "\e902" !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 10px;
  background: #2e9f4c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

header.landing-page-header {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 998;
}

header.landing-page-header * {
  font-family: "Klavika";
}

header.landing-page-header .bottom-header {
  background: var(--secColor);
  color: white;
  display: block;
  height: 80px;
  font-size: 14px;
}

header.landing-page-header .bottom-header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

header.landing-page-header .bottom-header .container .logo {
  display: block;
  height: 40px;
  margin-right: 40px;
}

header.landing-page-header .bottom-header .container .logo img {
  display: block;
  margin: 0;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: contain;
  object-fit: contain;
}

header.landing-page-header .bottom-header .container .text {
  display: block;
  margin-right: auto;
  max-width: 250px;
  opacity: 0.5;
}

header.landing-page-header .bottom-header .container .contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 500px;
}

header.landing-page-header .bottom-header .container .contact p {
  font-size: 14px;
  margin: 0;
  color: white;
}

header.landing-page-header .bottom-header .container .contact p a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

header.landing-page-header .bottom-header .container .contact img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: block;
  margin-right: 20px;
}

header.landing-page-header .bottom-header .container .btn {
  margin-left: 40px;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  header.landing-page-header .top-header {
    height: 30px;
  }

  header.landing-page-header .top-header .slider .usp {
    font-size: 13px;
    margin-right: 40px;
  }

  header.landing-page-header .top-header .slider .usp:before {
    width: 15px;
    height: 15px;
    font-size: 8px;
    margin-right: 5px;
  }

  header.landing-page-header .bottom-header {
    top: 30px;
    height: 60px;
  }

  header.landing-page-header .bottom-header .container .logo {
    height: 30px;
  }

  header.landing-page-header .bottom-header .container .btn {
    padding: 7px 15px;
    font-size: 16px;
  }

  header.landing-page-header .text,
  header.landing-page-header .contact {
    display: none !important;
  }

  header.landing-page-header .btn {
    margin-left: auto !important;
  }
}

.header {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 998;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background: #0F1C28;
}

.header:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 45px;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
}

.header .header-line {
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .container {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header .header-line .container {
    max-width: 1390px !important;
  }
}

.header .header-line .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .header-box {
    height: 100px;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box {
    height: 80px;
  }
}

.header .header-line .header-box .logo-box {
  margin-right: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 101;
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box .logo-box {
    margin-right: 0;
  }
}

.header .header-line .header-box .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 .header-line .header-box .logo-box .top-logo {
  width: auto;
  max-height: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .logo-box .top-logo.dark-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  display: none !important;
}

.header .header-line .header-box .right-part {
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .header .header-line .header-box .right-part .main-menu-box {
    display: none;
  }
}

.header .header-line .header-box .right-part .main-menu-box .sub-menu {
  display: none !important;
}

.header .header-line .header-box .right-part .main-menu-box ul {
  text-align: right;
  padding: 2px 0 0 0;
}

.header .header-line .header-box .right-part .main-menu-box ul > li {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px !important;
  margin-bottom: 5px;
  position: relative;
}

.header .header-line .header-box .right-part .main-menu-box ul > li:first-child {
  margin-left: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul > li:last-child {
  margin-right: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul > li:first-child {
  padding-left: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul > li:last-child {
  padding-right: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul > li.has-mega-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
  position: relative;
  transition: color 0.3s ease-in-out !important;
}

.header .header-line .header-box .right-part .main-menu-box ul > li.has-mega-menu a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  z-index: 1;
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul > li.has-mega-menu a:after {
    top: 6px;
    right: 0;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-orange.svg);
  }
}

.header .header-line .header-box .right-part .main-menu-box ul > li.has-mega-menu.active a {
  color: var(--main-color);
}

.header .header-line .header-box .right-part .main-menu-box ul > li.has-mega-menu.active a:after {
  transform: rotate(-180deg);
}

.header .header-line .header-box .right-part .main-menu-box ul > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul > li > a {
    font-size: 18px;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .right-part .main-menu-box ul > li > a:hover,
.header .header-line .header-box .right-part .main-menu-box ul > li > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.header .header-line .header-box .right-part .main-menu-box ul > li.current-menu-item:before {
  content: "";
  position: absolute;
  top: -34px;
  left: 5px;
  width: calc(100% - 10px);
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul > li.current-menu-item:before {
    top: -35px;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul > li.current-menu-item:first-child:before {
  left: -10px;
  width: calc(100% + 5px);
}

.header .header-line .header-box .right-part .main-menu-box ul > li.current-menu-item:last-child:before {
  width: calc(100% + 5px);
}

.header .header-line .header-box .right-part > div:first-child {
  margin-left: 0;
}

.header .header-line .header-box .right-part > div:last-child {
  margin-right: 0;
}

.header .header-line .header-box .right-part > div:first-child {
  padding-left: 0;
}

.header .header-line .header-box .right-part > div:last-child {
  padding-right: 0;
}

.header .header-line .header-box .right-part .right-box {
  display: flex;
  align-items: center;
  margin-left: 100px;
  position: relative;
  z-index: 101;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box {
    margin-left: 50px;
  }
}

.header .header-line .header-box .right-part .right-box > a:first-child,
.header .header-line .header-box .right-part .right-box > div:first-child {
  margin-left: 0;
}

.header .header-line .header-box .right-part .right-box > a:last-child,
.header .header-line .header-box .right-part .right-box > div:last-child {
  margin-right: 0;
}

.header .header-line .header-box .right-part .right-box .language-select {
  margin: 0 0 0 35px;
  padding: 0;
  width: 40px;
  height: 28px;
  top: 2px;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box .language-select {
    height: 25px;
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box .right-part .right-box .language-select {
    height: 24px;
    margin-left: 0;
  }
}

.header .header-line .header-box .right-part .right-box .language-select a {
  text-decoration: none !important;
}

.header .header-line .header-box .right-part .right-box .language-select .current-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 28px;
  z-index: 10;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box .language-select .current-language {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box .right-part .right-box .language-select .current-language {
    height: 24px;
  }
}

.header .header-line .header-box .right-part .right-box .language-select .current-language:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  z-index: 1;
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box .language-select .current-language:after {
    top: 6px;
    right: 0;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-orange.svg);
  }
}

.header .header-line .header-box .right-part .right-box .language-select .current-language .lang-code {
  color: #fff;
  font-size: 20px;
  font-family: "Klavika", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box .language-select .current-language .lang-code {
    font-size: 18px;
    font-weight: 500;
  }
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: auto;
  list-style-type: none;
  padding: 5px 30px 10px 10px;
  margin: 0;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 40px) {
  .header .header-line .header-box .right-part .right-box .language-select .other-languages {
    padding-right: 25px;
  }
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 41px;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1200px) {
  .header .header-line .header-box .right-part .right-box .language-select .other-languages:before {
    height: 36px;
  }
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages li {
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0;
  margin-bottom: 10px;
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages li:last-child {
  margin-bottom: 0;
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages li:before {
  display: none;
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages li a {
  display: block;
  width: 100%;
  line-height: 1;
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages li a .lang-code {
  font-family: "Klavika", sans-serif;
  color: #0e1f2f;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box .language-select .other-languages li a .lang-code {
    font-size: 18px;
  }
}

.header .header-line .header-box .right-part .right-box .language-select .other-languages li a:hover .lang-code,
.header .header-line .header-box .right-part .right-box .language-select .other-languages li a:focus .lang-code {
  color: #e88c00;
}

.header .header-line .header-box .right-part .right-box .language-select:hover a.current-language .lang-code {
  color: #e88c00;
}

.header .header-line .header-box .right-part .right-box .language-select.opened .current-language {
  cursor: default;
}

.header .header-line .header-box .right-part .right-box .language-select.opened .lang-code {
  color: #e88c00;
}

.header .header-line .header-box .right-part .right-box .language-select.menu-opened {
  visibility: hidden;
  opacity: 0;
}

.header .header-line .header-box .right-part .right-box .btn {
  margin-left: 35px;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .header-box .right-part .right-box .btn {
    display: none;
  }
}

.header .header-line .header-box .right-part .right-box .hamburger {
  display: none;
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .header .header-line .header-box .right-part .right-box .hamburger {
    display: block;
  }
}

.header.header-type-1 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before {
  display: none;
}

.header.header-type-1 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.header-type-1 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.header.active .header-line .header-box .logo-box .top-logo {
  opacity: 1 !important;
}

.header.active.header-color-2 .header-line .header-box .logo-box .top-logo {
  opacity: 1;
}

.header.sticky {
  position: fixed;
}

.header.sticky.headroom.headroom--unpinned {
  transform: translateY(-100%);
}

.header.sticky.headroom.headroom--pinned {
  transform: translateY(0);
}

.header.sticky.headroom--not-top {
  box-shadow: 0 2px 15px rgba(16, 0, 61, 0.1);
}

.header.sticky.headroom--not-top.header-color-1 .header-line .header-box .logo-box .top-logo {
  opacity: 0;
}

.header.sticky.headroom--not-top.header-color-1 .header-line .header-box .logo-box .top-logo.dark-logo {
  opacity: 1;
}

.header-section {
  position: relative;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.header-section .img-globe {
  display: block;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .header-section .img-globe {
    top: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .img-globe {
    width: 100%;
    height: auto;
    top: auto;
    bottom: -30px;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .img-globe {
    width: 1024px;
    height: auto;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .img-globe {
    width: 120%;
  }
}

@media only screen and (max-width: 640px) {
  .header-section .img-globe {
    width: 170%;
    bottom: 0;
  }
}

.header-section .decor-line {
  display: inline-block;
  align-items: center;
  position: absolute;
  bottom: 30%;
  left: 70px;
  padding-top: 7px;
  z-index: 3;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.header-section .decor-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 14px;
  height: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1440px) {
  .header-section .decor-line {
    left: 30px;
    bottom: 20%;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section .decor-line {
    display: none;
  }
}

.header-section .decor-line > span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.header-section .decor-line > span.bold-text {
  font-weight: 700;
}

.header-section .hero-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box {
    background-position: 25% 50%;
  }
}

.header-section .hero-box .header-title-box {
  max-width: 660px;
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box .header-title-box {
    max-width: none;
  }
}

.header-section .hero-box.with-overlay {
  position: relative;
}

.header-section .hero-box.with-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.header-section .hero-box.with-overlay.bg-video:before {
  opacity: 0.2;
  background-image: none;
  background-color: #000;
}

.header-section .hero-box .buttons .btn {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.header-section .hero-box .buttons .btn.white {
  background: white;
}

.header-section .hero-box .buttons .btn.white:before {
  background: #f1f1f1;
}

.header-section .hero-box .buttons .btn.white span {
  color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box .buttons .btn {
    margin-right: 0;
    display: block;
    width: 100%;
  }

  .header-section .hero-box .buttons .btn:last-child {
    margin-bottom: 0;
  }
}

.header-section .hero-box.full-hero {
  min-height: 900px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box.full-hero {
    padding-top: 120px;
  }
}

.header-section .hero-box.full-hero h1 {
  font-size: 60px !important;
  text-transform: none;
}

.header-section .hero-box.full-hero p {
  font-size: 20px;
}

.header-section .hero-box.full-hero p ul {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box.full-hero h1 {
    font-size: 40px !important;
  }
}

.header-section .hero-box.full-hero ul {
  margin: 0 0 30px 0 !important;
}

.header-section .hero-box.full-hero ul li {
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 30px !important;
  list-style: none !important;
}

.header-section .hero-box.full-hero ul li:last-child {
  margin-bottom: 0 !important;
}

.header-section .hero-box.full-hero ul li:before {
  content: "\e902" !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100% !important;
  background: #2e9f4c !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  font-size: 10px;
  line-height: 10px;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box.full-hero {
    min-height: 800px;
  }
}

.header-section .hero-box.full-hero .titles-box {
  max-width: 750px;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box.full-hero .titles-box {
    max-width: none;
  }
}

.header-section .hero-box.full-hero .titles-box .header-sub-title {
  font-size: 25px;
  padding-left: 6px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .header-section .hero-box.full-hero .titles-box .header-sub-title {
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}

.header-section .hero-box.full-hero .titles-box .header-title {
  font-size: 100px;
  line-height: 1;
}

@media only screen and (max-width: 1440px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 46px;
  }
}

.header-section .hero-box.full-hero .titles-box.decor-box:before {
  left: 5px;
}

@media only screen and (max-width: 1440px) {
  .header-section .hero-box.full-hero .titles-box.decor-box:before {
    left: 3px;
  }
}

.header-section .hero-box .video-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.header-section .hero-box .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header-section .hero-box .video-background .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .header-section .hero-box .video-background .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .header-section .hero-box .video-background .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box .video-background .video-foreground {
    display: none;
  }
}

.header-section .hero-box .video-background video {
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.header-section .hero-box .video-background.both-videos video {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box .video-background.both-videos video {
    opacity: 1;
  }
}

.header-section .bottom-button-line {
  display: block;
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .header-section .bottom-button-line {
    bottom: 60px;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section .bottom-button-line {
    bottom: 20px;
  }
}

.header-section .bottom-button-line .bottom-button-wrap {
  text-align: right;
}

.header-section.type-1 {
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .header-section.type-1 {
    padding-top: 120px;
  }
}

.header-section.type-2 {
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .container:not(.bc-container) {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section.type-2 .container:not(.bc-container) {
    max-width: 1390px !important;
  }
}

.header-section.type-2 .hero-box {
  height: 770px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .hero-box {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-2 .hero-box {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-2 .hero-box {
    height: auto;
    padding: 150px 0 50px 0;
  }
}

.header-section.type-2 .hero-box .titles-box .header-sub-title {
  padding-left: 4px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .hero-box .titles-box .header-sub-title {
    padding-left: 3px;
  }
}

.header-section.type-2 .hero-box .titles-box.decor-box:before {
  left: 4px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .hero-box .titles-box.decor-box:before {
    left: 3px;
  }
}

.header-section.type-3 {
  overflow: hidden;
  /*.decor-line {
      width: 14px;
      height: 180px;
    }*/
}

@media only screen and (max-width: 1440px) {
  .header-section.type-3 .container:not(.bc-container) {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section.type-3 .container:not(.bc-container) {
    max-width: 1390px !important;
  }
}

.header-section.type-4 {
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .container:not(.bc-container) {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section.type-4 .container:not(.bc-container) {
    max-width: 1390px !important;
  }
}

.header-section.type-4 .hero-box {
  height: 650px;
  justify-content: flex-end;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box {
    height: auto;
    padding: 160px 0 50px 0;
  }
}

.header-section.type-4 .hero-box .titles-box {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 0;
  }
}

.header-section.type-4 .hero-box .titles-box .header-sub-title {
  padding-left: 3px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box .titles-box .header-sub-title {
    padding-left: 2px;
  }
}

.header-section.type-4 .hero-box .titles-box.decor-box:before {
  left: 3px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box .titles-box.decor-box:before {
    left: 2px;
  }
}

.header-section.type-4 .hero-box.cpt-hero {
  height: 570px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box.cpt-hero {
    height: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box.cpt-hero {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box.cpt-hero {
    height: auto;
    padding: 160px 0 50px 0;
  }
}

.header-section.type-4 .hero-box.product-hero {
  height: auto;
  padding-top: 175px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box.product-hero {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box.product-hero {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box.product-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4.header-color-2 .hero-box {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4.header-color-2 .hero-box {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4.header-color-2 .hero-box {
    height: auto;
    padding: 150px 0 50px 0;
  }
}

.header-section.header-color-2 .img-globe {
  top: 170px;
}

@media only screen and (max-width: 1024px) {
  .header-section.header-color-2 .img-globe {
    top: 130px;
  }
}

.header-section.header-color-2 .hero-box {
  justify-content: center;
  padding-top: 130px;
}

@media only screen and (max-width: 1024px) {
  .header-section.header-color-2 .hero-box {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.header-color-2 .hero-box {
    height: auto;
    padding: 150px 0 30px 0;
  }
}

.header-section.header-color-2 .hero-box .titles-box {
  margin-bottom: 0;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

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

.mobile-menu-box .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0 25px 0;
  overflow: auto;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a {
  display: block;
  font-family: "Klavika", sans-serif;
  color: #0e1f2f;
  color: var(--textColor);
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  padding: 13px 0 12px 0;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a {
    font-size: 18px;
  }
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  transition: all 0.35s ease-in-out;
  transform: scaleY(1);
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
    top: 19px;
  }
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after {
  transform: scaleY(-1);
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li {
  display: block;
  padding: 2px 20px;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: unset;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
    font-size: 16px;
  }
}

body.admin-bar .header.sticky {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header.sticky {
    top: 46px;
  }
}

body.admin-bar .big-menu-wrapper {
  top: 207px;
  height: calc(100vh - 207px);
}

@media only screen and (max-width: 1440px) {
  body.admin-bar .big-menu-wrapper {
    top: 162px;
    height: calc(100vh - 162px);
  }
}

@media only screen and (max-width: 1024px) {
  body.admin-bar .big-menu-wrapper {
    top: 132px;
    height: calc(100vh - 132px);
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .big-menu-wrapper {
    top: 146px;
    height: calc(100vh - 146px);
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .big-menu-wrapper {
    top: 126px;
    height: calc(100vh - 126px);
  }
}

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

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

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

.footer {
  padding-top: 60px;
  background-color: #fff;
  border-top: 1px solid #dbdee0;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .footer-row {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1390px) {
  .footer .footer-row {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer-row {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1390px) {
  .footer .footer-logo-box {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-logo-box {
    display: block;
    margin-bottom: 30px;
  }
}

.footer .footer-logo-box .footer-logo {
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.footer .footer-logo-box .footer-logo .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.footer .footer-logo-box .footer-logo .bot-logo {
  width: auto;
  max-height: 70px;
}

@media only screen and (max-width: 1440px) {
  .footer .footer-logo-box .footer-logo .bot-logo {
    max-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-logo-box .footer-logo .bot-logo {
    max-height: 50px;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column {
  flex-basis: 30%;
  max-width: 30%;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column {
    flex-basis: 100%;
    max-width: none;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title {
    margin-bottom: 15px;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title .title-link {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title .title-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title .title-link:hover,
.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title .title-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap {
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap {
    margin-bottom: 0;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap:last-child {
  margin-bottom: 0;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  text-decoration: none;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link:hover,
.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link.with-number {
  position: relative;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link.with-number .num {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  font-style: normal;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item {
    margin-bottom: 5px;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item:last-child {
  margin-bottom: 0;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding-left: 45px;
  position: relative;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  top: 6px;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-blue.svg);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-blue.svg);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  top: 3px;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-blue.svg);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link:hover,
.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item.top-space {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item.top-space {
    margin-top: 0;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column.contact-col {
  flex-basis: 40%;
  max-width: 40%;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column.contact-col {
    flex-basis: 100%;
    max-width: none;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column.contact-col .footer-col {
  max-width: 280px;
}

@media only screen and (max-width: 960px) {
  .footer .footer-columns-wrap .footer-columns .footer-column.contact-col .footer-col {
    max-width: none;
  }
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 30px 0 15px 0;
  border-top: 1px solid #dbdee0;
}

@media only screen and (max-width: 960px) {
  .footer .footer-bottom {
    display: block;
  }
}

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

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

.footer .footer-bottom .copyrights {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .copyrights {
    margin-bottom: 5px;
  }
}

.footer .footer-bottom .copyrights > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom .footer-links {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-links {
    margin-bottom: 10px;
  }
}

.footer .footer-bottom .footer-links .footer-link {
  color: #0e1f2f;
  color: var(--textColor);
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-links .footer-link {
    margin: 0 10px;
  }
}

.footer .footer-bottom .footer-links .footer-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom .footer-links .footer-link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -16px;
  width: 1px;
  height: 16px;
  background-color: #0e1f2f;
  background-color: var(--textColor);
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-links .footer-link:after {
    right: -11px;
  }
}

.footer .footer-bottom .footer-links .footer-link:hover,
.footer .footer-bottom .footer-links .footer-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer .footer-bottom .footer-links .footer-link:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer .footer-bottom .footer-links .footer-link:last-child:after {
  display: none;
}

.footer .footer-bottom .socials {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .socials {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.footer.footer-bg-2 {
  border-top: none;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .footer-col-title {
  color: #fff;
  font-weight: 500;
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link {
  color: #fff;
  font-weight: 300;
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link:hover,
.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  top: 6px;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-orange.svg);
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-orange.svg);
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  top: 3px;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-orange.svg);
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link {
  color: #fff;
  font-weight: 300;
}

.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link:hover,
.footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .col-links .col-link-wrap .col-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer.footer-bg-2 .footer-bottom {
  color: #fff;
}

.footer.footer-bg-2 .footer-bottom .copyrights {
  font-weight: 300;
}

.footer.footer-bg-2 .footer-bottom .footer-links .footer-link {
  color: #fff;
  font-weight: 300;
}

.footer.footer-bg-2 .footer-bottom .footer-links .footer-link:after {
  background-color: #fff;
}

.footer.footer-bg-2 .footer-bottom .footer-links .footer-link:hover,
.footer.footer-bg-2 .footer-bottom .footer-links .footer-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer-cta {
  background-color: #f8f3ec;
}

.footer-cta .footer-cta-info {
  text-align: center;
}

.footer-cta .footer-cta-info .cta-button-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .footer-cta .footer-cta-info .cta-button-wrap {
    margin-top: 30px;
  }
}

.footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text p,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text li {
  font-weight: 300;
}

.newsletter-section {
  background-color: #fff;
  padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section {
    padding: 40px 0;
  }
}

.newsletter-section .col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .newsletter-section .col-sm-12 {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section .newsletter-titles {
    margin-bottom: 20px;
  }
}

.newsletter-section .newsletter-titles .newsletter-sub-title {
  display: inline-block;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-titles .newsletter-sub-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-titles .newsletter-sub-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-titles .newsletter-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-titles .newsletter-title {
    font-size: 20px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper .gform_validation_errors {
  display: none;
}

.newsletter-section .newsletter-form .gform_wrapper .gfield_validation_message {
  margin: 5px 0 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-family: "Klavika", sans-serif;
}

.newsletter-section .newsletter-form .gform_wrapper form {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form .gform_wrapper form {
    display: block;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body {
  flex-grow: 1;
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email] {
  border: none;
  height: 50px;
  line-height: 50px;
  color: #0e1f2f;
  color: var(--textColor);
  font-weight: 400;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  outline: none !important;
  padding: 10px 10px 10px 60px !important;
  background-color: #f9f9f9;
  background-image: url(../../resources/images/svg/mail-dark-blue.svg);
  background-position: 20px 17px;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email] {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-webkit-input-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-moz-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-moz-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-moz-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-ms-input-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-ms-input-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  box-shadow: none;
  background-color: #f8f3ec;
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon.gfield_error input[type=email] {
  border: 1px solid #0e1f2f;
  border-color: #0e1f2f;
  border-color: var(--secColor);
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
  display: block;
  height: 50px;
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: block;
  position: absolute;
  top: 16px;
  right: calc(100% + 20px);
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
    right: auto;
    left: 15px;
  }
}

.newsletter-section .newsletter-form .gform_confirmation_message {
  border: 2px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
  padding: 15px;
  color: #e88c00;
  color: var(--mainColor);
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section .newsletter-form .gform_confirmation_message {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section .newsletter-form .gform_confirmation_message {
    font-size: 18px;
  }
}

/*
0 - Default (Orange/Dark-Blue)
1 - Van Es Group (Red/Blue)
2 - PVECranes (Red/Black)
3 - Swift Drilling (Red/Blue)\
4 - Jack-Up Barge (Blue/Black)
*/

body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-0.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-0.svg);
  }
}

body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-0.svg);
  }
}

body.page-color-0 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-0.svg);
  }
}

body.page-color-0 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-0.svg);
}

body.page-color-0 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-0.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-0 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-0.svg);
  }
}

body.page-color-0 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-0 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-0.svg);
  }
}

body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-0.svg);
  }
}

body.page-color-0 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-0.svg);
  }
}

body.page-color-0 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-0.svg");
}

body.page-color-0 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-0.svg");
}

body.page-color-0 .simple-preloader:after {
  border-color: #e88c00 transparent #e88c00 transparent;
}

body.page-color-0 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #e88c00 transparent #e88c00 transparent;
}

body.page-color-0 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #e88c00 !important;
}

body.page-color-0 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-0.svg);
}

body.page-color-0 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-0.svg);
}

body.page-color-0 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-0.svg);
}

body.page-color-0 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-0.svg);
}

body.page-color-0 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-0.svg);
}

body.page-color-0 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-0.svg);
}

body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-1.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-1.svg);
  }
}

body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-1.svg);
  }
}

body.page-color-1 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-1.svg);
  }
}

body.page-color-1 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-1.svg);
}

body.page-color-1 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-1.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-1 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-1.svg);
  }
}

body.page-color-1 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-1 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-1.svg);
  }
}

body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-1.svg);
  }
}

body.page-color-1 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-1.svg);
  }
}

body.page-color-1 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-1.svg");
}

body.page-color-1 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-1.svg");
}

body.page-color-1 .simple-preloader:after {
  border-color: #d10a10 transparent #d10a10 transparent;
}

body.page-color-1 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #d10a10 transparent #d10a10 transparent;
}

body.page-color-1 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #d10a10 !important;
}

body.page-color-1 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-1.svg);
}

body.page-color-1 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-1.svg);
}

body.page-color-1 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-1.svg);
}

body.page-color-1 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-1.svg);
}

body.page-color-1 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-1.svg);
}

body.page-color-1 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-1.svg);
}

body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-2.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-2.svg);
  }
}

body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-2.svg);
  }
}

body.page-color-2 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-2.svg);
  }
}

body.page-color-2 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-2.svg);
}

body.page-color-2 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-2.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-2 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-2.svg);
  }
}

body.page-color-2 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-2 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-2.svg);
  }
}

body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-2.svg);
  }
}

body.page-color-2 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-2.svg);
  }
}

body.page-color-2 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-2.svg");
}

body.page-color-2 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-2.svg");
}

body.page-color-2 .simple-preloader:after {
  border-color: #d20a10 transparent #d20a10 transparent;
}

body.page-color-2 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #d20a10 transparent #d20a10 transparent;
}

body.page-color-2 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #d20a10 !important;
}

body.page-color-2 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-2.svg);
}

body.page-color-2 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-2.svg);
}

body.page-color-2 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-2.svg);
}

body.page-color-2 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-2.svg);
}

body.page-color-2 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-2.svg);
}

body.page-color-2 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-2.svg);
}

body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-3.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-3.svg);
  }
}

body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-3.svg);
  }
}

body.page-color-3 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-3.svg);
  }
}

body.page-color-3 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-3.svg);
}

body.page-color-3 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-3.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-3 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-3.svg);
  }
}

body.page-color-3 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-3 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-3.svg);
  }
}

body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-3.svg);
  }
}

body.page-color-3 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-3.svg);
  }
}

body.page-color-3 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-3.svg");
}

body.page-color-3 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-3.svg");
}

body.page-color-3 .simple-preloader:after {
  border-color: #e4231b transparent #e4231b transparent;
}

body.page-color-3 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #e4231b transparent #e4231b transparent;
}

body.page-color-3 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #e4231b !important;
}

body.page-color-3 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-3.svg);
}

body.page-color-3 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-3.svg);
}

body.page-color-3 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-3.svg);
}

body.page-color-3 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-3.svg);
}

body.page-color-3 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-3.svg);
}

body.page-color-3 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-3.svg);
}

body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-4.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-4.svg);
  }
}

body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-4.svg);
  }
}

body.page-color-4 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-4.svg);
  }
}

body.page-color-4 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-4.svg);
}

body.page-color-4 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-4.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-4 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-4.svg);
  }
}

body.page-color-4 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-4 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-4.svg);
  }
}

body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-4.svg);
  }
}

body.page-color-4 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-4.svg);
  }
}

body.page-color-4 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-4.svg");
}

body.page-color-4 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-4.svg");
}

body.page-color-4 .simple-preloader:after {
  border-color: #0bbbef transparent #0bbbef transparent;
}

body.page-color-4 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #0bbbef transparent #0bbbef transparent;
}

body.page-color-4 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #0bbbef !important;
}

body.page-color-4 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-4.svg);
}

body.page-color-4 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-4.svg);
}

body.page-color-4 .footer .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-4.svg);
}

body.page-color-4 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-4.svg);
}

body.page-color-4 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-4.svg);
}

body.page-color-4 .footer.footer-bg-2 .footer-columns-wrap .footer-columns .footer-column .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-4.svg);
}

body.page-color-0 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-1 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #151e60 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-2 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1d1d1b 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-3 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1867ac 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-4 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #002632 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-0 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-1 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #151e60 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-2 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1d1d1b 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-3 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1867ac 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-4 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #002632 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 1440px) {
  body.page-color-0 .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

body.page-color-0 .breadcrumbs-line .breadcrumbs {
  background-color: #f9f9f9;
}

body.page-color-0 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f9f9f9;
}

body.page-color-0 .breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  body.page-color-1 .breadcrumbs-line {
    background-color: #EEEEF3;
  }
}

body.page-color-1 .breadcrumbs-line .breadcrumbs {
  background-color: #EEEEF3;
}

body.page-color-1 .breadcrumbs-line .breadcrumbs:before {
  background-color: #EEEEF3;
}

body.page-color-1 .breadcrumbs-line.type-1 {
  background-color: #EEEEF3;
}

@media only screen and (max-width: 1440px) {
  body.page-color-2 .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

body.page-color-2 .breadcrumbs-line .breadcrumbs {
  background-color: #f9f9f9;
}

body.page-color-2 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f9f9f9;
}

body.page-color-2 .breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  body.page-color-3 .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

body.page-color-3 .breadcrumbs-line .breadcrumbs {
  background-color: #f9f9f9;
}

body.page-color-3 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f9f9f9;
}

body.page-color-3 .breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  body.page-color-4 .breadcrumbs-line {
    background-color: #f5fcff;
  }
}

body.page-color-4 .breadcrumbs-line .breadcrumbs {
  background-color: #f5fcff;
}

body.page-color-4 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f5fcff;
}

body.page-color-4 .breadcrumbs-line.type-1 {
  background-color: #f5fcff;
}

.gfield_required .gfield_required_text {
  display: none !important;
}

section.landing-reset {
  font-size: 16px;
}

section.landing-reset .gfield input::-moz-placeholder,
section.landing-reset .gfield textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

section.landing-reset .gfield input::placeholder,
section.landing-reset .gfield textarea::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

section.landing-reset .gform_wrapper .top_label .gfield_label {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

section.landing-reset .gform_wrapper .gfield--type-radio input:checked + label:before {
  background: #2E9F4C !important;
  color: white;
}

section.landing-reset .gform_wrapper .gfield--type-radio label {
  padding: 0 0 0 25px;
}

section.landing-reset .gform_wrapper .gfield--type-radio label:before {
  content: "\e902";
  color: white;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;
  transition: all 0.3s ease-in-out;
}

section.landing-reset .gform_wrapper .gfield--type-radio label:after {
  content: none !important;
}

section.landing-reset .gform_wrapper .gfield_checkbox > div label,
section.landing-reset .gform_wrapper .gfield_radio > div label {
  font-size: 16px !important;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox,
section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio {
  gap: 5px;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice {
  margin: 0;
  cursor: pointer;
  width: auto;
  inline-size: auto;
  min-inline-size: auto;
  max-inline-size: auto;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-choice-image-no-image {
  display: none !important;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice input:checked + label:before {
  background: #2E9F4C !important;
  color: white;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label {
  padding: 0 0 0 25px;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label:before {
  content: "\e902";
  color: #F0EEE8;
  width: 20px;
  height: 20px;
  background: #F0EEE8;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;
  transition: all 0.3s ease-in-out;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label:after {
  content: none !important;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:after {
  display: none !important;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-image-choice-wrapper-outer {
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-choice-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  aspect-ratio: auto;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-choice-image-wrapper:before {
  content: none !important;
}

section.landing-reset .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-choice-image-wrapper img {
  display: block;
  margin: 0 10px 0 0;
  width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

section.landing-reset h1,
section.landing-reset h2,
section.landing-reset .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.landing-reset .product-title,
section.landing-reset h3,
section.landing-reset h4,
section.landing-reset h5,
section.landing-reset h6 {
  margin-bottom: 20px;
}

section.landing-reset h1 span,
section.landing-reset h2 span,
section.landing-reset .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.landing-reset .product-title span,
section.landing-reset h3 span,
section.landing-reset h4 span,
section.landing-reset h5 span,
section.landing-reset h6 span {
  color: var(--mainColor);
  font-weight: 500;
}

section.landing-reset h1 {
  font-size: 2.75rem;
  line-height: 1.1;
  text-transform: none;
  font-weight: 400;
  padding-right: 80px;
}

section.landing-reset h2,
section.landing-reset .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.landing-reset .product-title {
  font-size: 2.5rem;
}

section.landing-reset h3 {
  font-size: 1.75rem;
}

section.landing-reset h4 {
  font-size: 1.5rem;
}

section.landing-reset * {
  font-family: "Klavika";
}

section.landing-reset p,
section.landing-reset ul,
section.landing-reset ol {
  margin-bottom: 20px;
}

section.landing-reset ol {
  margin: 0 0 30px 0 !important;
  counter-reset: custom-counter;
}

section.landing-reset ol li {
  margin: 0 0 20px 0 !important;
  padding: 0 0 0 40px !important;
  list-style: none !important;
  counter-increment: custom-counter;
}

section.landing-reset ol li:last-child {
  margin-bottom: 0 !important;
}

section.landing-reset ol li:before {
  content: counter(custom-counter) !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100% !important;
  background: var(--mainColor) !important;
  position: absolute !important;
  left: 0 !important;
  top: -3px !important;
  color: white !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

section.landing-reset ul {
  margin: 0 0 30px 0 !important;
}

section.landing-reset ul li {
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 30px !important;
  list-style: none !important;
}

section.landing-reset ul li:last-child {
  margin-bottom: 0 !important;
}

section.landing-reset ul li:before {
  content: "\e902" !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100% !important;
  background: #2e9f4c !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  font-size: 11px;
}

section.landing-reset .title-line {
  padding-top: 25px;
  position: relative;
}

section.landing-reset .title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 4px;
  border-radius: 3px;
  background: var(--mainColor);
}

section.landing-reset .score {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 20px;
}

section.landing-reset .score .star {
  position: relative;
  width: 22px;
  height: 22px;
  background: #2e9f4c;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.landing-reset .score .star:before {
  content: "\e901";
  color: white;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  section.landing-reset h1 {
    font-size: 2.25rem;
  }

  section.landing-reset h2,
  section.landing-reset .product-header-wrap .product-header-info .titles-box .product-title,
  .product-header-wrap .product-header-info .titles-box section.landing-reset .product-title {
    font-size: 2rem;
  }

  section.landing-reset h3 {
    font-size: 1.5rem;
  }

  section.landing-reset h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  section.landing-reset.sec-margin-blocks {
    margin-bottom: 40px !important;
  }
}

.masonry-section .masonry-img-wrap {
  margin-bottom: 30px;
  position: relative;
}

.masonry-section .masonry-img-wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.masonry-section .masonry-img-wrap .masonry-image {
  height: 430px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 960px) {
  .masonry-section .masonry-img-wrap .masonry-image {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .masonry-section .masonry-img-wrap .masonry-image {
    height: auto;
    padding-top: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .masonry-section .masonry-img-wrap.image-2 .masonry-image {
    height: auto;
    padding-top: 83.1408775982%;
  }
}

@media only screen and (max-width: 960px) {
  .masonry-section .masonry-img-wrap.image-2 .masonry-image {
    padding-top: 100%;
  }
}

.masonry-section .masonry-img-wrap.image-3 .masonry-image {
  height: auto;
  padding-top: 83.1408775982%;
}

@media only screen and (max-width: 1390px) {
  .masonry-section .masonry-img-wrap.image-3 .masonry-image {
    padding-top: 100%;
  }
}

.masonry-section .masonry-img-wrap.image-4 .masonry-image {
  height: auto;
  padding-top: 100%;
}

.features-section .features-list-wrap {
  padding: 75px 0 15px 0;
  border-top: 1px solid #868f97;
  border-bottom: 1px solid #868f97;
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap {
    padding: 50px 0 10px 0;
  }
}

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

.features-section .features-list-wrap .features-list .feature-item {
  flex-basis: 50%;
  flex-grow: 1;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap .features-list .feature-item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .features-section .features-list-wrap .features-list .feature-item {
    flex-basis: 100%;
  }
}

.features-section .features-list-wrap .features-list .feature-item .feature-box {
  display: flex;
}

@media only screen and (max-width: 960px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box {
    display: block;
  }
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
  margin-right: 70px;
}

@media only screen and (max-width: 1390px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-bottom: 20px;
  }
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap img {
  display: block;
  width: 45px;
  height: auto;
  max-width: 45px;
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-title {
  margin-bottom: 15px;
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc {
  padding-right: 20px;
}

@media only screen and (max-width: 1390px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc p,
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc li {
    font-size: 16px;
  }
}

.features-section.with-bg {
  background-color: #f8f3ec;
}

.slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
  padding-top: 38.9705882353%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
    padding-top: 45%;
  }
}

@media only screen and (max-width: 960px) {
  .slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
    padding-top: 56.25%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
    padding-top: 70%;
  }
}

.slider-section .images-slider-wrap .images-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  background-color: #fff;
  font-size: 0;
  opacity: 0.75;
  color: transparent;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-section .images-slider-wrap .images-slider .slick-arrow {
    opacity: 0.65;
  }
}

.slider-section .images-slider-wrap .images-slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 19px;
  transform: rotate(-45deg) scaleX(-1);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

.slider-section .images-slider-wrap .images-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slider-section .images-slider-wrap .images-slider .slick-arrow.slick-next:before {
  transform: rotate(45deg) scaleX(1);
}

.slider-section .images-slider-wrap .images-slider .slick-arrow:hover,
.slider-section .images-slider-wrap .images-slider .slick-arrow:focus {
  opacity: 1;
}

.counters-section .counters-box .counters-list .counter-item {
  flex-basis: 33.333333333%;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .counters-section .counters-box .counters-list .counter-item {
    flex-basis: 100%;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box {
  padding: 35px;
  background-color: #f8f3ec;
}

@media only screen and (max-width: 1440px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box {
    padding: 20px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap {
    margin-bottom: 15px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap img {
    height: 40px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter {
  display: block;
  text-align: center;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter {
    font-size: 46px;
  }
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter {
    font-size: 40px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label {
  display: block;
  text-align: center;
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label {
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label {
    font-size: 16px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.cta-section .cta-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-title {
    padding-bottom: 20px;
  }
}

.cta-section .cta-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-text-box .cta-desc {
    margin-top: 30px;
  }
}

.cta-section .cta-text-box .cta-brn-wrap {
  margin-top: 30px;
}

.cta-section .cta-text-box .cta-form {
  margin-top: 30px;
}

.cta-section.light-bg {
  background-color: #f8f3ec;
}

.cta-section.dark-bg {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.cta-section.dark-bg .gform_wrapper .gfield_description {
  color: #fff !important;
}

.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f8f3ec;
  background-color: #f8f3ec;
}

@media only screen and (max-width: 1024px) {
  .usp-section .col-sm-12 {
    position: static;
  }
}

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

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

.usp-section .usp-sec-desc .usp-btn-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-sec-desc .usp-btn-wrap {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-sec-desc .usp-btn-wrap {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-sec-desc .usp-btn-wrap .btn {
    display: block;
    width: 100%;
  }
}

.usp-section .usp-list-wrap .usp-list {
  margin-top: -10px;
}

@media only screen and (max-width: 1440px) {
  .usp-section .usp-list-wrap .usp-list {
    margin-top: 0;
  }
}

.usp-section .usp-list-wrap .usp-list .usp-item {
  flex-basis: 50%;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list-wrap .usp-list .usp-item {
    flex-basis: 100%;
  }
}

.usp-section .usp-list-wrap .usp-list .usp-item .usp-box {
  margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
  .usp-section .usp-list-wrap .usp-list .usp-item .usp-box {
    margin-top: 0;
  }
}

.usp-section .usp-list-wrap .usp-list .usp-item .usp-box .usp-icon-wrap {
  margin-bottom: 30px;
}

.usp-section .usp-list-wrap .usp-list .usp-item .usp-box .usp-icon-wrap img {
  display: block;
  height: 45px;
  width: auto;
}

.usp-section.with-button {
  position: relative;
}

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

@media only screen and (max-width: 767px) {
  .usp-section.with-button {
    padding-bottom: 80px;
  }
}

.logos-section {
  position: relative;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.logos-section .img-globe {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.logos-section .partners-info {
  position: relative;
  z-index: 1;
}

.logos-section .logos-list-wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .logos-section .logos-list-wrap {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap {
    margin-top: 0;
  }
}

.logos-section .logos-list-wrap .logos-list {
  justify-content: center;
  align-items: center;
}

.logos-section .logos-list-wrap .logos-list .logo-item {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

@media only screen and (max-width: 1024px) {
  .logos-section .logos-list-wrap .logos-list .logo-item {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list .logo-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap .logos-list .logo-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap {
  width: auto;
  position: relative;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap .state-logo {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap .hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:hover .state-logo,
.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:focus .state-logo {
  opacity: 0;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:hover .hover-logo,
.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:focus .hover-logo {
  opacity: 1;
}

.image-links-section .il-row {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media only screen and (max-width: 960px) {
  .image-links-section .il-row {
    padding: 0 !important;
  }
}

.image-links-section .col-lg-6 {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media only screen and (max-width: 960px) {
  .image-links-section .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.image-links-section .img-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.image-links-section .img-wrap .il-image {
  flex-grow: 1;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
}

.image-links-section .text-box {
  flex-grow: 1;
  padding: 70px 80px;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  .image-links-section .text-box {
    padding: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .image-links-section .text-box {
    padding: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .image-links-section .text-box {
    padding: 25px 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .image-links-section .text-box {
    padding: 20px 0;
  }
}

.image-links-section .text-box .il-desc {
  margin-bottom: 30px;
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap {
  border-top: 1px solid rgba(14, 31, 47, 0.25);
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 15px 15px 15px 0;
  text-decoration: none;
  line-height: 1.25;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link {
    font-size: 16px;
  }
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  }
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:hover,
.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:hover:after,
.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:focus:after {
  transform: translateY(-50%) rotate(45deg);
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap:last-child {
  border-bottom: 1px solid rgba(14, 31, 47, 0.25);
}

.image-links-section .text-box .il-button-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .image-links-section .text-box .il-button-wrap .btn {
    display: block;
    width: 100%;
  }
}

.image-links-section.style-2 {
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  .image-links-section.style-2 {
    margin-top: 50px;
  }
}

.image-links-section.style-2 .il-row {
  position: relative;
}

.image-links-section.style-2 .il-row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
  width: 5000px;
  background-color: #f9f9f9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}

@media only screen and (max-width: 960px) {
  .image-links-section.style-2 .il-row:before {
    display: none;
  }
}

.image-links-section.style-2 .il-row.flex-lg-row-reverse:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 90px;
  width: 5000px;
  background-color: #f9f9f9;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

.image-links-section.style-2 .text-box {
  background-color: #fff;
}

.image-links-section.style-2 .text-box .il-links-wrap .il-links .il-link-wrap {
  border-color: #f9f9f9;
}

@media only screen and (max-width: 960px) {
  .image-links-section.style-2 .text-box .il-links-wrap .il-links .il-link-wrap {
    border-color: rgba(14, 31, 47, 0.25);
  }
}

.services-section .projects-list-wrap .projects-list {
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .services-section .projects-list-wrap .projects-list {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.services-section .projects-list-wrap .projects-list .project-item {
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
  flex-grow: 1;
}

@media only screen and (max-width: 960px) {
  .services-section .projects-list-wrap .projects-list .project-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media only screen and (max-width: 767px) {
  .services-section .projects-list-wrap .projects-list .project-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.services-section .projects-list-wrap .projects-list .project-item .project-box {
  border-radius: 5px;
  overflow: hidden;
}

.services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-th {
  padding-top: 100%;
}

.services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
    bottom: 30px;
  }
}

.spec-table-section .container > h2,
.spec-table-section .product-header-wrap .product-header-info .titles-box .container > .product-title,
.product-header-wrap .product-header-info .titles-box .spec-table-section .container > .product-title {
  margin-bottom: 40px;
}

.spec-table-section + .spec-table-section {
  margin-top: -180px;
}

@media only screen and (max-width: 1440px) {
  .spec-table-section + .spec-table-section {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 1024px) {
  .spec-table-section + .spec-table-section {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .spec-table-section + .spec-table-section {
    margin-top: -60px;
  }
}

.spec-table-section .card {
  background-color: #f9f9f9;
  padding: 40px;
}

.spec-table-section .card.open .spec-table-wrap {
  display: block;
}

.spec-table-section .card.open .arrow {
  transform: rotate(180deg) !important;
}

.spec-table-section .info-top-line-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.spec-table-section .info-top-line-wrap h2,
.spec-table-section .info-top-line-wrap .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .spec-table-section .info-top-line-wrap .product-title {
  margin-right: auto;
  margin-bottom: 0;
}

.spec-table-section .info-top-line-wrap .spec-tab-links {
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
}

.spec-table-section .info-top-line-wrap .arrow {
  margin-left: 20px;
  position: relative;
  width: 50px;
  height: 50px;
  background: #EDE4D9;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(0deg);
}

.spec-table-section .info-top-line-wrap .arrow:before {
  content: "\e903";
  color: #C38558;
  font-size: 20px;
  margin-top: 2px;
}

.spec-table-section .spec-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-col {
    align-items: flex-start;
    flex-basis: 100%;
  }
}

.spec-table-section .spec-table-wrap {
  display: none;
  margin-top: 20px;
}

.spec-table-section .spec-table-wrap .spec-table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
}

.spec-table-section .spec-table-wrap .spec-table > * {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 0;
}

.spec-table-section .spec-table-wrap .spec-table .st-item {
  flex-basis: 50%;
  flex-grow: 1;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}

.spec-table-section .spec-table-wrap .spec-table .st-item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e88c00;
  position: absolute;
  left: 0;
  top: 23px;
}

.spec-table-section .spec-table-wrap .spec-table .st-item .info > *:last-child {
  margin-bottom: 0;
}

.spec-table-section .spec-table-wrap .spec-table .st-item .info h5 {
  margin-bottom: 10px;
  font-weight: 500;
}

.spec-table-section .spec-table-wrap .spec-table .st-item .info p {
  opacity: 0.5;
}

.spec-table-section .spec-table-wrap .spec-table .st-item .value {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-weight: 400;
  font-size: 1.25rem;
  display: block;
}

.spec-table-section .spec-table-wrap .spec-table .st-item .st-value[data-val="2"] {
  display: none;
}

.spec-tab-links {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .spec-tab-links {
    margin-top: 20px;
  }
}

.spec-tab-links .spec-tab {
  display: inline-block;
  color: #c3c7cb;
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.spec-tab-links .spec-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.spec-tab-links .spec-tab:first-child {
  margin-left: 0;
}

.spec-tab-links .spec-tab:hover,
.spec-tab-links .spec-tab:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.spec-tab-links .spec-tab.active {
  color: #0e1f2f;
  color: var(--textColor);
  cursor: default;
}

.spec-tab-links .spec-tab.active:after {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .spec-table-section .container > h2,
  .spec-table-section .product-header-wrap .product-header-info .titles-box .container > .product-title,
  .product-header-wrap .product-header-info .titles-box .spec-table-section .container > .product-title {
    margin-bottom: 20px;
  }

  .spec-table-section .card {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 991px) {
  .spec-table-section .card.open .info-top-line-wrap .spec-tab-links {
    display: block;
    margin-top: 20px;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .spec-table-section .info-top-line-wrap {
    flex-wrap: wrap;
  }

  .spec-table-section .info-top-line-wrap .spec-tab-links {
    display: none;
    order: 3;
    margin-left: 0;
  }

  .spec-table-section .info-top-line-wrap .arrow {
    flex-basis: 30px;
    width: 30px;
    max-width: 30px;
    height: 30px;
    order: 2;
  }

  .spec-table-section .info-top-line-wrap .arrow:before {
    font-size: 16px;
  }

  .spec-table-section .info-top-line-wrap .title {
    flex-basis: calc(100% - 70px);
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
    order: 1;
    font-size: 1.5rem;
  }

  .spec-table-section .spec-table-wrap .spec-table {
    display: block;
    margin: 0;
  }

  .spec-table-section .spec-table-wrap .spec-table > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  .spec-table-section .spec-table-wrap .spec-table > *:last-child {
    margin-bottom: 0;
  }
}

.form-section {
  background-color: #f8f3ec;
}

.form-section .form-desc {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .form-section .gform_wrapper .gform_footer .btn {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-image-wrap {
    margin-bottom: 30px;
  }
}

.text-and-image-section .tai-image-wrap img {
  display: block;
  width: 100%;
}

.text-and-image-section .tai-btn-wrap {
  margin-top: 30px;
}

.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;
  /*h1,h2,h3 {
      &:first-child {
        position: relative;
        padding-top: 15px;
        &:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 64px;
          height: 4px;
          border-radius: 2px;
          background-color: $primary-color;
        }
      }
    }*/
}

@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 -15px;
}

.text-section .text-columns.cols-2 .text-column {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}

@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 -15px;
}

.text-section .text-columns.cols-3 .text-column {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.text-section.no-margin {
  margin-bottom: 40px;
}

.text-section.with-bg {
  background-color: #f9f9f9;
}

.text-section.with-bg.no-margin {
  margin-bottom: 0;
}

.text-section.with-bg.no-top-padding {
  padding-top: 0;
}

.text-section.with-bg.no-bot-padding {
  padding-bottom: 40px;
}

.faq-section {
  background-color: #f8f3ec;
}

.faq-section .faq-btn-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  .faq-section .faq-list-wrap {
    margin-top: 40px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item {
  cursor: pointer;
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box {
  border-bottom: 1px solid #eceae5;
  padding: 26px 15px 24px 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box {
    padding: 21px 15px 19px 70px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:before {
    top: 12px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  content: "";
  position: absolute;
  top: 33px;
  left: 13px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
    top: 25px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-question {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-question {
    font-size: 20px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-answer {
    margin-left: -70px;
    padding-top: 25px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box.active:after {
  transform: rotate(45deg);
}

.faq-section .faq-list-wrap .faq-list .faq-item:first-child {
  border-top: 1px solid #eceae5;
}

section.cta {
  background: var(--secColor);
}

section.cta + section.sec-margin-blocks {
  padding-top: 100px;
}

section.cta .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -40px;
}

section.cta .flex-wrapper .content h2,
section.cta .flex-wrapper .content .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.cta .flex-wrapper .content .product-title,
section.cta .flex-wrapper .content h3,
section.cta .flex-wrapper .content h4,
section.cta .flex-wrapper .content p,
section.cta .flex-wrapper .content ul,
section.cta .flex-wrapper .content ol,
section.cta .flex-wrapper .content a,
section.cta .flex-wrapper .content li {
  color: white !important;
}

section.cta .flex-wrapper .content > *:last-child {
  margin-bottom: 0 !important;
}

section.cta .flex-wrapper .review {
  padding: 20px;
  background: #f0eee8;
}

section.cta .flex-wrapper .review .author {
  display: block;
  font-size: 16px;
  font-style: italic;
}

section.cta .flex-wrapper > *:first-child {
  width: calc(55% - 80px);
  max-width: calc(55% - 80px);
  flex-basis: calc(55% - 80px);
  margin: 40px;
}

section.cta .flex-wrapper > *:last-child {
  width: calc(45% - 80px);
  max-width: calc(45% - 80px);
  flex-basis: calc(45% - 80px);
  margin: 40px;
}

@media only screen and (max-width: 1440px) {
  section.cta + section.sec-margin-blocks {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  section.cta + section.sec-margin-blocks {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  section.cta + section.sec-margin-blocks {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  section.cta .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.cta .flex-wrapper > .content,
  section.cta .flex-wrapper > .review {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.cta .flex-wrapper > .content:last-child,
  section.cta .flex-wrapper > .review:last-child {
    margin-bottom: 0;
  }
}

section.faq .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}

section.faq .flex-wrapper > * {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
}

section.faq .flex-wrapper .content {
  padding: 40px;
  background: #f8f3ec;
}

section.faq .flex-wrapper .content > *:last-child {
  margin-bottom: 0;
}

section.faq .flex-wrapper .accordion .question {
  margin-bottom: 20px;
  padding: 40px;
  background: #f8f3ec;
  cursor: pointer;
}

section.faq .flex-wrapper .accordion .question.active h4:after {
  transform: rotate(-180deg);
}

section.faq .flex-wrapper .accordion .question h4 {
  margin-bottom: 0;
  position: relative;
  padding-right: 60px;
}

section.faq .flex-wrapper .accordion .question h4:after {
  content: "\e903";
  position: absolute;
  right: 0;
  top: 25px;
  width: 35px;
  padding-top: 2px;
  height: 35px;
  background: #e6ddcf;
  color: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

section.faq .flex-wrapper .accordion .question .answer {
  display: none;
  padding-top: 20px;
}

section.faq .flex-wrapper .accordion .question .answer > *:last-child {
  margin-bottom: 0;
}

section.faq .flex-wrapper .accordion .question:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  section.faq .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.faq .flex-wrapper .content {
    padding: 20px;
  }

  section.faq .flex-wrapper .accordion .question {
    padding: 20px;
  }

  section.faq .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.faq .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.form-hero.has-landing-page-header {
  margin-top: 120px;
}

section.form-hero .image {
  display: block;
  width: 100%;
  position: relative;
  height: 450px;
}

section.form-hero .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.form-hero .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

section.form-hero .flex-wrapper .floating-label {
  position: absolute;
  right: 10px;
  top: -20px;
  z-index: 5;
  transform: translateY(-50%) rotate(10deg);
  width: 100px;
  font-weight: 700;
  height: 100px;
  background: #2e9f4c;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100%;
}

section.form-hero .flex-wrapper .gform_heading {
  display: none;
}

section.form-hero .flex-wrapper > *:first-child {
  width: 55%;
  max-width: 55%;
  flex-basis: 55%;
  background: #f8f3ec;
  padding: 40px;
  margin-top: -140px;
  position: relative;
}

section.form-hero .flex-wrapper > *:first-child h1 {
  padding-right: 80px;
}

section.form-hero .flex-wrapper > *:first-child .review {
  background: var(--secColor);
  color: white;
  padding: 20px;
}

section.form-hero .flex-wrapper > *:first-child .review p {
  color: white;
}

section.form-hero .flex-wrapper > *:first-child .review .author {
  display: block;
  font-size: 16px;
  font-style: italic;
}

section.form-hero .flex-wrapper > *:last-child {
  width: 45%;
  max-width: 45%;
  flex-basis: 45%;
  padding: 40px;
  background: var(--secColor);
  color: white;
}

section.form-hero .flex-wrapper > *:last-child h1 span,
section.form-hero .flex-wrapper > *:last-child h2 span,
section.form-hero .flex-wrapper > *:last-child .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.form-hero .flex-wrapper > *:last-child .product-title span,
section.form-hero .flex-wrapper > *:last-child h3 span,
section.form-hero .flex-wrapper > *:last-child h4 span,
section.form-hero .flex-wrapper > *:last-child h5 span {
  color: var(--mainColor);
  font-weight: 500;
}

section.form-hero .flex-wrapper > *:last-child h1,
section.form-hero .flex-wrapper > *:last-child h2,
section.form-hero .flex-wrapper > *:last-child .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.form-hero .flex-wrapper > *:last-child .product-title,
section.form-hero .flex-wrapper > *:last-child h3,
section.form-hero .flex-wrapper > *:last-child h4,
section.form-hero .flex-wrapper > *:last-child h5,
section.form-hero .flex-wrapper > *:last-child p,
section.form-hero .flex-wrapper > *:last-child ol,
section.form-hero .flex-wrapper > *:last-child ul,
section.form-hero .flex-wrapper > *:last-child label,
section.form-hero .flex-wrapper > *:last-child a {
  color: white;
}

section.form-hero .flex-wrapper > *:last-child h2,
section.form-hero .flex-wrapper > *:last-child .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.form-hero .flex-wrapper > *:last-child .product-title {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: none;
  font-weight: 500;
}

section.form-hero .flex-wrapper > *:last-child h2 span,
section.form-hero .flex-wrapper > *:last-child .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.form-hero .flex-wrapper > *:last-child .product-title span {
  color: var(--mainColor);
}

section.form-hero .flex-wrapper > *:last-child p {
  font-size: 16px;
}

section.form-hero .flex-wrapper > *:last-child .gform-footer {
  padding-left: 250px;
  justify-content: flex-end;
}

section.form-hero .flex-wrapper > *:last-child .extra {
  display: block;
  font-size: 16px;
  opacity: 0.5;
  margin-top: -45px;
  width: 250px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  section.form-hero.has-landing-page-header {
    margin-top: 90px;
  }

  section.form-hero .image {
    height: 250px;
  }

  section.form-hero .flex-wrapper {
    display: block;
    margin: -80px 0 0 0;
  }

  section.form-hero .flex-wrapper > *:first-child,
  section.form-hero .flex-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 20px;
  }

  section.form-hero .flex-wrapper > *:first-child .gform-footer,
  section.form-hero .flex-wrapper > *:last-child .gform-footer {
    padding-left: 0;
  }

  section.form-hero .flex-wrapper > *:first-child .gform-footer button,
  section.form-hero .flex-wrapper > *:last-child .gform-footer button {
    width: 100%;
  }

  section.form-hero .flex-wrapper > *:first-child .extra,
  section.form-hero .flex-wrapper > *:last-child .extra {
    width: 100%;
    margin-top: 20px;
  }
}

section.large-cta .card {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

section.large-cta .card .content {
  width: 55%;
  max-width: 55%;
  flex-basis: 55%;
  padding: 40px;
  background: #f8f3ec;
}

section.large-cta .card .content > *:last-child {
  margin-bottom: 0 !important;
}

section.large-cta .card .content .review {
  background: var(--secColor);
  color: white;
  padding: 20px;
  margin-top: 20px;
}

section.large-cta .card .content .review p {
  color: white;
}

section.large-cta .card .content .review .author {
  display: block;
  font-size: 16px;
  font-style: italic;
}

section.large-cta .card .image {
  width: 45%;
  max-width: 45%;
  flex-basis: 45%;
  display: block;
  position: relative;
}

section.large-cta .card .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  section.large-cta .card {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  section.large-cta .card .image,
  section.large-cta .card .content {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  section.large-cta .card .content {
    padding: 20px;
  }

  section.large-cta .card .image {
    display: block;
    position: relative;
  }

  section.large-cta .card .image:before {
    content: "";
    padding-top: 100%;
    display: block;
  }
}

section.pricing-statistics .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -40px;
}

section.pricing-statistics .flex-wrapper > *:first-child {
  width: calc(33.333% - 80px);
  max-width: calc(33.333% - 80px);
  flex-basis: calc(33.333% - 80px);
  margin: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

section.pricing-statistics .flex-wrapper > *:first-child .btn.grey {
  margin-top: 10px;
}

section.pricing-statistics .flex-wrapper > *:last-child {
  width: calc(66.666% - 80px);
  max-width: calc(66.666% - 80px);
  flex-basis: calc(66.666% - 80px);
  margin: 40px;
}

section.pricing-statistics .flex-wrapper > *:last-child img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  section.pricing-statistics .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.pricing-statistics .flex-wrapper > *:first-child,
  section.pricing-statistics .flex-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.pricing-statistics .flex-wrapper > *:first-child:last-child,
  section.pricing-statistics .flex-wrapper > *:last-child:last-child {
    margin-bottom: 0;
  }
}

section.problems .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -40px;
}

section.problems .flex-wrapper > * {
  width: calc(50% - 80px);
  max-width: calc(50% - 80px);
  flex-basis: calc(50% - 80px);
  margin: 40px;
}

section.problems .flex-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

section.problems .flex-wrapper .quote {
  background: #f8f3ec;
  padding: 20px;
  margin-top: auto;
}

section.problems .flex-wrapper .quote h5 {
  color: var(--mainColor);
  font-weight: 500;
}

section.problems .flex-wrapper .quote .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 500px;
}

section.problems .flex-wrapper .quote .author .info strong,
section.problems .flex-wrapper .quote .author .info span {
  display: block;
}

section.problems .flex-wrapper .quote .author img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: block;
  margin-right: 20px;
}

section.problems .flex-wrapper .problems-list {
  padding: 40px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

section.problems .flex-wrapper .problems-list .problem {
  margin-bottom: 60px;
}

section.problems .flex-wrapper .problems-list .problem:last-child,
section.problems .flex-wrapper .problems-list .problem > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  section.problems .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.problems .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.problems .flex-wrapper > * .quote {
    margin-top: 20px;
  }

  section.problems .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }

  section.problems .flex-wrapper .problems-list {
    padding: 20px;
  }

  section.problems .flex-wrapper .problems-list .problem {
    margin-bottom: 40px;
  }
}

section.products-alt .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
}

section.products-alt .flex-wrapper > *:first-child {
  width: calc(66.666% - 40px);
  max-width: calc(66.666% - 40px);
  flex-basis: calc(66.666% - 40px);
  margin: 20px;
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper > * {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
  padding: 20px;
  color: white;
  background: var(--secColor);
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper > * > *:last-child {
  margin-bottom: 0 !important;
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper > * h3,
section.products-alt .flex-wrapper > *:first-child .products-wrapper > * h4,
section.products-alt .flex-wrapper > *:first-child .products-wrapper > * p,
section.products-alt .flex-wrapper > *:first-child .products-wrapper > * ul,
section.products-alt .flex-wrapper > *:first-child .products-wrapper > * ol,
section.products-alt .flex-wrapper > *:first-child .products-wrapper > * a,
section.products-alt .flex-wrapper > *:first-child .products-wrapper > * li {
  color: white !important;
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper > * .image {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background: white;
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper > * .image:before {
  content: "";
  padding-top: 100%;
  display: block;
}

section.products-alt .flex-wrapper > *:first-child .products-wrapper > * .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.products-alt .flex-wrapper > *:last-child {
  width: calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  flex-basis: calc(33.333% - 40px);
  margin: 20px;
}

section.products-alt .flex-wrapper .content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  section.products-alt .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.products-alt .flex-wrapper > *:first-child,
  section.products-alt .flex-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.products-alt .flex-wrapper > *:first-child:last-child,
  section.products-alt .flex-wrapper > *:last-child:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  section.products-alt .flex-wrapper > *:first-child .products-wrapper,
  section.products-alt .flex-wrapper > *:last-child .products-wrapper {
    display: block;
    margin: 0;
  }

  section.products-alt .flex-wrapper > *:first-child .products-wrapper > *,
  section.products-alt .flex-wrapper > *:last-child .products-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.products-alt .flex-wrapper > *:first-child .products-wrapper > *:last-child,
  section.products-alt .flex-wrapper > *:last-child .products-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.pros-cards h2,
section.pros-cards .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.pros-cards .product-title {
  margin-bottom: 40px;
}

section.pros-cards .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}

section.pros-cards .flex-wrapper > .card {
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  margin: 5px;
  background: #f8f3ec;
  padding: 20px;
}

section.pros-cards .flex-wrapper > .card > *:last-child {
  margin-bottom: 0 !important;
}

section.pros-cards .flex-wrapper > .card img {
  display: block;
  height: 60px;
  margin-bottom: 20px;
  max-width: 100%;
  -o-object-position: left top;
  object-position: left top;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1200px) {
  section.pros-cards .flex-wrapper > .card {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media only screen and (max-width: 600px) {
  section.pros-cards h2,
  section.pros-cards .product-header-wrap .product-header-info .titles-box .product-title,
  .product-header-wrap .product-header-info .titles-box section.pros-cards .product-title {
    margin-bottom: 20px;
  }

  section.pros-cards .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.pros-cards .flex-wrapper > .card {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.pros-cards .flex-wrapper > .card:last-child {
    margin-bottom: 0;
  }
}

section.reviews h2,
section.reviews .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.reviews .product-title {
  margin-bottom: 40px;
}

section.reviews .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}

section.reviews .flex-wrapper > * {
  width: calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  flex-basis: calc(33.333% - 10px);
  margin: 5px;
  padding: 20px;
  background: #f8f3ec;
}

section.reviews .flex-wrapper > * > *:last-child {
  margin-bottom: 0;
}

section.reviews .flex-wrapper > * .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

section.reviews .flex-wrapper > * .author .info strong,
section.reviews .flex-wrapper > * .author .info span {
  display: block;
}

section.reviews .flex-wrapper > * .author img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: block;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  section.reviews h2,
  section.reviews .product-header-wrap .product-header-info .titles-box .product-title,
  .product-header-wrap .product-header-info .titles-box section.reviews .product-title {
    margin-bottom: 20px;
  }

  section.reviews .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.reviews .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.reviews .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.simple-faq .content {
  max-width: 1000px;
  margin: 0 auto;
}

section.simple-faq .content p,
section.simple-faq .content ul,
section.simple-faq .content ol {
  opacity: 0.6;
  font-weight: 500;
}

section.simple-faq .content .intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

section.simple-faq .content .intro p {
  font-size: 22px;
}

section.simple-faq .content .intro h2,
section.simple-faq .content .intro .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.simple-faq .content .intro .product-title {
  text-transform: none;
}

section.simple-faq .content .intro > *:last-child {
  margin-bottom: 0;
}

section.simple-faq .content .accordion .question {
  cursor: pointer;
}

section.simple-faq .content .accordion .question.active h4:after {
  transform: translateY(-50%) rotate(-180deg);
}

section.simple-faq .content .accordion .question h4 {
  padding: 20px 60px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-transform: none;
  font-weight: 400;
  position: relative;
}

section.simple-faq .content .accordion .question h4:after {
  content: "\e900";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 24px;
  transition: transform 0.3s ease-in-out;
}

section.simple-faq .content .accordion .question .answer {
  display: none;
  padding-left: 20px;
}

section.simple-faq .content .accordion .question.active h4 {
  border-color: #f0eee8;
  background: #f0eee8;
  color: var(--mainColor);
}

section.text-image-cards h2,
section.text-image-cards .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.text-image-cards .product-title {
  margin-bottom: 40px;
}

section.text-image-cards .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}

section.text-image-cards .flex-wrapper > .card {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin: 5px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

section.text-image-cards .flex-wrapper > .card .info {
  width: 55%;
  max-width: 55%;
  flex-basis: 55%;
  padding: 20px;
  background: #f8f3ec;
}

section.text-image-cards .flex-wrapper > .card .info > *:last-child {
  margin-bottom: 0 !important;
}

section.text-image-cards .flex-wrapper > .card .image {
  width: 45%;
  max-width: 45%;
  flex-basis: 45%;
  display: block;
  position: relative;
}

section.text-image-cards .flex-wrapper > .card .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  section.text-image-cards .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.text-image-cards .flex-wrapper > .card {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.text-image-cards .flex-wrapper > .card:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 660px) {
  section.text-image-cards .flex-wrapper > .card {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  section.text-image-cards .flex-wrapper > .card .image,
  section.text-image-cards .flex-wrapper > .card .info {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  section.text-image-cards .flex-wrapper > .card .image {
    display: block;
    position: relative;
  }

  section.text-image-cards .flex-wrapper > .card .image:before {
    content: "";
    padding-top: 100%;
    display: block;
  }
}

section.calculator {
  margin-top: 170px;
}

section.calculator .banner {
  background: var(--secColor);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  padding: 20px;
  margin-bottom: 40px;
}

section.calculator .banner .label {
  position: relative;
  z-index: 5;
  transform: rotate(10deg);
  width: 100px;
  font-weight: 700;
  height: 100px;
  background: #2e9f4c;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

section.calculator .banner h1,
section.calculator .banner h2,
section.calculator .banner .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.calculator .banner .product-title,
section.calculator .banner h3,
section.calculator .banner h4,
section.calculator .banner p,
section.calculator .banner ol,
section.calculator .banner ul,
section.calculator .banner li {
  color: white;
}

section.calculator .banner h1 span,
section.calculator .banner h2 span,
section.calculator .banner .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.calculator .banner .product-title span,
section.calculator .banner h3 span,
section.calculator .banner h4 span,
section.calculator .banner p span,
section.calculator .banner ol span,
section.calculator .banner ul span,
section.calculator .banner li span {
  color: white;
}

section.calculator .banner p {
  margin-bottom: 0;
}

section.calculator .banner h3 {
  margin: 0;
  padding: 0 40px 0 0;
  flex-basis: calc(40% - 140px);
  flex-grow: 0;
  flex-shrink: 0;
}

section.calculator .banner h4,
section.calculator .banner h5 {
  margin-bottom: 10px;
}

section.calculator .banner .text {
  flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 40px;
}

section.calculator .banner .text:last-child {
  padding-right: 0;
}

section.calculator .banner .image {
  flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 40px;
  position: relative;
  display: block;
  align-self: stretch;
}

section.calculator .banner .image:last-child {
  padding-right: 0;
}

section.calculator .banner .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-height: calc(100% + 80px);
}

section.calculator .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
  margin: -20px;
}

section.calculator .flex-wrapper .gform_heading {
  display: none;
}

section.calculator .flex-wrapper > *:first-child {
  width: calc(55% - 40px);
  max-width: calc(55% - 40px);
  flex-basis: calc(55% - 40px);
  margin: 20px;
  padding: 40px;
  background: #f8f3ec;
}

section.calculator .flex-wrapper > *:first-child .usps {
  margin-bottom: 20px;
}

section.calculator .flex-wrapper > *:first-child .usps .usp {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.calculator .flex-wrapper > *:first-child .usps .usp img {
  width: 25px;
  margin-right: 10px;
  display: block;
}

section.calculator .flex-wrapper > *:first-child h1 span,
section.calculator .flex-wrapper > *:first-child h2 span,
section.calculator .flex-wrapper > *:first-child .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.calculator .flex-wrapper > *:first-child .product-title span,
section.calculator .flex-wrapper > *:first-child h3 span,
section.calculator .flex-wrapper > *:first-child h4 span,
section.calculator .flex-wrapper > *:first-child h5 span {
  color: var(--mainColor);
  font-weight: 500;
}

section.calculator .flex-wrapper > *:first-child h2,
section.calculator .flex-wrapper > *:first-child .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.calculator .flex-wrapper > *:first-child .product-title {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: none;
  font-weight: 500;
}

section.calculator .flex-wrapper > *:first-child h2 span,
section.calculator .flex-wrapper > *:first-child .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.calculator .flex-wrapper > *:first-child .product-title span {
  color: var(--mainColor);
}

section.calculator .flex-wrapper > *:first-child p {
  font-size: 16px;
}

section.calculator .flex-wrapper > *:first-child .gform-footer {
  padding-left: 250px;
  justify-content: flex-end;
}

section.calculator .flex-wrapper > *:first-child .extra {
  display: block;
  font-size: 16px;
  opacity: 0.5;
  margin-top: -45px;
  width: 250px;
  margin-bottom: 0;
}

section.calculator .flex-wrapper > *:last-child {
  width: calc(45% - 40px);
  max-width: calc(45% - 40px);
  flex-basis: calc(45% - 40px);
  margin: 20px;
  position: relative;
}

section.calculator .flex-wrapper > *:last-child h1 {
  padding-right: 80px;
}

section.calculator .flex-wrapper > *:last-child .review {
  background: var(--secColor);
  color: white;
  padding: 20px;
}

section.calculator .flex-wrapper > *:last-child .review p {
  color: white;
}

section.calculator .flex-wrapper > *:last-child .review .author {
  display: block;
  font-size: 16px;
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  section.calculator {
    margin-top: 160px;
  }

  section.calculator .banner {
    display: block;
    position: relative;
  }

  section.calculator .banner > *:last-child {
    margin-bottom: 0 !important;
  }

  section.calculator .banner .title {
    margin-bottom: 20px;
    padding-right: 140px;
  }

  section.calculator .banner .title h3 {
    padding: 0;
  }

  section.calculator .banner .text {
    margin-bottom: 20px;
    padding: 0;
  }

  section.calculator .banner .label {
    position: absolute;
    right: 20px;
    margin-right: 0;
    top: 0 !important;
    transform: translateY(-50%) rotate(10deg) !important;
  }

  section.calculator .banner .image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }

  section.calculator .banner .image img {
    transform: none;
    position: static;
    height: 120px;
    width: auto;
  }

  section.calculator .image {
    height: 250px;
  }

  section.calculator .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.calculator .flex-wrapper > *:first-child,
  section.calculator .flex-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 20px;
  }

  section.calculator .flex-wrapper > *:first-child .gform-footer,
  section.calculator .flex-wrapper > *:last-child .gform-footer {
    padding-left: 0;
  }

  section.calculator .flex-wrapper > *:first-child .gform-footer button,
  section.calculator .flex-wrapper > *:last-child .gform-footer button {
    width: 100%;
  }

  section.calculator .flex-wrapper > *:first-child .extra,
  section.calculator .flex-wrapper > *:last-child .extra {
    width: 100%;
    margin-top: 20px;
  }

  section.calculator .flex-wrapper > *:first-child {
    margin-bottom: 40px;
  }

  section.calculator .flex-wrapper > *:last-child {
    padding: 0;
  }
}

section.large-products {
  background: #F9F9F9;
}

section.large-products + section.sec-margin-blocks {
  padding-top: 100px;
}

section.large-products .intro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px -10px 40px -10px;
}

section.large-products .intro h2,
section.large-products .intro .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.large-products .intro .product-title {
  max-width: 500px;
}

section.large-products .intro > * {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
}

section.large-products .flex-wrapper {
  display: flex;
  align-items: strecht;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}

section.large-products .flex-wrapper .product {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
  background: white;
  padding: 40px;
}

section.large-products .flex-wrapper .product > *:last-child {
  margin-bottom: 0 !important;
}

section.large-products .flex-wrapper .product .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.large-products .flex-wrapper .product .wrap .content > *:last-child {
  margin-bottom: 0 !important;
}

section.large-products .flex-wrapper .product .wrap img {
  display: block;
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 1440px) {
  section.large-products + section.sec-margin-blocks {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  section.large-products .flex-wrapper .product .wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  section.large-products .flex-wrapper .product .wrap img {
    margin-left: 0;
    margin-bottom: 20px;
    width: 150px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  section.large-products + section.sec-margin-blocks {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  section.large-products .intro {
    display: block;
    margin: 0;
  }

  section.large-products .intro > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.large-products .intro > *:last-child {
    margin-bottom: 0;
  }

  section.large-products .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.large-products .flex-wrapper .product {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }

  section.large-products .flex-wrapper .product:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.large-products + section.sec-margin-blocks {
    padding-top: 40px;
  }
}

section.text-image.image-left .flex-wrapper {
  flex-direction: row-reverse;
}

section.text-image .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -40px;
}

section.text-image .flex-wrapper > * {
  width: calc(45% - 80px);
  max-width: calc(45% - 80px);
  flex-basis: calc(45% - 80px);
  margin: 40px;
}

section.text-image .flex-wrapper > * > *:last-child {
  margin-bottom: 0;
}

section.text-image .flex-wrapper > *.image {
  width: calc(55% - 80px);
  max-width: calc(55% - 80px);
  flex-basis: calc(55% - 80px);
}

@media only screen and (max-width: 991px) {
  section.text-image .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.text-image .flex-wrapper > * {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 0 20px 0;
  }

  section.text-image .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.projects-archive {
  background: #F9F9F9;
}

section.projects-archive + section.sec-margin-blocks {
  padding-top: 100px;
}

section.projects-archive .project-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}

section.projects-archive .project-grid .single-project {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
  background: white;
}

section.projects-archive .project-grid .single-project .short-text {
  padding: 40px 20px 20px 20px;
}

section.projects-archive .project-grid .single-project .short-text > *:last-child {
  margin-bottom: 0 !important;
}

section.projects-archive .project-grid .single-project .content {
  display: flex;
  justify-content: flex-start;
}

section.projects-archive .project-grid .single-project .content .info {
  padding: 40px 40px 0 20px;
  margin-right: auto;
}

section.projects-archive .project-grid .single-project .content .info > *:last-child {
  margin-bottom: 0;
}

section.projects-archive .project-grid .single-project .content .image {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  flex-grow: 0;
}

section.projects-archive .project-grid .single-project .content .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 1024px) {
  section.projects-archive + section.sec-margin-blocks {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  section.projects-archive .project-grid {
    display: block;
    margin: 0;
  }

  section.projects-archive .project-grid .single-project {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.projects-archive .project-grid .single-project:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  section.projects-archive .project-grid .single-project .content {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
  }

  section.projects-archive .project-grid .single-project .content .info {
    padding-top: 20px;
  }

  section.projects-archive .project-grid .single-project .content .image {
    width: 100%;
    max-width: 100%;
  }

  section.projects-archive .project-grid .single-project .content {
    padding-bottom: 20px;
  }

  section.projects-archive .project-grid .single-project .short-text {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.projects-archive + section.sec-margin-blocks {
    padding-top: 40px;
  }
}

section.products-archive {
  background: #F9F9F9;
}

section.products-archive + section.sec-margin-blocks {
  padding-top: 100px;
}

section.products-archive .intro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px -10px 40px -10px;
}

section.products-archive .intro h2,
section.products-archive .intro .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.products-archive .intro .product-title {
  max-width: 500px;
}

section.products-archive .intro > * {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
}

section.products-archive .flex-wrapper {
  display: flex;
  align-items: strecht;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}

section.products-archive .flex-wrapper .product {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin: 10px;
  background: white;
  padding: 40px;
}

section.products-archive .flex-wrapper .product > *:last-child {
  margin-bottom: 0 !important;
}

section.products-archive .flex-wrapper .product .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.products-archive .flex-wrapper .product .wrap .content > *:last-child {
  margin-bottom: 0 !important;
}

section.products-archive .flex-wrapper .product .wrap img {
  display: block;
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 1440px) {
  section.products-archive + section.sec-margin-blocks {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  section.products-archive .flex-wrapper .product .wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  section.products-archive .flex-wrapper .product .wrap img {
    margin-left: 0;
    margin-bottom: 20px;
    width: 150px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  section.products-archive + section.sec-margin-blocks {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  section.products-archive .intro {
    display: block;
    margin: 0;
  }

  section.products-archive .intro > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.products-archive .intro > *:last-child {
    margin-bottom: 0;
  }

  section.products-archive .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.products-archive .flex-wrapper .product {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }

  section.products-archive .flex-wrapper .product:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.products-archive + section.sec-margin-blocks {
    padding-top: 40px;
  }
}

section.large-hero {
  position: relative;
  z-index: 5;
  padding-top: 140px;
  margin-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  section.large-hero {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  section.large-hero {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  section.large-hero {
    margin-bottom: 40px;
  }
}

section.large-hero .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.large-hero .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.85;
  z-index: 1;
}

section.large-hero .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

section.large-hero .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -40px;
  position: relative;
  z-index: 5;
}

section.large-hero .flex-wrapper > * {
  width: calc(50% - 80px);
  max-width: calc(50% - 80px);
  flex-basis: calc(50% - 80px);
  margin: 40px;
}

section.large-hero .flex-wrapper .content {
  padding-bottom: 315px;
  color: white;
}

section.large-hero .flex-wrapper .content h1 {
  font-size: 60px;
  font-weight: 700;
}

section.large-hero .flex-wrapper .content * {
  color: white;
}

section.large-hero .flex-wrapper .card {
  background: #F0EEE8;
  padding: 40px;
  align-self: flex-end;
}

section.large-hero .flex-wrapper .card h3 {
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 2rem;
}

section.large-hero .flex-wrapper .card p.big-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
}

section.large-hero .flex-wrapper .card > *:last-child {
  margin-bottom: 0;
}

section.large-hero .logos {
  height: 175px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

section.large-hero .logos:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 200vw;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  background: white;
  z-index: -1;
}

section.large-hero .logos .logos-content {
  width: calc(50% + 40px);
}

section.large-hero .logos .logos-content h3 {
  margin-bottom: 30px;
}

section.large-hero .logos .slider .slick-track {
  margin: 0;
}

section.large-hero .logos .slider img {
  display: block;
  width: auto;
  height: 60px;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 20px;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 991px) {
  section.large-hero {
    padding-top: 40px;
  }

  section.large-hero .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.large-hero .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 40px 0;
  }

  section.large-hero .flex-wrapper > *.content {
    padding: 0 !important;
  }

  section.large-hero .flex-wrapper > *.content h1 {
    font-size: 40px;
  }

  section.large-hero .flex-wrapper > *.card {
    padding: 20px;
  }

  section.large-hero .flex-wrapper > *.card h3 {
    font-size: 1.75rem;
  }

  section.large-hero .flex-wrapper > *.card p.big-text {
    font-size: 1.5rem;
  }

  section.large-hero .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }

  section.large-hero .logos {
    position: relative;
    margin-top: -40px;
  }

  section.large-hero .logos .logos-content {
    width: 100%;
    text-align: center;
  }
}

section.team-archive h2,
section.team-archive .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.team-archive .product-title {
  margin-bottom: 40px;
}

section.team-archive .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}

section.team-archive .flex-wrapper > * {
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

section.team-archive .flex-wrapper > * .image {
  position: relative;
}

section.team-archive .flex-wrapper > * .image:before {
  content: "";
  padding-top: 65%;
  display: block;
}

section.team-archive .flex-wrapper > * .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

section.team-archive .flex-wrapper > * .content {
  padding: 20px;
}

section.team-archive .flex-wrapper > * .content > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  section.team-archive .flex-wrapper > * {
    width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    flex-basis: calc(33.333% - 10px);
  }
}

@media only screen and (max-width: 991px) {
  section.team-archive .flex-wrapper > * {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media only screen and (max-width: 768px) {
  section.team-archive .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.team-archive .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.team-archive .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.steps h2,
section.steps .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.steps .product-title {
  margin-bottom: 40px;
}

section.steps .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}

section.steps .flex-wrapper > * {
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: block;
}

section.steps .flex-wrapper > * .count {
  position: relative;
  width: 50px;
  height: 50px;
  background: #0E1F2F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  font-weight: 700;
}

section.steps .flex-wrapper > * > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  section.steps .flex-wrapper > * {
    width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    flex-basis: calc(33.333% - 10px);
  }
}

@media only screen and (max-width: 991px) {
  section.steps .flex-wrapper > * {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media only screen and (max-width: 768px) {
  section.steps .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.steps .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.steps .flex-wrapper > * .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  section.steps .flex-wrapper > * .title-wrapper .count {
    margin-right: 10px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  section.steps .flex-wrapper > * .title-wrapper h4 {
    margin-bottom: 0;
  }

  section.steps .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.single-project-hero {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: #0E1F2F;
  margin-top: 140px;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  section.single-project-hero {
    margin-top: 120px;
  }
}

section.single-project-hero + .breadcrumbs-line {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  section.single-project-hero + .breadcrumbs-line {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  section.single-project-hero + .breadcrumbs-line {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  section.single-project-hero + .breadcrumbs-line {
    margin-bottom: 40px;
  }
}

section.single-project-hero .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
}

section.single-project-hero .flex-wrapper > * {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  margin: 20px;
}

section.single-project-hero .flex-wrapper .images {
  min-height: 500px;
}

section.single-project-hero .flex-wrapper .images .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}

section.single-project-hero .flex-wrapper .images .images-wrapper .image {
  margin: 5px !important;
}

section.single-project-hero .flex-wrapper .images.count-3 .images-wrapper .image:nth-child(2),
section.single-project-hero .flex-wrapper .images.count-3 .images-wrapper .image:nth-child(3) {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin: 5px;
}

section.single-project-hero .flex-wrapper .images .image {
  display: block;
  width: 100%;
  height: calc(50% - 5px);
  position: relative;
}

section.single-project-hero .flex-wrapper .images .image:first-child {
  margin-bottom: 10px;
}

section.single-project-hero .flex-wrapper .images .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.single-project-hero .flex-wrapper .content {
  color: white;
}

section.single-project-hero .flex-wrapper .content .buttons .btn {
  display: inline-block;
  margin: 0 10px 10px 0;
}

section.single-project-hero .flex-wrapper .content .buttons .btn.white {
  background: white;
}

section.single-project-hero .flex-wrapper .content .buttons .btn.white:before {
  background: #f1f1f1;
}

section.single-project-hero .flex-wrapper .content .buttons .btn.white span {
  color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  section.single-project-hero .flex-wrapper .content .buttons .btn {
    margin-right: 0;
    display: block;
    width: 100%;
  }

  section.single-project-hero .flex-wrapper .content .buttons .btn:last-child {
    margin-bottom: 0;
  }
}

section.single-project-hero .flex-wrapper .content * {
  color: white;
}

section.single-project-hero .flex-wrapper .content ul,
section.single-project-hero .flex-wrapper .content ul li {
  color: white !important;
}

section.single-project-hero .flex-wrapper .content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

section.single-project-hero .flex-wrapper .content .specs {
  margin-top: 80px;
}

section.single-project-hero .flex-wrapper .content .specs h5 {
  font-weight: 500;
  font-size: 1.25rem;
}

section.single-project-hero .flex-wrapper .content .specs .spec {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}

section.single-project-hero .flex-wrapper .content .specs .spec:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e88c00;
  position: absolute;
  left: 0;
  top: 23px;
}

section.single-project-hero .flex-wrapper .content .specs .spec .info > *:last-child {
  margin-bottom: 0;
}

section.single-project-hero .flex-wrapper .content .specs .spec .info h5 {
  margin-bottom: 10px;
}

section.single-project-hero .flex-wrapper .content .specs .spec .info p {
  opacity: 0.5;
}

section.single-project-hero .flex-wrapper .content .specs .spec .value {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-weight: 900;
  font-size: 1.25rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  section.single-project-hero {
    padding: 40px 0;
  }

  section.single-project-hero .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.single-project-hero .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.single-project-hero .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }

  section.single-project-hero .flex-wrapper .images {
    min-height: auto;
  }

  section.single-project-hero .flex-wrapper .images .images-wrapper {
    flex-wrap: nowrap;
  }

  section.single-project-hero .flex-wrapper .images .images-wrapper .image {
    width: auto !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    height: auto;
    width: auto;
  }

  section.single-project-hero .flex-wrapper .images .images-wrapper .image img {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }

  section.single-project-hero .flex-wrapper .content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  section.single-project-hero .flex-wrapper .content .specs {
    margin-top: 40px;
  }
}

section.single-product-hero {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: #0E1F2F;
  margin-top: 140px;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  section.single-product-hero {
    margin-top: 120px;
  }
}

section.single-product-hero + .breadcrumbs-line {
  margin-bottom: 100px;
}

section.single-product-hero + .breadcrumbs-line + .hero-navigation {
  margin-top: -100px;
}

@media only screen and (max-width: 1440px) {
  section.single-product-hero + .breadcrumbs-line {
    margin-bottom: 70px;
  }

  section.single-product-hero + .breadcrumbs-line + .hero-navigation {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  section.single-product-hero + .breadcrumbs-line {
    margin-bottom: 50px;
  }

  section.single-product-hero + .breadcrumbs-line + .hero-navigation {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  section.single-product-hero + .breadcrumbs-line {
    margin-bottom: 40px;
  }

  section.single-product-hero + .breadcrumbs-line + .hero-navigation {
    margin-top: -40px;
  }
}

section.single-product-hero .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
}

section.single-product-hero .flex-wrapper .images {
  width: calc(40% - 80px);
  max-width: calc(40% - 80px);
  flex-basis: calc(40% - 80px);
  margin: 40px;
}

section.single-product-hero .flex-wrapper .images .gallery {
  margin-bottom: 10px;
}

section.single-product-hero .flex-wrapper .images .gallery .image {
  position: relative;
  display: block;
}

section.single-product-hero .flex-wrapper .images .gallery .image:before {
  content: "";
  padding-top: 100%;
  display: block;
}

section.single-product-hero .flex-wrapper .images .gallery .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

section.single-product-hero .flex-wrapper .images .controls .slick-list {
  margin: 0 -5px;
}

section.single-product-hero .flex-wrapper .images .controls .image {
  position: relative;
  display: block;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

section.single-product-hero .flex-wrapper .images .controls .image.slick-current,
section.single-product-hero .flex-wrapper .images .controls .image:hover,
section.single-product-hero .flex-wrapper .images .controls .image:focus {
  opacity: 1;
}

section.single-product-hero .flex-wrapper .images .controls .image:before {
  content: "";
  padding-top: 100%;
  display: block;
}

section.single-product-hero .flex-wrapper .images .controls .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

section.single-product-hero .flex-wrapper .images .sectors {
  color: white;
  padding: 20px;
  margin-top: 10px;
  background: #263543;
}

section.single-product-hero .flex-wrapper .images .sectors * {
  color: white;
}

section.single-product-hero .flex-wrapper .images .sectors .btn {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: white;
}

section.single-product-hero .flex-wrapper .images .sectors .btn:before {
  background: #f1f1f1;
}

section.single-product-hero .flex-wrapper .images .sectors .btn span {
  color: var(--mainColor);
}

section.single-product-hero .flex-wrapper .images .sectors .grid .sector {
  background: #3B4955;
  padding: 10px;
  margin: 0 5px 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.single-product-hero .flex-wrapper .images .sectors .grid .sector:before {
  content: "\e902" !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 10px;
  background: #2e9f4c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

section.single-product-hero .flex-wrapper .images .sectors .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

section.single-product-hero .flex-wrapper .images .sectors .cta h5 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.35rem;
}

section.single-product-hero .flex-wrapper .images .sectors .cta .btn {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

section.single-product-hero .flex-wrapper .content {
  color: white;
  width: calc(60% - 80px);
  max-width: calc(60% - 80px);
  flex-basis: calc(60% - 80px);
  margin: 40px;
}

section.single-product-hero .flex-wrapper .content .buttons .btn {
  display: inline-block;
  margin: 0 10px 10px 0;
}

section.single-product-hero .flex-wrapper .content .buttons .btn.white {
  background: white;
}

section.single-product-hero .flex-wrapper .content .buttons .btn.white:before {
  background: #f1f1f1;
}

section.single-product-hero .flex-wrapper .content .buttons .btn.white span {
  color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  section.single-product-hero .flex-wrapper .content .buttons .btn {
    margin-right: 0;
    display: block;
    width: 100%;
  }

  section.single-product-hero .flex-wrapper .content .buttons .btn:last-child {
    margin-bottom: 0;
  }
}

section.single-product-hero .flex-wrapper .content * {
  color: white;
}

section.single-product-hero .flex-wrapper .content ul,
section.single-product-hero .flex-wrapper .content ul li {
  color: white !important;
}

section.single-product-hero .flex-wrapper .content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

section.single-product-hero .flex-wrapper .content .specs {
  margin-top: 40px;
}

section.single-product-hero .flex-wrapper .content .specs .inline-btn {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
}

section.single-product-hero .flex-wrapper .content .specs h5 {
  font-weight: 500;
  font-size: 1.25rem;
}

section.single-product-hero .flex-wrapper .content .specs .spec {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}

section.single-product-hero .flex-wrapper .content .specs .spec:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e88c00;
  position: absolute;
  left: 0;
  top: 23px;
}

section.single-product-hero .flex-wrapper .content .specs .spec .info > *:last-child {
  margin-bottom: 0;
}

section.single-product-hero .flex-wrapper .content .specs .spec .info h5 {
  margin-bottom: 10px;
}

section.single-product-hero .flex-wrapper .content .specs .spec .info p {
  opacity: 0.5;
}

section.single-product-hero .flex-wrapper .content .specs .spec .value {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-weight: 900;
  font-size: 1.25rem;
  display: block;
}

.hero-navigation {
  background: #F0EEE8;
  padding: 20px 0;
}

.hero-navigation .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-navigation .flex-wrapper .info {
  max-width: 400px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-navigation .flex-wrapper .info .image {
  position: relative;
  display: block;
  margin-right: 20px;
  width: 100px;
}

.hero-navigation .flex-wrapper .info .image:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.hero-navigation .flex-wrapper .info .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-navigation .flex-wrapper .info h3 {
  margin: 0;
}

.hero-navigation .flex-wrapper .nav-items {
  margin-left: auto;
  text-align: right;
}

.hero-navigation .flex-wrapper .nav-items .nav-item {
  margin-left: 20px;
  display: inline-block;
  color: #0E1F2F;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-navigation .flex-wrapper .btn {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
  section.single-product-hero .flex-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px;
  }

  section.single-product-hero .flex-wrapper > * {
    width: calc(50% - 40px) !important;
    max-width: calc(50% - 40px) !important;
    flex-basis: calc(50% - 40px) !important;
    margin: 20px !important;
  }

  section.single-product-hero .flex-wrapper .images .sectors .cta {
    display: block;
    margin: 20px 0 0 0;
  }

  section.single-product-hero .flex-wrapper .images .sectors .cta > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 10px 0 !important;
    display: block;
  }

  section.single-product-hero .flex-wrapper .images .sectors .cta > * .btn {
    margin: 0 !important;
    display: block;
  }

  section.single-product-hero .flex-wrapper .images .sectors .cta > *:last-child {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  section.hero-navigation .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
  }

  section.hero-navigation .flex-wrapper .info {
    margin-bottom: 20px;
  }

  section.hero-navigation .flex-wrapper .nav-items {
    text-align: left;
  }

  section.hero-navigation .flex-wrapper .nav-items .nav-item {
    margin: 0 20px 5px 0;
  }

  section.hero-navigation .flex-wrapper .btn {
    margin: 15px 0 0 0;
  }

  section.single-product-hero {
    padding: 40px 0;
  }

  section.single-product-hero .flex-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 !important;
  }

  section.single-product-hero .flex-wrapper > * {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
  }

  section.single-product-hero .flex-wrapper > *.content {
    margin: 0 0 20px 0 !important;
  }

  section.single-product-hero .flex-wrapper .content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  section.single-product-hero .flex-wrapper .content .specs {
    margin-top: 40px;
  }
}

section.info-cards h2,
section.info-cards .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.info-cards .product-title {
  margin-bottom: 40px;
}

section.info-cards .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}

section.info-cards .flex-wrapper > * {
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

section.info-cards .flex-wrapper > * .image {
  position: relative;
}

section.info-cards .flex-wrapper > * .image:before {
  content: "";
  padding-top: 65%;
  display: block;
}

section.info-cards .flex-wrapper > * .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

section.info-cards .flex-wrapper > * .content {
  padding: 20px;
}

section.info-cards .flex-wrapper > * .content > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  section.info-cards .flex-wrapper > * {
    width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    flex-basis: calc(33.333% - 10px);
  }
}

@media only screen and (max-width: 991px) {
  section.info-cards .flex-wrapper > * {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media only screen and (max-width: 768px) {
  section.info-cards .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.info-cards .flex-wrapper > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  section.info-cards .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }
}

section.form-alt .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -40px;
}

section.form-alt .flex-wrapper > * {
  width: calc(50% - 80px);
  max-width: calc(50% - 80px);
  flex-basis: calc(50% - 80px);
  margin: 40px;
}

section.form-alt .flex-wrapper > * > *:last-child {
  margin-bottom: 0;
}

section.form-alt .flex-wrapper > * .review {
  background: var(--secColor);
  color: white;
  padding: 20px;
}

section.form-alt .flex-wrapper > * .review p {
  color: white;
}

section.form-alt .flex-wrapper > * .review .author {
  display: block;
  font-size: 16px;
  font-style: italic;
}

section.form-alt .flex-wrapper > *.form {
  padding: 40px;
  background: var(--secColor);
  color: white;
}

section.form-alt .flex-wrapper > *.form .gform_heading {
  display: none !important;
}

section.form-alt .flex-wrapper > *.form h1 span,
section.form-alt .flex-wrapper > *.form h2 span,
section.form-alt .flex-wrapper > *.form .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.form-alt .flex-wrapper > *.form .product-title span,
section.form-alt .flex-wrapper > *.form h3 span,
section.form-alt .flex-wrapper > *.form h4 span,
section.form-alt .flex-wrapper > *.form h5 span {
  color: var(--mainColor);
  font-weight: 500;
}

section.form-alt .flex-wrapper > *.form h1,
section.form-alt .flex-wrapper > *.form h2,
section.form-alt .flex-wrapper > *.form .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.form-alt .flex-wrapper > *.form .product-title,
section.form-alt .flex-wrapper > *.form h3,
section.form-alt .flex-wrapper > *.form h4,
section.form-alt .flex-wrapper > *.form h5,
section.form-alt .flex-wrapper > *.form p,
section.form-alt .flex-wrapper > *.form ol,
section.form-alt .flex-wrapper > *.form ul,
section.form-alt .flex-wrapper > *.form label,
section.form-alt .flex-wrapper > *.form a {
  color: white;
}

section.form-alt .flex-wrapper > *.form h2,
section.form-alt .flex-wrapper > *.form .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box section.form-alt .flex-wrapper > *.form .product-title {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: none;
  font-weight: 500;
}

section.form-alt .flex-wrapper > *.form h2 span,
section.form-alt .flex-wrapper > *.form .product-header-wrap .product-header-info .titles-box .product-title span,
.product-header-wrap .product-header-info .titles-box section.form-alt .flex-wrapper > *.form .product-title span {
  color: var(--mainColor);
}

section.form-alt .flex-wrapper > *.form p {
  font-size: 16px;
}

section.form-alt .flex-wrapper > *.form .gform-footer {
  padding-left: 250px;
  justify-content: flex-end;
}

section.form-alt .flex-wrapper > *.form .extra {
  display: block;
  font-size: 16px;
  opacity: 0.5;
  margin-top: -45px;
  width: 250px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  section.form-alt .flex-wrapper {
    display: block;
    margin: 0;
  }

  section.form-alt .flex-wrapper > * {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 0 20px 0;
  }

  section.form-alt .flex-wrapper > *:last-child {
    margin-bottom: 0;
  }

  section.form-alt .flex-wrapper > *.form {
    padding: 20px;
  }

  section.form-alt .flex-wrapper > *.form .gform-footer {
    padding-left: 0;
  }

  section.form-alt .flex-wrapper > *.form .gform-footer button {
    width: 100%;
  }

  section.form-alt .flex-wrapper > *.form .extra {
    width: 100%;
    margin-top: 20px;
  }
}

.posts-section.with-button {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .posts-section.with-button {
    padding-bottom: 100px;
  }
}

.posts-section.with-button .col,
.posts-section.with-button .rel-col {
  position: static;
}

@media only screen and (max-width: 767px) {
  .posts-section.with-button .list-button-wrap {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .posts-section.with-button .list-button-wrap .btn {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list {
    padding: 0 7.5px;
  }
}

.posts-list-wrap .posts-list .post-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list .post-item {
    padding: 0 7.5px;
  }
}

@media only screen and (max-width: 960px) {
  .posts-list-wrap .posts-list .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list-wrap .posts-list .post-item .post-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap {
  overflow: hidden;
  position: relative;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .post-th {
  padding-top: 55.8139534884%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .post-th.no-image {
  transform: scale(1) !important;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .no-th-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  min-height: 70px;
  width: auto;
  z-index: 1;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 25px;
  border: 2px solid #f1f1f1;
  border-top: none;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box {
    padding: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box {
    padding: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block {
    margin-bottom: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data {
  margin-bottom: 15px;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div {
    font-size: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -19px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div:last-child {
  margin-right: 0;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div:last-child:after {
  display: none;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data .post-categories {
  color: #0e1f2f;
  color: var(--textColor);
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data .post-date {
  color: #868f97;
  text-transform: lowercase;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-title {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-title {
    font-size: 18px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info {
  margin-top: auto;
}

.posts-list-wrap .posts-list .post-item .post-box:hover,
.posts-list-wrap .posts-list .post-item .post-box:focus {
  top: -10px;
}

@media only screen and (max-width: 1200px) {
  .posts-list-wrap .posts-list .post-item .post-box:hover,
  .posts-list-wrap .posts-list .post-item .post-box:focus {
    top: 0;
  }
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-th-wrap .post-th,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-th-wrap .post-th {
  transform: scale(1.05);
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: none;
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn:before,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn:before {
  opacity: 1;
  transform: rotate(45deg);
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn:after,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn:after {
  opacity: 0;
  transform: rotate(45deg);
}

.posts-slider.slick-initialized {
  padding-left: 7.5px;
  padding-right: 0;
}

.posts-slider.slick-initialized:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 7.5px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.posts-slider.slick-initialized .slick-list {
  padding-right: 4%;
}

@media only screen and (max-width: 767px) {
  .posts-slider.slick-initialized .slick-list {
    padding-right: 8%;
  }
}

.posts-slider.slick-initialized .slick-list .slick-track {
  display: flex !important;
}

.posts-slider.slick-initialized .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding: 0 7.5px;
}

.posts-slider.slick-initialized .slick-dots {
  padding-left: 7.5px;
  padding-right: 15px;
}

.single-info-section .post-th-wrap {
  position: relative;
  z-index: 3;
  margin-top: -390px;
}

@media only screen and (max-width: 1440px) {
  .single-info-section .post-th-wrap {
    margin-top: -360px;
  }
}

@media only screen and (max-width: 1024px) {
  .single-info-section .post-th-wrap {
    margin-top: -310px;
  }
}

@media only screen and (max-width: 960px) {
  .single-info-section .post-th-wrap {
    margin-top: -270px;
  }
}

@media only screen and (max-width: 767px) {
  .single-info-section .post-th-wrap {
    margin-top: -200px;
  }
}

.single-info-section .post-th-wrap .post-th-box {
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .single-info-section .post-th-wrap .post-th-box {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .single-info-section .post-th-wrap .post-th-box {
    margin-bottom: 40px;
  }
}

.single-info-section .post-th-wrap .post-th-box .post-th {
  padding-top: 480px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 960px) {
  .single-info-section .post-th-wrap .post-th-box .post-th {
    padding-top: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .single-info-section .post-th-wrap .post-th-box .post-th {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 374px) {
  .single-info-section .post-th-wrap .post-th-box .post-th {
    padding-top: 250px;
  }
}

.single-info-section .post-th-wrap .post-th-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.single-info-section .single-content-box .single-content > h1,
.single-info-section .single-content-box .single-content h2,
.single-info-section .single-content-box .single-content .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .single-info-section .single-content-box .single-content .product-title,
.single-info-section .single-content-box .single-content h3,
.single-info-section .single-content-box .single-content h4,
.single-info-section .single-content-box .single-content h5,
.single-info-section .single-content-box .single-content h6,
.single-info-section .single-content-box .single-content p,
.single-info-section .single-content-box .single-content li {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .single-info-section .single-content-box .single-content > h1,
  .single-info-section .single-content-box .single-content h2,
  .single-info-section .single-content-box .single-content .product-header-wrap .product-header-info .titles-box .product-title,
  .product-header-wrap .product-header-info .titles-box .single-info-section .single-content-box .single-content .product-title,
  .single-info-section .single-content-box .single-content h3,
  .single-info-section .single-content-box .single-content h4,
  .single-info-section .single-content-box .single-content h5,
  .single-info-section .single-content-box .single-content h6,
  .single-info-section .single-content-box .single-content p,
  .single-info-section .single-content-box .single-content li {
    max-width: none;
  }
}

.single-info-section .single-content-box .single-content .wp-block-columns {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .single-info-section .single-content-box .single-content .wp-block-columns {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-info-section .single-content-box .single-content .wp-block-columns {
    margin-bottom: 30px;
  }
}

.hero-box.post-hero {
  height: auto !important;
}

.post-header-wrap .post-header-box .titles-box {
  padding-top: 20px;
}

.post-header-wrap .post-header-box .titles-box .post-data {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

.post-header-wrap .post-header-box .titles-box .post-data > div {
  font-weight: 300;
  margin-right: 35px;
  position: relative;
}

.post-header-wrap .post-header-box .titles-box .post-data > div:after {
  content: "";
  position: absolute;
  top: 13px;
  right: -19px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 374px) {
  .post-header-wrap .post-header-box .titles-box .post-data > div:after {
    top: 10px;
  }
}

.post-header-wrap .post-header-box .titles-box .post-data > div > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.post-header-wrap .post-header-box .titles-box .post-data > div:last-child {
  margin-right: 0;
}

.post-header-wrap .post-header-box .titles-box .post-data > div:last-child:after {
  display: none;
}

.post-header-wrap .post-header-box .titles-box .titles-wrap .title {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .post-header-wrap .post-header-box .titles-box .titles-wrap .title {
    font-size: 32px;
  }
}

.post-header-wrap .post-header-box .titles-box.decor-box:before {
  left: 0 !important;
}

.post-header-wrap.with-media {
  padding-bottom: 300px;
  padding-top: 245px;
}

@media only screen and (max-width: 1440px) {
  .post-header-wrap.with-media {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .post-header-wrap.with-media {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 960px) {
  .post-header-wrap.with-media {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .post-header-wrap.with-media {
    padding-top: 0;
    padding-bottom: 160px;
  }
}

.post-header-wrap.with-media .post-header-box .titles-box {
  margin-bottom: 0;
}

.posts-filter-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .posts-filter-col {
    align-items: flex-start;
    flex-basis: 100%;
  }
}

.filter-button {
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}

.ajax-posts-list-wrap .preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.ajax-posts-list-wrap .preloader .preloader-circle {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.ajax-posts-list-wrap .preloader .preloader-circle:after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #e88c00;
  border-color: #e88c00 transparent #e88c00 transparent;
  animation: dual-ring 1.2s linear infinite;
}

.ajax-no-posts-info {
  display: none;
  text-align: center;
  padding: 15px;
  border: 1px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
}

.ajax-no-posts-info span {
  color: #e88c00;
  color: var(--mainColor);
  font-family: "Klavika", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.single-news .header-section .img-globe {
  top: 150px;
}

@media only screen and (max-width: 1024px) {
  .single-news .header-section .img-globe {
    top: 130px;
    bottom: auto;
  }
}

.projects-list-wrap .projects-list .project-item {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 960px) {
  .projects-list-wrap .projects-list .project-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.projects-list-wrap .projects-list .project-item .project-box {
  position: relative;
}

.projects-list-wrap .projects-list .project-item .project-box .project-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap {
  overflow: hidden;
  position: relative;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #0e1f2f;
  background-color: var(--secColor);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap:before {
    opacity: 0.65;
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-th {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
  color: #fff;
  font-size: 32px;
  top: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
    font-size: 24px;
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
    bottom: 25px;
    font-size: 16px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 374px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
    position: relative;
    top: 20px;
    left: auto;
    bottom: auto;
    transform: translate(0);
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn:before {
  top: 6px;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn:before {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-white.svg);
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap.no-image:before {
  display: none;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap.no-image .project-th {
  transform: scale(1) !important;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap:before,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap:before {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap:before,
  .projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap:before {
    opacity: 0.35;
  }
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-th,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-th {
  transform: scale(1.05);
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-info:after,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-info:after {
  width: 100%;
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-info .project-title,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-info .project-title {
  top: 0;
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-info .link-btn:before,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-info .link-btn:before {
  transform: rotate(45deg);
}

.projects-list-wrap .load-more-btn-wrap {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.project-data-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1390px) {
  .project-data-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .project-data-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .project-data-box {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.project-data-box .project-data {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data {
    display: block;
  }
}

.project-data-box .project-data .data-item {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item:last-child {
    margin-bottom: 0;
  }
}

.project-data-box .project-data .data-item .data-label {
  align-self: flex-start;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20px;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item .data-label {
    font-size: 16px;
  }
}

.project-data-box .project-data .data-item .data-label:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item .data-label:after {
    top: 8px;
  }
}

.project-data-box .project-data .data-item .data-info {
  color: #ffffff;
  font-family: "Klavika", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item .data-info {
    font-size: 22px;
  }
}

.project-data-box .project-data .data-item:last-child {
  margin-right: 0;
}

.project-data-box .bottom-button-wrap {
  margin-bottom: 36px;
}

@media only screen and (max-width: 1024px) {
  .project-data-box .bottom-button-wrap {
    display: none;
    margin-bottom: 0;
  }
}

.single-projects .header-section .img-globe {
  top: 270px;
}

@media only screen and (max-width: 1024px) {
  .single-projects .header-section .img-globe {
    top: 130px;
    bottom: auto;
  }
}

.single-projects .header-section.type-4 .hero-box .titles-box {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1390px) {
  .single-projects .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .single-projects .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 960px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 374px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section {
    position: relative;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section .info-top-line-wrap {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section .rel-col {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section .list-button-wrap {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    text-align: center;
  }
}

.products-section.with-bg {
  background-color: #f9f9f9;
}

.filter-wrap {
  margin-bottom: 35px;
}

.filter-wrap .filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-wrap .filter-box .filter-label {
  display: block;
  margin-bottom: 15px;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-wrap .filter-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-wrap .filter-holder .filter-select {
  min-width: 160px;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  background-color: #f8f3ec;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 40px 10px 20px;
  font-size: 17px;
  font-weight: 400;
  color: #0e1f2f;
  color: var(--secColor);
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  margin-right: 25px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .filter-wrap .filter-holder .filter-select {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-holder .filter-select {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.filter-wrap .filter-holder .filter-select option {
  font-size: 17px;
  color: #0e1f2f;
  color: var(--textColor);
  background-color: #fff;
}

.filter-wrap .filter-holder .filter-select::-ms-expand {
  display: none !important;
}

.filter-wrap .filter-holder .filter-select:disabled {
  color: #ccc;
  background-image: url(../../resources/images/svg/chevron-grey.svg);
}

.filter-wrap .filter-holder .filter-select:last-child {
  margin-right: 0;
}

.products-list-wrap .products-list .product-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3333333%;
  flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .products-list-wrap .products-list .product-item {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item {
    flex-basis: 100%;
  }
}

.products-list-wrap .products-list .product-item .product-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 40px;
  border-radius: 5px;
  outline: 3px solid #f9f9f9;
  background-color: #fff;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap .products-list .product-item .product-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .products-list-wrap .products-list .product-item .product-box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item .product-box {
    padding: 20px 15px;
  }
}

.products-list-wrap .products-list .product-item .product-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.products-list-wrap .products-list .product-item .product-box .product-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item .product-box .product-link {
    display: none;
  }
}

.products-list-wrap .products-list .product-item .product-box .product-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  margin-bottom: 30px;
}

.products-list-wrap .products-list .product-item .product-box .product-img-box img {
  max-height: 100%;
  width: auto;
}

.products-list-wrap .products-list .product-item .product-box .product-title {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item .product-box .product-title {
    margin-bottom: 10px;
  }
}

.products-list-wrap .products-list .product-item .product-box .more-link-wrap {
  text-align: center;
  margin-top: auto;
}

.products-list-wrap .products-list .product-item .product-box {
  background-color: #fff;
}

.products-list-wrap .products-list .product-item .product-box:hover,
.products-list-wrap .products-list .product-item .product-box:focus {
  top: -5px;
  outline-color: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.products-list-wrap .products-list .product-item .product-box:hover:after,
.products-list-wrap .products-list .product-item .product-box:focus:after {
  width: 100%;
}

.products-list-wrap .products-list .product-item .product-box:hover .link-btn,
.products-list-wrap .products-list .product-item .product-box:focus .link-btn {
  color: #e88c00;
  color: var(--mainColor);
}

.products-list-wrap .products-list .product-item .product-box:hover .link-btn:before,
.products-list-wrap .products-list .product-item .product-box:focus .link-btn:before {
  opacity: 1;
  transform: rotate(45deg);
}

.products-list-wrap .products-list .product-item .product-box:hover .link-btn:after,
.products-list-wrap .products-list .product-item .product-box:focus .link-btn:after {
  opacity: 0;
  transform: rotate(45deg);
}

.products-list-wrap.grid-slider-box .grid-slider {
  max-width: 1390px;
  margin: 0;
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized {
  padding-left: 15px;
  margin-top: -15px;
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-list {
    padding-right: 4%;
  }
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-list .slick-track {
  display: flex !important;
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-slide {
  height: inherit !important;
  width: 463.3333333333px;
  flex-basis: 463.3333333333px;
  flex-grow: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-slide {
    width: auto;
    flex-basis: auto;
    padding: 0 7.5px;
  }
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized.slides-1 .slick-slide {
  width: 1390px;
  flex-basis: 1390px;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap.grid-slider-box .products-big-slider.slick-initialized.slides-1 .slick-slide {
    width: 100%;
    flex-basis: 100%;
  }
}

.products-slider.slick-initialized {
  padding-left: 0;
  padding-right: 0;
}

.products-slider.slick-initialized:before {
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 7.5px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.products-slider.slick-initialized .slick-list {
  padding-right: 4%;
}

@media only screen and (max-width: 767px) {
  .products-slider.slick-initialized .slick-list {
    padding-right: 8%;
    padding-left: 7.5px;
  }
}

.products-slider.slick-initialized .slick-list .slick-track {
  display: flex !important;
}

.products-slider.slick-initialized .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding: 0 7.5px;
}

.products-slider.slick-initialized .slick-list .slick-track .slick-slide .product-box {
  outline: none;
  border: none;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
}

.products-slider.slick-initialized .slick-list .slick-track .slick-slide.slick-active .product-box {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.products-slider.slick-initialized .slick-dots {
  padding-left: 7.5px;
  padding-right: 15px;
}

.product-header-wrap {
  padding: 70px 0 100px 0;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap {
    padding: 30px 0 70px 0;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap {
    padding: 20px 0 50px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap {
    padding: 35px 0 50px 0;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap {
    padding: 25px 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap {
    padding: 0;
  }
}

.product-header-wrap .info-col {
  display: flex;
  flex-direction: column;
}

.product-header-wrap .product-header-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info {
    padding-top: 30px;
  }
}

.product-header-wrap .product-header-info .titles-box {
  margin-bottom: 20px !important;
}

.product-header-wrap .product-header-info .titles-box:before {
  left: 0 !important;
}

.product-header-wrap .product-header-info .titles-box .product-title {
  color: #fff;
  padding-right: 120px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    padding-right: 0;
    font-size: 44px;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 34px;
  }
}

.product-header-wrap .product-header-info .product-desc {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .product-desc {
    margin-bottom: 30px;
  }
}

.product-header-wrap .product-header-info .product-desc p,
.product-header-wrap .product-header-info .product-desc li {
  font-weight: 300;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .product-header-info .product-desc p,
  .product-header-wrap .product-header-info .product-desc li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap .product-header-info .product-desc p,
  .product-header-wrap .product-header-info .product-desc li {
    font-size: 14px;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row {
    padding: 11px 0 9px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row {
    display: block;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span {
    display: block;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label {
  font-family: "Klavika", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label {
    display: inline-block;
    padding-left: 0;
    padding-right: 20px;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label:after {
    top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label:after {
    left: auto;
    right: 0;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.product-header-wrap .product-header-info .product-buttons {
  padding-top: 30px;
  margin-top: auto;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .product-buttons {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .product-buttons {
    margin-bottom: 0;
  }
}

.product-header-wrap .product-header-info .product-buttons .btn {
  margin-right: 30px;
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .product-buttons .btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .product-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.product-header-wrap .product-header-info .product-buttons .btn:last-child {
  margin-right: 0;
}

.product-header-wrap .img-col {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .img-col {
    padding: 0;
  }
}

.product-header-wrap .img-col .product-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  border-radius: 5px;
  padding: 60px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .img-col .product-img-wrap {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .img-col .product-img-wrap {
    border-radius: 0;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}

.product-header-wrap .img-col .product-img-wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 500px;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .img-col .product-img-wrap img {
    max-height: 300px;
  }
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap.no-image {
    padding: 0 0 70px 0;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap.no-image {
    padding: 0 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap.no-image {
    padding: 0;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap.no-image .info-col {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap.no-image .info-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.products-slider-section {
  background-color: #f9f9f9;
}

.controls-line {
  display: none;
  /*&.controls-1 {
      display: none;
    }
    &.controls-2 {
      display: none;
      @media only screen and (max-width: $mobile-width) {
        display: block;
      }
    }
    &.controls-3 {
      display: none;
      @media only screen and (max-width: $container-width) {
        display: block;
      }
    }*/
}

.slider-controls {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .slider-controls {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.slider-controls > div {
  margin-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .slider-controls > div {
    margin-right: 40px;
  }
}

.slider-controls > div:last-child {
  margin-right: 0;
}

.slider-controls .slides-count {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: "Klavika", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  order: 1;
}

@media only screen and (max-width: 767px) {
  .slider-controls .slides-count {
    order: 2;
    font-size: 18px;
  }
}

.slider-controls .slides-count span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.slider-controls .slider-progress-bar {
  flex-grow: 1;
  flex-basis: 100%;
  height: 4px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  order: 2;
}

@media only screen and (max-width: 767px) {
  .slider-controls .slider-progress-bar {
    order: 1;
    width: 100%;
    height: 3px;
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.slider-controls .slider-progress-bar .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.slider-controls .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 114px;
  min-width: 114px;
  height: 50px;
  padding: 0;
  order: 3;
}

.slider-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 30px;
    height: 30px;
    border-radius: 0;
  }
}

.slider-arrow:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-arrow:before {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-orange.svg);
  }
}

.slider-arrow.prev-arrow:before,
.slider-arrow.slick-prev:before {
  transform: rotate(-45deg) scaleX(-1);
}

.slider-arrow:hover,
.slider-arrow:focus {
  background-color: #fff;
}

.slider-arrow.slick-disabled {
  cursor: default;
}

.slider-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slider-arrow.slick-disabled:hover,
.slider-arrow.slick-disabled:focus {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .post-type-archive-products {
    background-color: #f9f9f9;
  }
}