@charset "UTF-8";

body.no-scroll {
  overflow: hidden;
}

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

.otgs-development-site-front-end {
  display: none !important;
}

.stylized-list ol,
.stylized-list ul,
.stylized-list-element,
.text-and-image-section .section--list,
.usps-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.stylized-list ol li,
.stylized-list ul li,
.stylized-list-element li,
.text-and-image-section .section--list li,
.usps-list li {
  position: relative;
  padding-left: 31px;
}

.stylized-list ol li > *,
.stylized-list ul li > *,
.stylized-list-element li > *,
.text-and-image-section .section--list li > *,
.usps-list li > * {
  margin-bottom: 0;
}

.stylized-list ol li::before,
.stylized-list ul li::before,
.stylized-list-element li::before,
.text-and-image-section .section--list li::before,
.usps-list li::before {
  background-image: url(../../resources/images/svg/icon-leaf.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
}

.no-padding-top {
  padding-top: 0 !important;
}

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

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

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

: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: 1200px;
  --breakpoint-xxl: 1432px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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,
main[data-dfd-display=wrapper],
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

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

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.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: 16px;
  padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

.navbar .container,
.navbar main[data-dfd-display=wrapper],
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  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 > main[data-dfd-display=wrapper],
  .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,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > main[data-dfd-display=wrapper],
  .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,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > main[data-dfd-display=wrapper],
  .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,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > main[data-dfd-display=wrapper],
  .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,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1431.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > main[data-dfd-display=wrapper],
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand > .container,
.navbar-expand > main[data-dfd-display=wrapper],
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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 > main[data-dfd-display=wrapper],
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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 {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  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;
  -ms-user-select: all !important;
  user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

.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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

.form-control::-ms-input-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

.btn,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .section .checkout--buttons__place-order,
.account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
.category-section .section--link,
.brands-section .section--link,
.account-content .form--buttons__primary,
.checkout--fields .form--buttons__primary,
.checkout--acceptance .form--buttons__primary,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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,
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .checkout-content .section .checkout--buttons__place-order,
  .account-content .section .woocommerce--content .multi-form-container .request-cancel,
  .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
  .category-section .section--link,
  .brands-section .section--link,
  .account-content .form--buttons__primary,
  .checkout--fields .form--buttons__primary,
  .checkout--acceptance .form--buttons__primary,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button {
    transition: none;
  }
}

.btn:hover,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:hover,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:hover,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button:hover,
.checkout-content .section .checkout--buttons__place-order:hover,
.account-content .section .woocommerce--content .multi-form-container .request-cancel:hover,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel:hover,
.category-section .section--link:hover,
.brands-section .section--link:hover,
.account-content .form--buttons__primary:hover,
.checkout--fields .form--buttons__primary:hover,
.checkout--acceptance .form--buttons__primary:hover,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:focus,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:focus,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button:focus,
.checkout-content .section .checkout--buttons__place-order:focus,
.account-content .section .woocommerce--content .multi-form-container .request-cancel:focus,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel:focus,
.category-section .section--link:focus,
.brands-section .section--link:focus,
.account-content .form--buttons__primary:focus,
.checkout--fields .form--buttons__primary:focus,
.checkout--acceptance .form--buttons__primary:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button:focus,
.btn.focus,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li .focus#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .focus#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--summary-coupon-form .focus.coupon-form__fields-button,
.checkout-content .section .focus.checkout--buttons__place-order,
.account-content .section .woocommerce--content .multi-form-container .focus.request-cancel,
.account-content .section .woocommerce--content .multi-form-container .focus.return-request-cancel,
.category-section .focus.section--link,
.brands-section .focus.section--link,
.account-content .focus.form--buttons__primary,
.checkout--fields .focus.form--buttons__primary,
.checkout--acceptance .focus.form--buttons__primary,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input.focus[type=submit].gform_button.button {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li .disabled#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .disabled#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--summary-coupon-form .disabled.coupon-form__fields-button,
.checkout-content .section .disabled.checkout--buttons__place-order,
.account-content .section .woocommerce--content .multi-form-container .disabled.request-cancel,
.account-content .section .woocommerce--content .multi-form-container .disabled.return-request-cancel,
.category-section .disabled.section--link,
.brands-section .disabled.section--link,
.account-content .disabled.form--buttons__primary,
.checkout--fields .disabled.form--buttons__primary,
.checkout--acceptance .disabled.form--buttons__primary,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input.disabled[type=submit].gform_button.button,
.btn:disabled,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:disabled,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:disabled,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button:disabled,
.checkout-content .section .checkout--buttons__place-order:disabled,
.account-content .section .woocommerce--content .multi-form-container .request-cancel:disabled,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel:disabled,
.category-section .section--link:disabled,
.brands-section .section--link:disabled,
.account-content .form--buttons__primary:disabled,
.checkout--fields .form--buttons__primary:disabled,
.checkout--acceptance .form--buttons__primary:disabled,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:not(:disabled):not(.disabled),
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:not(:disabled):not(.disabled),
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button:not(:disabled):not(.disabled),
.checkout-content .section .checkout--buttons__place-order:not(:disabled):not(.disabled),
.account-content .section .woocommerce--content .multi-form-container .request-cancel:not(:disabled):not(.disabled),
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel:not(:disabled):not(.disabled),
.category-section .section--link:not(:disabled):not(.disabled),
.brands-section .section--link:not(:disabled):not(.disabled),
.account-content .form--buttons__primary:not(:disabled):not(.disabled),
.checkout--fields .form--buttons__primary:not(:disabled):not(.disabled),
.checkout--acceptance .form--buttons__primary:not(:disabled):not(.disabled),
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li a.disabled#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li a.disabled#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--summary-coupon-form a.disabled.coupon-form__fields-button,
.checkout-content .section a.disabled.checkout--buttons__place-order,
.account-content .section .woocommerce--content .multi-form-container a.disabled.request-cancel,
.account-content .section .woocommerce--content .multi-form-container a.disabled.return-request-cancel,
.category-section a.disabled.section--link,
.brands-section a.disabled.section--link,
.account-content a.disabled.form--buttons__primary,
.checkout--fields a.disabled.form--buttons__primary,
.checkout--acceptance a.disabled.form--buttons__primary,
fieldset:disabled a.btn,
fieldset:disabled .checkout-content .section .checkout--payments .woocommerce-shipping-methods li a#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li fieldset:disabled a#sendcloudshipping_service_point_select,
fieldset:disabled .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li a#sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li fieldset:disabled a#sendcloudshipping_service_point_select,
fieldset:disabled .checkout-content .section .checkout--summary-coupon-form a.coupon-form__fields-button,
.checkout-content .section .checkout--summary-coupon-form fieldset:disabled a.coupon-form__fields-button,
fieldset:disabled .checkout-content .section a.checkout--buttons__place-order,
.checkout-content .section fieldset:disabled a.checkout--buttons__place-order,
fieldset:disabled .account-content .section .woocommerce--content .multi-form-container a.request-cancel,
.account-content .section .woocommerce--content .multi-form-container fieldset:disabled a.request-cancel,
fieldset:disabled .account-content .section .woocommerce--content .multi-form-container a.return-request-cancel,
.account-content .section .woocommerce--content .multi-form-container fieldset:disabled a.return-request-cancel,
fieldset:disabled .category-section a.section--link,
.category-section fieldset:disabled a.section--link,
fieldset:disabled .brands-section a.section--link,
.brands-section fieldset:disabled a.section--link,
fieldset:disabled .account-content a.form--buttons__primary,
.account-content fieldset:disabled a.form--buttons__primary,
fieldset:disabled .checkout--fields a.form--buttons__primary,
.checkout--fields fieldset:disabled a.form--buttons__primary,
fieldset:disabled .checkout--acceptance a.form--buttons__primary,
.checkout--acceptance fieldset:disabled a.form--buttons__primary {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-direction: row;
  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,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

@page {
    size: a3;
}

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

  .container,
  main[data-dfd-display=wrapper] {
    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: #636b6f;
  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: 1199.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-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 .footer-menu {
  margin-bottom: 20px;
}

#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 .location {
  margin-bottom: 10px;
}

#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;
}

html {
  margin-top: 0px !important;
  width: auto;
  overflow-x: initial;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
}

html * {
  font-family: inherit;
}

body {
  background-color: #f2f3ef;
  color: #142e25;
}

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

strong,
b {
  font-weight: 700;
}

main[data-dfd-display=wrapper] > * {
  margin-right: -16px;
  margin-left: -16px;
}

a {
  color: #649300;
}

a:hover {
  color: #649300;
}

.heading-font,
.error-404--title,
.checkout-content .thank-you-page--header__title > *,
.checkout-content .section .checkout--products .item--content__title,
.checkout-content .section .checkout--payments__title > *,
.checkout-content .section .checkout--shipping-methods__title > *,
.checkout-content .section .checkout--fields__title > *,
.checkout-content .section--title > *,
.account-content .section .login-form--title,
.account-content .section .lost-password-form--title,
.account-content .section .reset-password-form--title,
.account-content .section .register-form--title,
.account-content .section .woocommerce--title,
.account-content .section .woocommerce--nav__title,
.account-header .section--title > *,
.single-product .product-reviews .section .review--author,
.single-product .product-reviews .section .reviews--count,
.products-archive-section .products-archive .archive-sidebar--heading,
.product-reviews .section .review--author,
.product-reviews .section .reviews--count,
.counter-section .section--number__value,
.product-tabs .section--tabs__tab,
.new-simple-header--title > *,
.simple-header--title > *,
.home-header--slide__title > *,
.account-content .form--section-title > *,
.checkout--fields .form--section-title > *,
.checkout--acceptance .form--section-title > *,
.webwinkel,
.mini-cart .contents--products .item--content__title,
.category-item__name,
.section-heading,
.single-product .product-reviews .section--title,
.single-product .product-related .section--title,
.single-product .product-details .section--info__title,
.products-archive-section .products-archive .archive-content--title,
.search-section .section--title,
.product-reviews .section--title,
.faq-section .section--title,
.contact-block-section .section--title,
.form-section .section--title,
.cta-section .section--title,
.news-section .section--title,
.counter-section .section--title,
.text-and-image-section .section--title,
.logo-slider .section--title,
.category-section-all .section--title,
.category-section .section--title,
.brands-section .section--title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zilla Slab", serif !important;
}

.section-heading > *,
.single-product .product-reviews .section--title > *,
.single-product .product-related .section--title > *,
.single-product .product-details .section--info__title > *,
.products-archive-section .products-archive .archive-content--title > *,
.search-section .section--title > *,
.product-reviews .section--title > *,
.faq-section .section--title > *,
.contact-block-section .section--title > *,
.form-section .section--title > *,
.cta-section .section--title > *,
.news-section .section--title > *,
.counter-section .section--title > *,
.text-and-image-section .section--title > *,
.logo-slider .section--title > *,
.category-section-all .section--title > *,
.category-section .section--title > *,
.brands-section .section--title > * {
  margin: 0px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.06;
}

@media (max-width: 1199px) {
  .section-heading > *,
  .single-product .product-reviews .section--title > *,
  .single-product .product-related .section--title > *,
  .single-product .product-details .section--info__title > *,
  .products-archive-section .products-archive .archive-content--title > *,
  .search-section .section--title > *,
  .product-reviews .section--title > *,
  .faq-section .section--title > *,
  .contact-block-section .section--title > *,
  .form-section .section--title > *,
  .cta-section .section--title > *,
  .news-section .section--title > *,
  .counter-section .section--title > *,
  .text-and-image-section .section--title > *,
  .logo-slider .section--title > *,
  .category-section-all .section--title > *,
  .category-section .section--title > *,
  .brands-section .section--title > * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading > *,
  .single-product .product-reviews .section--title > *,
  .single-product .product-related .section--title > *,
  .single-product .product-details .section--info__title > *,
  .products-archive-section .products-archive .archive-content--title > *,
  .search-section .section--title > *,
  .product-reviews .section--title > *,
  .faq-section .section--title > *,
  .contact-block-section .section--title > *,
  .form-section .section--title > *,
  .cta-section .section--title > *,
  .news-section .section--title > *,
  .counter-section .section--title > *,
  .text-and-image-section .section--title > *,
  .logo-slider .section--title > *,
  .category-section-all .section--title > *,
  .category-section .section--title > *,
  .brands-section .section--title > * {
    font-size: 28px;
  }
}

.svg-icon-account {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-icon-account-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-arrow-button {
  background: url("sprites.svg") no-repeat;
  background-position: 0.2494698765% 0.3210788249%;
}

.svg-icon-arrow-button-dims {
  width: 6px;
  height: 10px;
}

.svg-icon-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 0.3250812703% 0.4817729244%;
}

.svg-icon-arrow-left-dims {
  width: 25px;
  height: 12px;
}

.svg-icon-at {
  background: url("sprites.svg") no-repeat;
  background-position: 0.6907761073% 0.7292932801%;
}

.svg-icon-at-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-back-button {
  background: url("sprites.svg") no-repeat;
  background-position: 8.6342621517% 8.3909339335%;
}

.svg-icon-back-button-dims {
  width: 20px;
  height: 18px;
}

.svg-icon-be {
  background: url("sprites.svg") no-repeat;
  background-position: 9.6302316132% 9.3766278868%;
}

.svg-icon-be-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-bin {
  background: url("sprites.svg") no-repeat;
  background-position: 16.8832791802% 16.4039884207%;
}

.svg-icon-bin-dims {
  width: 21px;
  height: 21px;
}

.svg-icon-breadcrumbs-separator {
  background: url("sprites.svg") no-repeat;
  background-position: 17.1457135716% 16.7336441087%;
}

.svg-icon-breadcrumbs-separator-dims {
  width: 21px;
  height: 18px;
}

.svg-icon-caret-gray {
  background: url("sprites.svg") no-repeat;
  background-position: 17.3864203694% 17.00658423%;
}

.svg-icon-caret-gray-dims {
  width: 11px;
  height: 12px;
}

.svg-icon-caret-left-gray {
  background: url("sprites.svg") no-repeat;
  background-position: 17.5259018849% 17.1965317919%;
}

.svg-icon-caret-left-gray-dims {
  width: 12px;
  height: 11px;
}

.svg-icon-caret-right {
  background: url("sprites.svg") no-repeat;
  background-position: 17.6756959181% 17.3731535003%;
}

.svg-icon-caret-right-dims {
  width: 12px;
  height: 11px;
}

.svg-icon-caret-right-gray {
  background: url("sprites.svg") no-repeat;
  background-position: 17.8254899513% 17.5497752087%;
}

.svg-icon-caret-right-gray-dims {
  width: 12px;
  height: 11px;
}

.svg-icon-caret-right-green {
  background: url("sprites.svg") no-repeat;
  background-position: 17.9618311089% 17.7235511318%;
}

.svg-icon-caret-right-green-dims {
  width: 6px;
  height: 10px;
}

.svg-icon-caret-right-white {
  background: url("sprites.svg") no-repeat;
  background-position: 18.0501810011% 17.8869621066%;
}

.svg-icon-caret-right-white-dims {
  width: 12px;
  height: 11px;
}

.svg-icon-caret-up {
  background: url("sprites.svg") no-repeat;
  background-position: 18.2136164897% 18.063583815%;
}

.svg-icon-caret-up-dims {
  width: 18px;
  height: 11px;
}

.svg-icon-cart {
  background: url("sprites.svg") no-repeat;
  background-position: 18.4523065383% 18.3078162772%;
}

.svg-icon-cart-dims {
  width: 24px;
  height: 34px;
}

.svg-icon-ch {
  background: url("sprites.svg") no-repeat;
  background-position: 20.3169443316% 20.316027088%;
}

.svg-icon-ch-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-check {
  background: url("sprites.svg") no-repeat;
  background-position: 26.7199400674% 26.4890030502%;
}

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

.svg-icon-check-bigger {
  background: url("sprites.svg") no-repeat;
  background-position: 26.8947434137% 26.6752370239%;
}

.svg-icon-check-bigger-dims {
  width: 14px;
  height: 16px;
}

.svg-icon-chevron {
  background: url("sprites.svg") no-repeat;
  background-position: 27.0864567716% 26.9583400354%;
}

.svg-icon-chevron-dims {
  width: 19px;
  height: 22px;
}

.svg-icon-chevron-down-gray {
  background: url("sprites.svg") no-repeat;
  background-position: 27.2999625515% 27.2771084337%;
}

.svg-icon-chevron-down-gray-dims {
  width: 12px;
  height: 14px;
}

.svg-icon-chevron-gray {
  background: url("sprites.svg") no-repeat;
  background-position: 27.4703310431% 27.5329688003%;
}

.svg-icon-chevron-gray-dims {
  width: 18px;
  height: 21px;
}

.svg-icon-chevron-left-gray {
  background: url("sprites.svg") no-repeat;
  background-position: 27.7055736066% 27.8572576756%;
}

.svg-icon-chevron-left-gray-dims {
  width: 21px;
  height: 18px;
}

.svg-icon-close {
  background: url("sprites.svg") no-repeat;
  background-position: 27.9784973122% 28.1737731295%;
}

.svg-icon-close-dims {
  width: 24px;
  height: 24px;
}

.svg-icon-de {
  background: url("sprites.svg") no-repeat;
  background-position: 30.637952052% 30.8213231464%;
}

.svg-icon-de-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-email {
  background: url("sprites.svg") no-repeat;
  background-position: 36.2840710178% 36.2890247827%;
}

.svg-icon-email-dims {
  width: 25px;
  height: 25px;
}

.svg-icon-es {
  background: url("sprites.svg") no-repeat;
  background-position: 39.6451307057% 39.5902066331%;
}

.svg-icon-es-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-filter {
  background: url("sprites.svg") no-repeat;
  background-position: 49.3839125017% 50.7446221732%;
}

.svg-icon-filter-dims {
  width: 800px;
  height: 800px;
}

.svg-icon-gb {
  background: url("sprites.svg") no-repeat;
  background-position: 59.149397264% 61.8162875499%;
}

.svg-icon-gb-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-it {
  background: url("sprites.svg") no-repeat;
  background-position: 67.8179601788% 70.1510678937%;
}

.svg-icon-it-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-leaf {
  background: url("sprites.svg") no-repeat;
  background-position: 70.5963245406% 72.7272727273%;
}

.svg-icon-leaf-dims {
  width: 24px;
  height: 24px;
}

.svg-icon-list {
  background: url("sprites.svg") no-repeat;
  background-position: 70.8255276633% 73.0194439981%;
}

.svg-icon-list-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-loader {
  background: url("sprites.svg") no-repeat;
  background-position: 72.6958967148% 75.5091902633%;
}

.svg-icon-loader-dims {
  width: 200px;
  height: 200px;
}

.svg-icon-logout {
  background: url("sprites.svg") no-repeat;
  background-position: 73.5599150319% 76.5396365975%;
}

.svg-icon-logout-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-loupe {
  background: url("sprites.svg") no-repeat;
  background-position: 73.8282714661% 76.8859578575%;
}

.svg-icon-loupe-dims {
  width: 22px;
  height: 22px;
}

.svg-icon-lu {
  background: url("sprites.svg") no-repeat;
  background-position: 80.3061086279% 83.3825316895%;
}

.svg-icon-lu-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-nl {
  background: url("sprites.svg") no-repeat;
  background-position: 88.9746715427% 91.7173120333%;
}

.svg-icon-nl-dims {
  width: 640px;
  height: 480px;
}

.svg-icon-orders {
  background: url("sprites.svg") no-repeat;
  background-position: 90.1237654707% 92.8605962933%;
}

.svg-icon-orders-dims {
  width: 24px;
  height: 34px;
}

.svg-icon-pagination-next {
  background: url("sprites.svg") no-repeat;
  background-position: 90.40119985% 93.2132518495%;
}

.svg-icon-pagination-next-dims {
  width: 22px;
  height: 21px;
}

.svg-icon-pagination-prev {
  background: url("sprites.svg") no-repeat;
  background-position: 90.6761654793% 93.5509810228%;
}

.svg-icon-pagination-prev-dims {
  width: 22px;
  height: 21px;
}

.svg-icon-phone {
  background: url("sprites.svg") no-repeat;
  background-position: 90.9625% 93.9189189189%;
}

.svg-icon-phone-dims {
  width: 23px;
  height: 23px;
}

.svg-icon-returns {
  background: url("sprites.svg") no-repeat;
  background-position: 91.2157940772% 94.2434474996%;
}

.svg-icon-returns-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-select-caret {
  background: url("sprites.svg") no-repeat;
  background-position: 91.3743602546% 94.4738955823%;
}

.svg-icon-select-caret-dims {
  width: 12px;
  height: 14px;
}

.svg-icon-star {
  background: url("sprites.svg") no-repeat;
  background-position: 91.6385451819% 94.8054036668%;
}

.svg-icon-star-dims {
  width: 22px;
  height: 21px;
}

.svg-icon-swiper-left {
  background: url("sprites.svg") no-repeat;
  background-position: 91.7873190215% 95.0972512458%;
}

.svg-icon-swiper-left-dims {
  width: 11px;
  height: 18px;
}

.svg-icon-swiper-right {
  background: url("sprites.svg") no-repeat;
  background-position: 91.9246130804% 95.3865937952%;
}

.svg-icon-swiper-right-dims {
  width: 11px;
  height: 18px;
}

.svg-icon-thank-you {
  background: url("sprites.svg") no-repeat;
  background-position: 92.8616391792% 96.6390647832%;
}

.svg-icon-thank-you-dims {
  width: 80px;
  height: 80px;
}

.svg-icon-warning {
  background: url("sprites.svg") no-repeat;
  background-position: 93.258286429% 97.1180164225%;
}

.svg-icon-warning-dims {
  width: 28px;
  height: 28px;
}

.svg-icon-webwinkel {
  background: url("sprites.svg") no-repeat;
  background-position: 93.8197317287% 97.8524140158%;
}

.svg-icon-webwinkel-dims {
  width: 46px;
  height: 46px;
}

.svg-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 96.6003848621% 98.8185790581%;
}

.svg-logo-dims {
  width: 228px;
  height: 60px;
}

.svg-logo-footer {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-logo-footer-dims {
  width: 265px;
  height: 73px;
}

.btn,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .section .checkout--buttons__place-order,
.account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
.category-section .section--link,
.brands-section .section--link,
.account-content .form--buttons__primary,
.checkout--fields .form--buttons__primary,
.checkout--acceptance .form--buttons__primary,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button {
  transition: all 0.3s ease;
  border: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 20px;
  min-width: 185px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 991px) {
  .btn,
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .checkout-content .section .checkout--buttons__place-order,
  .account-content .section .woocommerce--content .multi-form-container .request-cancel,
  .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
  .category-section .section--link,
  .brands-section .section--link,
  .account-content .form--buttons__primary,
  .checkout--fields .form--buttons__primary,
  .checkout--acceptance .form--buttons__primary,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button {
    padding: 10px 16px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .btn,
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .checkout-content .section .checkout--buttons__place-order,
  .account-content .section .woocommerce--content .multi-form-container .request-cancel,
  .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
  .category-section .section--link,
  .brands-section .section--link,
  .account-content .form--buttons__primary,
  .checkout--fields .form--buttons__primary,
  .checkout--acceptance .form--buttons__primary,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button {
    font-size: 14px;
  }
}

.btn--primary,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .section .checkout--buttons__place-order,
.category-section .section--link,
.brands-section .section--link,
.account-content .form--buttons__primary,
.checkout--fields .form--buttons__primary,
.checkout--acceptance .form--buttons__primary,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button {
  border-color: #23582c;
  background-color: #23582c;
  color: #fff;
}

.btn--primary:hover,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:hover,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select:hover,
.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button:hover,
.checkout-content .section .checkout--buttons__place-order:hover,
.category-section .section--link:hover,
.brands-section .section--link:hover,
.account-content .form--buttons__primary:hover,
.checkout--fields .form--buttons__primary:hover,
.checkout--acceptance .form--buttons__primary:hover,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button:hover {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.btn--white,
.account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel {
  border-color: #fff;
  background-color: #fff;
  color: #23582c;
}

.btn--white:hover,
.account-content .section .woocommerce--content .multi-form-container .request-cancel:hover,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel:hover {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.btn--border {
  border-color: #23582c;
  background-color: transparent;
  color: #23582c;
}

.btn--border:hover {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.category-item {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.category-item:hover .category-item__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.category-item__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.category-item__link:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.category-item__link:hover .category-item__name {
  background-color: #23582c;
}

.category-item__image-wrapper {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category-item__image {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-item__image.brand {
  -o-object-fit: contain;
  object-fit: contain;
}

.category-item__name {
  transition: all 0.3s ease;
  margin-top: auto;
  background-color: #649300;
  padding: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1.06;
  text-align: center;
}

@media (max-width: 1431px) {
  .category-item__name {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .category-item__name {
    padding: 14px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .category-item__name {
    padding: 12px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .category-item__name {
    padding: 10px;
    font-size: 16px;
  }
}

.loop-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.loop-product:hover .loop-product__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.loop-product__image-wrapper {
  position: relative;
  border-radius: 4px;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}

.loop-product__content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.loop-product__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background-color: #ef5026;
  padding: 10px 33px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.06;
}

@media (max-width: 767px) {
  .loop-product__badge {
    top: 14px;
    right: 14px;
    padding: 8px 24px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .loop-product__badge {
    top: 12px;
    right: 12px;
    padding: 6px 16px;
    font-size: 12px;
  }
}

.loop-product__image {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #fff;
  padding: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .loop-product__image {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .loop-product__image {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .loop-product__image {
    padding: 12px;
  }
}

.loop-product__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  color: #142e25;
}

.loop-product__link:hover {
  color: #142e25;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.loop-product__name {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.06;
}

@media (max-width: 1199px) {
  .loop-product__name {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .loop-product__name {
    font-size: 18px;
  }
}

.loop-product__description {
  display: none;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .loop-product__description {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .loop-product__description {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .loop-product__description {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .loop-product__description {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .loop-product__description {
    font-size: 12px;
  }
}

.loop-product__price {
  margin-top: auto;
  color: #000;
  font-size: 16px;
  line-height: 1.06;
}

.loop-product__price .woocommerce-Price-amount {
  font-weight: 700;
}

.loop-product__price del {
  text-decoration-thickness: 1px;
}

.loop-product__price del .woocommerce-Price-amount {
  font-weight: 400;
}

.loop-product__price ins {
  text-decoration: none;
}

.loop-product__price ins ~ .woocommerce-price-suffix {
  display: none;
}

.loop-product__price .woocommerce-price-suffix {
  margin: 1px 0 1px 8px;
  font-size: 14px;
}

@media (max-width: 1431px) {
  .loop-product .custom-add-to-cart {
    padding: 11px;
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .loop-product .custom-add-to-cart {
    padding: 10px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .loop-product .custom-add-to-cart {
    padding: 9px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .loop-product .custom-add-to-cart {
    font-size: 14px;
  }
}

.loop-product .custom-add-to-cart__text {
  font-size: inherit;
}

@media (max-width: 991px) {
  .loop-product .custom-add-to-cart--disabled {
    padding: 10px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .loop-product .custom-add-to-cart--disabled {
    font-size: 14px;
  }
}

.list-view .loop-product {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1431px) {
  .list-view .loop-product {
    gap: 32px;
  }
}

@media (max-width: 1199px) {
  .list-view .loop-product {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .list-view .loop-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.list-view .loop-product__image-wrapper {
  grid-column: span 3/span 3;
  height: 100%;
}

@media (max-width: 767px) {
  .list-view .loop-product__image-wrapper {
    grid-column: span 1/span 1;
    height: unset;
  }
}

.list-view .loop-product__content-wrapper {
  grid-column: span 6/span 6;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-view .loop-product__description {
  display: block;
}

@media (max-width: 767px) {
  .list-view .loop-product__description {
    display: none;
  }
}

@media (min-width: 381px) {
  .list-view .loop-product .custom-add-to-cart {
    width: 100%;
    max-width: 320px;
  }
}

.custom-add-to-cart {
  position: relative;
  z-index: 20;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  background-color: #23582c;
  padding: 12.5px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.custom-add-to-cart:hover {
  background: #649300;
}

.custom-add-to-cart--disabled {
  transition: all 0.3s ease;
  cursor: not-allowed;
  border: none;
  border-radius: 4px;
  background-color: #c7d0cd;
  padding: 12.5px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.custom-add-to-cart--disabled:hover {
  background: #c7d0cd;
}

.custom-add-to-cart-quantity-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #23582c;
  border-radius: 4px;
  padding: 12px 20px;
  color: #142e25;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.custom-add-to-cart-quantity-button {
  margin: 0px;
  border: none;
  background: none;
  padding: 0px;
  color: #23582c;
}

.custom-add-to-cart-quantity-button:disabled {
  color: #142e25;
}

.custom-add-to-cart--view-product {
  display: block;
  position: relative;
  z-index: 20;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  background-color: #23582c;
  padding: 12.5px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.custom-add-to-cart--view-product:hover {
  background: #649300;
  color: #fff;
  text-decoration: none;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital {
  width: 100%;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 575px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital {
    --font-size: 16px;
  }
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform_validation_errors {
  border-color: #f80003;
  background-color: #ffeded;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform_validation_errors .gform_submission_error {
  color: #f80003;
  font-size: 14px;
  line-height: var(--line-height);
  font-family: "Open Sans", sans-serif !important;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform_validation_errors .gform_submission_error .gform-icon.gform-icon--circle-error {
  border-color: #f80003;
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform_validation_errors .gform_submission_error .gform-icon.gform-icon--circle-error::before {
  margin: 0.8px 0 0 0.8px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform_anchor {
  display: none;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform_confirmation_message {
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body {
  width: 100%;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields {
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 24px;
}

@media (max-width: 575px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 24px;
  margin: 0;
}

@media (max-width: 575px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex {
    display: -ms-flexbox;
    display: flex;
    row-gap: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex > *,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex > * {
  margin: 0px;
  padding: 0px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex .gform-field-label.gform-field-label--type-sub,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex .gform-field-label.gform-field-label--type-sub {
  margin-bottom: 5px;
  color: #142e25;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input {
  transition: all 0.3s ease;
  margin: 0px;
  border: 1px solid #142e25;
  padding: 10px 20px;
  height: auto;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input::-webkit-input-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input::-moz-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input:-ms-input-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input::-ms-input-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input::placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .ginput_complex input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .ginput_complex input:focus {
  box-shadow: none;
  border-color: #649300;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex .gform-field-label.gform-field-label--type-sub,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex .gform-field-label.gform-field-label--type-sub {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex input::-webkit-input-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex input::-moz-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex input:-ms-input-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex input::-ms-input-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex input::placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_complex input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_complex input:focus {
  border-color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-name .gfield_label.gform-field-label:has(.gfield_required) + .ginput_complex .gform-field-label.gform-field-label--type-sub::after,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-name .gfield_label.gform-field-label:has(.gfield_required) + .ginput_complex .gform-field-label.gform-field-label--type-sub::after {
  content: " *";
  color: #649300;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-name.gfield_error .gfield_label.gform-field-label:has(.gfield_required) + .ginput_complex .gform-field-label.gform-field-label--type-sub::after,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-name.gfield_error .gfield_label.gform-field-label:has(.gfield_required) + .ginput_complex .gform-field-label.gform-field-label--type-sub::after {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .gfield_label.gform-field-label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .gfield_label.gform-field-label .gfield_required::before {
  content: "*";
  color: #649300;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .gfield_label.gform-field-label .gfield_required .gfield_required.gfield_required_text {
  display: none;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select {
  transition: all 0.3s ease;
  margin: 0px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #142e25;
  padding: 10px 20px;
  height: auto;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::-webkit-input-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::-moz-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select:-ms-input-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::-ms-input-placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select::placeholder {
  color: #899692;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select:focus {
  box-shadow: none;
  border-color: #649300;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone textarea {
  height: 150px;
  min-height: 50px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-text .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-textarea .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_phone select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-phone .ginput_container.ginput_container_phone select {
  background-image: url(../../resources/images/svg/icon-select-caret.svg);
  background-position: center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
  background-position: right 20px center;
  width: 100%;
  height: auto;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .gfield_label.gform-field-label,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .gfield_label.gform-field-label {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .gfield_label.gform-field-label .gfield_required::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .gfield_label.gform-field-label .gfield_required::before {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select {
  border-color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::-webkit-input-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::-moz-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::-moz-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select:-ms-input-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::-ms-input-placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::-ms-input-placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea::placeholder,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select::placeholder {
  color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_textarea select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email select:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select input:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select textarea:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select select:focus {
  border-color: #f80003;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield_error .validation_message.gfield_validation_message,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield_error .validation_message.gfield_validation_message {
  color: #f80003;
  font-size: 14px;
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 5px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #142e25;
  background-color: #fff;
  width: 20px;
  height: 20px;
}

@media (max-width: 575px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox],
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio] {
    margin-top: 3px;
  }
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]:focus {
  box-shadow: none;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=radio]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=radio]::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #142e25;
  width: 12px;
  height: 12px;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input[type=checkbox]::before,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]::before {
  background-image: url(../../resources/images/svg/icon-check.svg);
  background-position: center;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  color: transparent;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_radio .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_radio .gchoice .gform-field-label.gform-field-label--type-inline,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label.gform-field-label--type-inline {
  cursor: pointer;
  margin: 0px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer {
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  width: 100%;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button:focus {
  box-shadow: none;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .gform-loader {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
}

.usps-section {
  margin: 40px 0 -20px 0;
  overflow-x: clip;
}

@media (max-width: 991px) {
  .usps-section {
    margin: 20px 0 -20px 0;
  }
}

@media (max-width: 575px) {
  .usps-section {
    margin: 20px 0;
  }
}

.usps-section--bottom {
  margin: 32px 0;
}

@media (max-width: 991px) {
  .usps-section--bottom {
    margin: 20px 0;
  }
}

.usps-section--bottom .section--decor {
  display: none;
}

.usps-section .section {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 16px;
  margin: 0px;
  border-radius: 4px;
  background-color: #fff;
  padding: 14px 20px 12px 20px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .usps-section .section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .usps-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 12px 14px 10px 14px;
  }
}

.usps-section .section--decor {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-24%) translateX(64%);
  transform: translateY(-24%) translateX(64%);
  z-index: 0;
  z-index: 10;
  width: 38%;
  min-width: 200px;
  max-width: 523px;
  height: auto;
  pointer-events: none;
}

.usps-section .section--usp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1431px) {
  .usps-section .section--usp {
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .usps-section .section--usp {
    gap: 10px;
  }
}

.usps-section .section--usp__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}

@media (max-width: 1431px) {
  .usps-section .section--usp__icon {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 1199px) {
  .usps-section .section--usp__icon {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 575px) {
  .usps-section .section--usp__icon {
    width: 24px;
    height: 24px;
  }
}

.usps-section .section--usp__description {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .usps-section .section--usp__description {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .usps-section .section--usp__description {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .usps-section .section--usp__description {
    font-size: 12px;
  }
}

.usps-section .section--usp__description > * {
  margin-bottom: 0px;
}

.usps-list {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  background-color: #ebede6;
  padding: 32px 24px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

@media (max-width: 1431px) {
  .usps-list {
    padding: 24px 16px;
  }
}

.breadcrumbs-section {
  margin: 40px 0;
}

.breadcrumbs-section--margin-small {
  margin: 20px 0;
}

@media (max-width: 575px) {
  .breadcrumbs-section {
    margin: 20px 0;
  }
}

.breadcrumbs-section--background-white {
  margin: 0;
  background-color: #ffffff;
  padding: 40px 0;
}

.breadcrumbs-section--background-white.breadcrumbs-section--margin-small {
  padding: 20px 0;
}

.breadcrumbs-section .breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  row-gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}

.breadcrumbs-section .breadcrumbs * {
  font-size: 14px;
  line-height: 1;
}

.breadcrumbs-section .breadcrumbs--separator {
  background-image: url(../../resources/images/svg/icon-breadcrumbs-separator.svg);
  background-position: center;
  background-size: 18px 20.57px;
  background-repeat: no-repeat;
  width: 18px;
  height: 20.57px;
  display: block;
}

.breadcrumbs-section .breadcrumbs a {
  color: #899692;
}

body.scrolling-off {
  overflow: hidden;
}

.search-form {
  position: relative;
}

.search-form--overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  inset: 0px;
  background: rgba(0, 0, 0, 0.3);
  height: 100dvh;
}

.search-form--overlay.active {
  visibility: visible;
  opacity: 1;
}

.search-form--wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  transition: all 0.3s ease;
  outline: 2px solid transparent;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.search-form--wrapper:focus-within {
  outline-color: #649300;
}

.search-form--input {
  -ms-flex: 1;
  flex: 1;
  outline: none;
  border: none;
  padding: 13px 0 13px 16px;
  color: #142e25;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .search-form--input {
    padding: 10px 0 10px 12px;
  }
}

.search-form input[type=search i]::-webkit-search-cancel-button {
  display: none !important;
}

.search-form--button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  border: none;
  background: transparent;
  padding: 22px 22px;
  background-image: url(../../resources/images/svg/icon-loupe.svg);
  background-position: center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

@media (max-width: 991px) {
  .search-form--button {
    margin-right: 6px;
  }
}

.search-form--results-wrapper {
  position: absolute;
  top: calc(100% + 6px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  max-height: 217px;
  overflow-y: auto;
}

.search-form--results-wrapper.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.search-form--loader {
  display: none;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  inset: 0px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}

.search-form--loader__icon {
  background-image: url(../../resources/images/svg/icon-loader.svg);
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.search-form--results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 16px 0;
  width: 100%;
  list-style-type: none;
}

.search-form--result {
  display: block;
  opacity: 0.75;
  transition: all 0.3s ease;
  padding: 0 16px;
  color: #142e25 !important;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .search-form--result {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .search-form--result {
    font-size: 14px;
  }
}

.search-form--result:hover {
  background-color: #ebede6;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.search-form--no-results {
  padding: 0 16px;
  color: #142e25;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .search-form--no-results {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .search-form--no-results {
    font-size: 14px;
  }
}

.search-form--no-results > * {
  margin: 0;
}

.mini-cart {
  position: fixed;
  z-index: 2000;
  inset: 0px;
  pointer-events: none;
}

.mini-cart.mini-cart--open {
  pointer-events: auto;
}

.mini-cart.mini-cart--open .mini-cart--overlay {
  visibility: visible;
  opacity: 1;
}

.mini-cart.mini-cart--open .mini-cart--wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mini-cart--overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  inset: 0px;
  background: rgba(0, 0, 0, 0.3);
  height: 100dvh;
}

.mini-cart--wrapper {
  display: grid;
  position: fixed;
  top: 0px;
  right: 0px;
  grid-template-rows: auto auto 1fr;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f2f3ef;
  padding: 24px 40px 32px 40px;
  width: 100%;
  max-width: 540px;
  height: 100dvh;
}

@media (max-width: 991px) {
  .mini-cart--wrapper {
    padding: 16px 32px 24px 32px;
    max-width: 500px;
  }
}

@media (max-width: 575px) {
  .mini-cart--wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 16px 24px;
    max-width: 100%;
  }
}

.mini-cart--close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
}

@media (max-width: 991px) {
  .mini-cart--close {
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .mini-cart--close {
    gap: 6px;
  }
}

.mini-cart--close__icon {
  background-image: url(../../resources/images/svg/icon-back-button.svg);
  background-position: center;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  display: block;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .mini-cart--close__icon {
    background-image: url(../../resources/images/svg/icon-back-button.svg);
    background-position: center;
    background-size: 18px 16px;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
  }
}

@media (max-width: 575px) {
  .mini-cart--close__icon {
    background-image: url(../../resources/images/svg/icon-back-button.svg);
    background-position: center;
    background-size: 16px 14px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
  }
}

.mini-cart--close__text {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.78;
  color: #000;
}

@media (max-width: 991px) {
  .mini-cart--close__text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .mini-cart--close__text {
    font-size: 14px;
  }
}

.mini-cart--divider {
  opacity: 0.1;
  margin: 16px 0 24px;
  border: none;
  background-color: #899692;
  width: 100%;
  height: 1px;
}

@media (max-width: 991px) {
  .mini-cart--divider {
    margin: 12px 0 18px;
  }
}

.mini-cart .contents {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
  min-height: 0;
}

@media (max-width: 991px) {
  .mini-cart .contents {
    gap: 24px;
  }
}

.mini-cart .contents--empty {
  display: -ms-flexbox;
  display: flex;
  grid-row: 1/-1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.mini-cart .contents--empty__message {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mini-cart .contents--empty__message {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .mini-cart .contents--empty__message {
    font-size: 14px;
  }
}

.mini-cart .contents--empty__shop {
  width: 100%;
}

.mini-cart .contents--empty__close {
  text-align: center;
}

.mini-cart .contents--empty__close > * {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.78;
}

@media (max-width: 991px) {
  .mini-cart .contents--empty__close > * {
    font-size: 16px;
  }
}

.mini-cart .contents--empty__close button {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
}

.mini-cart .contents--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.mini-cart .contents--header > * {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.52381;
}

@media (max-width: 991px) {
  .mini-cart .contents--header > * {
    font-size: 18px;
  }
}

.mini-cart .contents--header__count {
  color: #649300;
}

.mini-cart .contents--products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0px;
  min-height: 0;
  overflow-y: auto;
  list-style: none;
}

.mini-cart .contents--products .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.mini-cart .contents--products .item--thumbnail__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #fff;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--thumbnail__wrapper {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 575px) {
  .mini-cart .contents--products .item--thumbnail__wrapper {
    width: 80px;
    height: 120px;
  }
}

.mini-cart .contents--products .item--thumbnail__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mini-cart .contents--products .item--thumbnail__remove-button {
  background-image: url(../../resources/images/svg/icon-bin.svg);
  background-position: center;
  background-size: 20.4px 20.4px;
  background-repeat: no-repeat;
  width: 20.4px;
  height: 20.4px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}

.mini-cart .contents--products .item--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.mini-cart .contents--products .item--content__title {
  display: block;
  margin-bottom: 10px;
  color: #142e25;
  font-size: 21px;
  line-height: 1.06;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .mini-cart .contents--products .item--content__title {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

.mini-cart .contents--products .item--content__variation {
  display: block;
  margin-top: -4px;
  margin-bottom: 6px;
  color: #899692;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .mini-cart .contents--products .item--content__variation {
    font-size: 12px;
  }
}

.mini-cart .contents--products .item--content__delivery-info {
  display: block;
  margin-bottom: 10px;
  color: #899692;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 575px) {
  .mini-cart .contents--products .item--content__delivery-info {
    margin-bottom: 6px;
  }
}

.mini-cart .contents--products .item--content__quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .mini-cart .contents--products .item--content__quantity {
    margin-bottom: 6px;
  }
}

.mini-cart .contents--products .item--content__quantity-label {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__quantity-label {
    font-size: 14px;
  }
}

.mini-cart .contents--products .item--content__quantity button {
  transition: color 0.2s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #23582c;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__quantity button {
    font-size: 16px;
  }
}

.mini-cart .contents--products .item--content__quantity button:disabled {
  cursor: not-allowed;
  color: inherit;
}

.mini-cart .contents--products .item--content__quantity-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__quantity-controls {
    gap: 16px;
  }
}

.mini-cart .contents--products .item--content__quantity-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__quantity-value {
    font-size: 14px;
  }
}

.mini-cart .contents--products .item--content__price {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.06;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__price {
    font-size: 14px;
  }
}

.mini-cart .contents--products .item--content__price .woocommerce-Price-amount {
  font-weight: 700;
}

.mini-cart .contents--products .item--content__price del {
  text-decoration-thickness: 1px;
}

.mini-cart .contents--products .item--content__price del .woocommerce-Price-amount {
  font-weight: 400;
}

.mini-cart .contents--products .item--content__price ins {
  text-decoration: none;
}

.mini-cart .contents--products .item--content__price ins ~ .woocommerce-price-suffix {
  display: none;
}

.mini-cart .contents--products .item--content__price .woocommerce-price-suffix {
  margin: 1px 0 1px 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .mini-cart .contents--products .item--content__price .woocommerce-price-suffix {
    font-size: 12px;
  }
}

.mini-cart .contents--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

.mini-cart .contents--buttons__close {
  text-align: center;
}

.mini-cart .contents--buttons__close > * {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.78;
}

@media (max-width: 991px) {
  .mini-cart .contents--buttons__close > * {
    font-size: 16px;
  }
}

.mini-cart .contents--buttons__close button {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
}

.mini-cart--loader {
  display: none;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  inset: 0px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.mini-cart--loader__icon {
  background-image: url(../../resources/images/svg/icon-loader.svg);
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.mini-cart--paypal {
  margin-top: 16px;
}

.mini-cart--paypal .woocommerce-mini-cart__buttons {
  margin-bottom: 0px;
}

.headroom--pinned.headroom--top .with-mega-menu .mega-menu-type-1,
.headroom--pinned.headroom--top .with-mega-menu .mega-menu-type-2,
.headroom--top.headroom--not-bottom .with-mega-menu .mega-menu-type-1,
.headroom--top.headroom--not-bottom .with-mega-menu .mega-menu-type-2,
.headroom--not-top.headroom--not-bottom:not(.headroom--pinned):not(.headroom--unpinned) .with-mega-menu .mega-menu-type-1,
.headroom--not-top.headroom--not-bottom:not(.headroom--pinned):not(.headroom--unpinned) .with-mega-menu .mega-menu-type-2 {
  top: var(--total-header-height);
  height: calc(100dvh - var(--total-header-height));
}

.headroom--pinned:not(.headroom--top) .with-mega-menu .mega-menu-type-1,
.headroom--pinned:not(.headroom--top) .with-mega-menu .mega-menu-type-2 {
  top: calc(var(--total-header-height));
  height: calc(100dvh - var(--total-header-height) + var(--topbar-height));
}

.headroom--unpinned .with-mega-menu .mega-menu-type-1,
.headroom--unpinned .with-mega-menu .mega-menu-type-2 {
  top: var(--total-header-height);
  height: 100dvh;
}

.with-mega-menu .mega-menu-type-1,
.with-mega-menu .mega-menu-type-2 {
  position: fixed;
  right: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--overlay,
.with-mega-menu .mega-menu-type-2 .mega-menu--overlay {
  position: absolute;
  z-index: 0;
  inset: 0px;
  background: rgba(0, 0, 0, 0.3);
  height: 100dvh;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content,
.with-mega-menu .mega-menu-type-2 .mega-menu--content {
  position: relative;
  z-index: 1;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content,
.with-mega-menu .mega-menu-type-2 .mega-menu--content .content {
  display: -ms-flexbox;
  display: flex;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--items,
.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #ebede6;
  list-style-type: none;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--items__item,
.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--items__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  width: 100%;
  color: #142e25;
  font-size: 16px;
  line-height: 2;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--items__item.active,
.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--items__item.active {
  background-color: #ebede6;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--items__caret,
.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--items__caret {
  background-image: url(../../resources/images/svg/icon-caret-right.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content {
  background-color: #fff;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--items {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 -10px;
  padding: 12px 16px 12px 0;
  width: 360px;
  max-width: 360px;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--items__item {
  padding: 6px 20px 6px 10px;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems {
  --item-height: 0px;
  --gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: var(--gap);
  padding: 32px 24px;
  max-height: calc(2 * var(--item-height) + var(--gap) + 64px);
  overflow-y: auto;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems:not(:has(.content--subitems__item)) {
  display: none;
}

@media (max-width: 1431px) {
  .with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems__item {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s ease;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems__item:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems__item.visible {
  display: -ms-flexbox;
  display: flex;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems__image-wrapper {
  border-radius: 4px;
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.with-mega-menu .mega-menu-type-1 .mega-menu--content .content--subitems__title {
  color: #142e25;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.with-mega-menu.showing .mega-menu-type-1,
.with-mega-menu.showing .mega-menu-type-2 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content {
  height: calc(100dvh - var(--total-header-height));
  overflow: auto;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content {
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--items {
  margin: 0;
  padding: 12px 16px 12px 24px;
  min-width: 378px;
  max-width: 378px;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--items__item {
  padding: 6px 20px 6px 10px;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems {
  --item-height: 0px;
  --gap: 12px;
  display: -ms-flexbox;
  display: flex;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems:not(:has(.content--subitems__item)) {
  display: none;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 12px 16px 12px 24px;
  min-width: 378px;
  max-width: 378px;
  max-height: calc(11 * var(--item-height) + 24px);
  overflow-y: auto;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems__item {
  display: none;
  transition: all 0.3s ease;
  padding: 6px 20px 6px 10px;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems__item.visible {
  display: block;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems__item:hover {
  background-color: #ebede6;
}

.with-mega-menu .mega-menu-type-2 .mega-menu--content .content--subitems__title {
  color: #142e25;
  font-size: 16px;
  line-height: 2;
}

.header.mobile-menu-open .header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu.active {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  pointer-events: auto;
}

.header--mobile .mobile-menu .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px;
  border-top: 1px solid #ebede6;
  padding: 0px;
  list-style-type: none;
}

.header--mobile .mobile-menu .menu li.menu-item {
  position: relative;
  border-bottom: 1px solid #ebede6;
  padding: 8px 0;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-image: url(../../resources/images/svg/icon-caret-right.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu {
  position: fixed;
  top: calc(var(--total-header-height));
  left: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0px;
  border: none;
  background: transparent;
  padding: 10px;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--back-icon {
  background-image: url(../../resources/images/svg/icon-caret-left-gray.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: block;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--back-label {
  color: #142e25;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--category-link {
  color: #142e25;
  text-decoration: none;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item {
  border-top: 1px solid rgba(35, 88, 44, 0.1);
  padding: 8px 0;
  width: 100%;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item-link {
  font-size: 16px;
  line-height: 2;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item-caret {
  background-image: url(../../resources/images/svg/icon-caret-right.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: block;
  transition: all 0.3s ease;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item.has-subitems.open .mobile-mega-menu--item-caret {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item.has-subitems.open .mobile-mega-menu--subitems-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--item.has-subitems.open .mobile-mega-menu--subitems {
  padding: 12px 0 4px 16px;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--subitems-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--subitems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0 0 0 16px;
  min-height: 0px;
  list-style-type: none;
}

.header--mobile .mobile-menu .menu li.menu-item.with-mobile-mega-menu .mobile-mega-menu--subitem-link {
  font-size: 16px;
  line-height: 2;
}

.header--mobile .mobile-menu .menu li.menu-item a {
  color: #142e25;
  font-size: 16px;
  line-height: 2;
}

.ajax-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.ajax-pagination:empty {
  display: none;
}

.ajax-pagination .page-numbers {
  transition: all 0.3s ease;
  color: #142e25;
  font-size: 16px;
  line-height: 1.06;
}

.ajax-pagination .page-numbers:hover {
  color: #649300;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.ajax-pagination .page-numbers.current {
  color: #142e25;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.ajax-pagination .page-numbers.dots {
  color: #142e25;
}

.ajax-pagination .prev,
.ajax-pagination .next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.ajax-pagination .prev:hover::after,
.ajax-pagination .prev:hover::before,
.ajax-pagination .next:hover::after,
.ajax-pagination .next:hover::before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(57%) saturate(1623%) hue-rotate(51deg) brightness(93%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(43%) sepia(57%) saturate(1623%) hue-rotate(51deg) brightness(93%) contrast(101%);
}

@media (max-width: 575px) {
  .ajax-pagination .prev span,
  .ajax-pagination .next span {
    display: none;
  }
}

.ajax-pagination .prev::before,
.ajax-pagination .prev::after,
.ajax-pagination .next::before,
.ajax-pagination .next::after {
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.ajax-pagination .prev::before {
  background-image: url(../../resources/images/svg/icon-pagination-prev.svg);
  background-position: center;
  background-size: 22px 21px;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
}

.ajax-pagination .next::after {
  background-image: url(../../resources/images/svg/icon-pagination-next.svg);
  background-position: center;
  background-size: 22px 21px;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
}

.ajax-loader {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
  inset: 0px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}

.ajax-loader__icon {
  background-image: url(../../resources/images/svg/icon-loader.svg);
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.webwinkel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0px;
  border: none;
  background-color: transparent;
  padding: 0px;
  color: #142e25;
}

@media (max-width: 1199px) {
  .webwinkel {
    gap: 16px;
  }
}

.webwinkel--before {
  font-size: 21px;
}

@media (max-width: 1199px) {
  .webwinkel--before {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .webwinkel--before {
    display: none !important;
  }
}

.webwinkel--after {
  font-size: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 1199px) {
  .webwinkel--after {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .webwinkel--after {
    display: none !important;
  }
}

.webwinkel--outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.webwinkel--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1199px) {
  .webwinkel--wrapper {
    font-size: 12px;
  }
}

.webwinkel--icon {
  background-image: url(../../resources/images/svg/icon-webwinkel.svg);
  background-position: center;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .webwinkel--icon {
    background-image: url(../../resources/images/svg/icon-webwinkel.svg);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .webwinkel--icon {
    background-image: url(../../resources/images/svg/icon-webwinkel.svg);
    background-position: center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
  }
}

.webwinkel--rating {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .webwinkel--rating {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .webwinkel--rating {
    font-size: 24px;
  }
}

.faq--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 8px 0 0 0;
  border-top: 1px solid #dcdfdb;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}

.faq--item {
  border-bottom: 1px solid #dcdfdb;
  padding: 24px 0;
}

@media (max-width: 1199px) {
  .faq--item {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .faq--item {
    padding: 16px 0;
  }
}

.faq--item__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: var(--font-size);
  line-height: 1.06;
}

.faq--item__question > * {
  margin: 0px;
}

.faq--item__question--icon {
  background-image: url(../../resources/images/svg/icon-chevron.svg);
  background-position: center;
  background-size: 19px 22px;
  background-repeat: no-repeat;
  width: 19px;
  height: 22px;
  display: block;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .faq--item__question--icon {
    background-size: 17px 20px;
    width: 17px;
    height: 20px;
  }
}

@media (max-width: 575px) {
  .faq--item__question--icon {
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
  }
}

.faq--item__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq--item__answer--inner {
  min-height: 0px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.faq--item__answer--inner > * {
  margin-bottom: 24px;
}

.faq--item__answer--inner > *:nth-last-child(1) {
  margin-bottom: 0;
}

.faq--item__answer--inner a {
  color: #649300;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.faq--item.open .faq--item__question--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq--item.open .faq--item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 22px;
}

@media (max-width: 1199px) {
  .faq--item.open .faq--item__answer {
    margin-top: 18px 0;
  }
}

@media (max-width: 575px) {
  .faq--item.open .faq--item__answer {
    margin-top: 14px 0;
  }
}

.account-content .form,
.checkout--fields .form,
.checkout--acceptance .form {
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 991px) {
  .account-content .form,
  .checkout--fields .form,
  .checkout--acceptance .form {
    --font-size: 16px;
  }
}

@media (max-width: 991px) {
  .account-content .form,
  .checkout--fields .form,
  .checkout--acceptance .form {
    --font-size: 14px;
  }
}

.account-content .form-row,
.checkout--fields .form-row,
.checkout--acceptance .form-row {
  grid-column: span 2/span 2;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin: 0px;
}

.account-content .form-row:has(.form--input__error-wrapper:not(:empty)) label,
.checkout--fields .form-row:has(.form--input__error-wrapper:not(:empty)) label,
.checkout--acceptance .form-row:has(.form--input__error-wrapper:not(:empty)) label {
  color: #f80003;
}

.account-content .form-row:has(.form--input__error-wrapper:not(:empty)) label span,
.checkout--fields .form-row:has(.form--input__error-wrapper:not(:empty)) label span,
.checkout--acceptance .form-row:has(.form--input__error-wrapper:not(:empty)) label span {
  color: #f80003;
}

.account-content .form-row:has(.form--input__error-wrapper:not(:empty)) .select2 .selection .select2-selection,
.checkout--fields .form-row:has(.form--input__error-wrapper:not(:empty)) .select2 .selection .select2-selection,
.checkout--acceptance .form-row:has(.form--input__error-wrapper:not(:empty)) .select2 .selection .select2-selection {
  border-color: #f80003;
}

.account-content .form-row label,
.checkout--fields .form-row label,
.checkout--acceptance .form-row label {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form-row label span,
.checkout--fields .form-row label span,
.checkout--acceptance .form-row label span {
  color: #649300;
}

.account-content .form-row .woocommerce-input-wrapper,
.checkout--fields .form-row .woocommerce-input-wrapper,
.checkout--acceptance .form-row .woocommerce-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-content .form-row textarea,
.checkout--fields .form-row textarea,
.checkout--acceptance .form-row textarea {
  border: 1px solid #142e25;
  border-radius: 4px;
  padding: 12px 20px;
  width: 100%;
  resize: vertical;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form-row textarea:focus,
.checkout--fields .form-row textarea:focus,
.checkout--acceptance .form-row textarea:focus {
  outline: none;
  border-color: #649300;
}

.account-content .form-row .select2.select2-container--below.select2-container--open .selection .select2-selection,
.checkout--fields .form-row .select2.select2-container--below.select2-container--open .selection .select2-selection,
.checkout--acceptance .form-row .select2.select2-container--below.select2-container--open .selection .select2-selection {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.account-content .form-row .select2.select2-container--above.select2-container--open .selection .select2-selection,
.checkout--fields .form-row .select2.select2-container--above.select2-container--open .selection .select2-selection,
.checkout--acceptance .form-row .select2.select2-container--above.select2-container--open .selection .select2-selection {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.account-content .form-row .select2 .selection .select2-selection,
.checkout--fields .form-row .select2 .selection .select2-selection,
.checkout--acceptance .form-row .select2 .selection .select2-selection {
  margin: 0px;
  border: 1px solid #142e25;
  border-radius: 4px;
  padding: 12px 20px;
  width: 100%;
  height: unset;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form-row .select2 .selection .select2-selection:focus,
.checkout--fields .form-row .select2 .selection .select2-selection:focus,
.checkout--acceptance .form-row .select2 .selection .select2-selection:focus {
  outline: none;
  border-color: #649300;
}

.account-content .form-row .select2 .selection .select2-selection .select2-selection__rendered,
.checkout--fields .form-row .select2 .selection .select2-selection .select2-selection__rendered,
.checkout--acceptance .form-row .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0px;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form-row .select2 .selection .select2-selection .select2-selection__arrow,
.checkout--fields .form-row .select2 .selection .select2-selection .select2-selection__arrow,
.checkout--acceptance .form-row .select2 .selection .select2-selection .select2-selection__arrow {
  background-image: url(../../resources/images/svg/icon-chevron-down-gray.svg);
  background-position: center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-content .form-row .select2 .selection .select2-selection .select2-selection__arrow b,
.checkout--fields .form-row .select2 .selection .select2-selection .select2-selection__arrow b,
.checkout--acceptance .form-row .select2 .selection .select2-selection .select2-selection__arrow b {
  display: none;
}

.account-content .form-row .form--input__error-wrapper,
.checkout--fields .form-row .form--input__error-wrapper,
.checkout--acceptance .form-row .form--input__error-wrapper {
  margin-top: 4px;
}

.account-content .form--description,
.checkout--fields .form--description,
.checkout--acceptance .form--description {
  grid-column: span 2/span 2;
  margin-top: 8px;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--description a,
.checkout--fields .form--description a,
.checkout--acceptance .form--description a {
  color: #649300;
  text-decoration: underline;
}

.account-content .form--description a:hover,
.checkout--fields .form--description a:hover,
.checkout--acceptance .form--description a:hover {
  color: #23582c;
}

.account-content .form--input,
.checkout--fields .form--input,
.checkout--acceptance .form--input {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1/span 1;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.account-content .form--input:has(.is-invalid) .form--input__label,
.account-content .form--input:has(.is-invalid) .form--input__required,
.checkout--fields .form--input:has(.is-invalid) .form--input__label,
.checkout--fields .form--input:has(.is-invalid) .form--input__required,
.checkout--acceptance .form--input:has(.is-invalid) .form--input__label,
.checkout--acceptance .form--input:has(.is-invalid) .form--input__required {
  color: #f80003;
}

@media (max-width: 575px) {
  .account-content .form--input,
  .checkout--fields .form--input,
  .checkout--acceptance .form--input {
    grid-column: span 2/span 2;
  }
}

.account-content .form--input-wrapper,
.checkout--fields .form--input-wrapper,
.checkout--acceptance .form--input-wrapper {
  position: relative;
  width: 100%;
}

.account-content .form--input-wrapper .form--input__input,
.checkout--fields .form--input-wrapper .form--input__input,
.checkout--acceptance .form--input-wrapper .form--input__input {
  padding-left: 148px;
}

.account-content .form--input-wrapper:has(.is-invalid) .form--input__phone-prefix,
.checkout--fields .form--input-wrapper:has(.is-invalid) .form--input__phone-prefix,
.checkout--acceptance .form--input-wrapper:has(.is-invalid) .form--input__phone-prefix {
  border-right-color: #f80003;
}

.account-content .form--input-wrapper:focus-within .form--input__phone-prefix,
.checkout--fields .form--input-wrapper:focus-within .form--input__phone-prefix,
.checkout--acceptance .form--input-wrapper:focus-within .form--input__phone-prefix {
  border-right-color: #649300;
}

.account-content .form--input-wrapper .form--input__phone-prefix,
.checkout--fields .form--input-wrapper .form--input__phone-prefix,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  border-right: 1px solid #142e25;
  background-color: transparent;
  width: 128px;
  height: 54.33px;
}

@media (max-width: 991px) {
  .account-content .form--input-wrapper .form--input__phone-prefix,
  .checkout--fields .form--input-wrapper .form--input__phone-prefix,
  .checkout--acceptance .form--input-wrapper .form--input__phone-prefix {
    height: 48.63px;
  }
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag {
  display: block;
  margin-right: 5px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-nl,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-nl,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-nl {
  background-image: url(../../resources/images/svg/icon-nl.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-it,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-it,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-it {
  background-image: url(../../resources/images/svg/icon-it.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-be,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-be,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-be {
  background-image: url(../../resources/images/svg/icon-be.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-de,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-de,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-de {
  background-image: url(../../resources/images/svg/icon-de.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-ch,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-ch,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-ch {
  background-image: url(../../resources/images/svg/icon-ch.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-es,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-es,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-es {
  background-image: url(../../resources/images/svg/icon-es.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-lu,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-lu,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-lu {
  background-image: url(../../resources/images/svg/icon-lu.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-at,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-at,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-at {
  background-image: url(../../resources/images/svg/icon-at.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--flag.flag-uk,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--flag.flag-uk,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--flag.flag-uk {
  background-image: url(../../resources/images/svg/icon-uk.svg);
  background-position: center;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--arrow,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--arrow,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--arrow {
  background-image: url(../../resources/images/svg/icon-chevron-down-gray.svg);
  background-position: center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  display: block;
  margin-left: 10px;
}

.account-content .form--input-wrapper .form--input__phone-prefix--text,
.checkout--fields .form--input-wrapper .form--input__phone-prefix--text,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix--text {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--input-wrapper .form--input__phone-prefix-select,
.checkout--fields .form--input-wrapper .form--input__phone-prefix-select,
.checkout--acceptance .form--input-wrapper .form--input__phone-prefix-select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 128px;
  height: 54.33px;
}

@media (max-width: 991px) {
  .account-content .form--input-wrapper .form--input__phone-prefix-select,
  .checkout--fields .form--input-wrapper .form--input__phone-prefix-select,
  .checkout--acceptance .form--input-wrapper .form--input__phone-prefix-select {
    height: 48.63px;
  }
}

.account-content .form--input--full,
.checkout--fields .form--input--full,
.checkout--acceptance .form--input--full {
  grid-column: span 2/span 2;
}

.account-content .form--input__label,
.checkout--fields .form--input__label,
.checkout--acceptance .form--input__label {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--input__input,
.account-content .form--input__select,
.checkout--fields .form--input__input,
.checkout--fields .form--input__select,
.checkout--acceptance .form--input__input,
.checkout--acceptance .form--input__select {
  border: 1px solid #142e25;
  border-radius: 4px;
  padding: 12px 20px;
  width: 100%;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--input__input:focus,
.account-content .form--input__select:focus,
.checkout--fields .form--input__input:focus,
.checkout--fields .form--input__select:focus,
.checkout--acceptance .form--input__input:focus,
.checkout--acceptance .form--input__select:focus {
  outline: none;
  border-color: #649300;
}

.account-content .form--input__input::-webkit-input-placeholder,
.account-content .form--input__select::-webkit-input-placeholder,
.checkout--fields .form--input__input::-webkit-input-placeholder,
.checkout--fields .form--input__select::-webkit-input-placeholder,
.checkout--acceptance .form--input__input::-webkit-input-placeholder,
.checkout--acceptance .form--input__select::-webkit-input-placeholder {
  color: #899692;
}

.account-content .form--input__input::-moz-placeholder,
.account-content .form--input__select::-moz-placeholder,
.checkout--fields .form--input__input::-moz-placeholder,
.checkout--fields .form--input__select::-moz-placeholder,
.checkout--acceptance .form--input__input::-moz-placeholder,
.checkout--acceptance .form--input__select::-moz-placeholder {
  color: #899692;
}

.account-content .form--input__input:-ms-input-placeholder,
.account-content .form--input__select:-ms-input-placeholder,
.checkout--fields .form--input__input:-ms-input-placeholder,
.checkout--fields .form--input__select:-ms-input-placeholder,
.checkout--acceptance .form--input__input:-ms-input-placeholder,
.checkout--acceptance .form--input__select:-ms-input-placeholder {
  color: #899692;
}

.account-content .form--input__input::-ms-input-placeholder,
.account-content .form--input__select::-ms-input-placeholder,
.checkout--fields .form--input__input::-ms-input-placeholder,
.checkout--fields .form--input__select::-ms-input-placeholder,
.checkout--acceptance .form--input__input::-ms-input-placeholder,
.checkout--acceptance .form--input__select::-ms-input-placeholder {
  color: #899692;
}

.account-content .form--input__input::placeholder,
.account-content .form--input__select::placeholder,
.checkout--fields .form--input__input::placeholder,
.checkout--fields .form--input__select::placeholder,
.checkout--acceptance .form--input__input::placeholder,
.checkout--acceptance .form--input__select::placeholder {
  color: #899692;
}

.account-content .form--input__input.is-invalid,
.account-content .form--input__select.is-invalid,
.checkout--fields .form--input__input.is-invalid,
.checkout--fields .form--input__select.is-invalid,
.checkout--acceptance .form--input__input.is-invalid,
.checkout--acceptance .form--input__select.is-invalid {
  border-color: #f80003;
}

.account-content .form--input__select,
.checkout--fields .form--input__select,
.checkout--acceptance .form--input__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../../resources/images/svg/icon-chevron-down-gray.svg);
  background-position: center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 48px;
  width: unset;
  height: unset;
}

.account-content .form--input__error,
.checkout--fields .form--input__error,
.checkout--acceptance .form--input__error {
  color: #f80003 !important;
  font-size: 14px;
  line-height: 1.5;
}

.account-content .form--input__required,
.checkout--fields .form--input__required,
.checkout--acceptance .form--input__required {
  color: #649300;
}

.account-content .form--group,
.checkout--fields .form--group,
.checkout--acceptance .form--group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
  grid-column: span 1/span 1;
}

@media (max-width: 991px) {
  .account-content .form--group,
  .checkout--fields .form--group,
  .checkout--acceptance .form--group {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

.account-content .form--group #billing_state_field,
.checkout--fields .form--group #billing_state_field,
.checkout--acceptance .form--group #billing_state_field {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 2/span 2;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.account-content .form--group #billing_state_field label,
.checkout--fields .form--group #billing_state_field label,
.checkout--acceptance .form--group #billing_state_field label {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--group #billing_state_field input#billing_state,
.checkout--fields .form--group #billing_state_field input#billing_state,
.checkout--acceptance .form--group #billing_state_field input#billing_state {
  border: 1px solid #142e25;
  border-radius: 4px;
  padding: 12px 20px;
  width: 100%;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--group #billing_state_field input#billing_state:focus,
.checkout--fields .form--group #billing_state_field input#billing_state:focus,
.checkout--acceptance .form--group #billing_state_field input#billing_state:focus {
  outline: none;
  border-color: #649300;
}

.account-content .form--group #billing_state_field input#billing_state::-webkit-input-placeholder,
.checkout--fields .form--group #billing_state_field input#billing_state::-webkit-input-placeholder,
.checkout--acceptance .form--group #billing_state_field input#billing_state::-webkit-input-placeholder {
  color: #899692;
}

.account-content .form--group #billing_state_field input#billing_state::-moz-placeholder,
.checkout--fields .form--group #billing_state_field input#billing_state::-moz-placeholder,
.checkout--acceptance .form--group #billing_state_field input#billing_state::-moz-placeholder {
  color: #899692;
}

.account-content .form--group #billing_state_field input#billing_state:-ms-input-placeholder,
.checkout--fields .form--group #billing_state_field input#billing_state:-ms-input-placeholder,
.checkout--acceptance .form--group #billing_state_field input#billing_state:-ms-input-placeholder {
  color: #899692;
}

.account-content .form--group #billing_state_field input#billing_state::-ms-input-placeholder,
.checkout--fields .form--group #billing_state_field input#billing_state::-ms-input-placeholder,
.checkout--acceptance .form--group #billing_state_field input#billing_state::-ms-input-placeholder {
  color: #899692;
}

.account-content .form--group #billing_state_field input#billing_state::placeholder,
.checkout--fields .form--group #billing_state_field input#billing_state::placeholder,
.checkout--acceptance .form--group #billing_state_field input#billing_state::placeholder {
  color: #899692;
}

.account-content .form--company-fields,
.checkout--fields .form--company-fields,
.checkout--acceptance .form--company-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
  grid-column: span 2/span 2;
}

@media (max-width: 991px) {
  .account-content .form--company-fields,
  .checkout--fields .form--company-fields,
  .checkout--acceptance .form--company-fields {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (max-width: 575px) {
  .account-content .form--company-fields,
  .checkout--fields .form--company-fields,
  .checkout--acceptance .form--company-fields {
    grid-column: span 2/span 2;
  }
}

.account-content .form--section-title,
.checkout--fields .form--section-title,
.checkout--acceptance .form--section-title {
  grid-column: span 2/span 2;
  margin-bottom: 6px;
}

.account-content .form--section-title > *,
.checkout--fields .form--section-title > *,
.checkout--acceptance .form--section-title > * {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .account-content .form--section-title > *,
  .checkout--fields .form--section-title > *,
  .checkout--acceptance .form--section-title > * {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .account-content .form--section-title > *,
  .checkout--fields .form--section-title > *,
  .checkout--acceptance .form--section-title > * {
    font-size: 24px;
  }
}

.account-content .form--checkbox-wrapper,
.checkout--fields .form--checkbox-wrapper,
.checkout--acceptance .form--checkbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 2/span 2;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin: 22px 0;
}

.account-content .form--checkbox,
.checkout--fields .form--checkbox,
.checkout--acceptance .form--checkbox {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 2/span 2;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.account-content .form--checkbox input[type=checkbox],
.checkout--fields .form--checkbox input[type=checkbox],
.checkout--acceptance .form--checkbox input[type=checkbox] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-top: 4px;
  outline: none;
  border: 1px solid #142e25;
  border-radius: 2px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  accent-color: #649300;
}

@media (max-width: 991px) {
  .account-content .form--checkbox input[type=checkbox],
  .checkout--fields .form--checkbox input[type=checkbox],
  .checkout--acceptance .form--checkbox input[type=checkbox] {
    margin-top: 2px;
  }
}

.account-content .form--checkbox input[type=checkbox]:focus,
.checkout--fields .form--checkbox input[type=checkbox]:focus,
.checkout--acceptance .form--checkbox input[type=checkbox]:focus {
  outline: none;
  border-color: #649300;
}

.account-content .form--checkbox input[type=checkbox]:checked,
.checkout--fields .form--checkbox input[type=checkbox]:checked,
.checkout--acceptance .form--checkbox input[type=checkbox]:checked {
  background-image: url(../../resources/images/svg/icon-check-bigger.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
  width: 20px;
  height: 20px;
}

.account-content .form--checkbox label,
.checkout--fields .form--checkbox label,
.checkout--acceptance .form--checkbox label {
  cursor: pointer;
  margin-bottom: 0px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .form--checkbox label > *,
.checkout--fields .form--checkbox label > *,
.checkout--acceptance .form--checkbox label > * {
  margin-bottom: 0px;
}

.account-content .form--checkbox label a,
.checkout--fields .form--checkbox label a,
.checkout--acceptance .form--checkbox label a {
  color: #649300;
  text-decoration: underline;
}

.account-content .form--checkbox label a:hover,
.checkout--fields .form--checkbox label a:hover,
.checkout--acceptance .form--checkbox label a:hover {
  color: #23582c;
}

.account-content .form--buttons,
.checkout--fields .form--buttons,
.checkout--acceptance .form--buttons {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 2/span 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 991px) {
  .account-content .form--buttons,
  .checkout--fields .form--buttons,
  .checkout--acceptance .form--buttons {
    gap: 24px;
  }
}

.account-content .form--buttons__link,
.checkout--fields .form--buttons__link,
.checkout--acceptance .form--buttons__link {
  color: #649300;
  font-size: var(--font-size);
  line-height: var(--line-height);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.account-content .form--buttons__link:hover,
.checkout--fields .form--buttons__link:hover,
.checkout--acceptance .form--buttons__link:hover {
  color: #23582c;
}

.select2-container {
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 991px) {
  .select2-container {
    --font-size: 16px;
  }
}

@media (max-width: 991px) {
  .select2-container {
    --font-size: 14px;
  }
}

.select2-container .select2-dropdown {
  border: 1px solid #142e25;
}

.select2-container .select2-dropdown .select2-search.select2-search--dropdown {
  padding: 8px;
}

.select2-container .select2-dropdown .select2-search.select2-search--dropdown input {
  border: 1px solid #142e25;
}

.select2-container .select2-dropdown .select2-search.select2-search--dropdown input:focus {
  outline: none;
  border-color: #649300;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 12px 20px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

/* Banktransfer icon */

input#payment_method_pio_stripe_bacs + label .payment-method--title::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  background: url("/wp-content/uploads/2026/01/bank-transfer-checkout-icon.png") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  content: "";
}

/* Minicart */

.mini-cart {
  z-index: 2147483501 !important;
}

/* Bank details shared */

.woocommerce--bank-details {
  /* Account page */
}

.woocommerce-account .woocommerce--bank-details {
  margin: 20px 0 10px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  max-width: 100%;
}

.woocommerce-account .woocommerce--bank-details h2 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}

.woocommerce-account .woocommerce--bank-details > p {
  display: none;
}

.woocommerce-account .woocommerce--bank-details ul.order_details li {
  grid-template-columns: 1fr 1fr;
}

.woocommerce--bank-details {
  /* Thank you page */
}

.woocommerce-order-received .woocommerce--bank-details {
  margin: 10px auto 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 28px;
  max-width: 720px;
}

.woocommerce-order-received .woocommerce--bank-details h2 {
  margin-bottom: 12px;
  font-size: 26px;
  text-align: center;
}

.woocommerce-order-received .woocommerce--bank-details > p {
  margin-bottom: 24px;
  color: #555;
  text-align: center;
}

.woocommerce-order-received .woocommerce--bank-details__amount {
  display: grid;
  grid-template-columns: 200px 1fr;
  -ms-flex-align: center;
  align-items: center;
  justify-items: start;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 14px 18px;
  font-size: 15px;
}

.woocommerce-order-received .woocommerce--bank-details__amount strong,
.woocommerce-order-received .woocommerce--bank-details__amount .amount {
  color: #000;
  font-weight: 600;
}

.woocommerce-order-received .woocommerce--bank-details ul.order_details {
  border-color: #e6e6e6;
  border-radius: 6px;
}

.woocommerce-order-received .woocommerce--bank-details ul.order_details li {
  grid-template-columns: 200px 1fr;
  border-bottom-color: #e6e6e6;
  padding: 14px 18px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce--bank-details {
    margin: 30px 16px 40px;
    padding: 24px 18px;
  }

  .woocommerce-order-received .woocommerce--bank-details h2 {
    font-size: 22px;
  }

  .woocommerce-order-received .woocommerce--bank-details ul.order_details li {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
}

/* Pay order page */

body.woocommerce-order-pay .woocommerce {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1000px;
}

body.woocommerce-order-pay .section--title h1 {
  text-align: center;
}

body.woocommerce-order-pay .shop_table {
  margin-bottom: 24px;
  border-radius: 6px;
  border-collapse: collapse;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
}

body.woocommerce-order-pay .shop_table thead th {
  border-bottom: 1px solid #e2e6e4;
  background: #23582c;
  padding: 14px 16px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

body.woocommerce-order-pay .shop_table tbody td {
  border-bottom: 1px solid #edf0ee;
  padding: 14px 16px;
}

body.woocommerce-order-pay .shop_table tbody tr:last-child td {
  border-bottom: none;
}

body.woocommerce-order-pay .shop_table .product-name {
  font-weight: 500;
}

body.woocommerce-order-pay .shop_table .product-quantity {
  color: #4b5b54;
  text-align: center;
}

body.woocommerce-order-pay .shop_table .product-total,
body.woocommerce-order-pay .shop_table .product-subtotal {
  font-weight: 500;
  text-align: left;
}

body.woocommerce-order-pay .shop_table tfoot th,
body.woocommerce-order-pay .shop_table tfoot td {
  border-top: 1px solid #e2e6e4;
  padding: 14px 16px;
}

body.woocommerce-order-pay .shop_table tfoot th {
  color: #4b5b54;
  font-weight: 500;
  text-align: right;
}

body.woocommerce-order-pay .shop_table tfoot tr:last-child th,
body.woocommerce-order-pay .shop_table tfoot tr:last-child td {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

body.woocommerce-order-pay {
  /* Express checkout */
}

body.woocommerce-order-pay #wc-stripe-express-checkout-element {
  margin: 0 auto 24px auto;
  max-width: 420px;
}

body.woocommerce-order-pay #wc-stripe-express-checkout-button-separator {
  margin: 16px 0;
  color: #6b7c75;
  font-size: 13px;
  text-align: center;
}

body.woocommerce-order-pay {
  /* Payment methods */
}

body.woocommerce-order-pay .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-order-pay .wc_payment_method {
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 12px;
  border: 1px solid #e2e6e4;
  border-radius: 6px;
  background: #ffffff;
  padding: 14px 16px;
}

body.woocommerce-order-pay .wc_payment_method label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

body.woocommerce-order-pay .wc_payment_method input[type=radio] {
  position: absolute;
  top: 22px;
  left: 16px;
}

body.woocommerce-order-pay .wc_payment_method .payment-method--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-left: 36px;
  width: 100%;
}

body.woocommerce-order-pay .wc_payment_method .payment-method--title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

body.woocommerce-order-pay .wc_payment_method .payment-method--price {
  margin-left: auto;
  color: #6b7c75;
  font-size: 14px;
  white-space: nowrap;
}

body.woocommerce-order-pay .wc_payment_method .payment-method--description {
  margin-top: 10px;
  padding-left: 36px;
  color: #55645e;
  font-size: 13px;
}

body.woocommerce-order-pay .wc_payment_method:hover {
  border-color: #0f3d2e;
  background: #f6faf8;
}

body.woocommerce-order-pay .wc_payment_method:has(input[type=radio]:checked) {
  border-color: #0f3d2e;
  background: #eef6f2;
}

body.woocommerce-order-pay {
  /* Terms and Privacy */
}

body.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper {
  margin-top: 24px;
  border: 1px solid #e2e6e4;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px 22px;
}

body.woocommerce-order-pay .woocommerce-privacy-policy-text {
  margin: 0 0 16px 0;
  border: 1px solid #e2e6e4;
  border-radius: 6px;
  background: #f6faf8;
  padding: 12px 14px;
  color: #55645e;
  font-size: 13px;
  line-height: 1.5;
}

body.woocommerce-order-pay .woocommerce-privacy-policy-text a {
  color: #0f3d2e;
  text-decoration: underline;
}

body.woocommerce-order-pay .woocommerce-form__label-for-checkbox {
  cursor: pointer;
  margin-top: 12px;
  font-size: 14px;
}

body.woocommerce-order-pay .woocommerce-form__label-for-checkbox .required {
  color: #b00020;
  font-weight: 600;
}

body.woocommerce-order-pay {
  /* Submit button */
}

body.woocommerce-order-pay #place_order {
  display: block;
  transition: background 0.2s;
  margin: 32px auto 0 auto;
  border: none;
  border-radius: 8px;
  background: #0f3d2e;
  padding: 18px 24px;
  width: 100%;
  max-width: 420px;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
}

body.woocommerce-order-pay #place_order:hover {
  background: #0b2e22;
}

body.woocommerce-order-pay #place_order:disabled {
  cursor: not-allowed;
  background: #cfd6d2;
}

.woocommerce-demo-store-notice {
  margin-top: 40px;
}

.woocommerce-demo-store-notice .demo-store-wrapper {
  padding: 6px 12px;
  background-color: red;
}

.woocommerce-demo-store-notice .demo-store-wrapper p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.headroom--not-top.headroom--unpinned {
  -webkit-transform: translateY(calc(-1 * var(--total-header-height)));
  transform: translateY(calc(-1 * var(--total-header-height)));
}

.headroom--not-top.headroom--pinned .search-form--overlay {
  -webkit-transform: translateY(var(--topbar-height));
  transform: translateY(var(--topbar-height));
}

.headroom--not-top.mobile-menu-open {
  -webkit-transform: translateY(calc(-1 * var(--topbar-height))) !important;
  transform: translateY(calc(-1 * var(--topbar-height))) !important;
}

.headroom--not-top.mobile-menu-open .header--mobile,
.headroom--not-top.mobile-menu-open .mobile-mega-menu {
  height: calc(100dvh - (var(--total-header-height) - var(--topbar-height))) !important;
}

@media (max-width: 575px) {
  .headroom--not-top.mobile-menu-open {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.headroom--top.mobile-menu-open {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.headroom--top.mobile-menu-open .header--mobile,
.headroom--top.mobile-menu-open .mobile-mega-menu {
  top: var(--total-header-height) !important;
  height: calc(100dvh - var(--total-header-height)) !important;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  width: 100%;
}

@media (max-width: 1199px) {
  .header.mobile-menu-open .header--mobile {
    opacity: 1;
    pointer-events: auto;
  }
}

.header--topbar {
  background: #e4e9e5;
  padding: 14px 0;
}

@media (max-width: 767px) {
  .header--topbar {
    padding: 10px 0;
  }
}

@media (max-width: 575px) {
  .header--topbar {
    display: none;
  }
}

.header--topbar .topbar--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header--topbar .topbar--usp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .header--topbar .topbar--usp {
    gap: 24px;
  }
}

.header--topbar .topbar--usp__item > * {
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .header--topbar .topbar--usp__item > * {
    font-size: 12px;
  }
}

.header--nav {
  background-color: #23582c;
}

.header--nav .nav--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid rgba(228, 233, 229, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .header--nav .nav--top {
    padding-top: 20px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .header--nav .nav--top {
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 8px;
  }
}

.header--nav .nav--logo {
  width: 100%;
  max-width: 300px;
}

.header--nav .nav--logo__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .header--nav .nav--logo__img {
    max-width: 180px;
  }
}

.header--nav .nav--search {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
}

@media (max-width: 991px) {
  .header--nav .nav--search {
    display: none;
  }
}

.header--nav .nav--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  max-width: 228px;
}

@media (max-width: 767px) {
  .header--nav .nav--buttons {
    max-width: unset;
  }
}

.header--nav .nav--button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  background-color: #fff;
}

.header--nav .nav--button:hover {
  background-color: #649300;
}

.header--nav .nav--button:hover .nav--button__account-icon,
.header--nav .nav--button:hover .nav--button__cart-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header--nav .nav--button__account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .header--nav .nav--button__account {
    width: 40px;
    height: 40px;
  }
}

.header--nav .nav--button__account-icon {
  background-image: url(../../resources/images/svg/icon-account.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .header--nav .nav--button__account-icon {
    background-size: 18px;
  }
}

.header--nav .nav--button__cart {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .header--nav .nav--button__cart {
    width: 40px;
    height: 40px;
  }
}

.header--nav .nav--button__cart-icon {
  background-image: url(../../resources/images/svg/icon-cart.svg);
  background-position: center;
  background-size: 24px 36px;
  background-repeat: no-repeat;
  width: 24px;
  height: 36px;
  display: block;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .header--nav .nav--button__cart-icon {
    background-size: 20px 30px;
  }
}

.header--nav .nav--button__cart-count {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 4px;
  background-color: #649300;
  min-width: 24px;
  height: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .header--nav .nav--button__cart-count {
    min-width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.header--nav .nav--button__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}

.header--nav .nav--button__menu:hover {
  background-color: #649300;
}

.header--nav .nav--button__menu:hover .nav--button__menu-bar {
  background-color: #fff;
}

@media (max-width: 767px) {
  .header--nav .nav--button__menu {
    width: 40px;
    height: 40px;
  }
}

.header--nav .nav--button__menu-bar {
  display: block;
  transition: all 0.3s ease;
  border-radius: 2px;
  background-color: #23582c;
  width: 24px;
  height: 1px;
}

.header--nav .nav--button__menu.open .nav--button__menu-bar:nth-child(1) {
  -webkit-transform: translateY(7.5px);
  transform: translateY(7.5px);
}

.header--nav .nav--button__menu.open .nav--button__menu-bar:nth-child(2) {
  -webkit-transform: translateY(2.5px);
  transform: translateY(2.5px);
}

.header--nav .nav--button__menu.open .nav--button__menu-bar:nth-child(3) {
  -webkit-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}

.header--nav .nav--button__menu.open .nav--button__menu-bar:nth-child(4) {
  -webkit-transform: translateY(-7.5px);
  transform: translateY(-7.5px);
}

@media (max-width: 991px) {
  .header--nav .nav--bottom {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .header--nav .nav--bottom {
    padding-bottom: 14px;
  }
}

@media (max-width: 1199px) {
  .header--nav .nav--bottom__menu {
    display: none;
  }
}

.header--nav .nav--bottom__menu .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.header--nav .nav--bottom__menu .menu > .menu-item > a {
  font-weight: 700;
}

.header--nav .nav--bottom__menu .menu-item {
  position: relative;
  padding: 24px 24px;
}

@media (max-width: 1431px) {
  .header--nav .nav--bottom__menu .menu-item {
    padding: 24px 16px;
  }
}

.header--nav .nav--bottom__menu .menu-item:nth-child(1) {
  padding-left: 0px;
}

.header--nav .nav--bottom__menu .menu-item:nth-child(1)::before {
  left: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: calc(100% - 24px);
}

@media (max-width: 1431px) {
  .header--nav .nav--bottom__menu .menu-item:nth-child(1)::before {
    width: calc(100% - 16px);
  }
}

.header--nav .nav--bottom__menu .menu-item:nth-last-child(1) {
  padding-right: 0px;
}

.header--nav .nav--bottom__menu .menu-item:nth-last-child(1)::before {
  left: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: calc(100% - 24px);
}

@media (max-width: 1431px) {
  .header--nav .nav--bottom__menu .menu-item:nth-last-child(1)::before {
    width: calc(100% - 16px);
  }
}

.header--nav .nav--bottom__menu .menu-item.with-mega-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.header--nav .nav--bottom__menu .menu-item.with-mega-menu::after {
  background-image: url(../../resources/images/svg/icon-caret-gray.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.header--nav .nav--bottom__menu .menu-item.with-mega-menu.showing::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header--nav .nav--bottom__menu .menu-item::before {
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 8px;
  background-color: #649300;
  width: calc(100% - 48px);
  height: 4px;
  content: "";
}

@media (max-width: 1431px) {
  .header--nav .nav--bottom__menu .menu-item::before {
    width: calc(100% - 32px);
  }
}

.header--nav .nav--bottom__menu .menu-item.showing::before,
.header--nav .nav--bottom__menu .menu-item:hover::before {
  opacity: 1;
}

.header--nav .nav--bottom__menu .menu-item a {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 1431px) {
  .header--nav .nav--bottom__menu .menu-item a {
    font-size: 14px;
  }
}

.header--nav .nav--bottom__menu .menu-item a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.header .wpml-ls {
  border: none;
  padding: 0px;
}

.header .wpml-ls ul {
  display: -ms-flexbox;
  display: flex;
}

.header .wpml-ls ul li.wpml-ls-item {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .header .wpml-ls ul li.wpml-ls-item {
    margin-right: 0px;
  }
}

.header .wpml-ls ul li.wpml-ls-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #142e25;
  width: 1px;
  height: 14px;
  content: "";
}

@media (max-width: 991px) {
  .header .wpml-ls ul li.wpml-ls-item::after {
    content: none;
  }
}

.header .wpml-ls ul li.wpml-ls-item:nth-last-child(1) {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.header .wpml-ls ul li.wpml-ls-item:nth-last-child(1)::after {
  content: none !important;
}

.header .wpml-ls ul li.wpml-ls-item img {
  min-width: 24px;
}

.header .wpml-ls ul li.wpml-ls-item span {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .header .wpml-ls ul li.wpml-ls-item span {
    display: none;
  }
}

.header .wpml-ls ul li.wpml-ls-item.wpml-ls-current-language a.wpml-ls-link {
  font-weight: bold;
}

.header .wpml-ls ul li.wpml-ls-item a.wpml-ls-link {
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  color: #142e25;
  font-size: 14px;
  line-height: 1.5;
}

.header--mobile {
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100dvh;
  overflow: auto;
  pointer-events: none;
}

.header--mobile .container,
.header--mobile main[data-dfd-display=wrapper] {
  height: 100%;
}

.header--mobile .row {
  height: 100%;
}

.header--mobile .col {
  height: 100%;
}

.header--mobile__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .header--mobile .wpml-ls ul li.wpml-ls-item {
    margin-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .header--mobile .wpml-ls ul li.wpml-ls-item::after {
    content: "" !important;
  }
}

@media (max-width: 991px) {
  .header--mobile .wpml-ls ul li.wpml-ls-item span {
    display: block !important;
  }
}

.header--mobile .search-form {
  position: relative;
  z-index: 10;
  margin: 0 2px;
}

.header--mobile .search-form--wrapper {
  border: 1px solid #649300;
}

.main:has(.product-reviews) + .footer .footer--top {
  background-color: #fff;
}

.footer--top {
  border-top: 1px solid #e5e6e0;
  padding: 10px 0;
}

.footer--top.top--background-white {
  background-color: #ffffff;
}

.footer .top--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.footer .top--logo {
  width: 100%;
  max-width: 265px;
}

.footer .top--logo__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .footer .top--logo__img {
    max-width: 200px;
  }
}

.footer--wrapper {
  background-color: #23582c;
  padding-top: 60px;
}

.footer .row {
  row-gap: 10px;
}

@media (max-width: 1431px) {
  .footer .row {
    row-gap: 40px;
  }
}

.footer--columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 1431px) {
  .footer--columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .footer--columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.footer--column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.footer--infobox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.footer--title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.footer--text {
  color: #fff;
  font-size: 16px;
  line-height: 1.81875;
}

.footer--text > * {
  margin-bottom: 0px;
}

.footer--contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer--contact__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  line-height: 1.81875;
}

.footer--contact__link:hover {
  color: #fff;
}

.footer--contact__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer--contact__phone .footer--contact__icon {
  background-image: url(../../resources/images/svg/icon-phone.svg);
  background-position: center;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.footer--contact__email .footer--contact__icon {
  background-image: url(../../resources/images/svg/icon-email.svg);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.footer--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer--links__link {
  position: relative;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.81875;
}

.footer--links__link::before {
  content: "";
  background-image: url(../../resources/images/svg/icon-caret-right-gray.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.footer--links__link:hover {
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.footer--links__link:hover::before {
  left: 0px;
  opacity: 1;
}

.footer--account__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.footer--account__input {
  transition: all 0.3s ease;
  outline: 2px solid transparent;
  border: none !important;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 16px;
  color: #142e25;
  font-size: 16px;
  line-height: 1.81875;
}

.footer--account__input::-webkit-input-placeholder {
  opacity: 1;
  color: #142e25;
}

.footer--account__input::-moz-placeholder {
  opacity: 1;
  color: #142e25;
}

.footer--account__input:-ms-input-placeholder {
  opacity: 1;
  color: #142e25;
}

.footer--account__input::-ms-input-placeholder {
  opacity: 1;
  color: #142e25;
}

.footer--account__input::placeholder {
  opacity: 1;
  color: #142e25;
}

.footer--account__input:focus-within {
  outline-color: #649300;
}

.footer--account__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  margin-top: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.footer--account__submit:hover {
  background-color: #fff;
  color: #23582c;
}

.footer--account__button {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 13px 28px;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

.footer--account__button:hover {
  background-color: #649300;
}

.footer--account__button:hover .footer--account__button-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer--account__button:hover .footer--account__button-text {
  color: #fff;
}

.footer--account__button-icon {
  background-image: url(../../resources/images/svg/icon-account.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .footer--account__button-icon {
    background-size: 18px 18px;
  }
}

.footer--account__button-text {
  transition: all 0.3s ease;
  color: #23582c;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.footer--payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer--payments__img {
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  width: 54px;
  height: auto;
}

.footer--divider {
  margin: 40px 0 0;
  border: none;
  background: rgba(229, 230, 224, 0.12);
  padding: 0px;
  width: 100%;
  height: 1px;
}

.footer--subfooter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0 24px;
}

@media (max-width: 1199px) {
  .footer--subfooter {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}

.footer--copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.81875;
}

@media (max-width: 1431px) {
  .footer--copyright {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .footer--copyright {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .footer--copyright__text {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 30px;
  }
}

.footer--subfooter-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .footer--subfooter-links {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1431px) {
  .footer--subfooter-links__item:first-child::before {
    content: none;
  }
}

.footer--subfooter-links__item::before {
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  width: 1px;
  height: 14px;
  content: "";
}

@media (max-width: 991px) {
  .footer--subfooter-links__item::before {
    content: none;
  }
}

.footer--subfooter-links__link {
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.81875;
}

.footer--subfooter-links__link:hover {
  color: #fff;
}

.footer--back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 49px;
  height: 50px;
}

@media (max-width: 1199px) {
  .footer--back-to-top {
    margin-left: auto;
  }
}

.footer--back-to-top__icon {
  background-image: url(../../resources/images/svg/icon-caret-up.svg);
  background-position: center;
  background-size: 18px 10.28px;
  background-repeat: no-repeat;
  width: 18px;
  height: 10.28px;
  display: block;
  transition: all 0.3s ease;
}

.footer--back-to-top:hover {
  background-color: #fff;
}

.footer--back-to-top:hover .footer--back-to-top__icon {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(2672%) hue-rotate(78deg) brightness(95%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(2672%) hue-rotate(78deg) brightness(95%) contrast(85%);
}

.ww-popup {
  display: none;
}

.ww-popup.is-open {
  display: block;
}

@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ww-popup--overlay,
.ww-popup--container {
  will-change: transform;
}

.ww-popup--overlay {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.8);
}

.ww-popup--container {
  z-index: 10001;
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0;
  width: 100%;
  max-width: calc(100vw - 32px);
  height: 100%;
  max-height: 90vh;
  overflow: hidden;
}

.ww-popup--header {
  display: block;
  background: transparent;
  text-align: right;
}

.ww-popup--close {
  cursor: pointer;
  outline: none;
  border: 0;
  background: transparent;
  padding: 5px 2px;
  color: #fff;
  font-size: 16px;
}

.ww-popup--content {
  visibility: visible;
  border-radius: 6px;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

.page-popup {
  display: none;
}

.page-popup.is-open {
  display: block;
}

@-webkit-keyframes popupFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popupFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes popupSlideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes popupSlideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.page-popup--overlay,
.page-popup--container {
  will-change: transform;
}

.page-popup--overlay {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  -webkit-animation: popupFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: popupFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0.3);
}

.page-popup--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10001;
  -webkit-animation: popupSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: popupSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  max-width: calc(100vw - 32px);
  height: auto;
  max-height: 90vh;
  overflow: hidden;
}

.page-popup--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 24px;
}

.page-popup--title {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.page-popup--close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 8px;
}

.page-popup--close:hover {
  background: #f5f5f5;
}

.page-popup--close-icon {
  background-image: url(../../resources/images/svg/icon-close.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.page-popup--content {
  padding: 24px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.page-popup--content p {
  margin-bottom: 16px;
}

.page-popup--content p:last-child {
  margin-bottom: 0;
}

.page-popup--content h1,
.page-popup--content h2,
.page-popup--content h3,
.page-popup--content h4,
.page-popup--content h5,
.page-popup--content h6 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.page-popup--content h1:first-child,
.page-popup--content h2:first-child,
.page-popup--content h3:first-child,
.page-popup--content h4:first-child,
.page-popup--content h5:first-child,
.page-popup--content h6:first-child {
  margin-top: 0;
}

.page-popup--content ul,
.page-popup--content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.page-popup--content li {
  margin-bottom: 8px;
}

.page-popup--loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px;
}

.page-popup--spinner {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.page-popup--error {
  color: #dc3545;
  text-align: center;
}

body.popup-open {
  overflow: hidden;
}

.home-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  overflow-x: clip;
}

.home-header--outer-wrapper {
  position: relative;
}

.home-header--decor-1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateX(-128px) translateY(162px);
  transform: translateX(-128px) translateY(162px);
  z-index: 10;
  width: 216px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .home-header--decor-1 {
    display: none;
  }
}

.home-header--decor-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateX(214.5px) translateY(227px);
  transform: translateX(214.5px) translateY(227px);
  z-index: 10;
  width: 395px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1431px) {
  .home-header--decor-2 {
    -webkit-transform: translateX(140.5px) translateY(187px);
    transform: translateX(140.5px) translateY(187px);
    width: 295px;
  }
}

@media (max-width: 1199px) {
  .home-header--decor-2 {
    display: none;
  }
}

.home-header .swiper {
  position: relative;
  border-radius: 4px;
  background-color: #f2f3ef;
}

.home-header .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 1431px) {
  .home-header .swiper-pagination {
    bottom: 20px;
  }
}

.home-header .swiper-pagination-bullet {
  opacity: 1;
  margin: 0px !important;
  border: 0.8px solid #23582c;
  border-radius: 0;
  background-color: transparent;
  padding: 0px;
  width: 12.8px;
  height: 12.8px;
}

.home-header .swiper-pagination-bullet-active {
  background-color: #23582c;
}

.home-header--slides {
  -ms-flex-align: center;
  align-items: center;
}

.home-header--slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding: 50px 80px 60px;
}

@media (max-width: 1431px) {
  .home-header--slide {
    gap: 60px;
    padding: 30px 60px 40px;
  }
}

@media (max-width: 991px) {
  .home-header--slide {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    padding: 24px 40px 40px;
  }
}

.home-header--slide__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  width: 58%;
}

@media (max-width: 1431px) {
  .home-header--slide__content {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .home-header--slide__content {
    width: 100%;
  }
}

.home-header--slide__title > * {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 54px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .home-header--slide__title > * {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .home-header--slide__title > * {
    font-size: 32px;
  }
}

.home-header--slide__description > * {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .home-header--slide__description > * {
    font-size: 16px;
  }
}

.home-header--slide__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

@media (max-width: 1431px) {
  .home-header--slide__buttons {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .home-header--slide__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-header--slide__buttons > * {
    width: 100%;
  }
}

.home-header--slide__image {
  width: 42%;
  height: auto;
}

@media (max-width: 991px) {
  .home-header--slide__image {
    width: 100%;
  }
}

.simple-header {
  margin: 50px 0;
}

.simple-header--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  border-radius: 4px;
  background-color: #fff;
  padding: 0px 80px 0px;
}

@media (max-width: 1431px) {
  .simple-header--wrapper {
    gap: 60px;
    padding: 0px 60px 0px;
  }
}

@media (max-width: 991px) {
  .simple-header--wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    padding: 24px 40px 0px;
  }
}

.simple-header--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  width: 58%;
}

@media (max-width: 1431px) {
  .simple-header--content {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .simple-header--content {
    width: 100%;
  }
}

.simple-header--title > * {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 54px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .simple-header--title > * {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .simple-header--title > * {
    font-size: 32px;
  }
}

.simple-header--description > * {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .simple-header--description > * {
    font-size: 16px;
  }
}

.simple-header--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

@media (max-width: 575px) {
  .simple-header--buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .simple-header--buttons > * {
    width: 100%;
  }
}

.simple-header--image {
  aspect-ratio: 1/1;
  width: 42%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991px) {
  .simple-header--image {
    width: 100%;
  }
}

.new-simple-header {
  padding: 80px 0 100px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .new-simple-header {
    position: relative;
  }
}

@media (max-width: 767px) {
  .new-simple-header {
    padding: 60px 0 40px;
  }
}

@media (max-width: 575px) {
  .new-simple-header {
    margin: 40px 0;
    padding: 0;
  }
}

.new-simple-header .container,
.new-simple-header main[data-dfd-display=wrapper] {
  position: relative;
}

@media (max-width: 991px) {
  .new-simple-header .container,
  .new-simple-header main[data-dfd-display=wrapper] {
    position: static;
  }
}

.new-simple-header--decorator-2 {
  position: absolute;
  top: 16%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
}

@media (max-width: 1199px) {
  .new-simple-header--decorator-2 {
    top: 15%;
    width: 150px;
  }
}

@media (max-width: 991px) {
  .new-simple-header--decorator-2 {
    top: 20%;
  }
}

@media (max-width: 767px) {
  .new-simple-header--decorator-2 {
    left: -10%;
  }
}

@media (max-width: 575px) {
  .new-simple-header--decorator-2 {
    display: none;
  }
}

.new-simple-header--decorator-1 {
  position: absolute;
  top: 50%;
  right: -8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 350px;
}

@media (max-width: 1199px) {
  .new-simple-header--decorator-1 {
    top: 100%;
    right: -10%;
    width: 300px;
  }
}

@media (max-width: 991px) {
  .new-simple-header--decorator-1 {
    top: unset;
    bottom: -20%;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .new-simple-header--decorator-1 {
    right: -20%;
  }
}

@media (max-width: 575px) {
  .new-simple-header--decorator-1 {
    display: none;
  }
}

.new-simple-header--contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 656px;
}

@media (max-width: 1431px) {
  .new-simple-header--contents {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .new-simple-header--contents {
    gap: 16px;
  }
}

.new-simple-header--title {
  text-align: center;
}

.new-simple-header--title > * {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .new-simple-header--title > * {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .new-simple-header--title > * {
    font-size: 32px;
  }
}

.new-simple-header--description {
  text-align: center;
}

.new-simple-header--description > * {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .new-simple-header--description > * {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .new-simple-header--description > * {
    font-size: 14px;
  }
}

.new-simple-header--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

@media (max-width: 575px) {
  .new-simple-header--buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
  }
}

.product-tabs {
  margin: 60px 0;
  overflow: hidden;
}

.product-tabs .section--tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  padding: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  list-style-type: none;
}

@media (max-width: 767px) {
  .product-tabs .section--tabs {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .product-tabs .section--tabs li {
    width: 100%;
  }
}

.product-tabs .section--tabs__tab {
  transition: all 0.3s ease;
  border: none;
  background-color: transparent;
  padding: 22px 30px;
  color: #142e25;
  font-size: 24px;
  line-height: 1.06;
  text-align: center;
}

@media (max-width: 1199px) {
  .product-tabs .section--tabs__tab {
    padding: 12px 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-tabs .section--tabs__tab {
    width: 100%;
  }
}

.product-tabs .section--tabs__tab.active {
  background-color: #649300;
  color: #fff;
}

.product-tabs .section--tabs__tab > * {
  margin: 0px;
  padding: 0px;
}

.product-tabs .section--slider {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .product-tabs .section--slider {
    margin-top: 32px;
    overflow: visible;
  }
}

.product-tabs .section--slider__nav {
  display: contents;
}

@media (max-width: 991px) {
  .product-tabs .section--slider__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
  }
}

.product-tabs .section--slider__button {
  position: absolute;
  top: 45%;
  z-index: 10;
  transition: all 0.3s ease;
  border-radius: 4px;
  background-color: #23582c;
  width: 50px !important;
  height: 50px !important;
}

.product-tabs .section--slider__button:hover {
  background-color: #649300;
}

@media (max-width: 991px) {
  .product-tabs .section--slider__button {
    position: static;
    width: 44px !important;
    height: 44px !important;
  }
}

.product-tabs .section--slider__button.swiper-button-disabled {
  background-color: #a5a7a1;
}

.product-tabs .section--slider__prev {
  background-image: url(../../resources/images/svg/icon-swiper-left.svg);
  background-position: center;
  background-size: 10.28px 18px;
  background-repeat: no-repeat;
  width: 10.28px;
  height: 18px;
  left: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  background-position: 45.5%;
}

@media (max-width: 991px) {
  .product-tabs .section--slider__prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.product-tabs .section--slider__next {
  background-image: url(../../resources/images/svg/icon-swiper-right.svg);
  background-position: center;
  background-size: 10.28px 18px;
  background-repeat: no-repeat;
  width: 10.28px;
  height: 18px;
  right: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  background-position: 54.5%;
}

@media (max-width: 991px) {
  .product-tabs .section--slider__next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.product-tabs .section--button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .product-tabs .section--button {
    margin-top: 32px;
  }
}

.product-tabs .section--slides {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.product-tabs .section--slide {
  height: auto;
}

.category-section,
.brands-section {
  margin: 100px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .category-section,
  .brands-section {
    margin: 60px 0;
  }
}

.category-section .container,
.category-section main[data-dfd-display=wrapper],
.brands-section .container,
.brands-section main[data-dfd-display=wrapper] {
  position: relative;
}

.category-section--decor,
.brands-section--decor {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translateY(-160px) translateX(450px);
  transform: translateY(-160px) translateX(450px);
  z-index: 0;
  width: 700px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 991px) {
  .category-section--decor,
  .brands-section--decor {
    display: none;
  }
}

.category-section .row,
.brands-section .row {
  position: relative;
  z-index: 10;
}

.category-section .section--wrapper,
.brands-section .section--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.category-section .section--header,
.brands-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 767px) {
  .category-section .section--header,
  .brands-section .section--header {
    display: contents;
  }
}

@media (max-width: 767px) {
  .category-section .section--title,
  .brands-section .section--title {
    -ms-flex-order: 1;
    order: 1;
  }
}

.category-section .section--link,
.brands-section .section--link {
  margin-left: auto;
}

@media (max-width: 767px) {
  .category-section .section--link,
  .brands-section .section--link {
    -ms-flex-order: 3;
    order: 3;
    margin-right: auto;
    margin-left: auto;
  }
}

.category-section .section--categories,
.brands-section .section--categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 1431px) {
  .category-section .section--categories,
  .brands-section .section--categories {
    gap: 32px;
  }
}

@media (max-width: 1199px) {
  .category-section .section--categories,
  .brands-section .section--categories {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .category-section .section--categories,
  .brands-section .section--categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-section .section--categories,
  .brands-section .section--categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-flex-order: 2;
    order: 2;
    gap: 16px;
  }
}

@media (max-width: 380px) {
  .category-section .section--categories,
  .brands-section .section--categories {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.category-section .section--button,
.brands-section .section--button {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .category-section .section--button,
  .brands-section .section--button {
    -ms-flex-order: 4;
    order: 4;
  }
}

.category-section-all {
  margin: 90px 0 120px;
  overflow-x: clip;
}

@media (max-width: 767px) {
  .category-section-all {
    margin: 70px 0 100px;
  }
}

.category-section-all .container,
.category-section-all main[data-dfd-display=wrapper] {
  position: relative;
}

.category-section-all--decor {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translateY(-160px) translateX(450px);
  transform: translateY(-160px) translateX(450px);
  z-index: 0;
  width: 700px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 991px) {
  .category-section-all--decor {
    display: none;
  }
}

.category-section-all .row {
  position: relative;
  z-index: 10;
}

.category-section-all .section--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  scroll-margin-top: calc(var(--total-header-height) - var(--topbar-height) + 32px);
}

@media (max-width: 575px) {
  .category-section-all .section--wrapper {
    scroll-margin-top: calc(var(--total-header-height) + 32px);
  }
}

.category-section-all .section--title {
  scroll-margin-top: calc(var(--total-header-height) - var(--topbar-height) + 32px);
}

@media (max-width: 575px) {
  .category-section-all .section--title {
    scroll-margin-top: calc(var(--total-header-height) + 32px);
  }
}

.category-section-all .section--categories-wrapper {
  position: relative;
  min-height: 200px;
}

.category-section-all .section--categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 1431px) {
  .category-section-all .section--categories {
    gap: 32px;
  }
}

@media (max-width: 1199px) {
  .category-section-all .section--categories {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .category-section-all .section--categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-section-all .section--categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 380px) {
  .category-section-all .section--categories {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.category-section-all .section--button {
  margin-right: auto;
  margin-left: auto;
}

.logo-slider {
  position: relative;
  margin: 100px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .logo-slider {
    margin: 60px 0;
  }
}

.logo-slider .section--title {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .logo-slider .section--title {
    margin-bottom: 40px;
  }
}

.logo-slider .section--slider {
  position: relative;
  overflow: visible;
}

.logo-slider .section--slider::before,
.logo-slider .section--slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc((100vw - 540px) / 2 + 16px);
  pointer-events: none;
  content: "";
}

.logo-slider .section--slider::before {
  right: 100%;
  background: linear-gradient(to right, #f2f3ef 70%, transparent 100%);
}

.logo-slider .section--slider::after {
  left: 100%;
  background: linear-gradient(to left, #f2f3ef 70%, transparent 100%);
}

.logo-slider .section--slides {
  transition-timing-function: linear;
}

.logo-slider .section--button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.logo-slider .swiper-slide {
  width: auto;
}

.logo-slider--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.logo-slider--item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.logo-slider--item img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-and-image-section {
  background-color: #fff;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .text-and-image-section {
    padding: 60px 0;
  }
}

.text-and-image-section .section {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  --font-size: 18px;
  --line-height: 1.61667;
}

.text-and-image-section .section.reverse .section--images .section--image-1 {
  position: relative;
  z-index: 1;
}

.text-and-image-section .section.reverse .section--images .section--image-2 {
  position: relative;
  z-index: 0;
}

@media (max-width: 1199px) {
  .text-and-image-section .section {
    gap: 24px;
    --font-size: 16px;
  }
}

@media (max-width: 991px) {
  .text-and-image-section .section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .text-and-image-section .section {
    --font-size: 14px;
  }
}

.text-and-image-section .section--decor {
  position: absolute;
  top: 0;
  right: 64px;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 0;
  width: 29.5%;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1431px) {
  .text-and-image-section .section--decor {
    right: 0;
    -webkit-transform: translateY(-70%) translateX(10%);
    transform: translateY(-70%) translateX(10%);
  }
}

@media (max-width: 991px) {
  .text-and-image-section .section--decor {
    display: none;
  }
}

.text-and-image-section .section--images {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1/span 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
}

@media (max-width: 1431px) {
  .text-and-image-section .section--images {
    padding: 0 24px;
  }
}

@media (max-width: 991px) {
  .text-and-image-section .section--images {
    padding: 0;
  }
}

.text-and-image-section .section--images.double-image .section--image-1,
.text-and-image-section .section--images.double-image .section--image-2,
.text-and-image-section .section--images.single-image > * {
  border-radius: 4px;
  aspect-ratio: 360/473;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-and-image-section .section--images.double-image .section--image-1 {
  width: 60%;
}

.text-and-image-section .section--images.double-image .section--image-2 {
  margin: -34% 0 0 auto;
  width: 60%;
}

.text-and-image-section .section--images.single-image > * {
  width: 100%;
}

.text-and-image-section .section--content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  padding-right: 24px;
}

@media (max-width: 991px) {
  .text-and-image-section .section--content {
    padding: 0;
  }
}

.text-and-image-section .section--title {
  position: relative;
  z-index: 1;
}

.text-and-image-section .section--description {
  position: relative;
  z-index: 1;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.text-and-image-section .section--description > * {
  margin-bottom: 24px;
}

.text-and-image-section .section--description > *:nth-last-child(1) {
  margin-bottom: 0;
}

.text-and-image-section .section--list {
  position: relative;
  z-index: 1;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.text-and-image-section .section .btn,
.text-and-image-section .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .text-and-image-section .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.text-and-image-section .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .text-and-image-section .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.text-and-image-section .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .text-and-image-section .section .checkout--summary-coupon-form .coupon-form__fields-button,
.text-and-image-section .checkout-content .section .checkout--buttons__place-order,
.checkout-content .text-and-image-section .section .checkout--buttons__place-order,
.text-and-image-section .account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .text-and-image-section .section .woocommerce--content .multi-form-container .request-cancel,
.text-and-image-section .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .text-and-image-section .section .woocommerce--content .multi-form-container .return-request-cancel,
.text-and-image-section .section .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .text-and-image-section .section input[type=submit].gform_button.button,
.text-and-image-section .section .account-content .form--buttons__primary,
.account-content .text-and-image-section .section .form--buttons__primary,
.text-and-image-section .section .checkout--fields .form--buttons__primary,
.checkout--fields .text-and-image-section .section .form--buttons__primary,
.text-and-image-section .section .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .text-and-image-section .section .form--buttons__primary,
.text-and-image-section .section .category-section .section--link,
.category-section .text-and-image-section .section .section--link,
.text-and-image-section .section .brands-section .section--link,
.brands-section .text-and-image-section .section .section--link {
  margin-top: 12px;
}

.counter-section {
  margin: 156px 0 180px;
  overflow-x: clip;
}

@media (max-width: 1199px) {
  .counter-section {
    margin: 120px 0 140px;
  }
}

@media (max-width: 767px) {
  .counter-section {
    margin: 60px 0 100px;
  }
}

.counter-section .section--content-wrapper {
  position: relative;
  width: 100%;
  max-width: 920px;
}

@media (max-width: 1199px) {
  .counter-section .section--content-wrapper {
    max-width: 720px;
  }
}

.counter-section .section--content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  z-index: 10;
  border-radius: 4px;
  background-color: #fff;
  padding: 60px 150px 76px;
  width: 100%;
}

@media (max-width: 1199px) {
  .counter-section .section--content {
    gap: 40px;
    padding: 40px 100px 56px;
  }
}

@media (max-width: 767px) {
  .counter-section .section--content {
    gap: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 24px 40px;
    width: 85%;
  }
}

.counter-section .section--title {
  text-align: center;
}

.counter-section .section--description {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  font-size: var(--font-size);
  line-height: var(--line-height);
  text-align: center;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .counter-section .section--description {
    --font-size: 16px;
  }
}

@media (max-width: 575px) {
  .counter-section .section--description {
    --font-size: 14px;
  }
}

.counter-section .section--description > * {
  margin-bottom: 24px;
}

.counter-section .section--description > *:nth-last-child(1) {
  margin-bottom: 0;
}

.counter-section .section--numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .counter-section .section--numbers {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.counter-section .section--number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.counter-section .section--number__value {
  color: #649300;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  font-variant-numeric: lining-nums;
}

@media (max-width: 1199px) {
  .counter-section .section--number__value {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .counter-section .section--number__value {
    font-size: 32px;
  }
}

.counter-section .section--number__text {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .counter-section .section--number__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .counter-section .section--number__text {
    font-size: 14px;
  }
}

.counter-section .section--button {
  margin-right: auto;
  margin-left: auto;
}

.counter-section .section--images {
  position: absolute;
  top: 55%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  max-width: 680px;
  height: 140%;
}

@media (max-width: 1199px) {
  .counter-section .section--images {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .counter-section .section--images {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: -50%;
    width: 100%;
    max-width: 100%;
  }
}

.counter-section .section--image {
  position: relative;
  z-index: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.counter-section .section--decor {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateY(60%) translateX(32%);
  transform: translateY(60%) translateX(32%);
  z-index: 10;
  width: 500px;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .counter-section .section--decor {
    -webkit-transform: translateY(58%) translateX(23%);
    transform: translateY(58%) translateX(23%);
    width: 320px;
  }
}

@media (max-width: 767px) {
  .counter-section .section--decor {
    display: none;
  }
}

.news-section {
  margin: 74px 0;
}

@media (max-width: 767px) {
  .news-section {
    margin: 60px 0;
  }
}

.news-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.news-section .section--posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 40px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .news-section .section--posts {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .news-section .section--posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .news-section .section--posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.news-section .section--element {
  display: contents;
}

.news-section .section--button {
  margin-right: auto;
  margin-left: auto;
}

.news-section .section--post {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  -ms-flex-align: start;
  align-items: start;
  gap: 0px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  color: #142e25;
  text-decoration: none;
}

.news-section .section--post:hover {
  color: #fff;
}

.news-section .section--post:hover .section--post__content {
  background-color: #649300;
}

.news-section .section--post:hover .section--post__dummy-link {
  color: #fff;
}

.news-section .section--post__image {
  aspect-ratio: 439/293;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-section .section--post__content {
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 8px;
  grid-row: span 4;
  transition: all 0.3s ease;
  padding: 24px;
}

.news-section .section--post__title {
  transition: all 0.3s ease;
}

.news-section .section--post__title > * {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .news-section .section--post__title > * {
    font-size: 18px;
  }
}

.news-section .section--post__description {
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}

.news-section .section--post__dummy-link {
  display: block;
  position: relative;
  -ms-flex-item-align: end;
  align-self: end;
  transition: all 0.3s ease;
  margin-top: 16px;
  color: #23582c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.news-section .section--post__dummy-link::before {
  content: "";
  background-image: url(../../resources/images/svg/icon-caret-right-white.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.news-section .section--post:hover .section--post__dummy-link {
  padding-left: 20px;
}

.news-section .section--post:hover .section--post__dummy-link::before {
  left: 0px;
  opacity: 1;
}

.news-section .section--post__date {
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.5;
}

.cta-section {
  margin: 100px 0;
}

@media (max-width: 767px) {
  .cta-section {
    margin: 60px 0;
  }
}

.cta-section .section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .cta-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.cta-section .section--inner {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  border-radius: 4px;
  background-color: #23582c;
  color: #fff;
}

@media (max-width: 991px) {
  .cta-section .section--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 24px;
  }
}

.cta-section .section--inner__small {
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-column: span 9/span 9;
  grid-column-start: 4;
}

@media (max-width: 1431px) {
  .cta-section .section--inner__small {
    grid-column: span 10/span 10;
    grid-column-start: 3;
  }
}

@media (max-width: 991px) {
  .cta-section .section--inner__small {
    grid-column: span 1/span 1;
    grid-column-start: 1;
  }
}

.cta-section .section--inner__small .section--content {
  grid-column: span 5/span 5;
  padding: 60px 0 60px 68px;
}

@media (max-width: 1431px) {
  .cta-section .section--inner__small .section--content {
    padding: 40px 0 40px 48px;
  }
}

@media (max-width: 991px) {
  .cta-section .section--inner__small .section--content {
    padding: 16px 16px 0 16px;
  }
}

@media (max-width: 575px) {
  .cta-section .section--inner__small .section--content {
    padding: 0px;
  }
}

.cta-section .section--inner__small .section--image {
  grid-column: span 4/span 4;
}

.cta-section .section--inner__big {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column: span 12/span 12;
}

.cta-section .section--inner__big .section--content {
  grid-column: span 7/span 7;
  padding: 70px 0 70px 120px;
}

@media (max-width: 1431px) {
  .cta-section .section--inner__big .section--content {
    padding: 40px 0 40px 60px;
  }
}

@media (max-width: 991px) {
  .cta-section .section--inner__big .section--content {
    padding: 16px 16px 0 16px;
  }
}

@media (max-width: 575px) {
  .cta-section .section--inner__big .section--content {
    padding: 0px;
  }
}

.cta-section .section--inner__big .section--image {
  grid-column: span 5/span 5;
}

.cta-section .section--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 1199px) {
  .cta-section .section--content {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .cta-section .section--content {
    gap: 16px;
  }
}

.cta-section .section--title > * {
  color: #fff;
  font-weight: 300;
}

.cta-section .section--description {
  font-size: var(--font-size);
  line-height: var(--line-height);
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .cta-section .section--description {
    --font-size: 16px;
  }
}

@media (max-width: 575px) {
  .cta-section .section--description {
    --font-size: 14px;
  }
}

.cta-section .section--description > * {
  margin-bottom: 24px;
}

.cta-section .section--description > *:nth-last-child(1) {
  margin-bottom: 0;
}

.cta-section .section .btn,
.cta-section .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .cta-section .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.cta-section .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .cta-section .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.cta-section .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .cta-section .section .checkout--summary-coupon-form .coupon-form__fields-button,
.cta-section .checkout-content .section .checkout--buttons__place-order,
.checkout-content .cta-section .section .checkout--buttons__place-order,
.cta-section .account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .cta-section .section .woocommerce--content .multi-form-container .request-cancel,
.cta-section .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .cta-section .section .woocommerce--content .multi-form-container .return-request-cancel,
.cta-section .section .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .cta-section .section input[type=submit].gform_button.button,
.cta-section .section .account-content .form--buttons__primary,
.account-content .cta-section .section .form--buttons__primary,
.cta-section .section .checkout--fields .form--buttons__primary,
.checkout--fields .cta-section .section .form--buttons__primary,
.cta-section .section .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .cta-section .section .form--buttons__primary,
.cta-section .section .category-section .section--link,
.category-section .cta-section .section .section--link,
.cta-section .section .brands-section .section--link,
.brands-section .cta-section .section .section--link {
  margin-top: 16px;
}

@media (max-width: 1199px) {
  .cta-section .section .btn,
  .cta-section .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .cta-section .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .cta-section .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .cta-section .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .cta-section .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .checkout-content .cta-section .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .cta-section .checkout-content .section .checkout--buttons__place-order,
  .checkout-content .cta-section .section .checkout--buttons__place-order,
  .cta-section .account-content .section .woocommerce--content .multi-form-container .request-cancel,
  .account-content .cta-section .section .woocommerce--content .multi-form-container .request-cancel,
  .cta-section .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
  .account-content .cta-section .section .woocommerce--content .multi-form-container .return-request-cancel,
  .cta-section .section .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .cta-section .section input[type=submit].gform_button.button,
  .cta-section .section .account-content .form--buttons__primary,
  .account-content .cta-section .section .form--buttons__primary,
  .cta-section .section .checkout--fields .form--buttons__primary,
  .checkout--fields .cta-section .section .form--buttons__primary,
  .cta-section .section .checkout--acceptance .form--buttons__primary,
  .checkout--acceptance .cta-section .section .form--buttons__primary,
  .cta-section .section .category-section .section--link,
  .category-section .cta-section .section .section--link,
  .cta-section .section .brands-section .section--link,
  .brands-section .cta-section .section .section--link {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .cta-section .section .btn,
  .cta-section .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .cta-section .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .cta-section .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .checkout-content .cta-section .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
  .cta-section .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .checkout-content .cta-section .section .checkout--summary-coupon-form .coupon-form__fields-button,
  .cta-section .checkout-content .section .checkout--buttons__place-order,
  .checkout-content .cta-section .section .checkout--buttons__place-order,
  .cta-section .account-content .section .woocommerce--content .multi-form-container .request-cancel,
  .account-content .cta-section .section .woocommerce--content .multi-form-container .request-cancel,
  .cta-section .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
  .account-content .cta-section .section .woocommerce--content .multi-form-container .return-request-cancel,
  .cta-section .section .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .cta-section .section input[type=submit].gform_button.button,
  .cta-section .section .account-content .form--buttons__primary,
  .account-content .cta-section .section .form--buttons__primary,
  .cta-section .section .checkout--fields .form--buttons__primary,
  .checkout--fields .cta-section .section .form--buttons__primary,
  .cta-section .section .checkout--acceptance .form--buttons__primary,
  .checkout--acceptance .cta-section .section .form--buttons__primary,
  .cta-section .section .category-section .section--link,
  .category-section .cta-section .section .section--link,
  .cta-section .section .brands-section .section--link,
  .brands-section .cta-section .section .section--link {
    margin-top: 8px;
  }
}

.form-section {
  margin: 120px 0;
}

@media (max-width: 991px) {
  .form-section {
    margin: 80px 0;
  }
}

.form-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}

.form-section .section--title {
  text-align: center;
}

.default-text-section {
  background-color: #fff;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .default-text-section {
    padding: 80px 0;
  }
}

.default-text-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.default-text-section .section--title > * {
  font-weight: 300;
  font-size: 56px;
  line-height: 1.06;
}

@media (max-width: 1199px) {
  .default-text-section .section--title > * {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--title > * {
    font-size: 32px;
  }
}

.default-text-section .section--content {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
}

@media (max-width: 767px) {
  .default-text-section .section--content {
    gap: 24px;
  }
}

.default-text-section .section--content a {
  color: #649300;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.default-text-section .section--content__column.full {
  grid-column: span 6/span 6;
}

.default-text-section .section--content__column.half {
  grid-column: span 3/span 3;
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.half {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.third {
  grid-column: span 2/span 2;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column.third {
    grid-column: span 3/span 3;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.third {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.two-thirds {
  grid-column: span 4/span 4;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column.two-thirds {
    grid-column: span 5/span 5;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.two-thirds {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.fifth-sixes {
  grid-column: span 5/span 5;
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.fifth-sixes {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column > *:not(h1, h2, h3, h4, h5, h6) {
  --font-size: 18px;
  --line-height: 1.61667;
  margin-bottom: calc(var(--line-height) * var(--font-size));
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.default-text-section .section--content__column > *:not(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .default-text-section .section--content__column > *:not(h1, h2, h3, h4, h5, h6) {
    --font-size: 16px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--content__column > *:not(h1, h2, h3, h4, h5, h6) {
    --font-size: 14px;
  }
}

.default-text-section .section--content__column.checkmark ul,
.default-text-section .section--content__column.checkmark ol,
.default-text-section .section--content__column.bullet ul,
.default-text-section .section--content__column.bullet ol,
.default-text-section .section--content__column.number ul,
.default-text-section .section--content__column.number ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.default-text-section .section--content__column.checkmark ul li,
.default-text-section .section--content__column.checkmark ol li {
  position: relative;
  padding-left: 26px;
}

.default-text-section .section--content__column.checkmark ul li::before,
.default-text-section .section--content__column.checkmark ol li::before {
  background-image: url(../../resources/images/svg/icon-check.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
}

@media (max-width: 1199px) {
  .default-text-section .section--content__column.checkmark ul li::before,
  .default-text-section .section--content__column.checkmark ol li::before {
    top: 6px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--content__column.checkmark ul li::before,
  .default-text-section .section--content__column.checkmark ol li::before {
    top: 4px;
  }
}

.default-text-section .section--content__column.number ul li,
.default-text-section .section--content__column.number ol li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 24px;
}

.default-text-section .section--content__column.number ul li::before,
.default-text-section .section--content__column.number ol li::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: counter(list-counter) ".";
  color: #649300;
  font-weight: bold;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.default-text-section .section--content__column.bullet ul li,
.default-text-section .section--content__column.bullet ol li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 18px;
}

.default-text-section .section--content__column.bullet ul li::before,
.default-text-section .section--content__column.bullet ol li::before {
  position: absolute;
  top: 11.5px;
  left: 0px;
  background-color: #649300;
  width: 6px;
  height: 6px;
  content: "";
}

@media (max-width: 1199px) {
  .default-text-section .section--content__column.bullet ul li::before,
  .default-text-section .section--content__column.bullet ol li::before {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--content__column.bullet ul li::before,
  .default-text-section .section--content__column.bullet ol li::before {
    top: 8px;
  }
}

.default-text-section .section--button {
  margin-right: auto;
  margin-left: auto;
}

.contact-block-section {
  background-color: #fff;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .contact-block-section {
    padding: 80px 0;
  }
}

.contact-block-section .section {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 40px;
  --font-size: 18px;
  --line-height: 1.6;
}

@media (max-width: 1199px) {
  .contact-block-section .section {
    --font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-block-section .section {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .contact-block-section .section {
    --font-size: 14px;
  }
}

.contact-block-section .section::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 4px;
  background-color: #f2f3ef;
  width: calc(100% - 80px);
  height: 100%;
  content: "";
}

@media (max-width: 1431px) {
  .contact-block-section .section::before {
    width: calc(100% - 60px);
  }
}

@media (max-width: 1199px) {
  .contact-block-section .section::before {
    width: calc(100% - 50px);
  }
}

@media (max-width: 991px) {
  .contact-block-section .section::before {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .contact-block-section .section::before {
    bottom: 40px;
    width: 100%;
    height: calc(100% - 40px);
  }
}

.contact-block-section .section.info-type {
  padding: 80px 0 80px 80px;
}

.contact-block-section .section.info-type::before {
  right: 80px;
}

@media (max-width: 1431px) {
  .contact-block-section .section.info-type {
    padding: 60px 0 60px 60px;
  }

  .contact-block-section .section.info-type::before {
    right: 60px;
  }
}

@media (max-width: 1199px) {
  .contact-block-section .section.info-type {
    padding: 50px 0 50px 50px;
  }

  .contact-block-section .section.info-type::before {
    right: 50px;
  }
}

@media (max-width: 991px) {
  .contact-block-section .section.info-type {
    padding: 40px 0 40px 40px;
  }

  .contact-block-section .section.info-type::before {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .contact-block-section .section.info-type {
    padding: 32px 24px 0 24px;
  }

  .contact-block-section .section.info-type::before {
    right: 0;
  }
}

.contact-block-section .section.info-type .section--content {
  gap: 32px;
  width: 45%;
}

@media (max-width: 767px) {
  .contact-block-section .section.info-type .section--content {
    width: 100%;
  }
}

.contact-block-section .section.info-type .section--image {
  width: 55%;
}

@media (max-width: 767px) {
  .contact-block-section .section.info-type .section--image {
    width: 100%;
  }
}

.contact-block-section .section.form-type {
  gap: 60px;
  padding: 75px 48px 60px 0;
}

.contact-block-section .section.form-type::before {
  left: 80px;
}

@media (max-width: 1431px) {
  .contact-block-section .section.form-type {
    gap: 50px;
    padding: 65px 42px 50px 0;
  }

  .contact-block-section .section.form-type::before {
    left: 60px;
  }
}

@media (max-width: 1199px) {
  .contact-block-section .section.form-type {
    gap: 40px;
    padding: 55px 36px 40px 0;
  }

  .contact-block-section .section.form-type::before {
    left: 50px;
  }
}

@media (max-width: 991px) {
  .contact-block-section .section.form-type {
    gap: 32px;
    padding: 45px 32px 30px 0;
  }

  .contact-block-section .section.form-type::before {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .contact-block-section .section.form-type {
    gap: 40px;
    padding: 32px 24px 0 24px;
  }

  .contact-block-section .section.form-type::before {
    left: 0;
  }
}

.contact-block-section .section.form-type .section--content {
  -ms-flex-order: 2;
  order: 2;
  gap: 16px;
  width: 45%;
}

@media (max-width: 767px) {
  .contact-block-section .section.form-type .section--content {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.contact-block-section .section.form-type .section--content .gform_wrapper {
  margin-top: 16px;
}

.contact-block-section .section.form-type .section--content .gform_wrapper .gform-footer {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.contact-block-section .section.form-type .section--image {
  -ms-flex-order: 1;
  order: 1;
  width: 55%;
}

@media (max-width: 767px) {
  .contact-block-section .section.form-type .section--image {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.contact-block-section .section--content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
}

.contact-block-section .section--image {
  position: relative;
  z-index: 10;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-block-section .section--description {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.contact-block-section .section--description > * {
  margin-bottom: 24px;
}

.contact-block-section .section--description > *:nth-last-child(1) {
  margin-bottom: 0;
}

.contact-block-section .section--hours,
.contact-block-section .section--address {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.contact-block-section .section--hours > *,
.contact-block-section .section--address > * {
  margin-bottom: 0px;
}

.contact-block-section .section--contact {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: -8px 0 0 0;
  padding: 0px;
  list-style-type: none;
}

.contact-block-section .section--contact__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.contact-block-section .section--contact__link:hover {
  color: #142e25;
}

.contact-block-section .section--contact__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-block-section .section--contact__phone .section--contact__icon {
  background-image: url(../../resources/images/svg/icon-phone.svg);
  background-position: center;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(762%) hue-rotate(108deg) brightness(98%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(762%) hue-rotate(108deg) brightness(98%) contrast(97%);
}

.contact-block-section .section--contact__email .section--contact__icon {
  background-image: url(../../resources/images/svg/icon-email.svg);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(762%) hue-rotate(108deg) brightness(98%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(762%) hue-rotate(108deg) brightness(98%) contrast(97%);
}

.faq-section {
  background-color: #fff;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 60px 0;
  }
}

.faq-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  max-width: 920px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .faq-section .section {
    gap: 20px;
    --font-size: 16px;
  }
}

@media (max-width: 575px) {
  .faq-section .section {
    --font-size: 14px;
  }
}

.faq-section .section--title {
  text-align: center;
}

.faq-section .section--title > * {
  font-weight: 300;
}

.faq-section .section--description {
  font-size: var(--font-size);
  line-height: var(--line-height);
  text-align: center;
}

.faq-section .section--filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.faq-section .section--filter {
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  background-color: #899692;
  padding: 8px 18px;
  color: #fff;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: 1.5;
}

.faq-section .section--filter:hover {
  background-color: #649300;
}

.faq-section .section--filter.active {
  background-color: #649300;
}

.faq-section .section .faq--item {
  display: none;
}

.faq-section .section .faq--item.active {
  display: block;
}

.faq-section .section .btn,
.faq-section .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .faq-section .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.faq-section .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .faq-section .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.faq-section .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .faq-section .section .checkout--summary-coupon-form .coupon-form__fields-button,
.faq-section .checkout-content .section .checkout--buttons__place-order,
.checkout-content .faq-section .section .checkout--buttons__place-order,
.faq-section .account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .faq-section .section .woocommerce--content .multi-form-container .request-cancel,
.faq-section .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .faq-section .section .woocommerce--content .multi-form-container .return-request-cancel,
.faq-section .section .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .faq-section .section input[type=submit].gform_button.button,
.faq-section .section .account-content .form--buttons__primary,
.account-content .faq-section .section .form--buttons__primary,
.faq-section .section .checkout--fields .form--buttons__primary,
.checkout--fields .faq-section .section .form--buttons__primary,
.faq-section .section .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .faq-section .section .form--buttons__primary,
.faq-section .section .category-section .section--link,
.category-section .faq-section .section .section--link,
.faq-section .section .brands-section .section--link,
.brands-section .faq-section .section .section--link {
  margin-top: 8px;
}

.product-reviews {
  background-color: #fff;
  padding: 120px 0 160px;
  overflow: hidden;
}

@media (max-width: 1431px) {
  .product-reviews {
    padding: 90px 0 120px;
  }
}

@media (max-width: 991px) {
  .product-reviews {
    padding: 60px 0 80px;
  }
}

.product-reviews .section--title {
  margin-bottom: 24px;
  text-align: center;
}

.product-reviews .section--title > * {
  font-weight: 700;
}

.product-reviews .section .reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.product-reviews .section .reviews--stars {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.product-reviews .section .reviews--star {
  background-image: url(../../resources/images/svg/icon-star.svg);
  background-position: center;
  background-size: 21.71px 20.5px;
  background-repeat: no-repeat;
  width: 21.71px;
  height: 20.5px;
  display: block;
}

.product-reviews .section .reviews--count {
  font-size: 18px;
  line-height: 1.61667;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

@media (max-width: 1431px) {
  .product-reviews .section .reviews--count {
    font-size: 16px;
  }
}

.product-reviews .section--slider {
  overflow: visible;
}

.product-reviews .section--slides {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.product-reviews .section--slide {
  border: 1px solid #dcdfdb;
  border-radius: 4px;
  padding: 40px 40px 24px 40px;
  height: auto;
}

@media (max-width: 1199px) {
  .product-reviews .section--slide {
    padding: 32px 32px 24px 32px;
  }
}

@media (max-width: 991px) {
  .product-reviews .section--slide {
    padding: 24px 24px 16px 24px;
  }
}

.product-reviews .section--button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.product-reviews .section .review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-reviews .section .review--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.product-reviews .section .review--stars {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.product-reviews .section .review--star {
  background-image: url(../../resources/images/svg/icon-star.svg);
  background-position: center;
  background-size: 21.71px 20.5px;
  background-repeat: no-repeat;
  width: 21.71px;
  height: 20.5px;
  display: block;
}

.product-reviews .section .review--star-empty {
  opacity: 0.3;
}

.product-reviews .section .review--author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .product-reviews .section .review--author {
    font-size: 18px;
  }
}

.product-reviews .section .review--flag {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px;
}

.product-reviews .section .review--flag.flag-nl {
  background-image: url(../../resources/images/svg/icon-nl.svg);
  background-position: center;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.product-reviews .section .review--flag.flag-gb {
  background-image: url(../../resources/images/svg/icon-gb.svg);
  background-position: center;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.product-reviews .section .review--flag.flag-de {
  background-image: url(../../resources/images/svg/icon-de.svg);
  background-position: center;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.product-reviews .section .review--flag.flag-it {
  background-image: url(../../resources/images/svg/icon-it.svg);
  background-position: center;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.product-reviews .section .review--flag.flag-es {
  background-image: url(../../resources/images/svg/icon-es.svg);
  background-position: center;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.product-reviews .section .review--content {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .product-reviews .section .review--content {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .product-reviews .section .review--content {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.product-reviews .section .review--toggle {
  display: block;
  cursor: pointer;
  margin-top: 8px;
  border: none;
  background: none;
  padding: 0;
  color: #649300;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}

.product-reviews .section .review--toggle:hover {
  color: #23582c;
}

.product-reviews .section .review--divider {
  margin: auto 0 24px;
  background-color: #dcdfdb;
  width: 100%;
  height: 1px;
}

@media (max-width: 1431px) {
  .product-reviews .section .review--divider {
    margin: auto 0 20px;
  }
}

@media (max-width: 575px) {
  .product-reviews .section .review--divider {
    margin: auto 0 16px;
  }
}

.product-reviews .section .review--date {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .product-reviews .section .review--date {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .product-reviews .section .review--date {
    font-size: 12px;
  }
}

.search-section {
  margin: 50px 0 120px;
}

@media (max-width: 767px) {
  .search-section {
    margin: 40px 0 80px;
  }
}

.search-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.search-section .section--title {
  scroll-margin-top: calc(var(--total-header-height) - var(--topbar-height) + 32px);
}

@media (max-width: 575px) {
  .search-section .section--title {
    scroll-margin-top: calc(var(--total-header-height) + 32px);
  }
}

.search-section .section--title > * {
  font-weight: 700;
}

.search-section .section--found {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .search-section .section--found {
    font-size: 16px;
  }
}

.search-section .section--not-found {
  font-size: 16px;
  line-height: 1.5;
}

@media (margin: 767px) {
  .search-section .section--not-found {
    font-size: 14px;
  }
}

.search-section .section--results-wrapper {
  position: relative;
  min-height: 200px;
}

.search-section .section--results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .search-section .section--results {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .search-section .section--results {
    gap: 20px;
  }
}

.search-section .section--results .item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  border: 1px solid #c7d0cd;
  border-radius: 4px;
  padding: 30px;
}

@media (max-width: 1199px) {
  .search-section .section--results .item {
    gap: 26px;
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .search-section .section--results .item {
    gap: 22px;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .search-section .section--results .item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.search-section .section--results .item--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  width: 147px;
  height: 147px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .search-section .section--results .item--image-wrapper {
    width: 100%;
    height: auto;
  }
}

.search-section .section--results .item--image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-section .section--results .item--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-width: 981px;
}

@media (max-width: 767px) {
  .search-section .section--results .item--content {
    gap: 12px;
  }
}

.search-section .section--results .item--title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.06;
}

@media (max-width: 1199px) {
  .search-section .section--results .item--title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .search-section .section--results .item--title {
    font-size: 18px;
  }
}

.search-section .section--results .item--excerpt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.61667;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .search-section .section--results .item--excerpt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .search-section .section--results .item--excerpt {
    font-size: 14px;
  }
}

.search-section .section--results .item--link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: #23582c;
  font-weight: 600;
  font-size: 18px;
  line-height: 0.98;
}

@media (max-width: 1199px) {
  .search-section .section--results .item--link {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .search-section .section--results .item--link {
    font-size: 14px;
  }
}

.search-section .section--results .item--link::before {
  position: absolute;
  inset: 0px;
  content: "";
}

.search-section .section--results .item--link::after {
  background-image: url(../../resources/images/svg/icon-arrow-button.svg);
  background-position: center;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.search-section .section--results .item--link:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.search-section .section--results .item--link:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.search-section .section--pagination {
  margin-top: 16px;
}

.products-archive-section {
  margin: 50px 0 80px;
  --gap: 40px;
}

@media (max-width: 1431px) {
  .products-archive-section {
    --gap: 32px;
  }
}

@media (max-width: 1199px) {
  .products-archive-section {
    --gap: 24px;
  }
}

@media (max-width: 575px) {
  .products-archive-section {
    --gap: 20px;
  }
}

@media (max-width: 767px) {
  .products-archive-section {
    margin: 40px 0 60px;
  }
}

.products-archive-section .products-archive {
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  overflow-x: clip;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.products-archive-section .products-archive--sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive--sidebar {
    width: 260px;
  }
}

.products-archive-section .products-archive--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
}

.products-archive-section .products-archive .archive-content--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.products-archive-section .products-archive .archive-content--header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--header__content {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--header__content {
    gap: 16px;
  }
}

.products-archive-section .products-archive .archive-content--title {
  scroll-margin-top: calc(var(--total-header-height) - var(--topbar-height) + 32px);
}

@media (max-width: 575px) {
  .products-archive-section .products-archive .archive-content--title {
    scroll-margin-top: calc(var(--total-header-height) + 32px);
  }
}

.products-archive-section .products-archive .archive-content--title > * {
  font-weight: 700;
}

.products-archive-section .products-archive .archive-content--description {
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .products-archive-section .products-archive .archive-content--description {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-content--description {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--description {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--description {
    font-size: 14px;
  }
}

.products-archive-section .products-archive .archive-content--description > * {
  margin-bottom: 0px;
}

.products-archive-section .products-archive .archive-content--read-more {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: #23582c;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}

.products-archive-section .products-archive .archive-content--read-more:hover {
  color: #649300;
}

.products-archive-section .products-archive .archive-content--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.products-archive-section .products-archive .archive-content--sort-wrapper {
  position: relative;
}

.products-archive-section .products-archive .archive-content--sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid #23582c;
  border-radius: 4px;
  background: transparent;
  padding: 8px 27px;
  height: 51px;
  color: #142e25;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .products-archive-section .products-archive .archive-content--sort {
    padding: 8px 24px;
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-content--sort {
    padding: 8px 20px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--sort {
    padding: 8px 18px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--sort {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.products-archive-section .products-archive .archive-content--sort:hover {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.products-archive-section .products-archive .archive-content--sort:hover .archive-content--sort__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.products-archive-section .products-archive .archive-content--sort__icon {
  background-image: url(../../resources/images/svg/icon-chevron-gray.svg);
  background-position: center;
  background-size: 18px 20.57px;
  background-repeat: no-repeat;
  width: 18px;
  height: 20.57px;
  display: block;
  transition: all 0.3s ease;
}

.products-archive-section .products-archive .archive-content--sort__options {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0;
  z-index: 100;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  background: #fff;
  padding: 12px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 32px);
  pointer-events: none;
}

.products-archive-section .products-archive .archive-content--sort.active .archive-content--sort__options {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.products-archive-section .products-archive .archive-content--sort.active .archive-content--sort__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-archive-section .products-archive .archive-content--sort__options.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.products-archive-section .products-archive .archive-content--sort__option {
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 6px 27px;
  color: #142e25;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .products-archive-section .products-archive .archive-content--sort__option {
    padding: 6px 24px;
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-content--sort__option {
    padding: 6px 20px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--sort__option {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--sort__option {
    font-size: 14px;
  }
}

.products-archive-section .products-archive .archive-content--sort__option:hover {
  background-color: #ebede6;
}

.products-archive-section .products-archive .archive-content--list-toggle,
.products-archive-section .products-archive .archive-content--filter-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #23582c;
  border-radius: 4px;
  background: transparent;
  padding: 8px 17.5px;
  height: 51px;
}

.products-archive-section .products-archive .archive-content--list-toggle:hover,
.products-archive-section .products-archive .archive-content--filter-toggle:hover {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.products-archive-section .products-archive .archive-content--list-toggle__icon,
.products-archive-section .products-archive .archive-content--filter-toggle__icon {
  display: block;
  transition: all 0.3s ease;
}

.products-archive-section .products-archive .archive-content--list-toggle:hover .archive-content--list-toggle__icon,
.products-archive-section .products-archive .archive-content--list-toggle.active .archive-content--list-toggle__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.products-archive-section .products-archive .archive-content--list-toggle.active {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.products-archive-section .products-archive .archive-content--list-toggle__icon {
  background-image: url(../../resources/images/svg/icon-list.svg);
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--list-toggle {
    display: none !important;
  }
}

.products-archive-section .products-archive .archive-content--filter-toggle:hover .archive-content--filter-toggle__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.products-archive-section .products-archive .archive-content--filter-toggle__icon {
  background-image: url(../../resources/images/svg/icon-filter.svg);
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.products-archive-section .products-archive .archive-content--no-results {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--no-results {
    font-size: 14px;
  }
}

.products-archive-section .products-archive .archive-content--grid__wrapper {
  position: relative;
  min-height: 200px;
}

.products-archive-section .products-archive .archive-content--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 381px) and (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(2) {
    -ms-flex-order: 2;
    order: 2;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(3) {
    -ms-flex-order: 3;
    order: 3;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(4) {
    -ms-flex-order: 4;
    order: 4;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(5) {
    -ms-flex-order: 5;
    order: 5;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(6) {
    -ms-flex-order: 6;
    order: 6;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(7) {
    -ms-flex-order: 7;
    order: 7;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(8) {
    -ms-flex-order: 8;
    order: 8;
  }

  .products-archive-section .products-archive .archive-content--grid > .cta-section {
    -ms-flex-order: 9;
    order: 9;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(9) {
    -ms-flex-order: 10;
    order: 10;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(11) {
    -ms-flex-order: 11;
    order: 11;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(12) {
    -ms-flex-order: 12;
    order: 12;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(13) {
    -ms-flex-order: 13;
    order: 13;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(14) {
    -ms-flex-order: 14;
    order: 14;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(15) {
    -ms-flex-order: 15;
    order: 15;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(16) {
    -ms-flex-order: 16;
    order: 16;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(17) {
    -ms-flex-order: 17;
    order: 17;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(18) {
    -ms-flex-order: 18;
    order: 18;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(19) {
    -ms-flex-order: 19;
    order: 19;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(20) {
    -ms-flex-order: 20;
    order: 20;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(21) {
    -ms-flex-order: 21;
    order: 21;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(22) {
    -ms-flex-order: 22;
    order: 22;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(23) {
    -ms-flex-order: 23;
    order: 23;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(24) {
    -ms-flex-order: 24;
    order: 24;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(25) {
    -ms-flex-order: 25;
    order: 25;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(26) {
    -ms-flex-order: 26;
    order: 26;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(27) {
    -ms-flex-order: 27;
    order: 27;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(28) {
    -ms-flex-order: 28;
    order: 28;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(29) {
    -ms-flex-order: 29;
    order: 29;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(30) {
    -ms-flex-order: 30;
    order: 30;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(31) {
    -ms-flex-order: 31;
    order: 31;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(32) {
    -ms-flex-order: 32;
    order: 32;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(33) {
    -ms-flex-order: 33;
    order: 33;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(34) {
    -ms-flex-order: 34;
    order: 34;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(35) {
    -ms-flex-order: 35;
    order: 35;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(36) {
    -ms-flex-order: 36;
    order: 36;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(37) {
    -ms-flex-order: 37;
    order: 37;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(38) {
    -ms-flex-order: 38;
    order: 38;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(39) {
    -ms-flex-order: 39;
    order: 39;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(40) {
    -ms-flex-order: 40;
    order: 40;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(41) {
    -ms-flex-order: 41;
    order: 41;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(42) {
    -ms-flex-order: 42;
    order: 42;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(43) {
    -ms-flex-order: 43;
    order: 43;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(44) {
    -ms-flex-order: 44;
    order: 44;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(45) {
    -ms-flex-order: 45;
    order: 45;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(46) {
    -ms-flex-order: 46;
    order: 46;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(47) {
    -ms-flex-order: 47;
    order: 47;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(48) {
    -ms-flex-order: 48;
    order: 48;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(49) {
    -ms-flex-order: 49;
    order: 49;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(50) {
    -ms-flex-order: 50;
    order: 50;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(51) {
    -ms-flex-order: 51;
    order: 51;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(52) {
    -ms-flex-order: 52;
    order: 52;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(53) {
    -ms-flex-order: 53;
    order: 53;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(54) {
    -ms-flex-order: 54;
    order: 54;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(55) {
    -ms-flex-order: 55;
    order: 55;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(56) {
    -ms-flex-order: 56;
    order: 56;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(57) {
    -ms-flex-order: 57;
    order: 57;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(58) {
    -ms-flex-order: 58;
    order: 58;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(59) {
    -ms-flex-order: 59;
    order: 59;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(60) {
    -ms-flex-order: 60;
    order: 60;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(61) {
    -ms-flex-order: 61;
    order: 61;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(62) {
    -ms-flex-order: 62;
    order: 62;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(63) {
    -ms-flex-order: 63;
    order: 63;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(64) {
    -ms-flex-order: 64;
    order: 64;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(65) {
    -ms-flex-order: 65;
    order: 65;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(66) {
    -ms-flex-order: 66;
    order: 66;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(67) {
    -ms-flex-order: 67;
    order: 67;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(68) {
    -ms-flex-order: 68;
    order: 68;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(69) {
    -ms-flex-order: 69;
    order: 69;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(70) {
    -ms-flex-order: 70;
    order: 70;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(71) {
    -ms-flex-order: 71;
    order: 71;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(72) {
    -ms-flex-order: 72;
    order: 72;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(73) {
    -ms-flex-order: 73;
    order: 73;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(74) {
    -ms-flex-order: 74;
    order: 74;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(75) {
    -ms-flex-order: 75;
    order: 75;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(76) {
    -ms-flex-order: 76;
    order: 76;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(77) {
    -ms-flex-order: 77;
    order: 77;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(78) {
    -ms-flex-order: 78;
    order: 78;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(79) {
    -ms-flex-order: 79;
    order: 79;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(80) {
    -ms-flex-order: 80;
    order: 80;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(81) {
    -ms-flex-order: 81;
    order: 81;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(82) {
    -ms-flex-order: 82;
    order: 82;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(83) {
    -ms-flex-order: 83;
    order: 83;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(84) {
    -ms-flex-order: 84;
    order: 84;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(85) {
    -ms-flex-order: 85;
    order: 85;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(86) {
    -ms-flex-order: 86;
    order: 86;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(87) {
    -ms-flex-order: 87;
    order: 87;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(88) {
    -ms-flex-order: 88;
    order: 88;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(89) {
    -ms-flex-order: 89;
    order: 89;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(90) {
    -ms-flex-order: 90;
    order: 90;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(91) {
    -ms-flex-order: 91;
    order: 91;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(92) {
    -ms-flex-order: 92;
    order: 92;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(93) {
    -ms-flex-order: 93;
    order: 93;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(94) {
    -ms-flex-order: 94;
    order: 94;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(95) {
    -ms-flex-order: 95;
    order: 95;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(96) {
    -ms-flex-order: 96;
    order: 96;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(97) {
    -ms-flex-order: 97;
    order: 97;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(98) {
    -ms-flex-order: 98;
    order: 98;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(99) {
    -ms-flex-order: 99;
    order: 99;
  }

  .products-archive-section .products-archive .archive-content--grid > .loop-product:nth-child(100) {
    -ms-flex-order: 100;
    order: 100;
  }
}

@media (max-width: 380px) {
  .products-archive-section .products-archive .archive-content--grid {
    grid-template-columns: 1fr;
  }
}

.products-archive-section .products-archive .archive-content--grid .section--categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1/-1;
  gap: var(--gap);
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--grid .section--categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .products-archive-section .products-archive .archive-content--grid .section--categories {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.products-archive-section .products-archive .archive-content--grid .cta-section {
  grid-column: span 3/span 3;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--grid .cta-section {
    grid-column: span 2/span 2;
  }
}

@media (max-width: 380px) {
  .products-archive-section .products-archive .archive-content--grid .cta-section {
    grid-column: span 1/span 1;
  }
}

.products-archive-section .products-archive .archive-content--grid .cta-section {
  margin: 0;
}

.products-archive-section .products-archive .archive-content--grid .cta-section .section {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.products-archive-section .products-archive .archive-content--grid .cta-section .section--inner__small {
  grid-column: span 1/span 1;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-content--grid .cta-section .section--image {
    display: none;
  }
}

.products-archive-section .products-archive .archive-content--grid.list-view {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--grid.list-view {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--grid.list-view {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 380px) {
  .products-archive-section .products-archive .archive-content--grid.list-view {
    grid-template-columns: 1fr !important;
  }
}

.products-archive-section .products-archive .archive-content--grid.list-view .cta-section {
  grid-column: span 1/span 1 !important;
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-content--grid.list-view .cta-section {
    grid-column: span 2/span 2 !important;
  }
}

@media (max-width: 380px) {
  .products-archive-section .products-archive .archive-content--grid.list-view .cta-section {
    grid-column: span 1/span 1 !important;
  }
}

.products-archive-section .products-archive .archive-content--pagination {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.products-archive-section .products-archive .archive-content--seo {
  border: 1px solid #dcdfdb;
  background-color: #fafafa;
  padding: clamp(12px, 4vw, 30px);
}

.products-archive-section .products-archive .archive-content--seo h1,
.products-archive-section .products-archive .archive-content--seo h2,
.products-archive-section .products-archive .archive-content--seo h3,
.products-archive-section .products-archive .archive-content--seo h4,
.products-archive-section .products-archive .archive-content--seo h5,
.products-archive-section .products-archive .archive-content--seo h6 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.06;
}

.products-archive-section .products-archive .archive-content--seo h1:not(:first-child),
.products-archive-section .products-archive .archive-content--seo h2:not(:first-child),
.products-archive-section .products-archive .archive-content--seo h3:not(:first-child),
.products-archive-section .products-archive .archive-content--seo h4:not(:first-child),
.products-archive-section .products-archive .archive-content--seo h5:not(:first-child),
.products-archive-section .products-archive .archive-content--seo h6:not(:first-child) {
  margin-top: 24px;
}

.products-archive-section .products-archive .archive-content--seo p,
.products-archive-section .products-archive .archive-content--seo ul,
.products-archive-section .products-archive .archive-content--seo ol {
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-content--seo p,
  .products-archive-section .products-archive .archive-content--seo ul,
  .products-archive-section .products-archive .archive-content--seo ol {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .products-archive-section .products-archive .archive-content--seo p,
  .products-archive-section .products-archive .archive-content--seo ul,
  .products-archive-section .products-archive .archive-content--seo ol {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar {
    position: fixed;
    z-index: 2000;
    inset: 0px;
    pointer-events: none;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar.archive-sidebar--open {
    pointer-events: auto;
  }

  .products-archive-section .products-archive .archive-sidebar.archive-sidebar--open .archive-sidebar--overlay {
    visibility: visible;
    opacity: 1;
  }

  .products-archive-section .products-archive .archive-sidebar.archive-sidebar--open .archive-sidebar--content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    inset: 0px;
    background: rgba(0, 0, 0, 0.3);
    height: 100dvh;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--content {
    position: fixed;
    top: 0px;
    right: 0px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f2f3ef;
    padding: 24px 40px 32px 40px;
    width: 100%;
    max-width: 540px;
    height: 100dvh;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-sidebar--content {
    padding: 16px 32px 24px 32px;
    max-width: 500px;
  }
}

@media (max-width: 575px) {
  .products-archive-section .products-archive .archive-sidebar--content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 16px 24px;
    max-width: 100%;
  }
}

.products-archive-section .products-archive .archive-sidebar--close {
  display: none;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    border: none;
    background: transparent;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-sidebar--close {
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .products-archive-section .products-archive .archive-sidebar--close {
    gap: 6px;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--close__icon {
    background-image: url(../../resources/images/svg/icon-back-button.svg);
    background-position: center;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: block;
    transition: all 0.3s ease;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-sidebar--close__icon {
    background-image: url(../../resources/images/svg/icon-back-button.svg);
    background-position: center;
    background-size: 18px 16px;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
  }
}

@media (max-width: 575px) {
  .products-archive-section .products-archive .archive-sidebar--close__icon {
    background-image: url(../../resources/images/svg/icon-back-button.svg);
    background-position: center;
    background-size: 16px 14px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
  }
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--close__text {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.78;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-sidebar--close__text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .products-archive-section .products-archive .archive-sidebar--close__text {
    font-size: 14px;
  }
}

.products-archive-section .products-archive .archive-sidebar--divider {
  display: none;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--divider {
    display: block;
    opacity: 0.1;
    margin: 16px 0 24px;
    border: none;
    background-color: #899692;
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 767px) {
  .products-archive-section .products-archive .archive-sidebar--divider {
    margin: 12px 0 18px;
  }
}

.products-archive-section .products-archive .archive-sidebar--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

@media (max-width: 991px) {
  .products-archive-section .products-archive .archive-sidebar--wrapper + .archive-sidebar--wrapper {
    margin-top: 24px;
  }
}

.products-archive-section .products-archive .archive-sidebar--heading {
  background-color: #649300;
  padding: 22px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 0.6667;
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-sidebar--heading {
    padding: 16px 14px;
    font-size: 20px;
  }
}

.products-archive-section .products-archive .archive-sidebar--categories {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.products-archive-section .products-archive .archive-sidebar--category.hidden {
  display: none;
}

.products-archive-section .products-archive .archive-sidebar--category.show-more {
  cursor: pointer;
}

.products-archive-section .products-archive .archive-sidebar--category__single,
.products-archive-section .products-archive .archive-sidebar--category__parent {
  padding: 10px 20px;
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-sidebar--category__single,
  .products-archive-section .products-archive .archive-sidebar--category__parent {
    padding: 6px 16px;
  }
}

.products-archive-section .products-archive .archive-sidebar--category__single > a,
.products-archive-section .products-archive .archive-sidebar--category__single > span,
.products-archive-section .products-archive .archive-sidebar--category__parent > a,
.products-archive-section .products-archive .archive-sidebar--category__parent > span {
  color: #142e25;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3125;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-sidebar--category__single > a,
  .products-archive-section .products-archive .archive-sidebar--category__single > span,
  .products-archive-section .products-archive .archive-sidebar--category__parent > a,
  .products-archive-section .products-archive .archive-sidebar--category__parent > span {
    font-size: 14px;
  }
}

.products-archive-section .products-archive .archive-sidebar--category__single > a:hover,
.products-archive-section .products-archive .archive-sidebar--category__single > span:hover,
.products-archive-section .products-archive .archive-sidebar--category__parent > a:hover,
.products-archive-section .products-archive .archive-sidebar--category__parent > span:hover {
  color: #649300;
}

.products-archive-section .products-archive .archive-sidebar--category__parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.products-archive-section .products-archive .archive-sidebar--category__parent--icon {
  background-image: url(../../resources/images/svg/icon-caret-gray.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: block;
  transition: all 0.3s ease;
}

.products-archive-section .products-archive .archive-sidebar--category.active .archive-sidebar--category__single > a,
.products-archive-section .products-archive .archive-sidebar--category.active .archive-sidebar--category__parent > a {
  color: #23582c;
}

.products-archive-section .products-archive .archive-sidebar--category.open .archive-sidebar--category__parent--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-archive-section .products-archive .archive-sidebar--category.open .archive-sidebar--category__children {
  grid-template-rows: 1fr;
  opacity: 1;
}

.products-archive-section .products-archive .archive-sidebar--category__children {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ebede6;
  overflow: hidden;
}

.products-archive-section .products-archive .archive-sidebar--category__children--inner {
  min-height: 0px;
}

.products-archive-section .products-archive .archive-sidebar--category__children--list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.products-archive-section .products-archive .archive-sidebar--category__child > a {
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease;
  padding: 8px 30px;
  color: #142e25;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.products-archive-section .products-archive .archive-sidebar--category__child > a:hover {
  background-color: #ebede6;
}

.products-archive-section .products-archive .archive-sidebar--category__child.active > a {
  background-color: #ebede6;
}

.products-archive-section .products-archive .archive-sidebar--category__child.active > .archive-sidebar--category__link-wrapper > a {
  color: #23582c;
}

.products-archive-section .products-archive .archive-sidebar--category__child.open .archive-sidebar--category__toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-archive-section .products-archive .archive-sidebar--category__child.open .archive-sidebar--category__grandchildren {
  grid-template-rows: 1fr;
  opacity: 1;
}

.products-archive-section .products-archive .archive-sidebar--category__link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 8px 20px 8px 30px;
}

@media (max-width: 1199px) {
  .products-archive-section .products-archive .archive-sidebar--category__link-wrapper {
    padding: 6px 16px 6px 30px;
  }
}

.products-archive-section .products-archive .archive-sidebar--category__link-wrapper > a {
  -ms-flex: 1;
  flex: 1;
  color: #142e25;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.products-archive-section .products-archive .archive-sidebar--category__link-wrapper > a:hover {
  color: #649300;
}

.products-archive-section .products-archive .archive-sidebar--category__toggle {
  background-image: url(../../resources/images/svg/icon-caret-gray.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.products-archive-section .products-archive .archive-sidebar--category__grandchildren {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.products-archive-section .products-archive .archive-sidebar--category__grandchildren--list {
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  list-style-type: none;
}

.products-archive-section .products-archive .archive-sidebar--category__grandchild a {
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease;
  padding: 8px 30px 8px 45px;
  color: #142e25;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.products-archive-section .products-archive .archive-sidebar--category__grandchild a:hover {
  background-color: #ebede6;
}

.products-archive-section .products-archive .archive-sidebar--category__grandchild.active a {
  background-color: #ebede6;
}

.single-product .product-details {
  margin: 0px 0 80px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1431px) {
  .single-product .product-details {
    --font-size: 16px;
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  .single-product .product-details {
    margin: 0 0 40px;
  }
}

@media (max-width: 575px) {
  .single-product .product-details {
    margin: 0 0 40px;
  }
}

.single-product .product-details .section--back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  border: 1px solid #23582c;
  border-radius: 4px;
  padding: 12px 34px 12px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #142e25;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 991px) {
  .single-product .product-details .section--back {
    padding: 10px 34px 10px 20px;
  }
}

.single-product .product-details .section--back__icon {
  background-image: url(../../resources/images/svg/icon-chevron-left-gray.svg);
  background-position: center;
  background-size: 21px 18px;
  background-repeat: no-repeat;
  width: 21px;
  height: 18px;
  transition: all 0.3s ease;
}

.single-product .product-details .section--back:hover {
  border-color: #649300;
  background-color: #649300;
  color: #fff;
}

.single-product .product-details .section--back:hover .section--back__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.single-product .product-details .section--content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 991px) {
  .single-product .product-details .section--content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.single-product .product-details .section--content > .usps-list {
  grid-column: span 2/span 2;
}

@media (max-width: 991px) {
  .single-product .product-details .section--content > .usps-list {
    display: none;
  }
}

.single-product .product-details .section--gallery {
  position: relative;
}

.single-product .product-details .section--gallery__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background-color: #ef5026;
  padding: 10px 33px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.06;
}

@media (max-width: 767px) {
  .single-product .product-details .section--gallery__badge {
    top: 14px;
    right: 14px;
    padding: 8px 24px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .single-product .product-details .section--gallery__badge {
    top: 12px;
    right: 12px;
    padding: 6px 16px;
    font-size: 12px;
  }
}

.single-product .product-details .section--gallery__image {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-product .product-details .section--gallery .swiper-outer-wrapper {
  position: relative;
}

.single-product .product-details .section--gallery .product-gallery-thumbs {
  margin-top: 16px;
}

.single-product .product-details .section--gallery .product-gallery-thumbs.swiper {
  position: relative;
  overflow: visible;
  overflow-x: clip;
}

.single-product .product-details .section--gallery .product-gallery-thumbs .swiper-slide {
  cursor: pointer;
  aspect-ratio: 1/1;
}

.single-product .product-details .section--gallery .product-gallery-thumbs .swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-product .product-details .section--gallery .product-gallery-thumbs .swiper-scrollbar {
  position: absolute;
  bottom: -16px;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.single-product .product-details .section--gallery .product-gallery-thumbs .swiper-scrollbar-drag {
  background-color: #23582c;
}

.single-product .product-details .section--gallery .swiper-nav-button {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  border-radius: 4px;
  background-color: #23582c;
  width: 49px !important;
  height: 50px !important;
}

@media (max-width: 1431px) {
  .single-product .product-details .section--gallery .swiper-nav-button {
    width: 39px !important;
    height: 40px !important;
  }
}

.single-product .product-details .section--gallery .swiper-nav-button:hover {
  background-color: #649300;
}

.single-product .product-details .section--gallery .swiper-nav-button.swiper-button-disabled {
  background-color: #a5a7a1;
}

.single-product .product-details .section--gallery .swiper-nav-button.swiper-button-lock {
  display: none;
}

.single-product .product-details .section--gallery .swiper-nav-prev {
  background-image: url(../../resources/images/svg/icon-swiper-left.svg);
  background-position: center;
  background-size: 10.28px 18px;
  background-repeat: no-repeat;
  width: 10.28px;
  height: 18px;
  left: -24.5px;
}

@media (max-width: 1431px) {
  .single-product .product-details .section--gallery .swiper-nav-prev {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .single-product .product-details .section--gallery .swiper-nav-prev {
    left: -10px;
  }
}

.single-product .product-details .section--gallery .swiper-nav-next {
  background-image: url(../../resources/images/svg/icon-swiper-right.svg);
  background-position: center;
  background-size: 10.28px 18px;
  background-repeat: no-repeat;
  width: 10.28px;
  height: 18px;
  right: -24.5px;
}

@media (max-width: 1431px) {
  .single-product .product-details .section--gallery .swiper-nav-next {
    right: -20px;
  }
}

@media (max-width: 575px) {
  .single-product .product-details .section--gallery .swiper-nav-next {
    right: -10px;
  }
}

.single-product .product-details .section--gallery .swiper-slide {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.single-product .product-details .section--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  color: #000;
}

@media (max-width: 1431px) {
  .single-product .product-details .section--info {
    gap: 24px;
  }
}

.single-product .product-details .section--info__brand {
  display: block;
  margin-top: 8px;
  color: #649300;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-product .product-details .section--info__excerpt {
  margin-bottom: 0px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.single-product .product-details .section--info__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

@media (max-width: 1431px) {
  .single-product .product-details .section--info__meta {
    gap: 8px;
  }
}

.single-product .product-details .section--info__meta-single {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.single-product .product-details .section--info__meta-label {
  width: 230px;
  font-weight: 700;
}

@media (max-width: 1431px) {
  .single-product .product-details .section--info__meta-label {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .single-product .product-details .section--info__meta-label {
    width: 140px;
  }
}

.single-product .product-details .section--info__meta-value {
  -ms-flex: 1;
  flex: 1;
}

.single-product .product-details .section--info__price {
  margin-top: 8px;
  color: #000;
  font-size: 24px;
  line-height: 1.06;
}

.single-product .product-details .section--info__price .woocommerce-Price-amount {
  font-weight: 700;
}

.single-product .product-details .section--info__price del {
  text-decoration-thickness: 1px;
}

.single-product .product-details .section--info__price del .woocommerce-Price-amount {
  font-weight: 400;
}

.single-product .product-details .section--info__price ins {
  text-decoration: none;
}

.single-product .product-details .section--info__price ins ~ .woocommerce-price-suffix {
  display: none;
}

.single-product .product-details .section--info__price .woocommerce-price-suffix {
  margin: 1px 0 1px 8px;
  font-size: 18px;
}

.single-product .product-details .section--info__add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.single-product .product-details .section--info__add-to-cart form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 436px;
}

.single-product .product-details .section--info__add-to-cart #wc-stripe-express-checkout-element {
  margin: 0px !important;
}

.single-product .product-details .section--info__add-to-cart wc-order-attribution-inputs {
  display: none;
}

.single-product .product-details .section--info__add-to-cart #ppcp-recaptcha-v2-container {
  margin: 0px !important;
}

.single-product .product-details .section--info__add-to-cart #ppcp-recaptcha-v2-container:empty {
  display: none !important;
}

.single-product .product-details .section--info__add-to-cart--paypal-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 10px;
}

.single-product .product-details .section--info__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin-top: auto;
}

@media (max-width: 767px) {
  .single-product .product-details .section--info .webwinkel {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .single-product .product-details .section--info .webwinkel--before {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .single-product .product-details .section--info .webwinkel--after {
    display: block !important;
  }
}

.single-product .product-details .section--info__variable-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 436px;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price {
  margin-top: 8px;
  color: #000;
  font-size: 24px;
  line-height: 1.06;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price .woocommerce-Price-amount {
  font-weight: 700;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price del {
  text-decoration-thickness: 1px;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price del .woocommerce-Price-amount {
  font-weight: 400;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price ins {
  text-decoration: none;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price ins ~ .woocommerce-price-suffix {
  display: none;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__price .woocommerce-price-suffix {
  margin: 1px 0 1px 8px;
  font-size: 18px;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__label {
  display: block;
  margin-bottom: 0;
  color: #142e25;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #142e25;
  border-radius: 4px;
  background-image: url(../../resources/images/svg/icon-chevron-down-gray.svg);
  background-position: center;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 12px 48px 12px 20px;
  width: 100%;
  height: auto;
  color: #142e25;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__select:focus {
  outline: none;
  border-color: #649300;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__select:hover {
  border-color: #649300;
}

.single-product .product-details .section--info__variable-product .variable-add-to-cart__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.single-product .product-details .section--info__variable-product #wc-stripe-express-checkout-element {
  margin: 0px !important;
}

.single-product .product-details .section--info__variable-product wc-order-attribution-inputs {
  display: none;
}

.single-product .product-details .section--info__variable-product--paypal-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.single-product .product-details .section--info__variable-product--paypal-container .ppc-button-wrapper .ppc-button-ppcp-gateway {
  margin-bottom: 10px;
}

.single-product .product-details .section--info__variable-product--paypal-container .ppc-button-wrapper .ppc-button-ppcp-gateway:empty {
  display: none !important;
}

.single-product .product-details .section--info__variable-product--paypal-container #ppcp-recaptcha-v2-container {
  margin: 0px !important;
}

.single-product .product-details .section--info__variable-product--paypal-container #ppcp-recaptcha-v2-container:empty {
  display: none !important;
}

.single-product .product-specifications {
  margin: 80px 0;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1431px) {
  .single-product .product-specifications {
    --font-size: 16px;
    margin: 60px 0;
  }
}

@media (max-width: 991px) {
  .single-product .product-specifications {
    margin: 40px 0;
  }
}

.single-product .product-specifications .section {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.single-product .product-specifications .section .faq--items {
  grid-column: span 1/span 1;
}

.single-product .product-specifications .section .faq--item__question {
  font-size: 28px;
  cursor: auto;
}

@media (max-width: 1431px) {
  .single-product .product-specifications .section .faq--item__question {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single-product .product-specifications .section .faq--item__question {
    font-size: 20px;
  }
}

.single-product .product-specifications .section .faq--item__answer {
  background-color: #FAFAFA;
  padding: clamp(12px, 4vw, 30px);
  border: 1px solid #dcdfdb;
}

.single-product .product-specifications .section .faq--item__answer--inner h1,
.single-product .product-specifications .section .faq--item__answer--inner h2,
.single-product .product-specifications .section .faq--item__answer--inner h3,
.single-product .product-specifications .section .faq--item__answer--inner h4,
.single-product .product-specifications .section .faq--item__answer--inner h5,
.single-product .product-specifications .section .faq--item__answer--inner h6 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .single-product .product-specifications .section .faq--item__answer--inner h1,
  .single-product .product-specifications .section .faq--item__answer--inner h2,
  .single-product .product-specifications .section .faq--item__answer--inner h3,
  .single-product .product-specifications .section .faq--item__answer--inner h4,
  .single-product .product-specifications .section .faq--item__answer--inner h5,
  .single-product .product-specifications .section .faq--item__answer--inner h6 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-product .product-specifications .section .faq--item__answer--inner h1,
  .single-product .product-specifications .section .faq--item__answer--inner h2,
  .single-product .product-specifications .section .faq--item__answer--inner h3,
  .single-product .product-specifications .section .faq--item__answer--inner h4,
  .single-product .product-specifications .section .faq--item__answer--inner h5,
  .single-product .product-specifications .section .faq--item__answer--inner h6 {
    font-size: 18px;
  }
}

.single-product .product-specifications .section .faq--item__answer--inner p {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.single-product .product-specifications .section .faq--item__answer--inner p + ul,
.single-product .product-specifications .section .faq--item__answer--inner p + ol {
  margin-top: -8px;
}

.single-product .product-related {
  margin: 120px 0;
  overflow: hidden;
}

@media (max-width: 1431px) {
  .single-product .product-related {
    margin: 90px 0;
  }
}

@media (max-width: 991px) {
  .single-product .product-related {
    margin: 60px 0;
  }
}

.single-product .product-related .section--title {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .single-product .product-related .section--title {
    margin-bottom: 32px;
  }
}

.single-product .product-related .section--slider {
  position: relative;
}

@media (max-width: 575px) {
  .single-product .product-related .section--slider {
    overflow: visible;
  }
}

.single-product .product-related .section--slider-wrapper {
  position: relative;
}

.single-product .product-related .section--slider__nav {
  display: contents;
}

@media (max-width: 991px) {
  .single-product .product-related .section--slider__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
  }
}

.single-product .product-related .section--slider__button {
  position: absolute;
  top: 35%;
  z-index: 10;
  transition: all 0.3s ease;
  border-radius: 4px;
  background-color: #23582c;
  width: 50px !important;
  height: 50px !important;
}

.single-product .product-related .section--slider__button:hover {
  background-color: #649300;
}

.single-product .product-related .section--slider__button.swiper-button-disabled {
  background-color: #a5a7a1;
}

@media (max-width: 991px) {
  .single-product .product-related .section--slider__button {
    position: static;
    width: 44px !important;
    height: 44px !important;
  }
}

.single-product .product-related .section--slider__prev {
  background-image: url(../../resources/images/svg/icon-swiper-left.svg);
  background-position: center;
  background-size: 10.28px 18px;
  background-repeat: no-repeat;
  width: 10.28px;
  height: 18px;
  left: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

@media (max-width: 991px) {
  .single-product .product-related .section--slider__prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.single-product .product-related .section--slider__next {
  background-image: url(../../resources/images/svg/icon-swiper-right.svg);
  background-position: center;
  background-size: 10.28px 18px;
  background-repeat: no-repeat;
  width: 10.28px;
  height: 18px;
  right: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

@media (max-width: 991px) {
  .single-product .product-related .section--slider__next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.single-product .product-related .section--slides {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.single-product .product-related .section--slide {
  height: auto;
}

.single-product .product-reviews {
  background-color: #fff;
  padding: 120px 0 160px;
  overflow: hidden;
}

@media (max-width: 1431px) {
  .single-product .product-reviews {
    padding: 90px 0 120px;
  }
}

@media (max-width: 991px) {
  .single-product .product-reviews {
    padding: 60px 0 80px;
  }
}

.single-product .product-reviews .section--title {
  margin-bottom: 24px;
  text-align: center;
}

.single-product .product-reviews .section--title > * {
  font-weight: 700;
}

.single-product .product-reviews .section .reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.single-product .product-reviews .section .reviews--stars {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.single-product .product-reviews .section .reviews--star {
  background-image: url(../../resources/images/svg/icon-star.svg);
  background-position: center;
  background-size: 21.71px 20.5px;
  background-repeat: no-repeat;
  width: 21.71px;
  height: 20.5px;
  display: block;
}

.single-product .product-reviews .section .reviews--count {
  font-size: 18px;
  line-height: 1.61667;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 1431px) {
  .single-product .product-reviews .section .reviews--count {
    font-size: 16px;
  }
}

.single-product .product-reviews .section--slider {
  overflow: visible;
}

.single-product .product-reviews .section--slides {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.single-product .product-reviews .section--slide {
  border: 1px solid #dcdfdb;
  border-radius: 4px;
  padding: 40px 40px 24px 40px;
  height: auto;
}

@media (max-width: 1199px) {
  .single-product .product-reviews .section--slide {
    padding: 32px 32px 24px 32px;
  }
}

@media (max-width: 991px) {
  .single-product .product-reviews .section--slide {
    padding: 24px 24px 16px 24px;
  }
}

.single-product .product-reviews .section--button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.single-product .product-reviews .section .review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-product .product-reviews .section .review--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.single-product .product-reviews .section .review--stars {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.single-product .product-reviews .section .review--star {
  background-image: url(../../resources/images/svg/icon-star.svg);
  background-position: center;
  background-size: 21.71px 20.5px;
  background-repeat: no-repeat;
  width: 21.71px;
  height: 20.5px;
  display: block;
}

.single-product .product-reviews .section .review--star-empty {
  opacity: 0.3;
}

.single-product .product-reviews .section .review--author {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .single-product .product-reviews .section .review--author {
    font-size: 18px;
  }
}

.single-product .product-reviews .section .review--content {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .single-product .product-reviews .section .review--content {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .single-product .product-reviews .section .review--content {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.single-product .product-reviews .section .review--divider {
  margin: auto 0 24px;
  background-color: #dcdfdb;
  width: 100%;
  height: 1px;
}

@media (max-width: 1431px) {
  .single-product .product-reviews .section .review--divider {
    margin: auto 0 20px;
  }
}

@media (max-width: 575px) {
  .single-product .product-reviews .section .review--divider {
    margin: auto 0 16px;
  }
}

.single-product .product-reviews .section .review--date {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .single-product .product-reviews .section .review--date {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .single-product .product-reviews .section .review--date {
    font-size: 12px;
  }
}

.account-header {
  margin: 40px 0;
  overflow-x: clip;
}

@media (max-width: 575px) {
  .account-header {
    margin: 20px 0;
  }
}

.account-header .section {
  position: relative;
  border-bottom: 1px solid rgba(137, 150, 146, 0.2);
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .account-header .section {
    padding-bottom: 20px;
  }
}

.account-header .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.account-header .section--title > * {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .account-header .section--title > * {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .account-header .section--title > * {
    font-size: 32px;
  }
}

.account-header .section--description {
  margin-bottom: 0px;
  max-width: 1160px;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-header .section--description {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .account-header .section--description {
    font-size: 14px;
  }
}

.account-header .section--description a {
  color: #649300;
  text-decoration: underline;
}

.account-header .section--description a:hover {
  color: #23582c;
}

.account-header .section--decor {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-34%) translateX(64%);
  transform: translateY(-34%) translateX(64%);
  z-index: 0;
  z-index: 10;
  width: 38%;
  min-width: 200px;
  max-width: 523px;
  height: auto;
  pointer-events: none;
}

.account-content {
  margin: 40px 0;
}

@media (max-width: 575px) {
  .account-content {
    margin: 20px 0 40px;
  }
}

.account-content .section .woocommerce-notices-wrapper:empty {
  display: none;
}

.account-content .section .woocommerce-error {
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #f80003;
  border-radius: 4px;
  background-color: #ffeded;
  padding: 20px 16px;
  color: #f80003;
  font-size: 14px;
  list-style-type: none;
}

.account-content .section .woocommerce-message,
.account-content .section .woocommerce-info {
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #649300;
  border-radius: 4px;
  background-color: #f7fdeb;
  padding: 20px 16px;
  color: #649300;
  font-size: 14px;
  list-style-type: none;
}

.account-content .section .woocommerce-message a,
.account-content .section .woocommerce-info a {
  color: #649300;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.account-content .section .woocommerce--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .account-content .section .woocommerce--wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 0px;
  }
}

.account-content .section .woocommerce--content .woocommerce-notices-wrapper > * {
  margin-bottom: 0;
}

.account-content .section .woocommerce--content .multi-form-container .step:empty {
  display: none;
}

.account-content .section .woocommerce--content .multi-form-container .cfw-floating-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .return-request-cancel {
  margin: 20px 0 0 0 !important;
}

.account-content .section .woocommerce--nav {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .account-content .section .woocommerce--nav {
    position: static;
    max-width: 100%;
  }
}

.account-content .section .woocommerce--nav__title {
  margin-bottom: 0px;
  background-color: #649300;
  padding: 22px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.account-content .section .woocommerce--nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.account-content .section .woocommerce--nav__list li {
  transition: all 0.3s ease;
  padding: 10px 14px;
}

.account-content .section .woocommerce--nav__list li:hover {
  background-color: #ebede6;
}

.account-content .section .woocommerce--nav__list li:nth-last-child(1) {
  border-top: 1px solid rgba(137, 150, 146, 0.1254901961);
}

.account-content .section .woocommerce--nav__list li.is-active {
  background-color: #ebede6;
}

.account-content .section .woocommerce--nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 34px;
  color: #23582c;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3125;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.account-content .section .woocommerce--nav__link.icon-orders .woocommerce--nav__icon {
  background-image: url(../../resources/images/svg/icon-orders.svg);
  background-position: center;
  background-size: 24px 34px;
  background-repeat: no-repeat;
  width: 24px;
  height: 34px;
}

.account-content .section .woocommerce--nav__link.icon-edit-account .woocommerce--nav__icon {
  background-image: url(../../resources/images/svg/icon-account.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.account-content .section .woocommerce--nav__link.icon-returns .woocommerce--nav__icon {
  background-image: url(../../resources/images/svg/icon-returns.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.account-content .section .woocommerce--nav__link.icon-logout .woocommerce--nav__icon {
  background-image: url(../../resources/images/svg/icon-logout.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.account-content .section .woocommerce--nav__icon {
  display: block;
  width: 24px !important;
  text-align: center;
}

.account-content .section .woocommerce--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.account-content .section .woocommerce--title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--title {
    font-size: 24px;
  }
}

.account-content .section .woocommerce--orders-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.account-content .section .woocommerce--orders-list__item {
  display: grid;
  position: relative;
  grid-template-columns: 100px auto;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  transition: all 0.3s ease;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 54px 30px 30px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--orders-list__item {
    grid-template-columns: 120px auto;
    gap: 24px;
    padding: 24px 40px 24px 24px;
    --font-size: 16px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--orders-list__item {
    grid-template-columns: 80px auto;
    gap: 20px;
    padding: 20px 32px 20px 20px;
    --font-size: 14px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--orders-list__item {
    gap: 16px;
    padding: 16px 32px 16px 16px;
  }
}

.account-content .section .woocommerce--orders-list__item:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.account-content .section .woocommerce--orders-list__item:hover .woocommerce--orders-list__button::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.account-content .section .woocommerce--orders-list__image {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.account-content .section .woocommerce--orders-list__image img {
  display: block;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.account-content .section .woocommerce--orders-list__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--orders-list__content {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--orders-list__content {
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--orders-list__content {
    gap: 10px;
  }
}

.account-content .section .woocommerce--orders-list__date,
.account-content .section .woocommerce--orders-list__number {
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 1.06;
}

.account-content .section .woocommerce--orders-list__delivery {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .woocommerce--orders-list__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #23582c;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: 0.98;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.account-content .section .woocommerce--orders-list__button::after {
  content: "";
  background-image: url(../../resources/images/svg/icon-caret-right-green.svg);
  background-position: center;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  transition: all 0.3s ease;
}

.account-content .section .woocommerce--orders-list__button::before {
  position: absolute;
  inset: 0px;
  content: "";
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--orders-list .woocommerce--order__status-badge {
    position: relative;
    grid-column: span 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: unset;
    right: unset;
    margin-left: auto;
  }
}

.account-content .section .woocommerce--orders-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.account-content .section .woocommerce--orders-pagination__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  color: #23582c;
  font-weight: 600;
  font-size: 18px;
  line-height: 0.98;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--orders-pagination__button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--orders-pagination__button {
    font-size: 14px;
  }
}

.account-content .section .woocommerce--orders-pagination__button:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.account-content .section .woocommerce--orders-pagination__button:hover.woocommerce--orders-pagination__button--prev::before {
  -webkit-transform: translateX(-4px) rotate(180deg);
  transform: translateX(-4px) rotate(180deg);
}

.account-content .section .woocommerce--orders-pagination__button--next {
  margin-left: auto;
}

.account-content .section .woocommerce--orders-pagination__button--next::after {
  content: "";
  background-image: url(../../resources/images/svg/icon-caret-right-green.svg);
  background-position: center;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  transition: all 0.3s ease;
}

.account-content .section .woocommerce--orders-pagination__button--prev {
  margin-right: auto;
}

.account-content .section .woocommerce--orders-pagination__button--prev::before {
  content: "";
  background-image: url(../../resources/images/svg/icon-caret-right-green.svg);
  background-position: center;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.account-content .section .woocommerce--order-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.account-content .section .woocommerce--order {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--order {
    gap: 24px;
    padding: 24px;
    --font-size: 16px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--order {
    gap: 20px;
    padding: 20px;
    --font-size: 14px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--order {
    padding: 16px;
  }
}

.account-content .section .woocommerce--order__status-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--order__status-badge {
    top: 24px;
    right: 24px;
    padding: 6px 10px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--order__status-badge {
    top: 20px;
    right: 20px;
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--order__status-badge {
    top: 16px;
    right: 16px;
  }
}

.account-content .section .woocommerce--order__status-badge.blue {
  background-color: #489cd4;
  color: #fff;
}

.account-content .section .woocommerce--order__status-badge.green {
  background-color: #649300;
  color: #fff;
}

.account-content .section .woocommerce--order__status-badge.red {
  background-color: #f80003;
  color: #fff;
}

.account-content .section .woocommerce--order__status-badge.gray {
  background-color: #899692;
  color: #fff;
}

.account-content .section .woocommerce--order__status-badge.dark-green {
  background-color: #334b00;
  color: #fff;
}

.account-content .section .woocommerce--order__info {
  margin-bottom: 0px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .woocommerce--order__info mark {
  background-color: #649300;
  padding: 2px 4px;
  color: #fff;
}

.account-content .section .woocommerce--order__notes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  --font-size: 16px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--order__notes {
    --font-size: 15px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--order__notes {
    --font-size: 13px;
  }
}

.account-content .section .woocommerce--order__notes-list {
  margin: 0;
  padding: 0 0 0 20px;
}

.account-content .section .woocommerce--order__notes-list li {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .woocommerce--order__note > *:nth-last-child(1) {
  margin-bottom: 0px;
}

.account-content .section .woocommerce--bank-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  --font-size: 16px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--bank-details {
    --font-size: 15px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--bank-details {
    --font-size: 13px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--bank-details {
    --font-size: 12px;
  }
}

.account-content .section .woocommerce--bank-details h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .account-content .section .woocommerce--bank-details h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--bank-details h2 {
    font-size: 24px;
  }
}

.account-content .section .woocommerce--bank-details p {
  margin-bottom: 0px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .woocommerce--bank-details ul.order_details {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
}

.account-content .section .woocommerce--bank-details ul.order_details li {
  display: grid;
  font-size: var(--font-size);
  line-height: var(--line-height);
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #142e25;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  padding: 8px 18px;
}

.account-content .section .woocommerce--bank-details ul.order_details li:last-child {
  border-bottom: none;
}

.account-content .section .woocommerce--bank-details ul.order_details li:nth-child(even) {
  background-color: #fafafa;
}

.account-content .section .woocommerce--order-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  --font-size: 16px;
  --line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--order-details {
    --font-size: 15px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--order-details {
    --font-size: 13px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--order-details {
    --font-size: 12px;
  }
}

.account-content .section .woocommerce--order-details .btn,
.account-content .checkout-content .section .woocommerce--order-details .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .woocommerce--order-details .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .checkout--payments .woocommerce-shipping-methods li .woocommerce--order-details #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .checkout--payments .woocommerce-shipping-methods li .woocommerce--order-details #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .woocommerce--order-details .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .woocommerce--order-details .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .woocommerce--order-details #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .woocommerce--order-details #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .woocommerce--order-details .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .account-content .section .woocommerce--order-details .checkout--summary-coupon-form .coupon-form__fields-button,
.account-content .checkout-content .section .checkout--summary-coupon-form .woocommerce--order-details .coupon-form__fields-button,
.checkout-content .account-content .section .checkout--summary-coupon-form .woocommerce--order-details .coupon-form__fields-button,
.account-content .checkout-content .section .woocommerce--order-details .checkout--buttons__place-order,
.checkout-content .account-content .section .woocommerce--order-details .checkout--buttons__place-order,
.account-content .section .woocommerce--order-details .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .account-content .section .woocommerce--order-details input[type=submit].gform_button.button,
.account-content .section .woocommerce--order-details .form--buttons__primary,
.account-content .section .woocommerce--order-details .checkout--fields .form--buttons__primary,
.checkout--fields .account-content .section .woocommerce--order-details .form--buttons__primary,
.account-content .section .woocommerce--order-details .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .account-content .section .woocommerce--order-details .form--buttons__primary,
.account-content .section .woocommerce--order-details .category-section .section--link,
.category-section .account-content .section .woocommerce--order-details .section--link,
.account-content .section .woocommerce--order-details .brands-section .section--link,
.brands-section .account-content .section .woocommerce--order-details .section--link,
.account-content .section .woocommerce--order-details .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .woocommerce--order-details .request-cancel,
.account-content .section .woocommerce--order-details .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .section .woocommerce--content .multi-form-container .woocommerce--order-details .return-request-cancel {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.account-content .section .woocommerce--order-details__table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-content .section .woocommerce--order-details__header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #fff;
  padding: 8px 18px;
}

.account-content .section .woocommerce--order-details__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--order-details__heading {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--order-details__heading {
    font-size: 14px;
  }
}

.account-content .section .woocommerce--order-details__items,
.account-content .section .woocommerce--order-details__totals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-content .section .woocommerce--order-details__items {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-radius: 0;
}

.account-content .section .woocommerce--order-details__items .woocommerce--order-details__item {
  padding: 8px 18px;
  background: #fff;
}

.account-content .section .woocommerce--order-details__items .woocommerce--order-details__item:nth-child(odd) {
  background-color: #fafafa;
}

.account-content .section .woocommerce--order-details__items:has(.woocommerce--order-details__item:nth-child(2)):not(:has(.woocommerce--order-details__item:nth-child(3))) .woocommerce--order-details__item:nth-child(odd) {
  background-color: #fafafa;
}

.account-content .section .woocommerce--order-details__items:has(.woocommerce--order-details__item:nth-child(2)):not(:has(.woocommerce--order-details__item:nth-child(3))) .woocommerce--order-details__item:nth-child(even) {
  background-color: #fff;
}

.account-content .section .woocommerce--order-details__totals {
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.account-content .section .woocommerce--order-details__totals .woocommerce-Price-amount.amount {
  font-weight: 700;
}

.account-content .section .woocommerce--order-details__totals .woocommerce--order-details__total-row {
  padding: 8px 18px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.account-content .section .woocommerce--order-details__totals .woocommerce--order-details__total-row:nth-child(even) {
  background-color: #fafafa;
}

.account-content .section .woocommerce--order-details__totals .woocommerce--order-details__total-row:first-child {
  border-top: 1px solid #e3e3e3;
}

.account-content .section .woocommerce--order-details__totals .woocommerce--order-details__total-row:last-child {
  border-bottom: none;
}

.account-content .section .woocommerce--order-details__item,
.account-content .section .woocommerce--order-details__total-row,
.account-content .section .woocommerce--order-details__note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.account-content .section .woocommerce--order-details__product-name,
.account-content .section .woocommerce--order-details__product-total,
.account-content .section .woocommerce--order-details__total-label,
.account-content .section .woocommerce--order-details__total-value,
.account-content .section .woocommerce--order-details__note-label,
.account-content .section .woocommerce--order-details__note-content {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .woocommerce--order-details__product-name a,
.account-content .section .woocommerce--order-details__product-total a,
.account-content .section .woocommerce--order-details__total-label a,
.account-content .section .woocommerce--order-details__total-value a,
.account-content .section .woocommerce--order-details__note-label a,
.account-content .section .woocommerce--order-details__note-content a {
  color: #142e25;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.account-content .section .woocommerce--order-details__product-name ins,
.account-content .section .woocommerce--order-details__product-total ins,
.account-content .section .woocommerce--order-details__total-label ins,
.account-content .section .woocommerce--order-details__total-value ins,
.account-content .section .woocommerce--order-details__note-label ins,
.account-content .section .woocommerce--order-details__note-content ins {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.account-content .section .woocommerce--order-details__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

.account-content .section .woocommerce--order-details__actions .woocommerce--order-details__heading {
  margin-bottom: 0px;
}

.account-content .section .woocommerce--order-details__actions-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.account-content .section .woocommerce--order-details__actions-buttons .btn,
.account-content .checkout-content .section .woocommerce--order-details__actions-buttons .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .woocommerce--order-details__actions-buttons .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .checkout--payments .woocommerce-shipping-methods li .woocommerce--order-details__actions-buttons #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .checkout--payments .woocommerce-shipping-methods li .woocommerce--order-details__actions-buttons #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .woocommerce--order-details__actions-buttons .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .woocommerce--order-details__actions-buttons .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .woocommerce--order-details__actions-buttons #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .woocommerce--order-details__actions-buttons #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .woocommerce--order-details__actions-buttons .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .account-content .section .woocommerce--order-details__actions-buttons .checkout--summary-coupon-form .coupon-form__fields-button,
.account-content .checkout-content .section .checkout--summary-coupon-form .woocommerce--order-details__actions-buttons .coupon-form__fields-button,
.checkout-content .account-content .section .checkout--summary-coupon-form .woocommerce--order-details__actions-buttons .coupon-form__fields-button,
.account-content .checkout-content .section .woocommerce--order-details__actions-buttons .checkout--buttons__place-order,
.checkout-content .account-content .section .woocommerce--order-details__actions-buttons .checkout--buttons__place-order,
.account-content .section .woocommerce--order-details__actions-buttons .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .account-content .section .woocommerce--order-details__actions-buttons input[type=submit].gform_button.button,
.account-content .section .woocommerce--order-details__actions-buttons .form--buttons__primary,
.account-content .section .woocommerce--order-details__actions-buttons .checkout--fields .form--buttons__primary,
.checkout--fields .account-content .section .woocommerce--order-details__actions-buttons .form--buttons__primary,
.account-content .section .woocommerce--order-details__actions-buttons .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .account-content .section .woocommerce--order-details__actions-buttons .form--buttons__primary,
.account-content .section .woocommerce--order-details__actions-buttons .category-section .section--link,
.category-section .account-content .section .woocommerce--order-details__actions-buttons .section--link,
.account-content .section .woocommerce--order-details__actions-buttons .brands-section .section--link,
.brands-section .account-content .section .woocommerce--order-details__actions-buttons .section--link,
.account-content .section .woocommerce--order-details__actions-buttons .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .woocommerce--order-details__actions-buttons .request-cancel,
.account-content .section .woocommerce--order-details__actions-buttons .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .section .woocommerce--content .multi-form-container .woocommerce--order-details__actions-buttons .return-request-cancel {
  padding: 8px 18px;
  min-width: unset;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .woocommerce--customer-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--customer-details {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
}

.account-content .section .woocommerce--customer-details__address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--customer-details__address {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .account-content .section .woocommerce--customer-details__address {
    font-size: 13px;
  }
}

.account-content .section .woocommerce--customer-details__address .btn,
.account-content .checkout-content .section .woocommerce--customer-details__address .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .woocommerce--customer-details__address .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .checkout--payments .woocommerce-shipping-methods li .woocommerce--customer-details__address #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .checkout--payments .woocommerce-shipping-methods li .woocommerce--customer-details__address #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .woocommerce--customer-details__address .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .woocommerce--customer-details__address .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .woocommerce--customer-details__address #sendcloudshipping_service_point_select,
.checkout-content .account-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .woocommerce--customer-details__address #sendcloudshipping_service_point_select,
.account-content .checkout-content .section .woocommerce--customer-details__address .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .account-content .section .woocommerce--customer-details__address .checkout--summary-coupon-form .coupon-form__fields-button,
.account-content .checkout-content .section .checkout--summary-coupon-form .woocommerce--customer-details__address .coupon-form__fields-button,
.checkout-content .account-content .section .checkout--summary-coupon-form .woocommerce--customer-details__address .coupon-form__fields-button,
.account-content .checkout-content .section .woocommerce--customer-details__address .checkout--buttons__place-order,
.checkout-content .account-content .section .woocommerce--customer-details__address .checkout--buttons__place-order,
.account-content .section .woocommerce--customer-details__address .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .account-content .section .woocommerce--customer-details__address input[type=submit].gform_button.button,
.account-content .section .woocommerce--customer-details__address .form--buttons__primary,
.account-content .section .woocommerce--customer-details__address .checkout--fields .form--buttons__primary,
.checkout--fields .account-content .section .woocommerce--customer-details__address .form--buttons__primary,
.account-content .section .woocommerce--customer-details__address .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .account-content .section .woocommerce--customer-details__address .form--buttons__primary,
.account-content .section .woocommerce--customer-details__address .category-section .section--link,
.category-section .account-content .section .woocommerce--customer-details__address .section--link,
.account-content .section .woocommerce--customer-details__address .brands-section .section--link,
.brands-section .account-content .section .woocommerce--customer-details__address .section--link,
.account-content .section .woocommerce--customer-details__address .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .woocommerce--customer-details__address .request-cancel,
.account-content .section .woocommerce--customer-details__address .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .section .woocommerce--content .multi-form-container .woocommerce--customer-details__address .return-request-cancel {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.account-content .section .woocommerce--customer-details__content {
  margin-bottom: 0px;
}

.account-content .section .woocommerce--customer-details__content > p:nth-last-child(1) {
  margin-bottom: 0px;
}

.account-content .section .woocommerce--account-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.account-content .section .woocommerce--account-info__name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--account-info__name {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--account-info__name {
    font-size: 14px;
  }
}

.account-content .section .woocommerce--account-info__email {
  margin-bottom: 0;
  color: #899692;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--account-info__email {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--account-info__email {
    font-size: 13px;
  }
}

.account-content .section .woocommerce--edit-account-link {
  color: #649300;
  font-size: 18px;
  line-height: 1.61667;
  text-decoration: underline;
}

.account-content .section .woocommerce--edit-account-link:hover {
  color: #23582c;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--edit-account-link {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--edit-account-link {
    font-size: 14px;
  }
}

.account-content .section .woocommerce--returns-content {
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1199px) {
  .account-content .section .woocommerce--returns-content {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .account-content .section .woocommerce--returns-content {
    font-size: 14px;
  }
}

.account-content .section .woocommerce--returns-content > * {
  margin-bottom: 24px;
}

.account-content .section .woocommerce--returns-content > *:nth-last-child(1) {
  margin-bottom: 0;
}

.account-content .section .woocommerce--returns-content a {
  color: #649300;
  text-decoration: underline;
}

.account-content .section .woocommerce--order.order-status-cancelled .woocommerce--bank-details,
.account-content .section .woocommerce--order.order-status-refunded .woocommerce--bank-details,
.account-content .section .woocommerce--order.order-status-completed .woocommerce--bank-details,
.account-content .section .woocommerce--order.order-status-processing .woocommerce--bank-details {
  display: none !important;
}

.account-content .section .login-form,
.account-content .section .lost-password-form,
.account-content .section .reset-password-form,
.account-content .section .register-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1160px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 991px) {
  .account-content .section .login-form,
  .account-content .section .lost-password-form,
  .account-content .section .reset-password-form,
  .account-content .section .register-form {
    --font-size: 16px;
  }
}

@media (max-width: 991px) {
  .account-content .section .login-form,
  .account-content .section .lost-password-form,
  .account-content .section .reset-password-form,
  .account-content .section .register-form {
    --font-size: 14px;
  }
}

.account-content .section .login-form--title > *,
.account-content .section .lost-password-form--title > *,
.account-content .section .reset-password-form--title > *,
.account-content .section .register-form--title > * {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .account-content .section .login-form--title > *,
  .account-content .section .lost-password-form--title > *,
  .account-content .section .reset-password-form--title > *,
  .account-content .section .register-form--title > * {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .account-content .section .login-form--title > *,
  .account-content .section .lost-password-form--title > *,
  .account-content .section .reset-password-form--title > *,
  .account-content .section .register-form--title > * {
    font-size: 24px;
  }
}

.account-content .section .login-form--description,
.account-content .section .lost-password-form--description,
.account-content .section .reset-password-form--description,
.account-content .section .register-form--description {
  margin-bottom: 16px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.account-content .section .login-form,
.account-content .section .lost-password-form,
.account-content .section .reset-password-form {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .account-content .section .login-form,
  .account-content .section .lost-password-form,
  .account-content .section .reset-password-form {
    margin-bottom: 60px;
  }
}

.account-content .section .register-form {
  margin-bottom: 180px;
}

@media (max-width: 575px) {
  .account-content .section .register-form {
    margin-bottom: 140px;
  }
}

.account-content .section .register-form .form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}

.account-content .section .edit-address-form,
.account-content .section .edit-account-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 991px) {
  .account-content .section .edit-address-form,
  .account-content .section .edit-account-form {
    --font-size: 16px;
  }
}

@media (max-width: 991px) {
  .account-content .section .edit-address-form,
  .account-content .section .edit-account-form {
    --font-size: 14px;
  }
}

.account-content .section .edit-address-form .form,
.account-content .section .edit-account-form .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 575px) {
  .account-content .section .reset-password-form .form--input:empty {
    display: none;
  }
}

.account-content .section .reset-password-form .form--input + .form--input {
  margin-top: -22px;
}

@media (max-width: 991px) {
  .account-content .section .reset-password-form .form--input + .form--input {
    margin-top: -14px;
  }
}

.account-content .section .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 32px;
  max-width: 680px;
}

@media (max-width: 991px) {
  .account-content .section .form {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 24px;
  }
}

.checkout-content {
  overflow-x: clip;
}

.checkout-content .section {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.checkout-content .section--decor {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-32%) translateX(64%);
  transform: translateY(-32%) translateX(64%);
  z-index: 0;
  z-index: 10;
  width: 38%;
  min-width: 200px;
  max-width: 523px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 991px) {
  .checkout-content .section--decor {
    display: none;
  }
}

.checkout-content .section wc-order-attribution-inputs {
  display: none;
}

.checkout-content .section--title {
  border-bottom: 1px solid rgba(137, 150, 146, 0.2);
  padding-bottom: 32px;
}

.checkout-content .section--title > * {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .checkout-content .section--title > * {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section--title > * {
    font-size: 32px;
  }
}

.checkout-content .section--content .woocommerce-form-coupon {
  display: none !important;
}

.checkout-content .section--content .woocommerce-notices-wrapper:empty {
  display: none;
}

.checkout-content .section--content .woocommerce-error,
.checkout-content .section--content .woocommerce-notice--error {
  outline: none;
  border: 1px solid #f80003;
  border-radius: 4px;
  background-color: #ffeded;
  padding: 20px 16px;
  color: #f80003;
  font-size: 14px;
  list-style-type: none;
}

.checkout-content .section--content .woocommerce-error a,
.checkout-content .section--content .woocommerce-notice--error a {
  color: #f80003;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.checkout-content .section--content .woocommerce-message,
.checkout-content .section--content .woocommerce-info {
  outline: none;
  border: 1px solid #649300;
  border-radius: 4px;
  background-color: #f7fdeb;
  padding: 20px 16px;
  color: #649300;
  font-size: 14px;
  list-style-type: none;
}

.checkout-content .section--content .woocommerce-message a,
.checkout-content .section--content .woocommerce-info a {
  color: #649300;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.checkout-content .section--content .woocommerce .woocommerce-error,
.checkout-content .section--content .woocommerce .woocommerce-message,
.checkout-content .section--content .woocommerce .woocommerce-info {
  margin-bottom: 40px;
}

.checkout-content .section .checkout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 125px;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 80px;
  }
}

.checkout-content .section .checkout .woocommerce-error {
  grid-column: span 12/span 12;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout .woocommerce-error {
    grid-column: span 1;
  }
}

.checkout-content .section .checkout .woocommerce-NoticeGroup,
.checkout-content .section .checkout .woocommerce-NoticeGroup-checkout {
  grid-column: 1/-1;
}

.checkout-content .section .checkout--fields-wrapper {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 6/span 6;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--fields-wrapper {
    grid-column: span 7/span 7;
  }
}

@media (max-width: 1199px) {
  .checkout-content .section .checkout--fields-wrapper {
    grid-column: span 6/span 6;
  }
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--fields-wrapper {
    grid-column: span 1;
    -ms-flex-order: 2;
    order: 2;
  }
}

.checkout-content .section .checkout--fields-wrapper #wc-stripe-express-checkout-element {
  margin: 0px !important;
}

.checkout-content .section .checkout--fields-wrapper #wc-stripe-express-checkout-button-separator {
  display: none !important;
}

.checkout-content .section .checkout--fields-wrapper .place-order {
  display: none;
}

.checkout-content .section .checkout--fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.checkout-content .section .checkout--fields__title > * {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
}

@media (max-width: 1199px) {
  .checkout-content .section .checkout--fields__title > * {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--fields__title > * {
    font-size: 24px;
  }
}

.checkout-content .section .checkout--fields .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.checkout-content .section .checkout--fields .form .form--group + .form--section-title {
  margin-top: 40px;
}

.checkout-content .section .checkout--fields .woocommerce-shipping-fields {
  margin-top: -40px;
}

.checkout-content .section .checkout--fields .woocommerce-additional-fields {
  margin-top: -18px;
}

.checkout-content .section .checkout--fields #ship-to-different-address {
  margin-bottom: 0px;
}

.checkout-content .section .checkout--fields #ship-to-different-address label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.checkout-content .section .checkout--fields #ship-to-different-address label span {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--fields #ship-to-different-address label span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--fields #ship-to-different-address label span {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--fields #ship-to-different-address label input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #142e25;
  border-radius: 2px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  accent-color: #649300;
}

.checkout-content .section .checkout--fields #ship-to-different-address label input:focus {
  outline: none;
  border-color: #649300;
}

.checkout-content .section .checkout--fields #ship-to-different-address label input:checked {
  background-image: url(../../resources/images/svg/icon-check-bigger.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
  width: 20px;
  height: 20px;
}

.checkout-content .section .checkout--fields .woocommerce-shipping-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.checkout-content .section .checkout--acceptance {
  margin: -18px 0;
}

.checkout-content .section .checkout--acceptance label {
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--acceptance label {
    --font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--acceptance label {
    --font-size: 14px;
  }
}

.checkout-content .section .checkout--buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1199px) {
  .checkout-content .section .checkout--buttons {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
}

.checkout-content .section .checkout--buttons {
  -ms-flex-align: center;
  align-items: center;
}

.checkout-content .section .checkout--buttons__back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #142e25;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.61667;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 1199px) {
  .checkout-content .section .checkout--buttons__back {
    -ms-flex-order: 2;
    order: 2;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--buttons__back {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--buttons__back::before {
  background-image: url(../../resources/images/svg/icon-chevron-left-gray.svg);
  background-position: center;
  background-size: 21px 18px;
  background-repeat: no-repeat;
  width: 21px;
  height: 18px;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease;
  content: "";
}

.checkout-content .section .checkout--buttons__back:hover {
  color: #23582c;
}

.checkout-content .section .checkout--buttons__back:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(11%) saturate(2397%) hue-rotate(78deg) brightness(101%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(25%) sepia(11%) saturate(2397%) hue-rotate(78deg) brightness(101%) contrast(89%);
}

@media (max-width: 1199px) {
  .checkout-content .section .checkout--buttons__place-order {
    -ms-flex-order: 1;
    order: 1;
  }
}

.checkout-content .section .checkout--summary {
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  grid-column: span 5/span 5;
  grid-column-start: 8;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px;
  background-color: #fff;
  padding: 32px;
}

@media (max-width: 1199px) {
  .checkout-content .section .checkout--summary {
    grid-column: span 6/span 6;
    grid-column-start: 7;
  }
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--summary {
    position: static;
    grid-column: span 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 575px) {
  .checkout-content .section .checkout--summary {
    padding: 16px;
  }
}

.checkout-content .section .checkout--summary__title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--summary__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--summary__title {
    font-size: 20px;
  }
}

.checkout-content .section .checkout--summary__warning {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: -8px 0 -4px 0;
  border-radius: 5px;
  background-color: #649300;
  padding: 16px 14px;
  --font-size: 18px;
  --line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--summary__warning {
    gap: 12px;
    --font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--summary__warning {
    gap: 8px;
    --font-size: 14px;
  }
}

.checkout-content .section .checkout--summary__warning--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.checkout-content .section .checkout--summary__warning--icon {
  background-image: url(../../resources/images/svg/icon-warning.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout-content .section .checkout--summary__warning--text {
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.checkout-content .section .checkout--summary__warning--content {
  color: #fff;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.checkout-content .section .checkout--summary__warning--content > *:nth-last-child(1) {
  margin-bottom: 0px;
}

.checkout-content .section .checkout--summary-divider {
  margin: 10px 0;
  background-color: rgba(137, 150, 146, 0.2);
  width: 100%;
  height: 1px;
}

.checkout-content .section .checkout--summary-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.checkout-content .section .checkout--summary-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-content .section .checkout--summary-field > * {
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--summary-field > * {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--summary-field > * {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--summary-field__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

.checkout-content .section .checkout--summary-coupon__remove {
  border: none;
  background-color: transparent;
  color: #f80003;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.checkout-content .section .checkout--summary-coupon__remove:hover {
  cursor: pointer;
  text-decoration: underline;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form {
  width: 100%;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form.open .coupon-form__trigger-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form.open .coupon-form__fields-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 16px;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__trigger-text {
  color: #142e25;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--summary-coupon-form .coupon-form__trigger-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--summary-coupon-form .coupon-form__trigger-text {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__trigger-icon {
  background-image: url(../../resources/images/svg/icon-caret-gray.svg);
  background-position: center;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  width: 11px;
  height: 12px;
  display: block;
  transition: all 0.3s ease;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 0px;
  overflow: hidden;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  min-height: 0px;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input {
  border: 1px solid #142e25;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  color: #142e25;
  font-size: 18px;
  line-height: 1.61667;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input:focus {
  outline: none;
  border-color: #649300;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input::-webkit-input-placeholder {
  color: #899692;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input::-moz-placeholder {
  color: #899692;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input:-ms-input-placeholder {
  color: #899692;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input::-ms-input-placeholder {
  color: #899692;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-input::placeholder {
  color: #899692;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-message {
  display: block;
  width: 100%;
  color: #899692;
  font-size: 12px;
  line-height: 1.5;
}

.checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-message:empty {
  display: none;
}

.checkout-content .section .checkout--summary-total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.checkout-content .section .checkout--summary-total__label {
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--summary-total__label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--summary-total__label {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--summary-total__value {
  font-size: 24px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--summary-total__value {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--summary-total__value {
    font-size: 20px;
  }
}

.checkout-content .section .checkout--shipping-and-payment-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.checkout-content .section .checkout--payments,
.checkout-content .section .checkout--shipping-methods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.checkout-content .section .checkout--payments__title > *,
.checkout-content .section .checkout--shipping-methods__title > * {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--payments__title > *,
  .checkout-content .section .checkout--shipping-methods__title > * {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--payments__title > *,
  .checkout-content .section .checkout--shipping-methods__title > * {
    font-size: 24px;
  }
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 0;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid #142e25;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px 24px 16px 20px;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li:has(input[type=radio]:checked),
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li:has(input[type=radio]:checked) {
  background-color: #ebede6;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > input[type=radio],
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > input[type=radio] {
  display: -ms-flexbox;
  display: flex;
  grid-row: 1;
  grid-column: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: 1px solid #142e25;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0;
  width: 20px;
  height: 20px;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > input[type=radio]::after,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > input[type=radio]::after {
  transition: all 0.3s ease;
  border-radius: 9999px;
  background: transparent;
  width: 12px;
  height: 12px;
  content: "";
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > input[type=radio]:checked::after,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > input[type=radio]:checked::after {
  background-color: #23582c;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > input[type=hidden],
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > input[type=hidden] {
  display: none;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label {
  display: -ms-flexbox;
  display: flex;
  grid-row: 1;
  grid-column: 2;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label .shipping-method-title,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label .shipping-method-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label .shipping-method-title,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label .shipping-method-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label .shipping-method-title,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label .shipping-method-title {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label .shipping-method-price,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label .shipping-method-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label .shipping-method-price,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label .shipping-method-price {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--payments .woocommerce-shipping-methods li > label .shipping-method-price,
  .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li > label .shipping-method-price {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select {
  grid-row: 2;
  grid-column: 1/-1;
  margin-top: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_selected_label,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_selected_label {
  grid-row: 3;
  grid-column: 1/-1;
  margin-top: 10px;
}

.checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_selected_label:empty,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_selected_label:empty {
  display: none;
}

.checkout-content .section .checkout--payments .payment_methods,
.checkout-content .section .checkout--shipping-methods .payment_methods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkout-content .section .checkout--payments .payment-method,
.checkout-content .section .checkout--shipping-methods .payment-method {
  transition: all 0.3s ease;
  border: 1px solid #142e25;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px 24px 16px 20px;
}

.checkout-content .section .checkout--payments .payment-method:has(input[type=radio]:checked),
.checkout-content .section .checkout--shipping-methods .payment-method:has(input[type=radio]:checked) {
  background-color: #ebede6;
}

.checkout-content .section .checkout--payments .payment-method label,
.checkout-content .section .checkout--shipping-methods .payment-method label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0px;
  width: 100%;
}

.checkout-content .section .checkout--payments .payment-method--radio,
.checkout-content .section .checkout--shipping-methods .payment-method--radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: 1px solid #142e25;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0;
  width: 20px;
  height: 20px;
}

.checkout-content .section .checkout--payments .payment-method--radio::after,
.checkout-content .section .checkout--shipping-methods .payment-method--radio::after {
  transition: all 0.3s ease;
  border-radius: 9999px;
  background: transparent;
  width: 12px;
  height: 12px;
  content: "";
}

.checkout-content .section .checkout--payments .payment-method--radio:checked::after,
.checkout-content .section .checkout--shipping-methods .payment-method--radio:checked::after {
  background-color: #23582c;
}

.checkout-content .section .checkout--payments .payment-method--content,
.checkout-content .section .checkout--shipping-methods .payment-method--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.checkout-content .section .checkout--payments .payment-method--title,
.checkout-content .section .checkout--shipping-methods .payment-method--title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--payments .payment-method--title,
  .checkout-content .section .checkout--shipping-methods .payment-method--title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--payments .payment-method--title,
  .checkout-content .section .checkout--shipping-methods .payment-method--title {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--payments .payment-method--price,
.checkout-content .section .checkout--shipping-methods .payment-method--price {
  margin-left: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--payments .payment-method--price,
  .checkout-content .section .checkout--shipping-methods .payment-method--price {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--payments .payment-method--price,
  .checkout-content .section .checkout--shipping-methods .payment-method--price {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--payments .payment-method--description,
.checkout-content .section .checkout--shipping-methods .payment-method--description {
  margin-top: 8px;
}

.checkout-content .section .checkout--payments .payment-method--description > p,
.checkout-content .section .checkout--shipping-methods .payment-method--description > p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1431px) {
  .checkout-content .section .checkout--payments .payment-method--description > p,
  .checkout-content .section .checkout--shipping-methods .payment-method--description > p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .checkout-content .section .checkout--payments .payment-method--description > p,
  .checkout-content .section .checkout--shipping-methods .payment-method--description > p {
    font-size: 11px;
  }
}

.checkout-content .section .checkout--payments .payment-method--description .wc-stripe-upe-element,
.checkout-content .section .checkout--shipping-methods .payment-method--description .wc-stripe-upe-element {
  margin-bottom: 0px;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0 0;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row input[type=checkbox],
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row input[type=checkbox] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #142e25;
  border-radius: 2px;
  background-color: #fff;
  width: 20px !important;
  height: 20px !important;
  accent-color: #649300;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--payments .payment-method--description .form-row input[type=checkbox],
  .checkout-content .section .checkout--shipping-methods .payment-method--description .form-row input[type=checkbox] {
    margin-top: 2px;
  }
}

.checkout-content .section .checkout--payments .payment-method--description .form-row input[type=checkbox]:focus,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row input[type=checkbox]:focus {
  outline: none;
  border-color: #649300;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row input[type=checkbox]:checked,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row input[type=checkbox]:checked {
  background-image: url(../../resources/images/svg/icon-check-bigger.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
  width: 20px;
  height: 20px;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row label,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row label {
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.61667;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row label > *,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row label > * {
  margin-bottom: 0px;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row label a,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row label a {
  color: #649300;
  text-decoration: underline;
}

.checkout-content .section .checkout--payments .payment-method--description .form-row label a:hover,
.checkout-content .section .checkout--shipping-methods .payment-method--description .form-row label a:hover {
  color: #23582c;
}

.checkout-content .section .checkout--products-wrapper {
  position: relative;
}

.checkout-content .section .checkout--products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0px;
  list-style: none;
}

.checkout-content .section .checkout--products .item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(137, 150, 146, 0.2);
  padding-bottom: 16px;
}

.checkout-content .section .checkout--products .item:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.checkout-content .section .checkout--products .item--thumbnail__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #fff;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--thumbnail__wrapper {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 575px) {
  .checkout-content .section .checkout--products .item--thumbnail__wrapper {
    width: 80px;
    height: 120px;
  }
}

.checkout-content .section .checkout--products .item--thumbnail__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.checkout-content .section .checkout--products .item--thumbnail__remove-button {
  background-image: url(../../resources/images/svg/icon-bin.svg);
  background-position: center;
  background-size: 20.4px 20.4px;
  background-repeat: no-repeat;
  width: 20.4px;
  height: 20.4px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}

.checkout-content .section .checkout--products .item--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.checkout-content .section .checkout--products .item--content__title {
  display: block;
  margin-bottom: 10px;
  color: #142e25;
  font-size: 21px;
  line-height: 1.06;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .checkout-content .section .checkout--products .item--content__title {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

.checkout-content .section .checkout--products .item--content__variation {
  display: block;
  margin-top: -4px;
  margin-bottom: 6px;
  color: #899692;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .checkout-content .section .checkout--products .item--content__variation {
    font-size: 12px;
  }
}

.checkout-content .section .checkout--products .item--content__delivery-info {
  display: block;
  margin-bottom: 10px;
  color: #899692;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 575px) {
  .checkout-content .section .checkout--products .item--content__delivery-info {
    margin-bottom: 6px;
  }
}

.checkout-content .section .checkout--products .item--content__quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .checkout-content .section .checkout--products .item--content__quantity {
    margin-bottom: 6px;
  }
}

.checkout-content .section .checkout--products .item--content__quantity-label {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__quantity-label {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--products .item--content__quantity button {
  transition: color 0.2s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #23582c;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__quantity button {
    font-size: 16px;
  }
}

.checkout-content .section .checkout--products .item--content__quantity button:disabled {
  cursor: not-allowed;
  color: inherit;
}

.checkout-content .section .checkout--products .item--content__quantity-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__quantity-controls {
    gap: 16px;
  }
}

.checkout-content .section .checkout--products .item--content__quantity-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__quantity-value {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--products .item--content__price {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.06;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__price {
    font-size: 14px;
  }
}

.checkout-content .section .checkout--products .item--content__price .woocommerce-Price-amount {
  font-weight: 700;
}

.checkout-content .section .checkout--products .item--content__price del {
  text-decoration-thickness: 1px;
}

.checkout-content .section .checkout--products .item--content__price del .woocommerce-Price-amount {
  font-weight: 400;
}

.checkout-content .section .checkout--products .item--content__price ins {
  text-decoration: none;
}

.checkout-content .section .checkout--products .item--content__price ins ~ .woocommerce-price-suffix {
  display: none;
}

.checkout-content .section .checkout--products .item--content__price .woocommerce-price-suffix {
  margin: 1px 0 1px 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .checkout-content .section .checkout--products .item--content__price .woocommerce-price-suffix {
    font-size: 12px;
  }
}

.checkout-content .section .checkout--products-loader {
  display: none;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  inset: 0px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.checkout-content .section .checkout--products-loader__icon {
  background-image: url(../../resources/images/svg/icon-loader.svg);
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.checkout-content .section .blockUI.blockOverlay {
  position: absolute !important;
  z-index: 10 !important;
  cursor: default !important;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.checkout-content .section .blockUI.blockOverlay::before {
  background-image: url(../../resources/images/svg/icon-loader.svg);
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  content: "";
}

.checkout-content .section .ppc-button-wrapper {
  display: contents;
}

.checkout-content .section .ppc-button-wrapper #ppc-button-ppcp-gateway {
  margin-top: -20px;
}

.checkout-content .thank-you-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 44px 0 124px;
  max-width: 920px;
}

@media (max-width: 991px) {
  .checkout-content .thank-you-page {
    padding: 40px 0 100px;
  }
}

@media (max-width: 575px) {
  .checkout-content .thank-you-page {
    padding: 40px 0 80px;
  }
}

.checkout-content .thank-you-page > p {
  font-size: 18px;
  line-height: 1.61667;
  text-align: center;
}

@media (max-width: 1431px) {
  .checkout-content .thank-you-page > p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .thank-you-page > p {
    font-size: 14px;
  }
}

.checkout-content .thank-you-page .woocommerce-thankyou-order-failed-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.checkout-content .thank-you-page--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.checkout-content .thank-you-page--header__icon {
  background-image: url(../../resources/images/svg/icon-thank-you.svg);
  background-position: center;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .checkout-content .thank-you-page--header__icon {
    background-image: url(../../resources/images/svg/icon-thank-you.svg);
    background-position: center;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
  }
}

.checkout-content .thank-you-page--header__title > * {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.06;
}

@media (max-width: 1431px) {
  .checkout-content .thank-you-page--header__title > * {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .checkout-content .thank-you-page--header__title > * {
    font-size: 32px;
  }
}

.checkout-content .thank-you-page .woocommerce--bank-details {
  text-align: center;
}

.checkout-content .thank-you-page .woocommerce--bank-details p {
  font-size: 18px;
  line-height: 1.61667;
}

@media (max-width: 1431px) {
  .checkout-content .thank-you-page .woocommerce--bank-details p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .thank-you-page .woocommerce--bank-details p {
    font-size: 14px;
  }
}

.checkout-content .thank-you-page .woocommerce--bank-details p:not(.woocommerce--bank-details__amount) {
  text-align: center;
}

.checkout-content .thank-you-page .woocommerce--bank-details ul {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.61667;
  list-style-type: none;
}

@media (max-width: 1431px) {
  .checkout-content .thank-you-page .woocommerce--bank-details ul {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .thank-you-page .woocommerce--bank-details ul {
    font-size: 14px;
  }
}

.checkout-content .thank-you-page .woocommerce--bank-details ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  text-align: left;
  padding: 8px 18px;
  border: 1px solid #e3e3e3;
  border-top: none;
  background-color: #fff;
}

.checkout-content .thank-you-page .woocommerce--bank-details ul li:first-of-type {
  border-top: 1px solid #e3e3e3;
}

.checkout-content .thank-you-page .woocommerce--bank-details ul li:last-of-type {
  border-radius: 0 0 4px 4px;
}

.checkout-content .thank-you-page .woocommerce--bank-details ul li:nth-of-type(odd) {
  background-color: #fafafa;
}

.checkout-content .thank-you-page .woocommerce--bank-details .woocommerce--bank-details__amount {
  border: 1px solid #e3e3e3;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  background: #fff;
  padding: 8px 18px;
  text-align: left;
  margin: 0;
}

.checkout-content .thank-you-page--text {
  font-size: 18px;
  line-height: 1.61667;
  text-align: center;
}

@media (max-width: 1431px) {
  .checkout-content .thank-you-page--text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .thank-you-page--text {
    font-size: 14px;
  }
}

.checkout-content .thank-you-page--text > * {
  margin-bottom: 0px;
}

.checkout-content .thank-you-page--text a {
  color: #649300;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.checkout-content .thank-you-page--text a:hover {
  color: #23582c;
}

.checkout-content .thank-you-page--details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  font-size: 18px;
  line-height: 1.61667;
  text-align: center;
}

@media (max-width: 1431px) {
  .checkout-content .thank-you-page--details {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .checkout-content .thank-you-page--details {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 12px;
    font-size: 14px;
  }
}

.error-404 {
  margin: 50px 0 60px;
  overflow-x: clip;
}

.error-404--contents {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  padding: 105px 20px 85px;
}

.error-404--decor {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-27%) translateX(64%);
  transform: translateY(-27%) translateX(64%);
  z-index: 10;
  width: 38%;
  min-width: 200px;
  max-width: 523px;
  height: auto;
  pointer-events: none;
}

.error-404--decor-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  z-index: 10;
  width: 200px;
  height: auto;
  pointer-events: none;
}

.error-404--breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  row-gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .error-404--breadcrumbs {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}

.error-404--breadcrumbs * {
  font-size: 14px;
  line-height: 1;
}

.error-404--breadcrumbs .breadcrumbs--separator {
  background-image: url(../../resources/images/svg/icon-breadcrumbs-separator.svg);
  background-position: center;
  background-size: 18px 20.57px;
  background-repeat: no-repeat;
  width: 18px;
  height: 20.57px;
  display: block;
}

.error-404--breadcrumbs a {
  color: #899692;
}

.error-404--breadcrumbs > span:nth-last-child(1) a {
  color: #142e25;
}

.error-404--title {
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.06;
  text-align: center;
}

@media (max-width: 1431px) {
  .error-404--title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .error-404--title {
    font-size: 32px;
  }
}

.error-404--message {
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 0;
  max-width: 920px;
  font-size: 18px;
  line-height: 1.61667;
  text-align: center;
}

@media (max-width: 1431px) {
  .error-404--message {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .error-404--message {
    font-size: 14px;
  }
}

.error-404 .btn,
.error-404 .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital form .gform_footer .error-404 input[type=submit].gform_button.button,
.error-404 .account-content .form--buttons__primary,
.account-content .error-404 .form--buttons__primary,
.error-404 .checkout--fields .form--buttons__primary,
.checkout--fields .error-404 .form--buttons__primary,
.error-404 .checkout--acceptance .form--buttons__primary,
.checkout--acceptance .error-404 .form--buttons__primary,
.error-404 .category-section .section--link,
.category-section .error-404 .section--link,
.error-404 .brands-section .section--link,
.brands-section .error-404 .section--link,
.error-404 .account-content .section .woocommerce--content .multi-form-container .request-cancel,
.account-content .section .woocommerce--content .multi-form-container .error-404 .request-cancel,
.error-404 .account-content .section .woocommerce--content .multi-form-container .return-request-cancel,
.account-content .section .woocommerce--content .multi-form-container .error-404 .return-request-cancel,
.error-404 .checkout-content .section .checkout--buttons__place-order,
.checkout-content .section .error-404 .checkout--buttons__place-order,
.error-404 .checkout-content .section .checkout--summary-coupon-form .coupon-form__fields-button,
.checkout-content .section .checkout--summary-coupon-form .error-404 .coupon-form__fields-button,
.error-404 .checkout-content .section .checkout--payments .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--payments .woocommerce-shipping-methods li .error-404 #sendcloudshipping_service_point_select,
.error-404 .checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li #sendcloudshipping_service_point_select,
.checkout-content .section .checkout--shipping-methods .woocommerce-shipping-methods li .error-404 #sendcloudshipping_service_point_select {
  margin-top: 32px;
}

.email-verify-section {
  margin: 100px 0;
}