@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url("../../static/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../../static/fonts/ProximaNova-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: normal;
  src: url("../../static/fonts/ProximaNova-Regular.woff2") format("woff2"), url("../../static/fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: url("../../static/fonts/ProximaNova-Bold.woff2") format("woff2"), url("../../static/fonts/ProximaNova-Bold.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova Alt";
  font-style: normal;
  font-weight: bold;
  src: url("../../static/fonts/ProximaNovaA-Bold.woff2") format("woff2"), url("../../static/fonts/ProximaNovaA-Bold.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: url("../../static/fonts/ProximaNova-Light.woff2") format("woff2"), url("../../static/fonts/ProximaNova-Light.woff") format("woff");
}
: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: #00ad62;
  --secondary: #f01d4f;
  --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;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: "Proxima Nova", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #464646;
  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: #00ad62;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #006137;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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

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

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

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

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

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

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

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

.lead {
  font-size: 2rem;
  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: 80%;
  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: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .wysiwyg table {
  width: 100%;
  margin-bottom: 1rem;
  color: #464646;
}
.table th, .wysiwyg table th,
.table td,
.wysiwyg table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .wysiwyg table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .wysiwyg table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered, .wysiwyg table {
  border: 1px solid #dee2e6;
}
.table-bordered th, .wysiwyg table th,
.table-bordered td,
.wysiwyg table td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .wysiwyg table thead th,
.table-bordered thead td,
.wysiwyg table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .wysiwyg table tbody tr:nth-of-type(odd) {
  background-color: #f5f4f5;
}

.table-hover tbody tr:hover {
  color: #464646;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e8d3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ad4ad;
}

.table-hover .table-primary:hover {
  background-color: #a5e2c7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5e2c7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbc0ce;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f789a3;
}

.table-hover .table-secondary:hover {
  background-color: #f9a8bb;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f9a8bb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .wysiwyg table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .wysiwyg table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered, .wysiwyg table.table-dark {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .wysiwyg table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered, .wysiwyg .table-responsive-sm > table {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered, .wysiwyg .table-responsive-md > table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered, .wysiwyg .table-responsive-lg > table {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered, .wysiwyg .table-responsive-xl > table {
    border: 0;
  }
}
.table-responsive, .wysiwyg table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, .wysiwyg table > .table-bordered, .wysiwyg .table-responsive > table, .wysiwyg table > table {
  border: 0;
}

.form-control, section.contact input:not([type=checkbox]).sg-form-element,
section.contact textarea.sg-form-element, .wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  display: block;
  width: 100%;
  height: 4.5rem;
  padding: 0.375rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  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, section.contact input:not([type=checkbox]).sg-form-element,
section.contact textarea.sg-form-element, .wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
    transition: none;
  }
}
.form-control::-ms-expand, section.contact input.sg-form-element:not([type=checkbox])::-ms-expand,
section.contact textarea.sg-form-element::-ms-expand, .wpcf7 .wpcf7-text::-ms-expand,
.wpcf7 .wpcf7-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, section.contact input.sg-form-element:-moz-focusring:not([type=checkbox]),
section.contact textarea.sg-form-element:-moz-focusring, .wpcf7 .wpcf7-text:-moz-focusring,
.wpcf7 .wpcf7-textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, section.contact input.sg-form-element:focus:not([type=checkbox]),
section.contact textarea.sg-form-element:focus, .wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00ad62;
  outline: 0;
  box-shadow: 0 0 1rem rgba(0, 173, 98, 0.2);
}
.form-control::-moz-placeholder, section.contact input.sg-form-element:not([type=checkbox])::-moz-placeholder, section.contact textarea.sg-form-element::-moz-placeholder, .wpcf7 .wpcf7-text::-moz-placeholder, .wpcf7 .wpcf7-textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, section.contact input.sg-form-element:not([type=checkbox]):-ms-input-placeholder, section.contact textarea.sg-form-element:-ms-input-placeholder, .wpcf7 .wpcf7-text:-ms-input-placeholder, .wpcf7 .wpcf7-textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, section.contact input.sg-form-element:not([type=checkbox])::placeholder,
section.contact textarea.sg-form-element::placeholder, .wpcf7 .wpcf7-text::placeholder,
.wpcf7 .wpcf7-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, section.contact input.sg-form-element:disabled:not([type=checkbox]),
section.contact textarea.sg-form-element:disabled, .wpcf7 .wpcf7-text:disabled,
.wpcf7 .wpcf7-textarea:disabled, .form-control[readonly], section.contact input[readonly].sg-form-element:not([type=checkbox]),
section.contact textarea[readonly].sg-form-element, .wpcf7 [readonly].wpcf7-text,
.wpcf7 [readonly].wpcf7-textarea {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, .wpcf7 select.wpcf7-text:focus::-ms-value,
.wpcf7 select.wpcf7-textarea: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.2;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #464646;
  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: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control,
section.contact textarea.sg-form-element, .wpcf7 textarea.wpcf7-text,
.wpcf7 textarea.wpcf7-textarea {
  height: auto;
}

.form-group, section.contact .sg-form-group {
  margin-bottom: 1.5rem;
}

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.wpcf7 .invalid [aria-invalid=false] ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.wpcf7 .invalid [aria-invalid=false] ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated section.contact input.sg-form-element:valid:not([type=checkbox]), section.contact .was-validated input.sg-form-element:valid:not([type=checkbox]),
.was-validated section.contact textarea.sg-form-element:valid,
section.contact .was-validated textarea.sg-form-element:valid, .was-validated .wpcf7 .wpcf7-text:valid, .wpcf7 .was-validated .wpcf7-text:valid,
.was-validated .wpcf7 .wpcf7-textarea:valid,
.wpcf7 .was-validated .wpcf7-textarea:valid, .form-control.is-valid, section.contact input.is-valid.sg-form-element:not([type=checkbox]),
section.contact textarea.is-valid.sg-form-element, .wpcf7 .invalid .form-control[aria-invalid=false], .wpcf7 .invalid section.contact input[aria-invalid=false].sg-form-element:not([type=checkbox]), section.contact .wpcf7 .invalid input[aria-invalid=false].sg-form-element:not([type=checkbox]),
.wpcf7 .invalid section.contact textarea[aria-invalid=false].sg-form-element,
section.contact .wpcf7 .invalid textarea[aria-invalid=false].sg-form-element, .wpcf7 .is-valid.wpcf7-text, .wpcf7 .invalid .wpcf7-text[aria-invalid=false],
.wpcf7 .is-valid.wpcf7-textarea,
.wpcf7 .invalid .wpcf7-textarea[aria-invalid=false] {
  border-color: #28a745;
  padding-right: calc(1.2em + 0.75rem);
  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.3em + 0.1875rem) center;
  background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated section.contact input.sg-form-element:valid:focus:not([type=checkbox]), section.contact .was-validated input.sg-form-element:valid:focus:not([type=checkbox]),
.was-validated section.contact textarea.sg-form-element:valid:focus,
section.contact .was-validated textarea.sg-form-element:valid:focus, .was-validated .wpcf7 .wpcf7-text:valid:focus, .wpcf7 .was-validated .wpcf7-text:valid:focus,
.was-validated .wpcf7 .wpcf7-textarea:valid:focus,
.wpcf7 .was-validated .wpcf7-textarea:valid:focus, .form-control.is-valid:focus, section.contact input.is-valid.sg-form-element:focus:not([type=checkbox]),
section.contact textarea.is-valid.sg-form-element:focus, .wpcf7 .invalid .form-control[aria-invalid=false]:focus, .wpcf7 .invalid section.contact input[aria-invalid=false].sg-form-element:focus:not([type=checkbox]), section.contact .wpcf7 .invalid input[aria-invalid=false].sg-form-element:focus:not([type=checkbox]),
.wpcf7 .invalid section.contact textarea[aria-invalid=false].sg-form-element:focus,
section.contact .wpcf7 .invalid textarea[aria-invalid=false].sg-form-element:focus, .wpcf7 .is-valid.wpcf7-text:focus, .wpcf7 .invalid .wpcf7-text[aria-invalid=false]:focus,
.wpcf7 .is-valid.wpcf7-textarea:focus,
.wpcf7 .invalid .wpcf7-textarea[aria-invalid=false]:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated section.contact textarea.sg-form-element:valid,
section.contact .was-validated textarea.sg-form-element:valid, .was-validated .wpcf7 textarea.wpcf7-text:valid, .wpcf7 .was-validated textarea.wpcf7-text:valid,
.was-validated .wpcf7 textarea.wpcf7-textarea:valid,
.wpcf7 .was-validated textarea.wpcf7-textarea:valid, textarea.form-control.is-valid,
section.contact textarea.is-valid.sg-form-element, .wpcf7 .invalid textarea.form-control[aria-invalid=false],
.wpcf7 .invalid section.contact textarea[aria-invalid=false].sg-form-element,
section.contact .wpcf7 .invalid textarea[aria-invalid=false].sg-form-element, .wpcf7 textarea.is-valid.wpcf7-text, .wpcf7 .invalid textarea.wpcf7-text[aria-invalid=false],
.wpcf7 textarea.is-valid.wpcf7-textarea,
.wpcf7 .invalid textarea.wpcf7-textarea[aria-invalid=false] {
  padding-right: calc(1.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 0.1875rem);
}

.was-validated .custom-select:valid, .was-validated section.contact select.sg-form-element:valid, section.contact .was-validated select.sg-form-element:valid, .was-validated .wpcf7 .wpcf7-select:valid, .wpcf7 .was-validated .wpcf7-select:valid, .custom-select.is-valid, section.contact select.is-valid.sg-form-element, .wpcf7 .invalid .custom-select[aria-invalid=false], .wpcf7 .invalid section.contact select[aria-invalid=false].sg-form-element, section.contact .wpcf7 .invalid select[aria-invalid=false].sg-form-element, .wpcf7 .is-valid.wpcf7-select, .wpcf7 .invalid .wpcf7-select[aria-invalid=false] {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.0625rem);
  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") no-repeat right 1.5rem center/8px 10px, 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") #fff no-repeat center right 2.5rem/calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .was-validated section.contact select.sg-form-element:valid:focus, section.contact .was-validated select.sg-form-element:valid:focus, .was-validated .wpcf7 .wpcf7-select:valid:focus, .wpcf7 .was-validated .wpcf7-select:valid:focus, .custom-select.is-valid:focus, section.contact select.is-valid.sg-form-element:focus, .wpcf7 .invalid .custom-select[aria-invalid=false]:focus, .wpcf7 .invalid section.contact select[aria-invalid=false].sg-form-element:focus, section.contact .wpcf7 .invalid select[aria-invalid=false].sg-form-element:focus, .wpcf7 .is-valid.wpcf7-select:focus, .wpcf7 .invalid .wpcf7-select[aria-invalid=false]: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, .wpcf7 .invalid .form-check-input[aria-invalid=false] ~ .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, .wpcf7 .invalid .form-check-input[aria-invalid=false] ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.wpcf7 .invalid .form-check-input[aria-invalid=false] ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:valid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:valid ~ span, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid ~ span, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:valid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:valid ~ span, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid ~ span, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:valid ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:valid ~ span, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid ~ span, .custom-control-input.is-valid ~ .custom-control-label, .wpcf7 .invalid .custom-control-input[aria-invalid=false] ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-valid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false] ~ span, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=false] ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false] ~ .custom-control-label, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false] ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false] ~ span, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false] ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-valid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false] ~ span, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=false] ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false] ~ .custom-control-label, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false] ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false] ~ span, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-valid ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false] ~ span, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=false] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox] ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false] ~ .custom-control-label, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false] ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false] ~ span, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false] ~ span {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:valid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:valid ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:valid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:valid ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:valid ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:valid ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid ~ span::before, .custom-control-input.is-valid ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-valid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false] ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=false] ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false] ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false] ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-valid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false] ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=false] ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false] ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-valid ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false] ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=false] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox] ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false] ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false] ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false] ~ span::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:valid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:valid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:valid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:valid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:valid:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:valid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid:checked ~ span::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-valid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:checked ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=false]:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false]:checked ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false]:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-valid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:checked ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=false]:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false]:checked ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false]:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-valid:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:checked ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=false]:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox]:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false]:checked ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false]:checked ~ span::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:valid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:valid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:valid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:valid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:valid:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:valid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid:focus ~ span::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-valid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:focus ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=false]:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false]:focus ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false]:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-valid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:focus ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=false]:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false]:focus ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false]:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-valid:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:focus ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=false]:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox]:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false]:focus ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false]:focus ~ span::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, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:valid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:valid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:valid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:valid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:valid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:valid:focus:not(:checked) ~ span::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-valid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-valid[type=checkbox]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=false]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=false]:focus:not(:checked) ~ span::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label, .wpcf7 .invalid .custom-file-input[aria-invalid=false] ~ .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, .wpcf7 .invalid .custom-file-input[aria-invalid=false]:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback, .wpcf7 span.wpcf7-not-valid-tip {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

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

.was-validated :invalid ~ .invalid-feedback, .was-validated .wpcf7 :invalid ~ span.wpcf7-not-valid-tip, .wpcf7 .was-validated :invalid ~ span.wpcf7-not-valid-tip,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.wpcf7 .invalid [aria-invalid=true] ~ .invalid-feedback,
.wpcf7 .is-invalid ~ span.wpcf7-not-valid-tip,
.wpcf7 .invalid [aria-invalid=true] ~ span.wpcf7-not-valid-tip,
.is-invalid ~ .invalid-tooltip,
.wpcf7 .invalid [aria-invalid=true] ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated section.contact input.sg-form-element:invalid:not([type=checkbox]), section.contact .was-validated input.sg-form-element:invalid:not([type=checkbox]),
.was-validated section.contact textarea.sg-form-element:invalid,
section.contact .was-validated textarea.sg-form-element:invalid, .was-validated .wpcf7 .wpcf7-text:invalid, .wpcf7 .was-validated .wpcf7-text:invalid,
.was-validated .wpcf7 .wpcf7-textarea:invalid,
.wpcf7 .was-validated .wpcf7-textarea:invalid, .form-control.is-invalid, section.contact input.is-invalid.sg-form-element:not([type=checkbox]),
section.contact textarea.is-invalid.sg-form-element, .wpcf7 .invalid .form-control[aria-invalid=true], .wpcf7 .invalid section.contact input[aria-invalid=true].sg-form-element:not([type=checkbox]), section.contact .wpcf7 .invalid input[aria-invalid=true].sg-form-element:not([type=checkbox]),
.wpcf7 .invalid section.contact textarea[aria-invalid=true].sg-form-element,
section.contact .wpcf7 .invalid textarea[aria-invalid=true].sg-form-element, .wpcf7 .is-invalid.wpcf7-text, .wpcf7 .invalid .wpcf7-text[aria-invalid=true],
.wpcf7 .is-invalid.wpcf7-textarea,
.wpcf7 .invalid .wpcf7-textarea[aria-invalid=true] {
  border-color: #dc3545;
  padding-right: calc(1.2em + 0.75rem);
  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.3em + 0.1875rem) center;
  background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated section.contact input.sg-form-element:invalid:focus:not([type=checkbox]), section.contact .was-validated input.sg-form-element:invalid:focus:not([type=checkbox]),
.was-validated section.contact textarea.sg-form-element:invalid:focus,
section.contact .was-validated textarea.sg-form-element:invalid:focus, .was-validated .wpcf7 .wpcf7-text:invalid:focus, .wpcf7 .was-validated .wpcf7-text:invalid:focus,
.was-validated .wpcf7 .wpcf7-textarea:invalid:focus,
.wpcf7 .was-validated .wpcf7-textarea:invalid:focus, .form-control.is-invalid:focus, section.contact input.is-invalid.sg-form-element:focus:not([type=checkbox]),
section.contact textarea.is-invalid.sg-form-element:focus, .wpcf7 .invalid .form-control[aria-invalid=true]:focus, .wpcf7 .invalid section.contact input[aria-invalid=true].sg-form-element:focus:not([type=checkbox]), section.contact .wpcf7 .invalid input[aria-invalid=true].sg-form-element:focus:not([type=checkbox]),
.wpcf7 .invalid section.contact textarea[aria-invalid=true].sg-form-element:focus,
section.contact .wpcf7 .invalid textarea[aria-invalid=true].sg-form-element:focus, .wpcf7 .is-invalid.wpcf7-text:focus, .wpcf7 .invalid .wpcf7-text[aria-invalid=true]:focus,
.wpcf7 .is-invalid.wpcf7-textarea:focus,
.wpcf7 .invalid .wpcf7-textarea[aria-invalid=true]:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated section.contact textarea.sg-form-element:invalid,
section.contact .was-validated textarea.sg-form-element:invalid, .was-validated .wpcf7 textarea.wpcf7-text:invalid, .wpcf7 .was-validated textarea.wpcf7-text:invalid,
.was-validated .wpcf7 textarea.wpcf7-textarea:invalid,
.wpcf7 .was-validated textarea.wpcf7-textarea:invalid, textarea.form-control.is-invalid,
section.contact textarea.is-invalid.sg-form-element, .wpcf7 .invalid textarea.form-control[aria-invalid=true],
.wpcf7 .invalid section.contact textarea[aria-invalid=true].sg-form-element,
section.contact .wpcf7 .invalid textarea[aria-invalid=true].sg-form-element, .wpcf7 textarea.is-invalid.wpcf7-text, .wpcf7 .invalid textarea.wpcf7-text[aria-invalid=true],
.wpcf7 textarea.is-invalid.wpcf7-textarea,
.wpcf7 .invalid textarea.wpcf7-textarea[aria-invalid=true] {
  padding-right: calc(1.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 0.1875rem);
}

.was-validated .custom-select:invalid, .was-validated section.contact select.sg-form-element:invalid, section.contact .was-validated select.sg-form-element:invalid, .was-validated .wpcf7 .wpcf7-select:invalid, .wpcf7 .was-validated .wpcf7-select:invalid, .custom-select.is-invalid, section.contact select.is-invalid.sg-form-element, .wpcf7 .invalid .custom-select[aria-invalid=true], .wpcf7 .invalid section.contact select[aria-invalid=true].sg-form-element, section.contact .wpcf7 .invalid select[aria-invalid=true].sg-form-element, .wpcf7 .is-invalid.wpcf7-select, .wpcf7 .invalid .wpcf7-select[aria-invalid=true] {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.0625rem);
  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") no-repeat right 1.5rem center/8px 10px, 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") #fff no-repeat center right 2.5rem/calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .was-validated section.contact select.sg-form-element:invalid:focus, section.contact .was-validated select.sg-form-element:invalid:focus, .was-validated .wpcf7 .wpcf7-select:invalid:focus, .wpcf7 .was-validated .wpcf7-select:invalid:focus, .custom-select.is-invalid:focus, section.contact select.is-invalid.sg-form-element:focus, .wpcf7 .invalid .custom-select[aria-invalid=true]:focus, .wpcf7 .invalid section.contact select[aria-invalid=true].sg-form-element:focus, section.contact .wpcf7 .invalid select[aria-invalid=true].sg-form-element:focus, .wpcf7 .is-invalid.wpcf7-select:focus, .wpcf7 .invalid .wpcf7-select[aria-invalid=true]: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, .wpcf7 .invalid .form-check-input[aria-invalid=true] ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .wpcf7 .form-check-input:invalid ~ span.wpcf7-not-valid-tip, .wpcf7 .was-validated .form-check-input:invalid ~ span.wpcf7-not-valid-tip,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .wpcf7 .invalid .form-check-input[aria-invalid=true] ~ .invalid-feedback, .wpcf7 .form-check-input.is-invalid ~ span.wpcf7-not-valid-tip, .wpcf7 .invalid .form-check-input[aria-invalid=true] ~ span.wpcf7-not-valid-tip,
.form-check-input.is-invalid ~ .invalid-tooltip,
.wpcf7 .invalid .form-check-input[aria-invalid=true] ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:invalid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:invalid ~ span, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid ~ span, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:invalid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:invalid ~ span, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid ~ span, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:invalid ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:invalid ~ span, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid ~ .custom-control-label, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid ~ span, .custom-control-input.is-invalid ~ .custom-control-label, .wpcf7 .invalid .custom-control-input[aria-invalid=true] ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-invalid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true] ~ span, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=true] ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true] ~ .custom-control-label, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true] ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true] ~ span, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true] ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-invalid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true] ~ span, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=true] ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true] ~ .custom-control-label, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true] ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true] ~ span, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-invalid ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true] ~ span, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=true] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox] ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true] ~ .custom-control-label, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true] ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true] ~ span, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true] ~ span {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:invalid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:invalid ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:invalid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:invalid ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:invalid ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:invalid ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid ~ span::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-invalid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true] ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=true] ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true] ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true] ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-invalid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true] ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=true] ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true] ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-invalid ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true] ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=true] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox] ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true] ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true] ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true] ~ span::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:invalid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:invalid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:invalid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:invalid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:invalid:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:invalid:checked ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid:checked ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid:checked ~ span::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-invalid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:checked ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=true]:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true]:checked ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true]:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-invalid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:checked ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=true]:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true]:checked ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true]:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-invalid:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:checked ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=true]:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox]:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true]:checked ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true]:checked ~ span::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:invalid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:invalid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:invalid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:invalid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:invalid:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:invalid:focus ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid:focus ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid:focus ~ span::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-invalid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:focus ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=true]:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true]:focus ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true]:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-invalid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:focus ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=true]:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true]:focus ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true]:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-invalid:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:focus ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=true]:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox]:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true]:focus ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true]:focus ~ span::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, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated .custom-control-input:invalid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-radio .wpcf7-list-item label input:invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .was-validated input:invalid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated .custom-control-input:invalid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .was-validated input:invalid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated .custom-control-input:invalid:focus:not(:checked) ~ span::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .was-validated input[type=checkbox]:invalid:focus:not(:checked) ~ span::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input.is-invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input.is-invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .invalid input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-radio .wpcf7-list-item label input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input.is-invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input.is-invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .invalid input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-checkbox .wpcf7-list-item label input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input.is-invalid:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input.is-invalid[type=checkbox]:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .invalid input[type=checkbox][aria-invalid=true]:focus:not(:checked) ~ span::before, .wpcf7 .invalid .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox][aria-invalid=true]:focus:not(:checked) ~ span::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .wpcf7 .invalid .custom-file-input[aria-invalid=true] ~ .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, .wpcf7 .invalid .custom-file-input[aria-invalid=true]:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline section.contact .sg-form-group, section.contact .form-inline .sg-form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline section.contact input:not([type=checkbox]).sg-form-element, section.contact .form-inline input:not([type=checkbox]).sg-form-element,
.form-inline section.contact textarea.sg-form-element,
section.contact .form-inline textarea.sg-form-element, .form-inline .wpcf7 .wpcf7-text, .wpcf7 .form-inline .wpcf7-text,
.form-inline .wpcf7 .wpcf7-textarea,
.wpcf7 .form-inline .wpcf7-textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select,
.form-inline section.contact select.sg-form-element,
section.contact .form-inline select.sg-form-element,
.form-inline .wpcf7 .wpcf7-select,
.wpcf7 .form-inline .wpcf7-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .form-inline .wpcf7 .wpcf7-radio .wpcf7-list-item label, .wpcf7 .wpcf7-radio .wpcf7-list-item .form-inline label, .form-inline .wpcf7 .wpcf7-checkbox .wpcf7-list-item label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item .form-inline label, .form-inline .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item .form-inline label {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label, .form-inline .wpcf7 .wpcf7-radio .wpcf7-list-item label span, .wpcf7 .wpcf7-radio .wpcf7-list-item label .form-inline span, .form-inline .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .form-inline span, .form-inline .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .form-inline span {
    margin-bottom: 0;
  }
}

.btn, section.contact .sg-btn, .wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #464646;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0.2rem solid transparent;
  padding: 1.1rem 2.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 3rem;
  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, section.contact .sg-btn, .wpcf7 input[type=submit] {
    transition: none;
  }
}
.btn:hover, section.contact .sg-btn:hover, .wpcf7 input[type=submit]:hover {
  color: #464646;
  text-decoration: none;
}
.btn:focus, section.contact .sg-btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, section.contact .focus.sg-btn, .wpcf7 input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 98, 0.25);
}
.btn.disabled, section.contact .disabled.sg-btn, .wpcf7 input.disabled[type=submit], .btn:disabled, section.contact .sg-btn:disabled, .wpcf7 input[type=submit]:disabled {
  opacity: 0.65;
}
a.btn.disabled, section.contact a.disabled.sg-btn,
fieldset:disabled a.btn,
fieldset:disabled section.contact a.sg-btn,
section.contact fieldset:disabled a.sg-btn {
  pointer-events: none;
}

.btn-primary, section.contact .sg-btn, .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #00ad62;
  border-color: #00ad62;
}
.btn-primary:hover, section.contact .sg-btn:hover, .wpcf7 input[type=submit]:hover {
  color: #fff;
  background-color: #00874c;
  border-color: #007a45;
}
.btn-primary:focus, section.contact .sg-btn:focus, .wpcf7 input[type=submit]:focus, .btn-primary.focus, section.contact .focus.sg-btn, .wpcf7 input.focus[type=submit] {
  color: #fff;
  background-color: #00874c;
  border-color: #007a45;
  box-shadow: 0 0 0 0.2rem rgba(38, 185, 122, 0.5);
}
.btn-primary.disabled, section.contact .disabled.sg-btn, .wpcf7 input.disabled[type=submit], .btn-primary:disabled, section.contact .sg-btn:disabled, .wpcf7 input[type=submit]:disabled {
  color: #fff;
  background-color: #00ad62;
  border-color: #00ad62;
}
.btn-primary:not(:disabled):not(.disabled):active, section.contact .sg-btn:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, section.contact .sg-btn:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, section.contact .show > .dropdown-toggle.sg-btn, .wpcf7 .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #007a45;
  border-color: #006d3e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, section.contact .sg-btn:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, section.contact .sg-btn:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, section.contact .show > .dropdown-toggle.sg-btn:focus, .wpcf7 .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 185, 122, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #f01d4f;
  border-color: #f01d4f;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #d80e3e;
  border-color: #cc0e3b;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #d80e3e;
  border-color: #cc0e3b;
  box-shadow: 0 0 0 0.2rem rgba(242, 63, 105, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #f01d4f;
  border-color: #f01d4f;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #cc0e3b;
  border-color: #c00d37;
}
.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.2rem rgba(242, 63, 105, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #00ad62;
  border-color: #00ad62;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00ad62;
  border-color: #00ad62;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 98, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00ad62;
  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: #00ad62;
  border-color: #00ad62;
}
.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.2rem rgba(0, 173, 98, 0.5);
}

.btn-outline-secondary {
  color: #f01d4f;
  border-color: #f01d4f;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #f01d4f;
  border-color: #f01d4f;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 29, 79, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f01d4f;
  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: #f01d4f;
  border-color: #f01d4f;
}
.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.2rem rgba(240, 29, 79, 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem 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.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00ad62;
  text-decoration: none;
}
.btn-link:hover {
  color: #006137;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm {
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #464646;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00ad62;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, section.contact .input-group > input:not([type=checkbox]).sg-form-element,
section.contact .input-group > textarea.sg-form-element, .wpcf7 .input-group > .wpcf7-text,
.wpcf7 .input-group > .wpcf7-textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
section.contact .input-group > select.sg-form-element,
.wpcf7 .input-group > .wpcf7-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, section.contact .input-group > input:not([type=checkbox]).sg-form-element + .form-control,
section.contact .input-group > textarea.sg-form-element + .form-control, section.contact .input-group > .form-control + input:not([type=checkbox]).sg-form-element, section.contact .input-group > input:not([type=checkbox]).sg-form-element + input:not([type=checkbox]).sg-form-element,
section.contact .input-group > textarea.sg-form-element + input:not([type=checkbox]).sg-form-element,
section.contact .input-group > .form-control + textarea.sg-form-element,
section.contact .input-group > input:not([type=checkbox]).sg-form-element + textarea.sg-form-element,
section.contact .input-group > textarea.sg-form-element + textarea.sg-form-element, .wpcf7 .input-group > .wpcf7-text + .form-control, .wpcf7 section.contact .input-group > .wpcf7-text + input:not([type=checkbox]).sg-form-element, section.contact .wpcf7 .input-group > .wpcf7-text + input:not([type=checkbox]).sg-form-element,
.wpcf7 section.contact .input-group > .wpcf7-text + textarea.sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-text + textarea.sg-form-element,
.wpcf7 .input-group > .wpcf7-textarea + .form-control,
.wpcf7 section.contact .input-group > .wpcf7-textarea + input:not([type=checkbox]).sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-textarea + input:not([type=checkbox]).sg-form-element,
.wpcf7 section.contact .input-group > .wpcf7-textarea + textarea.sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-textarea + textarea.sg-form-element, .wpcf7 .input-group > .form-control + .wpcf7-text, .wpcf7 section.contact .input-group > input:not([type=checkbox]).sg-form-element + .wpcf7-text, section.contact .wpcf7 .input-group > input:not([type=checkbox]).sg-form-element + .wpcf7-text,
.wpcf7 section.contact .input-group > textarea.sg-form-element + .wpcf7-text,
section.contact .wpcf7 .input-group > textarea.sg-form-element + .wpcf7-text, .wpcf7 .input-group > .wpcf7-text + .wpcf7-text,
.wpcf7 .input-group > .wpcf7-textarea + .wpcf7-text,
.wpcf7 .input-group > .form-control + .wpcf7-textarea,
.wpcf7 section.contact .input-group > input:not([type=checkbox]).sg-form-element + .wpcf7-textarea,
section.contact .wpcf7 .input-group > input:not([type=checkbox]).sg-form-element + .wpcf7-textarea,
.wpcf7 section.contact .input-group > textarea.sg-form-element + .wpcf7-textarea,
section.contact .wpcf7 .input-group > textarea.sg-form-element + .wpcf7-textarea,
.wpcf7 .input-group > .wpcf7-text + .wpcf7-textarea,
.wpcf7 .input-group > .wpcf7-textarea + .wpcf7-textarea,
.input-group > .form-control + .custom-select,
section.contact .input-group > .form-control + select.sg-form-element,
section.contact .input-group > input:not([type=checkbox]).sg-form-element + .custom-select,
section.contact .input-group > input:not([type=checkbox]).sg-form-element + select.sg-form-element,
section.contact .input-group > textarea.sg-form-element + .custom-select,
section.contact .input-group > textarea.sg-form-element + select.sg-form-element,
.wpcf7 .input-group > .form-control + .wpcf7-select,
.wpcf7 section.contact .input-group > input:not([type=checkbox]).sg-form-element + .wpcf7-select,
section.contact .wpcf7 .input-group > input:not([type=checkbox]).sg-form-element + .wpcf7-select,
.wpcf7 section.contact .input-group > textarea.sg-form-element + .wpcf7-select,
section.contact .wpcf7 .input-group > textarea.sg-form-element + .wpcf7-select,
.wpcf7 .input-group > .wpcf7-text + .custom-select,
.wpcf7 section.contact .input-group > .wpcf7-text + select.sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-text + select.sg-form-element,
.wpcf7 .input-group > .wpcf7-text + .wpcf7-select,
.wpcf7 .input-group > .wpcf7-textarea + .custom-select,
.wpcf7 section.contact .input-group > .wpcf7-textarea + select.sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-textarea + select.sg-form-element,
.wpcf7 .input-group > .wpcf7-textarea + .wpcf7-select,
.input-group > .form-control + .custom-file,
section.contact .input-group > input:not([type=checkbox]).sg-form-element + .custom-file,
section.contact .input-group > textarea.sg-form-element + .custom-file,
.wpcf7 .input-group > .wpcf7-text + .custom-file,
.wpcf7 .input-group > .wpcf7-textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
section.contact .input-group > .form-control-plaintext + input:not([type=checkbox]).sg-form-element,
section.contact .input-group > .form-control-plaintext + textarea.sg-form-element,
.wpcf7 .input-group > .form-control-plaintext + .wpcf7-text,
.wpcf7 .input-group > .form-control-plaintext + .wpcf7-textarea,
.input-group > .form-control-plaintext + .custom-select,
section.contact .input-group > .form-control-plaintext + select.sg-form-element,
.wpcf7 .input-group > .form-control-plaintext + .wpcf7-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
section.contact .input-group > select.sg-form-element + .form-control,
section.contact .input-group > .custom-select + input:not([type=checkbox]).sg-form-element,
section.contact .input-group > select.sg-form-element + input:not([type=checkbox]).sg-form-element,
section.contact .input-group > .custom-select + textarea.sg-form-element,
section.contact .input-group > select.sg-form-element + textarea.sg-form-element,
.wpcf7 .input-group > .wpcf7-select + .form-control,
.wpcf7 section.contact .input-group > .wpcf7-select + input:not([type=checkbox]).sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-select + input:not([type=checkbox]).sg-form-element,
.wpcf7 section.contact .input-group > .wpcf7-select + textarea.sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-select + textarea.sg-form-element,
.wpcf7 .input-group > .custom-select + .wpcf7-text,
.wpcf7 section.contact .input-group > select.sg-form-element + .wpcf7-text,
section.contact .wpcf7 .input-group > select.sg-form-element + .wpcf7-text,
.wpcf7 .input-group > .wpcf7-select + .wpcf7-text,
.wpcf7 .input-group > .custom-select + .wpcf7-textarea,
.wpcf7 section.contact .input-group > select.sg-form-element + .wpcf7-textarea,
section.contact .wpcf7 .input-group > select.sg-form-element + .wpcf7-textarea,
.wpcf7 .input-group > .wpcf7-select + .wpcf7-textarea,
.input-group > .custom-select + .custom-select,
section.contact .input-group > select.sg-form-element + .custom-select,
section.contact .input-group > .custom-select + select.sg-form-element,
section.contact .input-group > select.sg-form-element + select.sg-form-element,
.wpcf7 .input-group > .wpcf7-select + .custom-select,
.wpcf7 section.contact .input-group > .wpcf7-select + select.sg-form-element,
section.contact .wpcf7 .input-group > .wpcf7-select + select.sg-form-element,
.wpcf7 .input-group > .custom-select + .wpcf7-select,
.wpcf7 section.contact .input-group > select.sg-form-element + .wpcf7-select,
section.contact .wpcf7 .input-group > select.sg-form-element + .wpcf7-select,
.wpcf7 .input-group > .wpcf7-select + .wpcf7-select,
.input-group > .custom-select + .custom-file,
section.contact .input-group > select.sg-form-element + .custom-file,
.wpcf7 .input-group > .wpcf7-select + .custom-file,
.input-group > .custom-file + .form-control,
section.contact .input-group > .custom-file + input:not([type=checkbox]).sg-form-element,
section.contact .input-group > .custom-file + textarea.sg-form-element,
.wpcf7 .input-group > .custom-file + .wpcf7-text,
.wpcf7 .input-group > .custom-file + .wpcf7-textarea,
.input-group > .custom-file + .custom-select,
section.contact .input-group > .custom-file + select.sg-form-element,
.wpcf7 .input-group > .custom-file + .wpcf7-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, section.contact .input-group > input.sg-form-element:focus:not([type=checkbox]),
section.contact .input-group > textarea.sg-form-element:focus, .wpcf7 .input-group > .wpcf7-text:focus,
.wpcf7 .input-group > .wpcf7-textarea:focus,
.input-group > .custom-select:focus,
section.contact .input-group > select.sg-form-element:focus,
.wpcf7 .input-group > .wpcf7-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), section.contact .input-group > input.sg-form-element:not(:last-child):not([type=checkbox]),
section.contact .input-group > textarea.sg-form-element:not(:last-child), .wpcf7 .input-group > .wpcf7-text:not(:last-child),
.wpcf7 .input-group > .wpcf7-textarea:not(:last-child),
.input-group > .custom-select:not(:last-child),
section.contact .input-group > select.sg-form-element:not(:last-child),
.wpcf7 .input-group > .wpcf7-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), section.contact .input-group > input.sg-form-element:not(:first-child):not([type=checkbox]),
section.contact .input-group > textarea.sg-form-element:not(:first-child), .wpcf7 .input-group > .wpcf7-text:not(:first-child),
.wpcf7 .input-group > .wpcf7-textarea:not(:first-child),
.input-group > .custom-select:not(:first-child),
section.contact .input-group > select.sg-form-element:not(:first-child),
.wpcf7 .input-group > .wpcf7-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend section.contact .sg-btn, section.contact .input-group-prepend .sg-btn, .input-group-prepend .wpcf7 input[type=submit], .wpcf7 .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append section.contact .sg-btn,
section.contact .input-group-append .sg-btn,
.input-group-append .wpcf7 input[type=submit],
.wpcf7 .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend section.contact .sg-btn:focus, section.contact .input-group-prepend .sg-btn:focus, .input-group-prepend .wpcf7 input[type=submit]:focus, .wpcf7 .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append section.contact .sg-btn:focus,
section.contact .input-group-append .sg-btn:focus,
.input-group-append .wpcf7 input[type=submit]:focus,
.wpcf7 .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend section.contact .sg-btn + .btn, section.contact .input-group-prepend .sg-btn + .btn, .input-group-prepend section.contact .btn + .sg-btn, section.contact .input-group-prepend .btn + .sg-btn, .input-group-prepend section.contact .sg-btn + .sg-btn, section.contact .input-group-prepend .sg-btn + .sg-btn, .input-group-prepend .wpcf7 input[type=submit] + .btn, .input-group-prepend .wpcf7 section.contact input[type=submit] + .sg-btn, section.contact .input-group-prepend .wpcf7 input[type=submit] + .sg-btn, .wpcf7 .input-group-prepend input[type=submit] + .btn, .wpcf7 .input-group-prepend section.contact input[type=submit] + .sg-btn, section.contact .wpcf7 .input-group-prepend input[type=submit] + .sg-btn, .input-group-prepend .wpcf7 .btn + input[type=submit], .input-group-prepend .wpcf7 section.contact .sg-btn + input[type=submit], section.contact .input-group-prepend .wpcf7 .sg-btn + input[type=submit], .wpcf7 .input-group-prepend .btn + input[type=submit], .wpcf7 .input-group-prepend section.contact .sg-btn + input[type=submit], section.contact .wpcf7 .input-group-prepend .sg-btn + input[type=submit], .input-group-prepend .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend section.contact .sg-btn + .input-group-text,
section.contact .input-group-prepend .sg-btn + .input-group-text,
.input-group-prepend .wpcf7 input[type=submit] + .input-group-text,
.wpcf7 .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend section.contact .input-group-text + .sg-btn,
section.contact .input-group-prepend .input-group-text + .sg-btn,
.input-group-prepend .wpcf7 .input-group-text + input[type=submit],
.wpcf7 .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append section.contact .sg-btn + .btn,
section.contact .input-group-append .sg-btn + .btn,
.input-group-append section.contact .btn + .sg-btn,
section.contact .input-group-append .btn + .sg-btn,
.input-group-append section.contact .sg-btn + .sg-btn,
section.contact .input-group-append .sg-btn + .sg-btn,
.input-group-append .wpcf7 input[type=submit] + .btn,
.input-group-append .wpcf7 section.contact input[type=submit] + .sg-btn,
section.contact .input-group-append .wpcf7 input[type=submit] + .sg-btn,
.wpcf7 .input-group-append input[type=submit] + .btn,
.wpcf7 .input-group-append section.contact input[type=submit] + .sg-btn,
section.contact .wpcf7 .input-group-append input[type=submit] + .sg-btn,
.input-group-append .wpcf7 .btn + input[type=submit],
.input-group-append .wpcf7 section.contact .sg-btn + input[type=submit],
section.contact .input-group-append .wpcf7 .sg-btn + input[type=submit],
.wpcf7 .input-group-append .btn + input[type=submit],
.wpcf7 .input-group-append section.contact .sg-btn + input[type=submit],
section.contact .wpcf7 .input-group-append .sg-btn + input[type=submit],
.input-group-append .wpcf7 input[type=submit] + input[type=submit],
.wpcf7 .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append section.contact .sg-btn + .input-group-text,
section.contact .input-group-append .sg-btn + .input-group-text,
.input-group-append .wpcf7 input[type=submit] + .input-group-text,
.wpcf7 .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append section.contact .input-group-text + .sg-btn,
section.contact .input-group-append .input-group-text + .sg-btn,
.input-group-append .wpcf7 .input-group-text + input[type=submit],
.wpcf7 .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), section.contact .input-group-lg > input.sg-form-element:not(textarea):not([type=checkbox]),
section.contact .input-group-lg > textarea.sg-form-element:not(textarea), .wpcf7 .input-group-lg > .wpcf7-text:not(textarea),
.wpcf7 .input-group-lg > .wpcf7-textarea:not(textarea),
.input-group-lg > .custom-select,
section.contact .input-group-lg > select.sg-form-element,
.wpcf7 .input-group-lg > .wpcf7-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, section.contact .input-group-lg > input:not([type=checkbox]).sg-form-element,
section.contact .input-group-lg > textarea.sg-form-element, .wpcf7 .input-group-lg > .wpcf7-text,
.wpcf7 .input-group-lg > .wpcf7-textarea,
.input-group-lg > .custom-select,
section.contact .input-group-lg > select.sg-form-element,
.wpcf7 .input-group-lg > .wpcf7-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
section.contact .input-group-lg > .input-group-prepend > .sg-btn,
.wpcf7 .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
section.contact .input-group-lg > .input-group-append > .sg-btn,
.wpcf7 .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), section.contact .input-group-sm > input.sg-form-element:not(textarea):not([type=checkbox]),
section.contact .input-group-sm > textarea.sg-form-element:not(textarea), .wpcf7 .input-group-sm > .wpcf7-text:not(textarea),
.wpcf7 .input-group-sm > .wpcf7-textarea:not(textarea),
.input-group-sm > .custom-select,
section.contact .input-group-sm > select.sg-form-element,
.wpcf7 .input-group-sm > .wpcf7-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, section.contact .input-group-sm > input:not([type=checkbox]).sg-form-element,
section.contact .input-group-sm > textarea.sg-form-element, .wpcf7 .input-group-sm > .wpcf7-text,
.wpcf7 .input-group-sm > .wpcf7-textarea,
.input-group-sm > .custom-select,
section.contact .input-group-sm > select.sg-form-element,
.wpcf7 .input-group-sm > .wpcf7-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
section.contact .input-group-sm > .input-group-prepend > .sg-btn,
.wpcf7 .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
section.contact .input-group-sm > .input-group-append > .sg-btn,
.wpcf7 .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, section.contact .input-group-lg > select.sg-form-element, .wpcf7 .input-group-lg > .wpcf7-select,
.input-group-sm > .custom-select,
section.contact .input-group-sm > select.sg-form-element,
.wpcf7 .input-group-sm > .wpcf7-select {
  padding-right: 2.5rem;
}

.input-group > .input-group-prepend > .btn, section.contact .input-group > .input-group-prepend > .sg-btn, .wpcf7 .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
section.contact .input-group > .input-group-append:not(:last-child) > .sg-btn,
.wpcf7 .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
section.contact .input-group > .input-group-append:last-child > .sg-btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, section.contact .input-group > .input-group-append > .sg-btn, .wpcf7 .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
section.contact .input-group > .input-group-prepend:not(:first-child) > .sg-btn,
.wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
section.contact .input-group > .input-group-prepend:first-child > .sg-btn:not(:first-child),
.wpcf7 .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control, .wpcf7 .wpcf7-radio .wpcf7-list-item label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label {
  position: relative;
  display: block;
  min-height: 1.92rem;
  padding-left: 2.4rem;
}

.custom-control-inline, .wpcf7 .wpcf7-radio .wpcf7-list-item label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input, .wpcf7 .wpcf7-radio .wpcf7-list-item label input, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.6rem;
  height: 1.76rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ span::before {
  color: #fff;
  border-color: #00ad62;
  background-color: #00ad62;
}
.custom-control-input:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:focus ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:focus ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:focus ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:focus ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:focus ~ span::before {
  box-shadow: 0 0 1rem rgba(0, 173, 98, 0.2);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:focus:not(:checked) ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:focus:not(:checked) ~ span::before {
  border-color: #00ad62;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:not(:disabled):active ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:not(:disabled):active ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:not(:disabled):active ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:not(:disabled):active ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:not(:disabled):active ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:not(:disabled):active ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:not(:disabled):active ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:not(:disabled):active ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:not(:disabled):active ~ span::before {
  color: #fff;
  background-color: #61ffba;
  border-color: #61ffba;
}
.custom-control-input[disabled] ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input[disabled] ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label input[disabled] ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label input[disabled] ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[disabled] ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input[disabled] ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input[disabled] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[disabled] ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[disabled][type=checkbox] ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[disabled][type=checkbox] ~ span, .custom-control-input:disabled ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled ~ span, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled ~ .custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled ~ span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled ~ .custom-control-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled ~ span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled ~ .custom-control-label, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled ~ span {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input[disabled] ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input[disabled] ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input[disabled] ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input[disabled] ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input[disabled] ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input[disabled] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input[disabled] ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[disabled][type=checkbox] ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[disabled][type=checkbox] ~ span::before, .custom-control-input:disabled ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled ~ span::before {
  background-color: #e9ecef;
}

.custom-control-label, .wpcf7 .wpcf7-radio .wpcf7-list-item label span, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::before {
  position: absolute;
  top: 0.16rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::after {
  position: absolute;
  top: 0.16rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox .custom-control-input:checked ~ span::after, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ .custom-control-label::after, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ span::after {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox .custom-control-input:indeterminate ~ span::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:indeterminate ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input[type=checkbox]:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:indeterminate ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:indeterminate ~ span::before {
  border-color: #00ad62;
  background-color: #00ad62;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox .custom-control-input:indeterminate ~ span::after, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:indeterminate ~ .custom-control-label::after, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:indeterminate ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:indeterminate ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:indeterminate ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input:indeterminate ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input[type=checkbox]:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:indeterminate ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:indeterminate ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:indeterminate ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:indeterminate ~ span::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox .custom-control-input:disabled:checked ~ span::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ span::before {
  background-color: rgba(0, 173, 98, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox .custom-control-input:disabled:indeterminate ~ span::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-checkbox input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-checkbox input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-checkbox span.wpcf7-list-item label label input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-checkbox input[type=checkbox]:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:indeterminate ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:indeterminate ~ span::before {
  background-color: rgba(0, 173, 98, 0.5);
}

.custom-radio .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label span::before, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio span::before, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio span::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-radio .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-radio input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-radio input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ span::after, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-radio .wpcf7-list-item label label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-radio .wpcf7-list-item label label input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item label label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item label label input:checked ~ span::after, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .custom-control-label::after, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-radio .wpcf7-list-item label label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item label label input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio input:checked ~ span::after, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio span.wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label label input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label label input:checked ~ span::after, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ .custom-control-label::after, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label label input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio input[type=checkbox]:checked ~ span::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-radio .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-radio input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-radio input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:checked ~ span::before, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-radio .wpcf7-list-item label label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-radio .wpcf7-list-item label label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item label label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item label label input:disabled:checked ~ span::before, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .custom-radio .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-radio .wpcf7-list-item label label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item label label input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-radio input:disabled:checked ~ span::before, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio span.wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label label input:disabled:checked ~ span::before, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .custom-radio .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance .wpcf7-radio span.wpcf7-list-item label label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-acceptance span.wpcf7-list-item label label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-radio input[type=checkbox]:disabled:checked ~ span::before {
  background-color: rgba(0, 173, 98, 0.5);
}

.custom-switch {
  padding-left: 3.6rem;
}
.custom-switch .custom-control-label::before, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch span::before, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch span::before, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch span::before {
  left: -3.6rem;
  width: 2.8rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.custom-switch .custom-control-label::after, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch span::after, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch span::after, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch span::after {
  top: calc(0.16rem + 2px);
  left: calc(-3.6rem + 2px);
  width: calc(1.6rem - 4px);
  height: calc(1.6rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.8rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch span::after, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch span::after, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch span::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch .custom-control-input:checked ~ span::after, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ .custom-control-label::after, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch input:checked ~ span::after, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch .custom-control-input:checked ~ span::after, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .custom-control-label::after, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch input:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch input:checked ~ span::after, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch .custom-control-input:checked ~ span::after, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ .custom-control-label::after, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked ~ span::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch input[type=checkbox]:checked ~ .custom-control-label::after, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch input[type=checkbox]:checked ~ span::after {
  background-color: #fff;
  transform: translateX(1.2rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch .custom-control-input:disabled:checked ~ span::before, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .custom-switch .wpcf7 .wpcf7-radio .wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label .custom-switch input:disabled:checked ~ span::before, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch .custom-control-input:disabled:checked ~ span::before, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ .custom-control-label::before, .custom-switch .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:disabled:checked ~ span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch input:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .custom-switch input:disabled:checked ~ span::before, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-control-input:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch .custom-control-input:disabled:checked ~ span::before, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .custom-switch .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:disabled:checked ~ span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label .custom-switch input[type=checkbox]:disabled:checked ~ span::before {
  background-color: rgba(0, 173, 98, 0.5);
}

.custom-select, section.contact select.sg-form-element, .wpcf7 .wpcf7-select {
  display: inline-block;
  width: 100%;
  height: 4.5rem;
  padding: 0.375rem 2.5rem 0.375rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  vertical-align: middle;
  background: #fff 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") no-repeat right 1.5rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus, section.contact select.sg-form-element:focus, .wpcf7 .wpcf7-select:focus {
  border-color: #00ad62;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 98, 0.25);
}
.custom-select:focus::-ms-value, section.contact select.sg-form-element:focus::-ms-value, .wpcf7 .wpcf7-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], section.contact select[multiple].sg-form-element, .wpcf7 [multiple].wpcf7-select, .custom-select[size]:not([size="1"]), section.contact select[size].sg-form-element:not([size="1"]), .wpcf7 [size].wpcf7-select:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}
.custom-select:disabled, section.contact select.sg-form-element:disabled, .wpcf7 .wpcf7-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, section.contact select.sg-form-element::-ms-expand, .wpcf7 .wpcf7-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring, section.contact select.sg-form-element:-moz-focusring, .wpcf7 .wpcf7-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4.5rem;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #00ad62;
  box-shadow: 0 0 1rem rgba(0, 173, 98, 0.2);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 4.5rem;
  padding: 0.375rem 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.2em + 0.75rem);
  padding: 0.375rem 1.5rem;
  line-height: 1.2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 1rem rgba(0, 173, 98, 0.2);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 1rem rgba(0, 173, 98, 0.2);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 1rem rgba(0, 173, 98, 0.2);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00ad62;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #61ffba;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00ad62;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #61ffba;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00ad62;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #61ffba;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::before,
.custom-file-label,
.custom-select,
section.contact select.sg-form-element,
.wpcf7 .wpcf7-select {
  transition: 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) {
  .custom-control-label::before, .wpcf7 .wpcf7-radio .wpcf7-list-item label span::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before, .wpcf7 .wpcf7-acceptance span.wpcf7-list-item label span::before,
.custom-file-label,
.custom-select,
section.contact select.sg-form-element,
.wpcf7 .wpcf7-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00ad62;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3rem;
}
.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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
.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(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00ad62;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #006137;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 98, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00ad62;
  border-color: #00ad62;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert, .wpcf7 div.wpcf7-spam-blocked, .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 6.4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.2rem 2rem;
  color: inherit;
}

.alert-primary {
  color: #005a33;
  background-color: #ccefe0;
  border-color: #b8e8d3;
}
.alert-primary hr {
  border-top-color: #a5e2c7;
}
.alert-primary .alert-link {
  color: #002716;
}

.alert-secondary {
  color: #7d0f29;
  background-color: #fcd2dc;
  border-color: #fbc0ce;
}
.alert-secondary hr {
  border-top-color: #f9a8bb;
}
.alert-secondary .alert-link {
  color: #4f0a1a;
}

.alert-success, .wpcf7 div.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr, .wpcf7 div.wpcf7-mail-sent-ok hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link, .wpcf7 div.wpcf7-mail-sent-ok .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning, .wpcf7 div.wpcf7-spam-blocked {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr, .wpcf7 div.wpcf7-spam-blocked hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link, .wpcf7 div.wpcf7-spam-blocked .alert-link {
  color: #533f03;
}

.alert-danger, .wpcf7 div.wpcf7-validation-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, .wpcf7 div.wpcf7-validation-errors hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, .wpcf7 div.wpcf7-validation-errors .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.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: #00ad62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #00ad62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.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;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-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: #00ad62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #464646 !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;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

  thead {
    display: table-header-group;
  }

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

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

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

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

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

  .navbar {
    display: none;
  }

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

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

  .table-bordered th, .wysiwyg table th,
.table-bordered td,
.wysiwyg table 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, .wysiwyg table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html {
  font-size: 10px;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body > .wrap {
  flex: 1 0 auto;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

a {
  transition: color 0.3s ease;
}

section.bg-white.section-padding + section.bg-white.section-padding,
section.bg-gray.section-padding + section.bg-gray.section-padding {
  padding-top: 0;
}

body:not(.home) {
  background: #f4f4f4;
}
body:not(.home) footer.footer {
  background-image: url(../../static/images/bg-footer-gray.png);
}

section.breadcrumbs {
  padding: 2rem 0;
  color: #a9a9a9;
  text-transform: uppercase;
  border-top: 0.1rem solid #dee2e6;
  border-bottom: 0.1rem solid #dee2e6;
}
section.breadcrumbs a:not(:hover) {
  color: currentColor;
}
section.breadcrumbs i {
  margin: 0 0.5rem;
  color: #cecece;
}

section.with-posts {
  background: #fff;
}
section.with-posts .title-and-select {
  padding: 1rem 0;
}
section.with-posts .title-and-select .section-title {
  text-align: left;
  font-size: 4.4rem;
}
section.with-posts .title-and-select form {
  float: right;
  width: 100%;
}
section.with-posts .title-and-select form label {
  text-transform: uppercase;
  color: #b3b3b3;
}
section.with-posts .title-and-select form .select-wrapper {
  position: relative;
}
section.with-posts .title-and-select form .select-wrapper select {
  font-size: 16px;
  color: #000;
  padding: 9px 14px 9px 18px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F4F4F4;
  position: relative;
  line-height: 20px;
  width: 100%;
}
section.with-posts .title-and-select form .select-wrapper select::-ms-expand {
  display: none;
}
section.with-posts .title-and-select form .select-wrapper:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\F078";
  display: inline-block;
  pointer-events: none;
  color: #000;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.with-posts .container {
    max-width: 100%;
  }
}
section.with-posts .posts [class^=col-]:nth-child(1n) .post-box::before,
section.with-posts .posts [class^=col-]:nth-child(1n) .post-box .strip {
  background: #00ad62;
}
section.with-posts .posts [class^=col-]:nth-child(2n) .post-box::before,
section.with-posts .posts [class^=col-]:nth-child(2n) .post-box .strip {
  background: #b361f7;
}
section.with-posts .posts [class^=col-]:nth-child(3n) .post-box::before,
section.with-posts .posts [class^=col-]:nth-child(3n) .post-box .strip {
  background: #0aa7e1;
}
section.with-posts .posts [class^=col-]:nth-child(4n) .post-box::before,
section.with-posts .posts [class^=col-]:nth-child(4n) .post-box .strip {
  background: #fe3ca0;
}
section.with-posts .posts [class^=col-]:nth-child(5n) .post-box::before,
section.with-posts .posts [class^=col-]:nth-child(5n) .post-box .strip {
  background: #f7cc35;
}
section.with-posts .posts [class^=col-]:nth-child(6n) .post-box::before,
section.with-posts .posts [class^=col-]:nth-child(6n) .post-box .strip {
  background: #f79162;
}

.post-box-v2 .image {
  background: 50% 50%/cover;
  padding-bottom: 66%;
}
.post-box-v2 .text {
  padding: 2.5rem;
}
.post-box-v2 .text .date {
  color: #0aa7e1;
  font-size: 14px;
  margin-bottom: 1rem;
}
.post-box-v2 .text .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.post-box-v2 .text .text-center a {
  font-weight: 700;
}
.post-box-v2 .text .text-center a:hover {
  color: #000;
}
.post-box-v2 .text .text-center a i {
  top: 50%;
}

.post-box {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: 50% 50%/cover;
}
.post-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
}
.post-box .strip {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  transform-origin: 0 100% 0;
}
.post-box .strip:not(.hover) {
  top: -100%;
  left: 0;
  transform: matrix(1, 0, 1.5, -1, 0, 0);
}
.post-box .strip.hover {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-56.3deg);
}
.post-box .strip.hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.15;
}
.post-box .inner {
  position: relative;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  transform: translate3d(0, -50%, 1px);
}
.post-box .inner .title {
  font-family: "Amatic SC", cursive;
  font-size: 2rem;
  font-weight: 700;
}
.post-box .inner .text-center a {
  font-weight: 600;
}
.post-box .inner .text-center a:hover {
  color: #000;
}
.post-box .inner .text-center a i {
  top: 50%;
}
.post-box .inner--extended {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
  padding: 0 2rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0, 100%, 1px);
}
.post-box .inner--extended .text-center a {
  font-weight: 600;
}
.post-box .inner--extended .text-center a:hover {
  background: #000 !important;
}
.post-box .inner--extended .text-center a i {
  top: 50%;
}
.post-box .label {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.post-box .title {
  font-family: "Amatic SC", cursive;
  font-size: 2rem;
  font-weight: 700;
}
.post-box:hover .strip {
  width: 0;
}
.post-box:hover .inner {
  opacity: 0;
  transform: translate3d(0, -100%, 1px);
}
.post-box:hover .inner--extended {
  opacity: 1;
  transform: translate3d(0, -50%, 1px);
}

.playground-map-box {
  padding: 1.5rem;
  text-align: center;
  background: #fff;
}
.playground-map-box .image {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  background: #dee2e6 50% 50%/cover;
}
.playground-map-box .featured-icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #f7cc35;
  background: #00ad62;
  border-radius: 50%;
}
.playground-map-box .featured-icon .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.playground-map-box .title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.playground-map-box .address {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #979797;
}
.playground-map-box .btn, .playground-map-box section.contact .sg-btn, section.contact .playground-map-box .sg-btn, .playground-map-box .wpcf7 input[type=submit], .wpcf7 .playground-map-box input[type=submit] {
  margin-top: 1rem;
}

.playground-equipment-box {
  position: relative;
  padding: 1.5rem;
  background: #fff;
  border: 0.1rem dashed #dee2e6;
}
.playground-equipment-box .image {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  background: #fff 50% 50%/contain no-repeat;
}
.playground-equipment-box .btn-quote {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
}
.playground-equipment-box .group {
  font-weight: 700;
  color: #bababa;
}
.playground-equipment-box .name {
  display: block;
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.playground-equipment-box .price {
  margin-top: 0.5rem;
  font-weight: 700;
  color: #f01d4f;
}
.playground-equipment-box:hover {
  border-color: #00ad62;
}
.playground-equipment-box:hover .btn-quote {
  opacity: 1;
}

.pagination {
  margin: 3rem 0;
}

img[data-src],
img[data-srcset] {
  min-height: 1px;
}

img[data-src]:not(.lazy.loaded),
img[data-srcset]:not(.lazy.loaded) {
  display: block;
}

.shortcode-cta {
  padding: 1.5rem;
  color: #fff;
  background: url(../../static/vectors/shortcode-cta.svg) 50% 50%/cover no-repeat;
}
@media (min-width: 768px) {
  .shortcode-cta {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .shortcode-cta .inner {
    padding: 2rem 2rem 2rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.65);
  }
}
.shortcode-cta .shortcode-title {
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .shortcode-cta .shortcode-title {
    margin-bottom: 2rem;
    font-size: 2.9rem;
  }
}
.shortcode-cta label {
  color: #fff !important;
  text-transform: none;
}
.shortcode-cta input {
  border: 0 !important;
}
.shortcode-cta .wpcf7-not-valid-tip {
  color: #fff !important;
}
.shortcode-cta .btn, .shortcode-cta section.contact .sg-btn, section.contact .shortcode-cta .sg-btn, .shortcode-cta .wpcf7 input[type=submit], .wpcf7 .shortcode-cta input[type=submit] {
  font-weight: 700;
  color: #fe3ca0;
  text-transform: none;
  background-color: #fff;
  border-color: #fff;
}
@media (min-width: 768px) {
  .shortcode-cta .btn, .shortcode-cta section.contact .sg-btn, section.contact .shortcode-cta .sg-btn, .shortcode-cta .wpcf7 input[type=submit], .wpcf7 .shortcode-cta input[type=submit] {
    padding: 2rem 1.5rem;
    font-size: 2.2rem;
  }
}

.svg-container {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.svg-container .placeholder {
  min-height: 0.1rem;
}
.svg-container:not(.no-color) svg {
  display: inline-block;
  width: inherit;
  height: inherit;
  color: inherit !important;
}
.svg-container:not(.no-color) svg [style*="stroke:#"]:not(.nocolor),
.svg-container:not(.no-color) svg [style*="stroke: #"]:not(.nocolor),
.svg-container:not(.no-color) svg [stroke*="#"]:not(.nocolor) {
  stroke: currentColor !important;
  transition: stroke 0.3s ease;
}
.svg-container:not(.no-color) svg [style*="fill:#"]:not(.nocolor),
.svg-container:not(.no-color) svg [style*="fill: #"]:not(.nocolor),
.svg-container:not(.no-color) svg [fill*="#"]:not(.nocolor) {
  fill: currentColor !important;
  transition: fill 0.3s ease;
}
.svg-container:not(.no-color) svg [fill*=none] {
  fill: transparent;
}
.svg-container:not(.no-color) svg [stroke*=none] {
  stroke: transparent;
}

button.loader {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
button.loader::after {
  position: absolute;
  top: calc(50% - (1em / 2));
  left: calc(50% - (1em / 2));
  width: 1em;
  height: 1em;
  content: "";
  border: 2px solid #dbdbdb;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 290486px;
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.generic-title {
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #00ad62;
}

.section-title {
  margin-bottom: 2rem;
  font-family: "Amatic SC", cursive;
  font-size: 4rem;
  font-weight: 700;
  color: #00ad62;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
    font-size: 5rem;
  }
}

.section-padding {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 6rem 0;
  }
}

.section-padding-sm {
  padding: 2.5rem 0;
}

.card {
  background: #fff;
  border-radius: 1rem;
}
.card > .title {
  padding: 2.4rem;
  font-family: "Amatic SC", cursive;
  font-size: 4rem;
  font-weight: 700;
  color: #00ad62;
  text-align: center;
  border-bottom: 1px solid #f8f9fa;
}
@media (min-width: 768px) {
  .card > .title {
    font-size: 5rem;
  }
}
.card > .inner {
  padding: 2.4rem;
}
.card.no-title > .inner {
  padding: 3rem 4rem;
}

.btn-download {
  display: inline-block;
  word-break: break-all;
}
.btn-download:hover {
  text-decoration: none;
}
.btn-download span:not(.btn) {
  margin-left: 1rem;
  font-weight: 700;
  color: #999;
}

.post-share {
  margin-top: 3rem;
}
.post-share .post-inner-label {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.post-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-share ul li {
  display: inline-block;
}
.post-share .btn, .post-share section.contact .sg-btn, section.contact .post-share .sg-btn, .post-share .wpcf7 input[type=submit], .wpcf7 .post-share input[type=submit] {
  width: 5rem;
  height: 5rem;
}

.post-navigation {
  margin-top: 3rem;
}
.post-navigation .screen-reader-text {
  display: none;
}
@media (min-width: 768px) {
  .post-navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.post-navigation .nav-links > div {
  margin: 0.5rem 1rem;
}
@media (max-width: 767.98px) {
  .post-navigation .nav-links a,
.post-navigation .nav-links .btn,
.post-navigation .nav-links section.contact .sg-btn,
section.contact .post-navigation .nav-links .sg-btn,
.post-navigation .nav-links .wpcf7 input[type=submit],
.wpcf7 .post-navigation .nav-links input[type=submit] {
    display: block;
    width: 100%;
  }
}

.bg-gray {
  background: #f8f8f8;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\E095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\E80D";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.slick-slider {
  visibility: hidden;
}
.slick-slider .slick-slide,
.slick-slider .slick-slide a:focus {
  outline: none !important;
}
.slick-slider.slick-initialized {
  visibility: visible;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-arrow:focus {
  outline: none;
}
.slick-slider .slick-dots {
  padding: 0;
  margin: 0 -1rem;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 1rem;
}
.slick-slider .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  font-size: 0;
  background: #dcdcdc;
  border: 0;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.slick-slider .slick-dots li button:focus {
  outline: none;
}
.slick-slider .slick-dots li.slick-active button {
  background: #00ad62;
}
.slick-slider.equal .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.slick-slider.equal .slick-track .slick-slide {
  height: auto;
}
.slick-slider.arrows-dark .slick-arrow {
  padding: 1rem;
  margin: 0;
  font-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.slick-slider.arrows-dark .slick-arrow i {
  font-size: 2.3rem;
}
.slick-slider.arrows-dark .slick-arrow:hover {
  opacity: 1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 div.wpcf7-response-output {
  margin: 1.5rem 0 0;
  text-align: center;
}
.wpcf7 .wpcf7-select {
  color: #6c757d;
}
.wpcf7 .wpcf7-select.filled {
  color: #495057;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.5rem;
}
.wpcf7 .screen-reader-response {
  display: none;
}

.wrap {
  position: relative;
}

.top-bar {
  padding: 1rem 0;
}
@media (max-width: 1199.98px) {
  .top-bar .container {
    max-width: 100%;
  }
}
.top-bar ul {
  padding: 0;
  margin: -0.5rem -1rem;
  font-size: 0;
  list-style: none;
}
.top-bar ul li {
  display: inline-block;
  padding: 0 1rem;
  margin: 0.5rem 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-bar ul a:hover,
.top-bar ul a:focus {
  text-decoration: none;
}
.top-bar ul.nav-strip a:not(:focus):not(:hover) {
  color: #0aa7e1;
}
.top-bar ul.nav-strip li:not(:last-child) {
  border-right: 0.2rem solid #0aa7e1;
}
.top-bar ul.nav-auth li:not(:last-child) {
  border-right: 0.2rem solid #00ad62;
}

nav.navbar .mobile-icon {
  max-width: 100px;
}
nav.navbar .mobile-icon img {
  max-width: 100%;
  height: auto;
}
nav.navbar .mobile-icon,
nav.navbar .phone-mobile {
  display: none;
}
nav.navbar .phone-mobile {
  line-height: 2.2rem;
}
nav.navbar .phone-mobile i {
  font-size: 2.2rem;
  margin-right: 8px;
}
nav.navbar .mobile-basket-link {
  display: none;
}
nav.navbar .mobile-basket-link .badge {
  background: #00ad62;
  color: #fff;
  margin: 0 6px 0 0;
}
nav.navbar .navbar-brand {
  max-width: 70%;
}
@media (min-width: 500px) {
  nav.navbar .navbar-brand {
    max-width: 30rem;
  }
}
nav.navbar .navbar-brand img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  nav.navbar {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  nav.navbar .mobile-icon,
nav.navbar .mobile-basket-link {
    display: block;
  }
  nav.navbar .phone-mobile {
    display: flex;
    align-content: center;
  }
  nav.navbar .custom-logo-link {
    display: none;
  }
  nav.navbar .actions-mobile {
    display: block;
  }
}
nav.navbar .badge {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 1rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  nav.navbar {
    padding: 0;
  }
  nav.navbar .navbar {
    padding: 0;
  }
  nav.navbar .navbar-brand {
    display: none;
  }
  nav.navbar .navbar-nav {
    min-height: 6rem;
  }
  nav.navbar .navbar-nav li {
    display: flex;
    flex: 1;
  }
  nav.navbar .navbar-nav li.home {
    flex: none;
  }
  nav.navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.2rem 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  nav.navbar .navbar-nav li:nth-child(1n) .nav-link {
    background-color: #282828;
  }
  nav.navbar .navbar-nav li:nth-child(1n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(1n) .mega-menu .inner {
    border-color: #282828 !important;
  }
  nav.navbar .navbar-nav li#menu-item-15041 .mega-menu .row {
    height: calc(100vh - 245px);
    overflow-y: scroll;
  }
  nav.navbar .navbar-nav li:nth-child(2n) .nav-link {
    background-color: #0aa7e1;
  }
  nav.navbar .navbar-nav li:nth-child(2n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(2n) .mega-menu .inner {
    border-color: #0aa7e1 !important;
  }
  nav.navbar .navbar-nav li:nth-child(3n) .nav-link {
    background-color: #b361f7;
  }
  nav.navbar .navbar-nav li:nth-child(3n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(3n) .mega-menu .inner {
    border-color: #b361f7 !important;
  }
  nav.navbar .navbar-nav li:nth-child(4n) .nav-link {
    background-color: #f79162;
  }
  nav.navbar .navbar-nav li:nth-child(4n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(4n) .mega-menu .inner {
    border-color: #f79162 !important;
  }
  nav.navbar .navbar-nav li:nth-child(5n) .nav-link {
    background-color: #fe3ca0;
  }
  nav.navbar .navbar-nav li:nth-child(5n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(5n) .mega-menu .inner {
    border-color: #fe3ca0 !important;
  }
  nav.navbar .navbar-nav li:nth-child(6n) .nav-link {
    background-color: #f7cc35;
  }
  nav.navbar .navbar-nav li:nth-child(6n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(6n) .mega-menu .inner {
    border-color: #f7cc35 !important;
  }
  nav.navbar .navbar-nav li:nth-child(7n) .nav-link {
    background-color: #00ad62;
  }
  nav.navbar .navbar-nav li:nth-child(7n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(7n) .mega-menu .inner {
    border-color: #00ad62 !important;
  }
  nav.navbar .navbar-nav li:nth-child(8n) .nav-link {
    background-color: #f79162;
  }
  nav.navbar .navbar-nav li:nth-child(8n) .dropdown-menu,
nav.navbar .navbar-nav li:nth-child(8n) .mega-menu .inner {
    border-color: #f79162 !important;
  }
  nav.navbar .navbar-nav .dropdown-toggle::after {
    margin-top: -0.1rem;
    margin-left: 0.6rem;
  }
  nav.navbar .dropdown-menu {
    padding: 1.2rem 0.5rem;
    margin-top: 0;
    background: #fff;
    border: 8px solid #f79162;
    border-radius: 0;
  }
  nav.navbar .dropdown-menu .nav-item {
    padding: 0.5rem 0;
  }
  nav.navbar .dropdown-menu .nav-item:not(:last-child) {
    border-bottom: 1px dashed #aaa;
  }
  nav.navbar .dropdown-menu .dropdown-item:hover, nav.navbar .dropdown-menu .dropdown-item:focus {
    text-decoration: underline;
    background: transparent;
  }
  nav.navbar .dropdown-menu .dropdown-item::before {
    display: none;
    font-family: "Font Awesome 5 Solid", sans-serif;
    font-style: normal;
    font-variant: normal;
    content: "\F054";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  nav.navbar .dropdown-menu .dropdown-item .svg-inline--fa {
    margin-right: 0.5rem;
    font-size: 80%;
  }
  nav.navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  nav.navbar .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
}

header.header-main {
  padding: calc(2rem + 2vh) 0;
}
@media (max-width: 1199.98px) {
  header.header-main .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  header.header-main {
    padding: 2rem 0 0 0;
  }
  header.header-main .actions {
    display: none;
  }
}
@media (min-width: 576px) {
  header.header-main .actions {
    display: block;
  }
  header.header-main .actions-mobile {
    display: none;
  }
}
header.header-main .navbar-brand {
  max-width: 30rem;
}
header.header-main .navbar-brand img {
  max-width: 100%;
  height: auto;
}
header.header-main .form-control, header.header-main section.contact input:not([type=checkbox]).sg-form-element, section.contact header.header-main input:not([type=checkbox]).sg-form-element,
header.header-main section.contact textarea.sg-form-element,
section.contact header.header-main textarea.sg-form-element, header.header-main .wpcf7 .wpcf7-text, .wpcf7 header.header-main .wpcf7-text,
header.header-main .wpcf7 .wpcf7-textarea,
.wpcf7 header.header-main .wpcf7-textarea {
  height: 3.8rem;
  padding: 0 3.5rem 0 2rem;
  font-weight: 700;
  background-color: #f6f5f6;
  border-radius: 2rem;
}
header.header-main .form-control:not(:focus), header.header-main section.contact input.sg-form-element:not(:focus):not([type=checkbox]), section.contact header.header-main input.sg-form-element:not(:focus):not([type=checkbox]),
header.header-main section.contact textarea.sg-form-element:not(:focus),
section.contact header.header-main textarea.sg-form-element:not(:focus), header.header-main .wpcf7 .wpcf7-text:not(:focus), .wpcf7 header.header-main .wpcf7-text:not(:focus),
header.header-main .wpcf7 .wpcf7-textarea:not(:focus),
.wpcf7 header.header-main .wpcf7-textarea:not(:focus) {
  border-color: #f6f5f6;
}
header.header-main .form-control::-moz-placeholder, header.header-main section.contact input.sg-form-element:not([type=checkbox])::-moz-placeholder, section.contact header.header-main input.sg-form-element:not([type=checkbox])::-moz-placeholder, header.header-main section.contact textarea.sg-form-element::-moz-placeholder, section.contact header.header-main textarea.sg-form-element::-moz-placeholder, header.header-main .wpcf7 .wpcf7-text::-moz-placeholder, .wpcf7 header.header-main .wpcf7-text::-moz-placeholder, header.header-main .wpcf7 .wpcf7-textarea::-moz-placeholder, .wpcf7 header.header-main .wpcf7-textarea::-moz-placeholder {
  color: #c7c6c7;
}
header.header-main .form-control:-ms-input-placeholder, header.header-main section.contact input.sg-form-element:not([type=checkbox]):-ms-input-placeholder, section.contact header.header-main input.sg-form-element:not([type=checkbox]):-ms-input-placeholder, header.header-main section.contact textarea.sg-form-element:-ms-input-placeholder, section.contact header.header-main textarea.sg-form-element:-ms-input-placeholder, header.header-main .wpcf7 .wpcf7-text:-ms-input-placeholder, .wpcf7 header.header-main .wpcf7-text:-ms-input-placeholder, header.header-main .wpcf7 .wpcf7-textarea:-ms-input-placeholder, .wpcf7 header.header-main .wpcf7-textarea:-ms-input-placeholder {
  color: #c7c6c7;
}
header.header-main .form-control::placeholder, header.header-main section.contact input.sg-form-element:not([type=checkbox])::placeholder, section.contact header.header-main input.sg-form-element:not([type=checkbox])::placeholder,
header.header-main section.contact textarea.sg-form-element::placeholder,
section.contact header.header-main textarea.sg-form-element::placeholder, header.header-main .wpcf7 .wpcf7-text::placeholder, .wpcf7 header.header-main .wpcf7-text::placeholder,
header.header-main .wpcf7 .wpcf7-textarea::placeholder,
.wpcf7 header.header-main .wpcf7-textarea::placeholder {
  color: #c7c6c7;
}
header.header-main .actions {
  text-align: right;
}
header.header-main .actions .call {
  font-size: 2.8rem;
  font-weight: 700;
  color: #EF38A0;
  font-family: "Amatic SC", cursive;
  padding-bottom: 1rem;
}
header.header-main .actions .call a:not(:focus):not(:hover) {
  color: currentColor;
}
header.header-main .actions a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
}
header.header-main .actions a:hover {
  color: #00ad62;
}
header.header-main .actions .callback a {
  font-weight: 700;
  font-size: 1.8rem;
}
header.header-main .actions .social-icons {
  padding: 0;
  margin: 0.5rem 0 0;
  list-style: none;
}
header.header-main .actions .social-icons li {
  display: inline-block;
}
header.header-main .actions .social-icons li a {
  font-size: 1.8rem;
}
header.header-main .actions .social-icons a:hover,
header.header-main .actions .social-icons a:focus {
  text-decoration: none;
}

.nav-item {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  width: 100vw;
  max-width: 1170px;
  margin-top: -6px;
  color: #161616;
}
.mega-menu .inner {
  padding: 3rem;
  background: #fff;
  border: 8px solid #f79162;
}
.mega-menu .group {
  padding-left: 1.5rem;
  border-left: 1px solid #c6c6c6;
}
.mega-menu .group-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: currentColor;
  text-transform: uppercase;
}
.mega-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-menu ul a {
  font-size: 1.4rem;
  color: currentColor;
}
.mega-menu ul a::before {
  display: none;
  font-family: "Font Awesome 5 Solid", sans-serif;
  font-style: normal;
  font-variant: normal;
  content: "\F054";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mega-menu ul a i {
  margin-right: 0.5rem;
  font-size: 80%;
}

.nav-item:hover > .mega-menu {
  display: block !important;
  opacity: 1;
  transition: all 0.3s ease;
}

.header-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  width: 100%;
}
.header-fixed .top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

@media screen and (max-width: 1200px) {
  .navbar-collapse {
    position: fixed;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100%;
  }

  .navbar-collapse.collapsing {
    height: 100%;
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    height: 100%;
    left: 0;
    transition: left 400ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 400ms ease-in;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-collapse {
    top: 285px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    top: 210px;
  }
}
@media screen and (max-width: 575px) {
  .navbar-collapse {
    top: 173px;
  }
}
@media screen and (max-width: 1200px) {
  #topNav {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  #mobileNav {
    display: none !important;
  }
}
.mobile-navigation {
  float: left;
  width: 100%;
  z-index: 99;
}
.mobile-navigation ul.navbar-nav {
  padding-left: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.mobile-navigation ul.navbar-nav li.nav-item {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.mobile-navigation ul.navbar-nav li.nav-item.menu-item-has-children ul.sub-menu {
  list-style: none;
  display: none;
}
.mobile-navigation ul.navbar-nav li.nav-item a {
  font-weight: bold;
  font-size: 18px;
}
.mobile-navigation li.menu-item {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  list-style: none;
  float: left;
}
.mobile-navigation li.menu-item.dropdown a.dropdown-toggle:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  position: absolute;
  font-size: 14px;
  top: 8px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\F078";
  border-top: 0;
}
.mobile-navigation li.menu-item.dropdown ul.dropdown-menu {
  position: relative;
  width: 100%;
  border: none;
}
.mobile-navigation li.menu-item.dropdown ul.dropdown-menu li {
  margin-bottom: 3px;
}
.mobile-navigation li.menu-item.dropdown ul.dropdown-menu li a {
  font-weight: 400;
  white-space: normal;
  font-size: 16px;
}
.mobile-navigation li.menu-item.show a.dropdown-toggle:after {
  content: "\F077";
}
.mobile-navigation li.menu-item a {
  font-weight: bold;
  font-size: 18px;
}

footer.footer {
  padding: 8rem 0 5rem;
  font-size: 1.4rem;
  color: #fff;
  background: #1db373 url(../../static/images/bg-footer.png) center top no-repeat;
  background-size: 100% auto;
}
footer.footer .action {
  font-size: 1.6rem;
}
footer.footer .action .btn, footer.footer .action section.contact .sg-btn, section.contact footer.footer .action .sg-btn, footer.footer .action .wpcf7 input[type=submit], .wpcf7 footer.footer .action input[type=submit] {
  margin-top: 2rem;
}
footer.footer .nav-footer {
  padding: 0;
  margin: -1rem 0;
  list-style: none;
}
footer.footer .nav-footer li {
  margin: 1rem 0;
}
footer.footer .nav-footer a {
  font-weight: 700;
  color: currentColor;
}
footer.footer .address {
  line-height: 1.6;
}

.btn, section.contact .sg-btn, .wpcf7 input[type=submit] {
  position: relative;
  text-transform: uppercase;
}
.btn.btn-icon, section.contact .btn-icon.sg-btn, .wpcf7 input.btn-icon[type=submit] {
  padding-right: 4.2rem;
}
.btn.rounded-circle, section.contact .rounded-circle.sg-btn, .wpcf7 input.rounded-circle[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  font-size: 2.4rem;
}
.btn:not(.rounded-circle) i, section.contact .sg-btn:not(.rounded-circle) i, .wpcf7 input[type=submit]:not(.rounded-circle) i {
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
  transform: translateY(-50%);
}
.btn.btn-sm .fa-caret-right, section.contact .btn-sm.sg-btn .fa-caret-right, .wpcf7 input.btn-sm[type=submit] .fa-caret-right {
  top: calc(50% - 0.1rem);
}
.btn.btn-icon-first, section.contact .btn-icon-first.sg-btn, .wpcf7 input.btn-icon-first[type=submit] {
  padding-left: 4.2rem;
}
.btn.btn-icon-first:not(.rounded-circle) i, section.contact .btn-icon-first.sg-btn:not(.rounded-circle) i, .wpcf7 input.btn-icon-first[type=submit]:not(.rounded-circle) i {
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 1.5rem;
  transform: translateY(-50%);
}

.input-group .btn, .input-group section.contact .sg-btn, section.contact .input-group .sg-btn, .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit] {
  height: 4.5rem;
}

.alert, .wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-spam-blocked {
  margin-bottom: 1.5rem;
}
.alert a, .wpcf7 div.wpcf7-validation-errors a, .wpcf7 div.wpcf7-mail-sent-ok a, .wpcf7 div.wpcf7-spam-blocked a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
}
.alert a:hover, .wpcf7 div.wpcf7-validation-errors a:hover, .wpcf7 div.wpcf7-mail-sent-ok a:hover, .wpcf7 div.wpcf7-spam-blocked a:hover {
  text-decoration: none;
}

.alert-danger, .wpcf7 div.wpcf7-validation-errors {
  color: #e74949;
  background-color: #fff4f4;
  border-color: #e74949;
}

.alert-success, .wpcf7 div.wpcf7-mail-sent-ok {
  color: #39b54a;
  background-color: #f4fff6;
  border-color: #39b54a;
}

textarea {
  resize: none;
}

input[type=search] {
  background: url(../../static/vectors/input-search.svg) right 1.5rem center no-repeat;
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

label.required::after {
  margin-left: 0.2rem;
  font-weight: 700;
  color: #dc3545;
  content: "*";
}

.form-group label, section.contact .sg-form-group label {
  font-size: 1.2rem;
  color: #b3b3b3;
  text-transform: uppercase;
}

.wysiwyg {
  line-height: 1.6;
}
.wysiwyg table img {
  min-width: 3rem;
  min-height: 3rem;
}
.wysiwyg > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.wysiwyg a:not(.btn) {
  font-weight: 700;
  border-bottom: 0.1rem solid currentColor;
}
.wysiwyg a:not(.btn):hover {
  text-decoration: none;
}
.wysiwyg h1 {
  font-size: 3.6rem;
}
.wysiwyg h2 {
  font-size: 3.2rem;
}
.wysiwyg h3 {
  font-size: 2.5rem;
}
.wysiwyg h4 {
  font-size: 2.3rem;
}
.wysiwyg h5 {
  font-size: 2rem;
}
.wysiwyg h6 {
  font-size: 1.8rem;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .wysiwyg img.alignleft {
    float: left;
    margin: 1.5rem 1.5rem 1.5rem 0;
  }
  .wysiwyg img.alignright {
    float: right;
    margin: 1.5rem 0 1.5rem 1.5rem;
  }
  .wysiwyg .alignright {
    float: right;
  }
  .wysiwyg .alignleft {
    float: left;
  }
}
@media (max-width: 767.98px) {
  .wysiwyg .alignleft,
.wysiwyg .alignright,
.wysiwyg img.alignleft,
.wysiwyg img.alignright {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.wysiwyg .aligncenter,
.wysiwyg img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg > ul, .wysiwyg > ol {
  padding: 0;
  clear: both;
  list-style: none;
}
.wysiwyg > ul li, .wysiwyg > ol li {
  position: relative;
  padding-left: 3rem;
  line-height: 1.4;
}
.wysiwyg > ul li:not(:last-child), .wysiwyg > ol li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.wysiwyg > ol {
  counter-reset: ol-counter;
}
.wysiwyg > ol li::before {
  position: absolute;
  left: 0.2rem;
  font-weight: 700;
  color: #00ad62;
  content: counter(ol-counter) ". ";
  counter-increment: ol-counter;
}
.wysiwyg > ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3rem;
  height: 1.1rem;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3E%3Cpath fill='%2300ad62' d='M13.097 5.487c0 .149-.06.283-.157.38l-4.298 4.298a.534.534 0 0 1-.759 0 .537.537 0 0 1 0-.76l3.38-3.381H1.1a.537.537 0 1 1 0-1.074h10.163l-3.38-3.381a.537.537 0 0 1 .759-.76l4.298 4.298a.537.537 0 0 1 .157.38z'/%3E%3C/svg%3E");
}
.wysiwyg figure {
  position: relative;
  max-width: 100%;
}
.wysiwyg figure a {
  display: block;
  border: 0 !important;
}
.wysiwyg figure img {
  margin: 0;
}
.wysiwyg figure .wp-caption-text {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  padding: 1.5rem 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fe3ca0;
  text-align: center;
  background: #fff;
  border-radius: 3.2rem;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .wysiwyg figure .wp-caption-text {
    bottom: 4.5rem;
    padding: 2rem 3.2rem;
    font-size: 2.2rem;
  }
}

section.hero-carousel {
  margin: 3rem 0;
}
@media (max-width: 767.98px) {
  section.hero-carousel {
    margin: 0;
  }
}
section.hero-carousel .slick-slider {
  overflow: hidden;
  font-size: 0;
}
section.hero-carousel .slick-slider.height-360 {
  height: 360px;
}
section.hero-carousel .slick-slider.height-360 .slick-list,
section.hero-carousel .slick-slider.height-360 .slick-track,
section.hero-carousel .slick-slider.height-360 .slick-slide,
section.hero-carousel .slick-slider.height-360 .slide-container,
section.hero-carousel .slick-slider.height-360 .slide {
  height: 360px;
}
section.hero-carousel .slick-slider.height-490 {
  height: 490px;
}
section.hero-carousel .slick-slider.height-490 .slick-list,
section.hero-carousel .slick-slider.height-490 .slick-track,
section.hero-carousel .slick-slider.height-490 .slick-slide,
section.hero-carousel .slick-slider.height-490 .slide-container,
section.hero-carousel .slick-slider.height-490 .slide {
  height: 490px;
}
@media (max-width: 575.98px) {
  section.hero-carousel .slick-slider.height-360, section.hero-carousel .slick-slider.height-490 {
    height: 240px;
  }
  section.hero-carousel .slick-slider.height-360 .slick-list,
section.hero-carousel .slick-slider.height-360 .slick-track,
section.hero-carousel .slick-slider.height-360 .slick-slide,
section.hero-carousel .slick-slider.height-360 .slide-container,
section.hero-carousel .slick-slider.height-360 .slide, section.hero-carousel .slick-slider.height-490 .slick-list,
section.hero-carousel .slick-slider.height-490 .slick-track,
section.hero-carousel .slick-slider.height-490 .slick-slide,
section.hero-carousel .slick-slider.height-490 .slide-container,
section.hero-carousel .slick-slider.height-490 .slide {
    height: 240px;
  }
}
section.hero-carousel .slick-slider .slide {
  position: relative;
  overflow: visible;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
section.hero-carousel .slick-slider .slide .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.5rem 4.5rem;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  section.hero-carousel .slick-slider .slide .inner {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  section.hero-carousel .slick-slider .slide .inner {
    padding: 4rem 2rem;
  }
}
section.hero-carousel .slick-slider .slide .title-summary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 6rem;
  color: #fff;
  background: rgba(39, 39, 39, 0.7);
}
@media (max-width: 575.98px) {
  section.hero-carousel .slick-slider .slide .title-summary .title {
    padding-bottom: 0;
  }
  section.hero-carousel .slick-slider .slide .title-summary .summary {
    display: none;
  }
}
section.hero-carousel .slick-slider .slide .title-summary .title {
  font-weight: 700;
  font-size: 2.8rem;
  padding-bottom: 1.8rem;
}
section.hero-carousel .slick-slider .slide .title-summary .summary {
  font-size: 1.9rem;
  line-height: 1.2;
}
section.hero-carousel .slick-slider .slide .title-summary.accreditation {
  padding: 2.3rem;
}
section.hero-carousel .slick-slider .slide .title-summary.accreditation .title,
section.hero-carousel .slick-slider .slide .title-summary.accreditation .summary {
  width: calc(100% - 12rem);
}
section.hero-carousel .slick-slider .slide .title-summary.accreditation .accreditation-box {
  position: absolute;
  right: 2.3rem;
  bottom: 2.3rem;
  width: 9.6rem;
  height: 9.6rem;
}
section.hero-carousel .slick-slider .slide .title-summary.accreditation .accreditation-box img {
  padding: 0.8rem;
  width: 100%;
}
section.hero-carousel .slick-slider .slide .download-brochure {
  position: absolute;
  z-index: 9;
  top: 4.5rem;
  right: 1.2rem;
  border-radius: 100%;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  height: 15rem;
  width: 15rem;
}
section.hero-carousel .slick-slider .slide .download-brochure a {
  text-align: center;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  height: 15rem;
  width: 15rem;
  border-radius: 100%;
  padding: 4.8rem 2rem;
}
section.hero-carousel .slick-slider .slide .video {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
section.hero-carousel .slick-slider .slide .video video {
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
section.hero-carousel .slick-slide {
  overflow: hidden;
}
section.hero-carousel .slick-current .video,
section.hero-carousel .slick-active .video {
  opacity: 1;
}
@media (max-width: 991.98px) {
  section.hero-carousel .slick-arrow {
    display: none;
  }
}
@media (max-width: 767.98px) {
  section.hero-carousel .slick-track {
    display: flex;
  }
  section.hero-carousel .slick-track .slick-slide {
    display: flex;
    width: 100%;
    height: auto;
  }
  section.hero-carousel .slick-track .slick-slide > div {
    width: 100%;
  }
  section.hero-carousel .slick-track .slick-slide > div > div {
    height: 100%;
  }
  section.hero-carousel .slick-track .slick-slide > div > div .slide {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  section.hero-carousel .slick-track .slick-slide > div > div .slide .download-brochure,
section.hero-carousel .slick-track .slick-slide > div > div .slide .accreditation-box {
    display: none;
  }
  section.hero-carousel .slick-track .slick-slide > div > div .slide .title-summary {
    padding: 2rem;
  }
  section.hero-carousel .slick-track .slick-slide > div > div .slide .title-summary .title {
    font-size: 2.4rem;
    width: 100% !important;
  }
  section.hero-carousel .slick-track .slick-slide > div > div .slide .title-summary .summary {
    font-size: 1.6rem;
    width: 100% !important;
  }
}

section.categories {
  margin-bottom: 9rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  section.categories {
    margin-bottom: 0;
  }
}
section.categories .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26rem;
  overflow: hidden;
  background: 50% 50%/cover;
}
section.categories .item .strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: skewY(-30deg);
  transform-origin: 0 100% 0;
}
section.categories .item .strip:not(.hover)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.15;
}
section.categories .item .strip.hover {
  right: 0;
  bottom: 0;
  transform: skewX(-59.9deg);
}
section.categories .item:hover .strip.hover {
  width: 0;
}
section.categories .item .inner {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
  text-align: center;
}
section.categories .item .title {
  padding: 2.4rem;
  font-family: "Amatic SC", cursive;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
}
section.categories .item .summary {
  padding: 0 4rem 0 3rem;
  font-size: 1.9rem;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
section.categories .item .btn, section.categories .item section.contact .sg-btn, section.contact section.categories .item .sg-btn, section.categories .item .wpcf7 input[type=submit], .wpcf7 section.categories .item input[type=submit] {
  float: right;
  margin-top: 2.2rem;
  margin-right: 3rem;
  color: #000;
  background-color: #fff;
  font-size: 1.9rem;
  border: 1px solid #000;
  font-weight: 700;
}

/*section.process {
  color: #aaa;

  .title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .step-image {
    width: auto;
    height: 5.5rem;
  }

  .step-title {
    margin-top: 0.2rem;
    font-size: 1.9rem;
    font-weight: 700;
  }
}
*/
section.process {
  padding: 6rem 0 7.2rem 0;
  position: relative;
}
section.process .strip {
  width: 200%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
section.process .strip:not(.whitened) {
  transform: skewY(-24.5deg);
}
section.process .strip.whitened {
  z-index: 1;
  opacity: 0.8;
}
section.process img.absolute {
  position: absolute;
  z-index: 2;
}
section.process img.absolute.basket-ball {
  top: 5rem;
  left: 5rem;
}
section.process img.absolute.climbing-frame {
  bottom: 0.6rem;
  left: 1rem;
}
section.process img.absolute.climbing-frame-slide {
  top: 1rem;
  right: 1rem;
  width: 18rem;
  height: 18rem;
}
section.process img.absolute.sand-pit {
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
section.process img.absolute.basketball-court {
  bottom: -6rem;
  right: -5rem;
  width: 26rem;
  height: 21rem;
}
section.process .container {
  position: relative;
  z-index: 3;
}
section.process .container .left-content {
  width: calc(100% - 51rem);
  margin-right: 3rem;
  float: left;
}
section.process .container .left-content .heading {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 5.2rem;
  padding-bottom: 2.3rem;
  color: #fff;
}
section.process .container .left-content .content p {
  font-weight: 400;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}
section.process .container .left-content .content p:first-of-type {
  font-weight: 600;
}
section.process .container .left-content .subheading-container {
  width: 100%;
  text-align: center;
  margin: 2rem 0 3rem 0;
}
section.process .container .left-content .subheading-container .subheading {
  display: inline-block;
  background: #3D3D3D;
  border-radius: 4.2rem;
  color: #fff;
  padding: 1rem 3.2rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  font-family: "Amatic SC", cursive;
  font-size: 2.8rem;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
section.process .container .left-content .subheading-container .subheading:hover {
  text-decoration: none;
  color: #3D3D3D;
  background: #fff;
}
section.process .container .left-content .steps {
  width: 100%;
  text-align: center;
}
section.process .container .left-content .steps .single-step {
  display: block;
  width: 25%;
  float: left;
}
section.process .container .left-content .steps .single-step .bg-white {
  background-color: #fff;
  padding: 2rem;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
section.process .container .left-content .steps .single-step .bg-white .step-image {
  width: 8rem;
  height: auto;
}
section.process .container .left-content .steps .single-step .step-title {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
section.process .container .right-image {
  width: 48rem;
  float: left;
}
section.process .container .right-image img {
  width: 100%;
}
section.process .container .gallery-container {
  float: left;
  width: 48rem;
}
section.process .container .gallery-container .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 15rem);
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.process .container .gallery-container .gallery .gallery__item {
  margin: 0;
}
section.process .container .gallery-container .gallery .gallery__item .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.process .container .gallery-container .gallery .gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
section.process .container .gallery-container .gallery .gallery__item--2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
section.process .container .gallery-container .gallery .gallery__item--3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
section.process .container .gallery-container .gallery .gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
section.process .container .gallery-container .gallery .gallery__item--5 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}
section.process .container .gallery-container .gallery .gallery__item--6 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}
section.process .container .gallery-container .gallery .gallery__item--7 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
section.process .container .gallery-container .gallery .gallery__item--8 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
}
section.process .container .clear {
  clear: both;
}
@media (max-width: 991.98px) {
  section.process img.absolute {
    display: none;
  }
  section.process .left-content {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 4rem !important;
  }
  section.process .right-image,
section.process .gallery-container {
    width: 100% !important;
    margin: 0 auto !important;
  }
  section.process .right-image {
    float: none !important;
    max-width: 30rem;
  }
}
@media (max-width: 767.98px) {
  section.process .gallery-container .gallery {
    grid-template-rows: repeat(4, 20vw) !important;
  }
  section.process .right-image {
    max-width: none;
    float: left !important;
  }
}
@media (max-width: 575.98px) {
  section.process .left-content .steps .single-step {
    width: calc(25% - 1rem) !important;
    margin: 0 0.5rem !important;
    padding: 0 !important;
  }
  section.process .left-content .steps .single-step .bg-white {
    width: 100% !important;
    height: auto !important;
    max-height: 7.6rem;
  }
  section.process .left-content .steps .single-step .bg-white img {
    width: 100% !important;
    max-height: 6.5rem !important;
  }
  section.process .left-content .steps .single-step .step-title {
    font-size: 1.1rem !important;
  }
  section.process .gallery-container {
    display: none !important;
  }
}

section.colorful-boxes .box {
  position: relative;
  height: 100%;
  padding: 3.5rem 1.5rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
section.colorful-boxes .box .strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
}
section.colorful-boxes .box .strip:not(.whitened) {
  transform: rotate(-33deg) translate3d(-30%, -90%, 1px);
}
section.colorful-boxes .box .strip.whitened {
  z-index: 1;
  opacity: 0.8;
}
section.colorful-boxes .box .inner {
  position: relative;
  z-index: 2;
}
section.colorful-boxes .box .icon {
  height: 7rem;
}
section.colorful-boxes .box .title {
  margin: 1.5rem 0;
  font-family: "Amatic SC", cursive;
  font-size: 3.6rem;
  font-weight: 700;
}

section.bg-white + section.colorful-boxes {
  padding-top: 0;
}

section.playground-inspiration {
  color: #fff;
  background: #ffdc61;
}
section.playground-inspiration .top {
  margin-bottom: 3.5rem;
  position: relative !important;
}
section.playground-inspiration .title {
  font-family: "Amatic SC", cursive;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}
section.playground-inspiration .image {
  padding-bottom: 66.66%;
  margin: 0 0.5rem;
  background: 50% 50%/cover;
}

section.accreditations .title {
  margin-bottom: 4rem;
  font-size: 3.7rem;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
section.accreditations img {
  max-height: 13rem;
}

section.recent-blog-posts {
  position: relative;
  padding: 5.5rem 0 11rem 0;
}
section.recent-blog-posts .strip {
  width: 200%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
section.recent-blog-posts .strip:not(.whitened) {
  transform: skewY(-24.5deg);
}
section.recent-blog-posts .strip.whitened {
  z-index: 1;
  opacity: 0.8;
}
section.recent-blog-posts .container {
  position: relative;
  z-index: 2;
}
section.recent-blog-posts .container .heading {
  padding-bottom: 5rem;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 5.8rem;
  color: #000000;
}

section.seo-guides .sidebar {
  padding: 2rem 3rem;
  color: #fff;
  background-color: #4f4f4f;
}
section.seo-guides .sidebar .guide-item {
  display: block;
  padding: 3rem 1rem;
  color: currentColor;
  border-bottom: 0.1rem solid #8e8e8e;
  transition: all 0.3s ease;
}
section.seo-guides .sidebar .guide-item:focus, section.seo-guides .sidebar .guide-item:hover {
  text-decoration: none;
  background-color: #424242;
}
section.seo-guides .sidebar .guide-item-title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
section.seo-guides .sidebar .slick-list {
  margin-bottom: 2.5rem;
}
section.seo-guides .sidebar .slick-arrow {
  top: auto;
  bottom: 0;
  color: #fff;
  transform: none;
}
section.seo-guides .sidebar .slick-dots li {
  border: 4px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
}
section.seo-guides .sidebar .slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
section.seo-guides .sidebar .slick-dots .slick-active {
  border-color: #f7cc35;
}
section.seo-guides .sidebar .slick-dots .slick-active button {
  background: #fff;
  border-color: #4f4f4f;
}
section.seo-guides .content > p:first-child {
  font-size: 1.8rem;
  font-weight: 600;
}

section.maintenance .title {
  padding-bottom: 26px;
  font-size: 27px;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 0;
}
section.maintenance .summary {
  color: #A1A1A1;
  font-size: 18px;
  text-align: center;
}
section.maintenance .maintenance-form form .form-title {
  color: #00ad62;
  font-size: 27px;
  margin: 18px 0 36px 0;
  font-weight: 700;
  padding-top: 26px;
  border-top: 1px solid #BDBDBD;
  float: left;
  width: 100%;
}
section.maintenance .maintenance-form form label {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #B3B3B3;
  font-size: 14px;
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 23px 0;
}
section.maintenance .maintenance-form form label .wpcf7-form-control-wrap {
  margin: 6px 0 0 0;
}
section.maintenance .maintenance-form form label .required {
  position: relative;
  color: #d72f3c;
}
section.maintenance .maintenance-form form label.half-width {
  width: calc(50% - 13px);
}
@media screen and (max-width: 767px) {
  section.maintenance .maintenance-form form label.half-width {
    width: 100%;
  }
}
section.maintenance .maintenance-form form label.margin-right {
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  section.maintenance .maintenance-form form label.margin-right {
    margin-right: 0;
  }
}
section.maintenance .maintenance-form form label span input {
  width: 100%;
  color: #495057;
}
section.maintenance .maintenance-form form label span textarea {
  padding: 18px;
}
section.maintenance .maintenance-form form .info-block {
  background: #00ad62;
  padding: 6px 18px;
  width: 100%;
  float: left;
  margin-top: -23px;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 500px) {
  section.maintenance .maintenance-form form .info-block {
    display: block !important;
  }
}
section.maintenance .maintenance-form form .info-block span {
  width: calc(100% - 170px);
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (max-width: 500px) {
  section.maintenance .maintenance-form form .info-block span {
    width: 100%;
    padding-bottom: 10px;
  }
}
section.maintenance .maintenance-form form .info-block .repair-info-tooltip {
  position: absolute;
  bottom: 50px;
  right: 10px;
  background: #F9F9F9;
  border: 1px solid #B4B4B4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  padding: 20px;
  cursor: default;
  max-width: 370px;
  width: 370px;
  min-height: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  section.maintenance .maintenance-form form .info-block .repair-info-tooltip {
    width: 100%;
    min-height: auto;
  }
}
section.maintenance .maintenance-form form .info-block .repair-info-tooltip img {
  width: 100%;
}
section.maintenance .maintenance-form form .info-block .repair-info-tooltip.active {
  visibility: visible;
  opacity: 1;
}
section.maintenance .maintenance-form form .info-block .repair-info-tooltip .close {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background: #B4B4B4;
  border-radius: 50%;
}
section.maintenance .maintenance-form form .info-block .repair-info-tooltip .close i {
  font-size: 36px;
  color: #000;
}
section.maintenance .maintenance-form form .info-block .repair-info-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 102px;
  margin-left: -13px;
  border-width: 20px;
  border-style: solid;
  border-color: #F9F9F9 transparent transparent transparent;
}
section.maintenance .maintenance-form form .info-block .view-where-button {
  width: 140px;
  float: left;
  margin-left: 30px;
  background: #fff;
  color: #000;
  font-size: 13px;
  line-height: 1.1;
  padding: 6px 0;
  text-align: right;
  border-radius: 100px;
  padding-right: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 500px) {
  section.maintenance .maintenance-form form .info-block .view-where-button {
    margin-left: 0;
    float: right;
  }
}
section.maintenance .maintenance-form form .info-block .view-where-button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\F06E";
  display: inline-block;
  pointer-events: none;
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translatey(-50%);
}
section.maintenance .maintenance-form form .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
section.maintenance .maintenance-form form .date-of-install input {
  width: 100%;
  border: 1px solid #CED4DA;
  padding: 0.375rem 1.5rem;
  height: 4.5rem;
  color: #495057;
  text-transform: uppercase;
}
section.maintenance .maintenance-form form .date-of-install input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00ad62;
  outline: 0;
  box-shadow: 0 0 1rem rgba(0, 173, 98, 0.2);
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper {
  float: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  section.maintenance .maintenance-form form .codedropz-upload-wrapper {
    margin-bottom: 30px;
  }
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler,
section.maintenance .maintenance-form form .codedropz-upload-wrapper .dnd-upload-status {
  width: calc(50% - 16px);
  float: left;
}
@media screen and (max-width: 600px) {
  section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler,
section.maintenance .maintenance-form form .codedropz-upload-wrapper .dnd-upload-status {
    width: 100%;
    margin-right: 0;
  }
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .dnd-upload-status {
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler {
  background: #F5F5F5;
  border: 2px dashed #C9C9C9;
  border-radius: 0;
  margin-right: 32px;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  white-space: normal;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  position: relative;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  padding-top: 86px;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\F062";
  display: inline-block;
  pointer-events: none;
  color: #48AE61;
  font-size: 40px;
  border-radius: 4px;
  border: 1px solid #48AE61;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  color: #6A6A6A;
  font-size: 14px;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  margin-top: 30px;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a {
  background: #48AE61;
  border-radius: 900px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a:hover {
  background: #EF38A0;
}
section.maintenance .maintenance-form form .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
section.maintenance .maintenance-form form .image-upload {
  position: relative;
}
section.maintenance .maintenance-form form .inspection-sheet {
  margin-bottom: 30px;
}
section.maintenance .maintenance-form form .pre-file-uploaded-message {
  width: calc(50% - 16px);
  float: right;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}
@media screen and (max-width: 600px) {
  section.maintenance .maintenance-form form .pre-file-uploaded-message {
    display: none;
  }
}
section.maintenance .maintenance-form form .pre-file-uploaded-message.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
section.maintenance .maintenance-form form .pre-file-uploaded-message p {
  position: relative;
  padding-top: 64px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #495057;
  position: relative;
}
section.maintenance .maintenance-form form .pre-file-uploaded-message p:before {
  content: "";
  background: url(../../static/vectors/info-icon.svg) 50% 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 38px;
  width: 38px;
}
section.maintenance .maintenance-form form .wpcf7-submit {
  background: #EF38A0;
  border-radius: 900px;
  width: 100%;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 22px;
  border: none;
  transition: all 0.3s ease;
}
section.maintenance .maintenance-form form .wpcf7-submit:hover {
  background: #00ad62;
}

section.icon-links .link-item img {
  width: auto;
  height: 10rem;
}
section.icon-links .link-item .title {
  display: block;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 700;
}
section.icon-links .link-item .title:hover {
  text-decoration: none;
}

section.text-image .box {
  padding: 3rem 4rem;
  background: #fff;
}
section.text-image .title {
  margin-bottom: 2.5rem;
  font-size: 4rem;
  font-weight: 700;
  color: #00ad62;
}

section.faq .bubble {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: currentColor;
  border-radius: 2rem;
}
section.faq .bubble::after {
  position: absolute;
  bottom: -1.5rem;
  left: 15%;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 1.5rem;
  border-top-color: currentColor;
  transform: translateX(-50%);
}
section.faq .bubble .count {
  width: 4rem;
  height: 4rem;
  padding: 10px 0;
  margin-right: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
section.faq .bubble .question {
  flex: 1;
  color: #fff;
}
section.faq .content {
  padding: 2.5rem 3.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
section.faq [class^=col]:nth-child(1n) .bubble {
  color: #0aa7e1;
}
section.faq [class^=col]:nth-child(2n) .bubble {
  color: #b361f7;
}
section.faq [class^=col]:nth-child(3n) .bubble {
  color: #f79162;
}
section.faq [class^=col]:nth-child(4n) .bubble {
  color: #f7cc35;
}
section.faq [class^=col]:nth-child(5n) .bubble {
  color: #00ad62;
}

/*section.faqs-v2 {
	background: #F7F7F7;
  padding: 6rem 0 15rem 0;
  float: left;
  width: 100%;
	.container {
		.title {
			text-align: center;
			padding-bottom: 6rem;
			h3 {
				font-size: 5.1rem;
				padding-bottom: 2rem;
				font-weight: 700;
				font-family: $font-amatic;
			}
			p {
				font-size: 3.1rem;
				font-weight: 700;
			}
		}
		.bg-white {
			background: #fff;
			float: left;
			width: 100%;
			position: relative;
			.questions {
				float: left;
				width: 37rem;
				.question {
					display: block;
					width: 100%;
					float: left;
					padding: 2.5rem;
					border-bottom: 1px solid #e6e6e6;
					cursor: pointer;
					transition: 0.5s;
					-webkit-transition: 0.5s;
					p {
						color: #000000;
						font-size: 1.8rem;
						font-weight: 700;
						transition: 0.5s;
						-webkit-transition: 0.5s;
					}
					.guide-item {
						p.guide-item-title {
							font-weight: 700;
							padding-bottom: 1.2rem;
						}
						.guide-item-desc {
							color: #000000;
							font-size: 1.5rem;
							font-weight: 600;
							transition: 0.3s;
							-webkit-transition: 0.3s;
						}
					}
					&.active {
						width: calc(100% + 8px);
						background: #d678ff;
						-webkit-clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
						clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
						cursor: default;
						p.guide-item-title {
							font-weight: 700;
							padding-bottom: 1.2rem;
						}
						p {
							color: #fff;
						}
						.guide-item-desc {
							color: #fff;
						}
					}
					&:hover {
						background: #d678ff;
						p {
							color: #fff;
						}
						.guide-item-desc {
							color: #fff;
						}
					}
				}
				&.sidebar {
					.slick-slider {
						.slick-current {
							div {
								//overflow: visible !important;
							}
						}
						.slick-slide {
							div {
								overflow: hidden;
							}
						}

					}
				}
			}
			.answers {
				float: left;
				width: calc(100% - 37rem);
				padding: 4rem;
				border-left: 1px solid #e6e6e6;
				img {
					max-height: 300px;
					display: block;
					margin: 0 auto 3rem auto;
				}
				a {
					margin-bottom: 0 !important;
				}
				.answer {
					display: none;
					&.active {
						display: block;
					}
					img {
						width: 100%;
						margin-bottom: 4rem;
					}
					.content {
						p {
							font-weight: 600;
							padding-bottom: 2rem;
							line-height: 1.2;
							font-size: 1.4rem;
						}
					}
				}
			}
			.prev-next-buttons {
				width:37rem;
				position: absolute;
				bottom: 0;
				left:0;
				background-color: transparent;
				border: none;
				.prev,
				.next {
					width:50%;
					float: left;
					height: 8.7rem;
					cursor: pointer;
					position: relative;
					i {
						font-size: 5rem;
						color: #fff;
						position: absolute;
						top: 50%;
						transform: translateY(-50%);
						-webkit-transform: translateY(-50%);
					}
				}
				.prev {
					background: #2D2D2D;
					i {
						left: 2.4rem;
					}
				}
				.next {
					background: #565555;
					i {
						right: 2.4rem;
					}
				}
			}
		}
		&:after {
			content: '';
			display: block;
			clear: both;
		}
		@media (max-width: breakpoint-min(lg)) {
            .bg-white {
				padding-bottom: 8rem;
				.questions {
					width: 100%;
					.slick-slide {
						//width: 100% !important;
					}
				}
				.answers {
					width: 100%;
					padding: 4rem 2rem 2rem 2rem;
				}
				.prev-next-buttons {
					width: 100%;
				}
			}
          }
	}
}*/
section.faqs-v2 {
  padding: 6rem 0 15rem 0;
  background: #F6F6F6;
}
section.faqs-v2 .title {
  text-align: center;
  padding-bottom: 6rem;
}
section.faqs-v2 .title h3 {
  font-size: 5.1rem;
  padding-bottom: 2rem;
  font-weight: 700;
  font-family: "Amatic SC", cursive;
}
section.faqs-v2 .title p {
  font-size: 3.1rem;
  font-weight: 700;
}
section.faqs-v2 .questions-section .questions,
section.faqs-v2 .guides-section .questions {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
section.faqs-v2 .questions-section .questions .question,
section.faqs-v2 .guides-section .questions .question {
  padding: 2.2rem;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
section.faqs-v2 .questions-section .questions .question p,
section.faqs-v2 .guides-section .questions .question p {
  font-weight: 700;
  font-size: 20px;
}
section.faqs-v2 .questions-section .questions .question p.guide-item-title,
section.faqs-v2 .guides-section .questions .question p.guide-item-title {
  font-weight: 700;
  padding-bottom: 1.2rem;
  color: #000;
}
section.faqs-v2 .questions-section .questions .question .guide-item-desc,
section.faqs-v2 .guides-section .questions .question .guide-item-desc {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
section.faqs-v2 .questions-section .questions .question.active,
section.faqs-v2 .guides-section .questions .question.active {
  background: #d678ff;
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
  clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
  width: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  section.faqs-v2 .questions-section .questions .question.active,
section.faqs-v2 .guides-section .questions .question.active {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
section.faqs-v2 .questions-section .questions .question.active p,
section.faqs-v2 .guides-section .questions .question.active p {
  color: #fff;
}
section.faqs-v2 .questions-section .questions .question.active .guide-item-desc,
section.faqs-v2 .guides-section .questions .question.active .guide-item-desc {
  color: #fff;
}
section.faqs-v2 .questions-section .questions .prev-next-buttons,
section.faqs-v2 .guides-section .questions .prev-next-buttons {
  background-color: transparent;
  border: none;
  margin-top: 1.6rem;
  float: left;
  width: 100%;
}
section.faqs-v2 .questions-section .questions .prev-next-buttons .prev,
section.faqs-v2 .questions-section .questions .prev-next-buttons .next,
section.faqs-v2 .guides-section .questions .prev-next-buttons .prev,
section.faqs-v2 .guides-section .questions .prev-next-buttons .next {
  width: 50%;
  float: left;
  height: 7rem;
  cursor: pointer;
  position: relative;
}
section.faqs-v2 .questions-section .questions .prev-next-buttons .prev i,
section.faqs-v2 .questions-section .questions .prev-next-buttons .next i,
section.faqs-v2 .guides-section .questions .prev-next-buttons .prev i,
section.faqs-v2 .guides-section .questions .prev-next-buttons .next i {
  font-size: 5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.faqs-v2 .questions-section .questions .prev-next-buttons .prev,
section.faqs-v2 .guides-section .questions .prev-next-buttons .prev {
  background: #2D2D2D;
}
section.faqs-v2 .questions-section .questions .prev-next-buttons .prev i,
section.faqs-v2 .guides-section .questions .prev-next-buttons .prev i {
  left: 2.4rem;
}
section.faqs-v2 .questions-section .questions .prev-next-buttons .next,
section.faqs-v2 .guides-section .questions .prev-next-buttons .next {
  background: #565555;
}
section.faqs-v2 .questions-section .questions .prev-next-buttons .next i,
section.faqs-v2 .guides-section .questions .prev-next-buttons .next i {
  right: 2.4rem;
}
section.faqs-v2 .questions-section .answers,
section.faqs-v2 .guides-section .answers {
  position: relative;
  border-left: 1px solid #e6e6e6;
}
section.faqs-v2 .questions-section .answers .answer,
section.faqs-v2 .guides-section .answers .answer {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 2.5rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
section.faqs-v2 .questions-section .answers .answer img,
section.faqs-v2 .guides-section .answers .answer img {
  max-height: 300px;
  display: block;
  margin: 0 auto 3rem auto;
}
section.faqs-v2 .questions-section .answers .answer.active,
section.faqs-v2 .guides-section .answers .answer.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
section.faqs-v2 .questions-section .answers .answer .js-load-more,
section.faqs-v2 .guides-section .answers .answer .js-load-more {
  margin-bottom: 0;
}

section.contact .title,
section.contact .sg-form-title {
  margin-bottom: 0.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00ad62;
  text-align: center;
}
section.contact .subtitle,
section.contact .sg-form-subtitle {
  margin-bottom: 1.5rem;
  color: #9f9f9f;
  text-align: center;
}
section.contact .sg-form-container {
  max-width: 100% !important;
  margin: 0 auto;
}
section.contact .sg-form-group label em {
  color: #dc3545;
}
section.contact textarea.sg-form-element {
  height: 200px;
  padding-top: 15px;
}
section.contact .inner {
  padding: 2rem;
}
section.contact .wpcf7 {
  margin-top: 3rem;
}
section.contact .information-group {
  color: #fff;
  background: #00ad62;
}
section.contact .information-group .title {
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  color: currentColor;
  border-bottom: 1px solid #fff;
}
section.contact .information-group a {
  padding: 0;
  font-weight: 400;
  color: currentColor;
  border: 0;
}
section.contact .information-group a:hover {
  text-decoration: underline;
}
section.contact .information-group .item:not(:last-child) {
  margin-bottom: 2rem;
}
section.contact .information-group .group-name {
  font-size: 1.4rem;
  text-transform: uppercase;
}
section.contact .information-group .social-icons {
  padding: 0;
  margin: 2.5rem -1rem 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}
section.contact .information-group .social-icons li {
  display: inline-block;
  margin: 0 1rem;
}
section.contact .information-group .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  color: #00ad62;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
section.contact .information-group .social-icons a:hover {
  color: #fff;
  background: #0aa7e1;
}
section.contact .maintenance-group {
  background: #333;
}
section.contact .maintenance-group .title {
  font-size: 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 16px;
  text-align: left;
}
section.contact .maintenance-group .title .icon {
  margin-right: 16px;
}
section.contact .maintenance-group .summary {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin: 14px 0 24px 0;
}
section.contact .maintenance-group .cta {
  background: #37A7E0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
section.contact .maintenance-group .cta:hover {
  background: #00ad62;
}

section.contact-v2 {
  background: #fff;
}
section.contact-v2 .title-container {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 6rem auto;
}
section.contact-v2 .title-container .title {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 5.1rem;
  padding-bottom: 2.3rem;
  color: #000000;
}
section.contact-v2 .title-container .subtitle {
  font-weight: 700;
  color: #000000;
  font-size: 1.9rem;
  line-height: 1.4;
}
section.contact-v2 .form {
  float: left;
  width: 100%;
}
section.contact-v2 .form .sg-form-container {
  max-width: none !important;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: none;
}
section.contact-v2 .form .sg-form-container .sg-form-title {
  display: none;
}
section.contact-v2 .form .sg-form-container form .sg-form-group {
  float: left;
  width: calc(50% - 3.2rem);
  margin-bottom: 2.1rem;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:nth-of-type(odd) {
  margin-right: 3.2rem;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:nth-of-type(even) {
  margin-left: 3.2rem;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:last-of-type {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.contact-v2 .form .sg-form-container form .sg-form-group input {
  background: #FAFAFA;
  border: 1px solid #BABABA;
  border-radius: 3px;
  padding: 1.6rem;
  font-size: 1.6rem;
}
section.contact-v2 .form .sg-form-container form .sg-form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background: #FAFAFA;
  border: 1px solid #BABABA;
  border-radius: 3px;
}
section.contact-v2 .form .sg-form-container form .sg-form-group button {
  background: #fff;
  color: #000000;
  border-radius: 100px;
  border: 1px solid #000000;
  padding: 1.8rem 3.2rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.4s;
}
section.contact-v2 .form .sg-form-container form .sg-form-group button:hover {
  color: #fff;
  background: #000000;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:nth-last-of-type(-n+2) {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:nth-last-of-type(2) {
  margin-bottom: 2.1rem;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:nth-last-of-type(2) label {
  font-size: 16px;
}
section.contact-v2 .form .sg-form-container form .sg-form-group:nth-last-of-type(2) input {
  background: #FAFAFA;
  border: 1px solid #BABABA;
  border-radius: 3px;
  padding: 1.6rem;
  font-size: 1.6rem;
}
section.contact-v2 .form .sg-form-container form .sg-form-group.sg-form-select {
  height: 53px;
  position: relative;
}
section.contact-v2 .form .sg-form-container form .sg-form-group.sg-form-select select {
  height: 34px;
  padding: 5px 1.6rem;
  font-size: 1.6rem;
  color: #6a6a6a !important;
}
section.contact-v2 .form .sg-form-container form .sg-form-group.sg-form-select:after {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\F078";
  display: inline-block;
  pointer-events: none;
  color: #000;
  font-size: 18px;
}
section.contact-v2 .form:after {
  content: "";
  display: block;
  clear: both;
}

section.brochures .brochure-group {
  padding: 3rem 0 0;
}
section.brochures .brochure-group:not(:last-child) {
  border-bottom: 0.1rem solid #dee2e6;
}
section.brochures .type {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
}
section.brochures .brochure-box {
  position: relative;
  margin-bottom: 3rem;
}
section.brochures .brochure-box .brochure-image {
  position: relative;
  padding-bottom: 70%;
  background: 50% 50%/cover;
  transition: all 0.3s ease;
}
section.brochures .brochure-box .brochure-title {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #f01d4f;
  text-align: center;
}
section.brochures .brochure-box:hover .brochure-image {
  opacity: 0.8;
}

section.introduction .container {
  max-width: 90rem;
}
@media (min-width: 768px) {
  section.introduction .content {
    font-size: 2.1rem;
  }
}

section.benefits {
  padding: 6rem 0 7.2rem 0;
  position: relative;
}
section.benefits .strip {
  width: 200%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
section.benefits .strip:not(.whitened) {
  transform: skewY(-24.5deg);
}
section.benefits .strip.whitened {
  z-index: 1;
  opacity: 0.8;
}
section.benefits img.absolute {
  position: absolute;
  z-index: 2;
}
section.benefits img.absolute.basket-ball {
  top: 5rem;
  left: 5rem;
}
section.benefits img.absolute.climbing-frame {
  bottom: 0.6rem;
  left: 1rem;
}
section.benefits img.absolute.climbing-frame-slide {
  top: 1rem;
  right: 1rem;
  width: 18rem;
  height: 18rem;
}
section.benefits img.absolute.sand-pit {
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
section.benefits img.absolute.basketball-court {
  bottom: -6rem;
  right: -5rem;
  width: 26rem;
  height: 21rem;
}
section.benefits .container {
  position: relative;
  z-index: 3;
}
section.benefits .container .content {
  width: 100%;
}
section.benefits .container .content .heading {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 5.2rem;
  padding-bottom: 2.3rem;
  color: #fff;
}
section.benefits .container .content .benefits-container {
  width: 100%;
  text-align: center;
}
section.benefits .container .content .benefits-container .single-benefit {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
section.benefits .container .content .benefits-container .single-benefit:nth-of-type(odd) {
  padding: 6rem 3.5rem 6rem 0;
}
section.benefits .container .content .benefits-container .single-benefit:nth-of-type(even) {
  padding: 6rem 0 6rem 3.5rem;
}
section.benefits .container .content .benefits-container .single-benefit:nth-of-type(1) {
  border-right: 5px dashed rgba(255, 255, 255, 0.38);
  border-bottom: 5px dashed rgba(255, 255, 255, 0.38);
}
section.benefits .container .content .benefits-container .single-benefit:nth-of-type(2) {
  border-bottom: 5px dashed rgba(255, 255, 255, 0.38);
}
section.benefits .container .content .benefits-container .single-benefit:nth-of-type(3) {
  border-right: 5px dashed rgba(255, 255, 255, 0.38);
}
section.benefits .container .content .benefits-container .single-benefit .text {
  position: relative;
  width: 100%;
}
section.benefits .container .content .benefits-container .single-benefit .text .benefit-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 2rem;
}
section.benefits .container .content .benefits-container .single-benefit .text p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  section.benefits img.absolute {
    display: none;
  }
  section.benefits .benefits-container .single-benefit {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 5px dashed rgba(255, 255, 255, 0.38);
    padding: 6rem 0 !important;
  }
  section.benefits .benefits-container .single-benefit:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  section.benefits .content .heading {
    font-size: 4.6rem !important;
    padding-bottom: 2rem;
  }
  section.benefits .content .benefits-container .single-benefit .text .benefit-title {
    font-size: 2.4rem !important;
  }
}

section.full-width-heading-and-cta {
  padding: 2rem 0;
}
section.full-width-heading-and-cta i.fa-info-circle {
  color: #fff;
  margin-right: 3.6rem;
  font-size: 3rem;
  display: inline-block;
}
section.full-width-heading-and-cta a.title {
  color: #fff;
  font-weight: 800;
  font-size: 3.4rem;
  display: inline-block;
}
section.full-width-heading-and-cta a.btn, section.full-width-heading-and-cta section.contact a.sg-btn, section.contact section.full-width-heading-and-cta a.sg-btn {
  float: right;
  font-weight: 700;
  padding: 1.2rem 5rem 1.2rem 2.6rem;
  font-size: 1.9rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1000px) {
  section.full-width-heading-and-cta a.btn, section.full-width-heading-and-cta section.contact a.sg-btn, section.contact section.full-width-heading-and-cta a.sg-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  section.full-width-heading-and-cta a.title {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  section.full-width-heading-and-cta a.title {
    font-size: 2rem;
  }
}

section.text-image-multiple .single-item:not(:last-child) {
  margin-bottom: 4rem;
}

section.subscribe .title {
  font-size: 2.3rem;
  color: #00ad62;
}
section.subscribe .subtitle {
  margin-top: 1rem;
  color: #777;
}
section.subscribe .form {
  max-width: 50rem;
  margin: 3rem auto 0;
}
section.subscribe .disclaimer {
  font-size: 1.2rem;
}
section.subscribe .input-group .wpcf7-form-control-wrap {
  flex: 1;
}
section.subscribe .social-icons {
  padding: 0;
  margin: 1.5rem 0 0;
  text-align: center;
  list-style: none;
}
section.subscribe .social-icons li {
  display: inline-block;
  margin: 0 0.7rem;
}

section.call-to-action .box {
  padding: 3rem;
  background: #fff;
  border: 0.2rem solid #00ad62;
  border-radius: 1rem;
}
section.call-to-action .inner {
  max-width: 90rem;
  margin: 0 auto;
}

section.inspiration-counter {
  padding-bottom: 6rem;
}
section.inspiration-counter .box {
  position: relative;
  padding: 3.5rem 1.5rem 5rem;
  color: #fff;
  background: #00ad62;
  border-radius: 1rem;
}
section.inspiration-counter .box .text {
  margin-bottom: 3.5rem;
  font-family: "Amatic SC", cursive;
  font-size: 4.8rem;
  font-weight: 700;
}
section.inspiration-counter .box .count {
  margin: 1rem 0;
}
section.inspiration-counter .box .count span {
  display: inline-block;
  margin: 0 0.5rem;
  border-radius: 0.5rem;
}
section.inspiration-counter .box .count span.numeric {
  padding: 1rem;
  color: #00ad62;
  background: #fff;
}
section.inspiration-counter .box .images-carousel {
  padding-bottom: 7rem;
}
section.inspiration-counter .box .images-carousel img {
  border-radius: 5px;
}
section.inspiration-counter .box .slick-arrow {
  top: auto;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: none;
}
section.inspiration-counter .box .slick-arrow:hover {
  color: #00ad62;
  background: #fff;
}
section.inspiration-counter .box .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-120%);
}
section.inspiration-counter .box .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(120%);
}
section.inspiration-counter .box .ribbon {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 1rem 5rem;
  font-size: 2.4rem;
  color: #00ad62;
  background: #fff;
  border-radius: 3rem;
  transform: translate(-50%, 50%);
}

section.download-brochures .image {
  width: calc(100% - 48rem);
  float: left;
  margin-right: 4rem;
}
section.download-brochures .image img {
  width: 100%;
}
section.download-brochures .right-content {
  width: 44rem;
  float: left;
}
section.download-brochures .right-content .title {
  font-size: 5.2rem;
  font-family: "Amatic SC", cursive;
  color: #EF38A0;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
section.download-brochures .right-content .content {
  margin-bottom: 2.6rem;
}
section.download-brochures .right-content .content p {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.2;
}
section.download-brochures .right-content .brochures {
  width: 100%;
}
section.download-brochures .right-content .brochures a {
  display: block;
  padding: 1rem 0;
  font-size: 1.9rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #DCDCDC;
}
section.download-brochures .right-content .brochures a:last-of-type {
  border-bottom: none;
}
section.download-brochures .right-content .brochures a svg {
  float: right;
  fill: #EF38A0;
}
section.download-brochures .clear {
  clear: both;
}
section.download-brochures .brochure-box {
  position: relative;
  margin-bottom: 3rem;
}
section.download-brochures .brochure-box .brochure-image {
  position: relative;
  padding-bottom: 70%;
  background: 50% 50%/cover;
  transition: all 0.3s ease;
}
section.download-brochures .brochure-box .brochure-title {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #f01d4f;
  text-align: center;
}
section.download-brochures .brochure-box:hover .brochure-image {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  section.download-brochures .image {
    width: calc(100% - 40rem);
    margin-right: 2rem;
  }
  section.download-brochures .right-content {
    width: 38rem;
  }
}
@media (max-width: 767.98px) {
  section.download-brochures .image {
    display: none;
  }
  section.download-brochures .right-content {
    width: 100%;
  }
}

section.video-gallery .video-item {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #fff;
  background: 50% 50%/cover;
  border-radius: 0.5rem;
}
section.video-gallery .video-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00ad62;
  opacity: 0;
  transition: all 0.3s ease;
}
section.video-gallery .video-item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate3d(-50%, 200%, 1px);
}
section.video-gallery .video-item .title {
  font-size: 1.8rem;
  font-weight: 700;
}
section.video-gallery .video-item .icon {
  width: 4rem;
  height: 4rem;
  margin-top: 1rem;
}
section.video-gallery .video-item:hover::before {
  opacity: 0.4;
}
section.video-gallery .video-item:hover .inner {
  opacity: 1;
  transform: translate3d(-50%, -50%, 1px);
}

section.pages-grid {
  background: #f6f6f6;
}
section.pages-grid .boxes {
  margin-bottom: -3rem;
}
section.pages-grid .item {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 15px;
}
section.pages-grid .item .strip {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  transform-origin: 0 100% 0;
  z-index: 7;
  opacity: 0.8;
}
section.pages-grid .item .strip:not(.hover) {
  top: -100%;
  left: 0;
  transform: matrix(1, 0, 1.75, -1, 0, 0);
}
section.pages-grid .item .strip.hover {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-60.4deg);
  opacity: 0.2;
}
section.pages-grid .item .box {
  position: relative;
}
section.pages-grid .item .box .image {
  padding-bottom: 56.75%;
  background: 50% 50%/cover;
  position: relative;
}
section.pages-grid .item .box .image .text {
  display: block;
  padding: 3rem;
  margin: 0;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
}
section.pages-grid .item .box .image .text p.title {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Amatic SC", cursive;
  padding-bottom: 2rem;
}
section.pages-grid .item .box .image .text p.summary {
  font-size: 1.9rem;
}
section.pages-grid .item .box .image .text a {
  margin-top: 5.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.2rem 4.8rem 1.2rem 1.8rem;
  float: right;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  section.pages-grid .item .box .image .text {
    font-size: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  section.pages-grid .item .box .image .text a {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    padding: 0.8rem 4.2rem 0.8rem 1.8rem;
  }
}
@media (max-width: 1199.98px) {
  section.pages-grid .item .box .image .text p.summary {
    display: none;
  }
}

section.testimonials {
  background: #f7f7f7;
}
section.testimonials .title h3 {
  font-size: 5.8rem;
  padding-bottom: 5.4rem;
  font-weight: 700;
  font-family: "Amatic SC", cursive;
}
section.testimonials .box {
  text-align: center;
  background: #fff;
}
section.testimonials .box .image {
  width: 100%;
}
section.testimonials .box .image img {
  width: 100%;
  height: auto;
  max-height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonials .box .text {
  padding: 2.5rem 2rem 4.8rem 2rem;
}
section.testimonials .box .text .title {
  margin: 1.5rem 0;
  font-size: 2.3rem;
  font-weight: 700;
}

section.my-quotes .quote-items {
  margin-bottom: 2rem;
}
section.my-quotes .quote-item {
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #dee2e6;
}
section.my-quotes .quote-item .title {
  font-size: 1.8rem;
}
section.my-quotes .quote-item .title span {
  font-weight: 700;
}
section.my-quotes .quote-item .price {
  font-size: 1.8rem;
}
section.my-quotes .quote-item .quantity {
  margin-top: 1rem;
}
section.my-quotes .quote-item .quantity input[type=button] {
  width: 4rem;
  height: 4rem;
  color: #808080;
  background: #ebede8;
  border: 1px solid #e5e4e5;
}
section.my-quotes .quote-item .quantity .form-control, section.my-quotes .quote-item .quantity .wpcf7 .wpcf7-text, .wpcf7 section.my-quotes .quote-item .quantity .wpcf7-text,
section.my-quotes .quote-item .quantity .wpcf7 .wpcf7-textarea,
.wpcf7 section.my-quotes .quote-item .quantity .wpcf7-textarea, section.my-quotes .quote-item .quantity section.contact input:not([type=checkbox]).sg-form-element, section.contact section.my-quotes .quote-item .quantity input:not([type=checkbox]).sg-form-element,
section.my-quotes .quote-item .quantity section.contact textarea.sg-form-element,
section.contact section.my-quotes .quote-item .quantity textarea.sg-form-element {
  max-width: 6rem;
  height: 4rem;
  text-align: center;
}
section.my-quotes .total {
  font-size: 2rem;
  font-weight: 700;
}

section.jigsaw-towers .nav-tabs {
  justify-content: center;
  margin-bottom: 2.5rem;
  border: 0;
}
section.jigsaw-towers .nav-tabs .nav-link {
  padding: 1.1rem 2.2rem;
  margin: 0 1rem;
  background: #fff;
  border: 0;
  border-radius: 3rem;
  transition: all 0.3s ease;
}
section.jigsaw-towers .nav-tabs .nav-link.active, section.jigsaw-towers .nav-tabs .nav-link:hover {
  color: #fff;
  background: #00ad62;
}
section.jigsaw-towers .jigsaw-item .slick-slider .slick-slide {
  cursor: pointer;
}
section.jigsaw-towers .jigsaw-item .slick-slider.main {
  margin-bottom: 0.5rem;
}
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs {
  margin: 0 -0.5rem;
}
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .item {
  position: relative;
  padding: 0 0.5rem;
}
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .item img {
  border: 0.1rem solid #dee2e6;
  transition: all 0.3s ease;
}
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .item .label {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 3rem);
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #454545;
  transition: all 0.3s ease;
  transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -webkit-backface-visibility: hidden;
}
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .slick-slide.slick-current img,
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .item:hover img {
  border-color: #00ad62;
}
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .slick-slide.slick-current .label,
section.jigsaw-towers .jigsaw-item .slick-slider.thumbs .item:hover .label {
  opacity: 0;
}
section.jigsaw-towers .jigsaw-item:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #dee2e6;
}
section.jigsaw-towers .steps {
  margin: 3rem 0;
}
section.jigsaw-towers .steps .step-item {
  display: flex;
  align-items: center;
}
section.jigsaw-towers .steps .step-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
section.jigsaw-towers .steps .step-item .count {
  width: 7rem;
  height: 7rem;
  margin-right: 1.5rem;
  font-size: 3.2rem;
  line-height: 7rem;
  color: #fff;
  text-align: center;
  background: #f79362;
  border-radius: 50%;
}
section.jigsaw-towers .steps .step-item .value {
  flex: 1;
}
section.jigsaw-towers .steps .step-item .value p:first-child {
  padding: 0 0 0.5rem;
  font-size: 2rem;
  color: #f79362;
  text-transform: uppercase;
}
section.jigsaw-towers .steps .step-item .value p:last-child {
  font-size: 2.4rem;
  font-weight: 700;
  color: #474747;
}
section.jigsaw-towers .component-group {
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
}
section.jigsaw-towers .component-group:not(:first-child) {
  margin-top: 3.5rem;
}
section.jigsaw-towers .component-single {
  margin-bottom: 1rem;
}

section.introduction-extended .image {
  background: 50% 50%/cover;
}
section.introduction-extended .inner {
  position: relative;
  padding: 2rem 1.5rem;
  overflow: hidden;
  color: #fff;
  background: #ea3793;
}
@media (min-width: 768px) {
  section.introduction-extended .inner {
    padding: 3rem;
  }
}
section.introduction-extended .inner::before, section.introduction-extended .inner::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transform: skewY(-31deg);
}
@media (min-width: 768px) {
  section.introduction-extended .inner::before, section.introduction-extended .inner::after {
    content: "";
  }
}
section.introduction-extended .inner::before {
  top: 0;
  left: 0;
  background: #ea3793;
  transform-origin: top left;
}
section.introduction-extended .inner::after {
  right: 0;
  bottom: 0;
  background: #ff3ca2;
  transform-origin: bottom right;
}
section.introduction-extended .inner > * {
  position: relative;
  z-index: 2;
}

section.category-page .section-content {
  margin-bottom: 5rem;
}
section.category-page .category-items .item:nth-of-type(1) .inner, section.category-page .category-items .item:nth-of-type(2) .inner {
  border: 1px solid #0aa7e1;
}
section.category-page .category-items .item:nth-of-type(1) .inner .title, section.category-page .category-items .item:nth-of-type(2) .inner .title {
  color: #0aa7e1;
}
section.category-page .category-items .item:nth-of-type(1) .inner .button, section.category-page .category-items .item:nth-of-type(2) .inner .button {
  color: #0aa7e1;
}
section.category-page .category-items .item:nth-of-type(3) .inner, section.category-page .category-items .item:nth-of-type(4) .inner {
  border: 1px solid #f79162;
}
section.category-page .category-items .item:nth-of-type(3) .inner .title, section.category-page .category-items .item:nth-of-type(4) .inner .title {
  color: #f79162;
}
section.category-page .category-items .item:nth-of-type(3) .inner .button, section.category-page .category-items .item:nth-of-type(4) .inner .button {
  color: #f79162;
}
section.category-page .category-items .item:nth-of-type(5) .inner, section.category-page .category-items .item:nth-of-type(6) .inner {
  border: 1px solid #00ad62;
}
section.category-page .category-items .item:nth-of-type(5) .inner .title, section.category-page .category-items .item:nth-of-type(6) .inner .title {
  color: #00ad62;
}
section.category-page .category-items .item:nth-of-type(5) .inner .button, section.category-page .category-items .item:nth-of-type(6) .inner .button {
  color: #00ad62;
}
section.category-page .category-items .item:nth-of-type(7) .inner, section.category-page .category-items .item:nth-of-type(8) .inner {
  border: 1px solid #b361f7;
}
section.category-page .category-items .item:nth-of-type(7) .inner .title, section.category-page .category-items .item:nth-of-type(8) .inner .title {
  color: #b361f7;
}
section.category-page .category-items .item:nth-of-type(7) .inner .button, section.category-page .category-items .item:nth-of-type(8) .inner .button {
  color: #b361f7;
}
section.category-page .category-items .item:nth-of-type(9) .inner, section.category-page .category-items .item:nth-of-type(10) .inner {
  border: 1px solid #fe3ca0;
}
section.category-page .category-items .item:nth-of-type(9) .inner .title, section.category-page .category-items .item:nth-of-type(10) .inner .title {
  color: #fe3ca0;
}
section.category-page .category-items .item:nth-of-type(9) .inner .button, section.category-page .category-items .item:nth-of-type(10) .inner .button {
  color: #fe3ca0;
}
section.category-page .category-items .item:nth-of-type(11) .inner, section.category-page .category-items .item:nth-of-type(12) .inner {
  border: 1px solid #0aa7e1;
}
section.category-page .category-items .item:nth-of-type(11) .inner .title, section.category-page .category-items .item:nth-of-type(12) .inner .title {
  color: #0aa7e1;
}
section.category-page .category-items .item:nth-of-type(11) .inner .button, section.category-page .category-items .item:nth-of-type(12) .inner .button {
  color: #0aa7e1;
}
section.category-page .category-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.3rem;
  overflow: hidden;
  background-color: #fff;
}
section.category-page .category-box .image {
  display: block;
  padding-bottom: 75%;
  background: 50% 50%/cover;
  transition: all 0.3s ease;
}
section.category-page .category-box .inner {
  display: block;
  width: 100%;
  padding: 2rem 2.5rem;
  position: relative;
}
section.category-page .category-box .inner .title {
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
}
section.category-page .category-box .inner .button {
  -webkit-appearance: button;
  user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: transparent;
  border: 0.2rem solid transparent;
  outline: none;
  position: relative;
  height: 20px;
  width: 20px;
  float: right;
}
section.category-page .category-box .inner .button:not(.collapsed):after {
  content: "\F00D";
  right: 1px;
}
section.category-page .category-box .inner .button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-block;
  pointer-events: none;
  font-size: 18px;
  content: "\F067";
}
section.category-page .category-box .inner .js-toggle-category-box-2 {
  float: right;
}
section.category-page .category-box .inner .content {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0;
}
section.category-page .category-box .inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.category-page .category-box .inner ul li {
  display: flex;
  align-items: center;
  position: relative;
}
section.category-page .category-box .inner ul li a {
  color: #000;
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem 0.7rem 0;
  position: relative;
  z-index: 2;
}
section.category-page .category-box .inner ul li:not(:last-child) {
  border-bottom: 1px dashed #D1D1D1;
}
section.category-page .category-box .inner ul .fa-chevron-right {
  font-size: 80%;
  color: #00ad62;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.category-page .category-box .inner ul a {
  font-weight: 600;
  color: #000;
}
section.category-page .category-box.active .image {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.category-page .category-box {
    margin-bottom: 20px;
  }
  section.category-page .category-box .inner .title {
    font-size: 1.8rem;
  }
}

section.seo-content {
  padding: 70px 0;
}
section.seo-content .cards .inner {
  border-bottom: 1px solid #DEDEDE;
}
section.seo-content .cards .inner .title {
  color: #000;
  font-size: 1.8rem;
  padding: 1.2rem 0 1.2rem 3.8rem;
  position: relative;
  display: block;
}
section.seo-content .cards .inner .title:hover {
  text-decoration: none;
  color: #00ad62;
}
section.seo-content .cards .inner .title:hover .icon {
  border-color: #00ad62;
}
section.seo-content .cards .inner .title:not(.collapsed) {
  color: #00ad62;
}
section.seo-content .cards .inner .title:not(.collapsed) .icon {
  border-color: #00ad62;
}
section.seo-content .cards .inner .title:not(.collapsed) .icon i:before {
  content: "\F068";
}
section.seo-content .cards .inner .title .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
section.seo-content .cards .inner .title .icon i {
  font-weight: 900;
  font-size: 12px;
  position: relative;
  left: 4px;
  top: -2px;
}
section.seo-content .cards .inner content {
  padding-left: 3.8rem;
}

section.jigsaw .box {
  background-color: #fff;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.04);
}
section.jigsaw .box .top {
  background: 50% 50%/cover;
}
@media (min-width: 768px) {
  section.jigsaw .box .top {
    padding-top: 16rem;
  }
}
section.jigsaw .box .top .top-content {
  position: relative;
  max-width: 55.9rem;
  padding: 2rem 1.5rem;
  margin: 0 0 0 auto;
  overflow: hidden;
  color: #fff;
  background: #ea3793;
}
@media (min-width: 768px) {
  section.jigsaw .box .top .top-content {
    bottom: -6rem;
    padding: 3rem 3.5rem;
  }
}
section.jigsaw .box .top .top-content::before, section.jigsaw .box .top .top-content::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transform: skewY(-31deg);
}
@media (min-width: 768px) {
  section.jigsaw .box .top .top-content::before, section.jigsaw .box .top .top-content::after {
    content: "";
  }
}
section.jigsaw .box .top .top-content::before {
  top: 0;
  left: 0;
  background: #ea3793;
  transform-origin: top left;
}
section.jigsaw .box .top .top-content::after {
  right: 0;
  bottom: 0;
  background: #ff3ca2;
  transform-origin: bottom right;
}
section.jigsaw .box .top .top-content > * {
  position: relative;
  z-index: 2;
}
section.jigsaw .box .top .intro-title {
  margin-bottom: 3rem;
  font-family: "Amatic SC", cursive;
  font-size: 3.6rem;
  font-weight: 700;
}
section.jigsaw .box .inner {
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) {
  section.jigsaw .box .inner {
    padding: 6rem 4.5rem;
  }
}
section.jigsaw .box .inner ul,
section.jigsaw .box .inner ol {
  clear: none;
}
section.jigsaw .box .inner ol li::before {
  top: -0.5rem;
  font-family: "Amatic SC", cursive;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fe3ca0;
}
section.jigsaw .box .inner h2 {
  font-family: "Amatic SC", cursive;
  font-size: 3rem;
  font-weight: 700;
  color: #f79162;
}
section.jigsaw .box .inner h3 {
  display: inline-block;
  padding: 0.3rem 0.3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #f79162;
}
section.jigsaw .box .inner blockquote {
  padding: 1.5rem;
  color: #fff;
  background: #f79162;
}
section.jigsaw .box .inner blockquote a {
  color: currentColor;
}

section.category-grid .inner {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
section.category-grid .category-box {
  height: 100%;
  padding: 2rem 1.5rem;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
section.category-grid .category-box .category-title {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #4f4f4f;
}
@media (min-width: 768px) {
  section.category-grid .category-box .category-title {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}
section.category-grid .category-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.category-grid .category-box ul li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
section.category-grid .category-box ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(181, 181, 181, 0.48);
}
section.category-grid .category-box ul .fa-chevron-right {
  margin-right: 0.5rem;
  font-size: 80%;
  color: #4f4f4f;
}
section.category-grid .category-box ul a {
  font-weight: 600;
  color: #4f4f4f;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.category-grid [class^=col]:nth-child(3n) .category-box {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  section.category-grid [class^=col]:nth-child(4n) .category-box {
    border-right: none;
  }
}

section.default-template {
  padding: 4rem 0;
}
section.default-template .title {
  padding: 2.4rem;
  font-family: "Amatic SC", cursive;
  font-size: 4rem;
  font-weight: 700;
  color: #00ad62;
  text-align: center;
  border-bottom: 1px solid #f8f9fa;
}
@media (min-width: 768px) {
  section.default-template .title {
    font-size: 5rem;
  }
}
section.default-template .post-inner-label {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
section.default-template .bottom {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0.2rem solid #dee2e6;
}
section.default-template .form-group > label, section.default-template section.contact .sg-form-group > label, section.contact section.default-template .sg-form-group > label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #464646;
}
section.default-template .wpcf7-radio label {
  font-size: 1.4rem;
  color: #464646;
}

section.playground-map-index .featured {
  margin-bottom: 3rem;
  background: #eee5f5;
}
section.playground-map-index .featured .main-title {
  padding: 1rem 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #b361f7;
}
section.playground-map-index .featured .playground-map-box .featured-icon {
  display: flex !important;
}
section.playground-map-index .featured .slick-slider {
  padding: 2.5rem 3.5rem;
}
section.playground-map-index .featured .slick-slider:not(.slick-initialized) {
  height: 1px !important;
}
section.playground-map-index .featured .slick-slider .slick-slide > div {
  height: 100%;
}

body.single-playground_map section.playground-main .address,
body.single-playground_map section.playground-main .budget {
  font-size: 2rem;
  font-weight: 700;
}
body.single-playground_map section.playground-main .slick-slider .slick-slide {
  cursor: pointer;
}
body.single-playground_map section.playground-main .slick-slider.main {
  margin-bottom: 0.5rem;
}
body.single-playground_map section.playground-main .slick-slider.thumbs {
  margin: 0 -0.5rem;
}
body.single-playground_map section.playground-main .slick-slider.thumbs .item {
  padding: 0 0.5rem;
}

body.single-playground section.playground-single .inner {
  padding: 2rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}
body.single-playground section.playground-single .slick-slider .slick-slide {
  cursor: pointer;
}
body.single-playground section.playground-single .slick-slider.main {
  margin-bottom: 0.5rem;
}
body.single-playground section.playground-single .slick-slider.thumbs {
  margin: 0 -0.5rem;
}
body.single-playground section.playground-single .slick-slider.thumbs .item {
  padding: 0 0.5rem;
}
body.single-playground section.playground-single .slick-slider.thumbs .item img {
  border: 0.1rem solid #dee2e6;
  transition: all 0.3s ease;
}
body.single-playground section.playground-single .slick-slider.thumbs .slick-slide.slick-current img,
body.single-playground section.playground-single .slick-slider.thumbs .item img:hover {
  border-color: #00ad62;
}
body.single-playground section.playground-single .product-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2c8bff;
}
body.single-playground section.playground-single .details-box {
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  color: #fff;
  background: #2c8bff;
  box-shadow: 0 10px 12px 5px rgba(44, 139, 255, 0.3);
}
body.single-playground section.playground-single .details-box .price {
  font-size: 3.2rem;
  font-weight: 700;
}
body.single-playground section.playground-single .details-box .price span {
  font-size: 1.9rem;
  font-weight: 400;
}
body.single-playground section.playground-single .suitable-ages p {
  margin-bottom: 1rem;
}
body.single-playground section.playground-single .suitable-ages span {
  display: inline-block;
  padding: 1rem 2rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  background: #00ad62;
  border-radius: 2rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

section.playground-tabs .content {
  margin-top: 2.5rem;
}
section.playground-tabs .generic-title:not(:first-child) {
  margin-top: 2.5rem;
}
section.playground-tabs .nav-link {
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}

section.playgrounds-index .section-content {
  padding: 3rem 4rem;
  margin-bottom: 4rem;
  background: #fff;
}
/*# sourceMappingURL=app.css.map*/