@charset "UTF-8";

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -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-size: 1rem;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #3d444d;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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: #ec3040;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #860000;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

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: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  color: #6c757d;
  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;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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;
}

:root {
  --blue: #17a2b8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #202428;
  --gray-dark: #343a40;
  --black: #000000;
  --primary: #ec3040;
  --secondary: #7a746c;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #faf8f5;
  --dark: #202428;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.HeroSubpage__Link,
.Nav__Link:not(.Nav__Link--Btn),
.Nav__SubmenuLink,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.h1,
h1 {
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

.h2,
h2 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.h3,
h3 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.h4,
h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .h4,
  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.HeroSubpage__Link,
.h5,
h5 {
  font-size: 1.25rem;
}

.Nav__Link:not(.Nav__Link--Btn),
.Nav__SubmenuLink,
.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  line-height: 1.2;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
.wpcf7 .alert,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
small {
  font-size: 0.8125rem;
  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;
}

.Editor .wp-block-quote,
.blockquote,
.entry-content .wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #202428;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid,
.img-responsive {
  height: auto;
  max-width: 100%;
}

.img-thumbnail {
  height: auto;
  padding: 0.25rem;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  background-color: #fff;
  max-width: 100%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #202428;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.Editor > .wp-block-audio,
.Editor > .wp-block-button,
.Editor > .wp-block-calendar,
.Editor > .wp-block-columns,
.Editor > .wp-block-embed,
.Editor > .wp-block-file,
.Editor > .wp-block-gallery,
.Editor > .wp-block-image,
.Editor > .wp-block-media-text,
.Editor > .wp-block-table,
.Editor > .wp-block-video,
.Editor > .wpcf7,
.Editor > blockquote,
.Editor > h1,
.Editor > h2,
.Editor > h3,
.Editor > h4,
.Editor > h5,
.Editor > h6,
.Editor > p,
.Editor > ul,
.container,
.entry-content > .wp-block-audio,
.entry-content > .wp-block-button,
.entry-content > .wp-block-calendar,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-embed,
.entry-content > .wp-block-file,
.entry-content > .wp-block-gallery,
.entry-content > .wp-block-image,
.entry-content > .wp-block-media-text,
.entry-content > .wp-block-table,
.entry-content > .wp-block-video,
.entry-content > blockquote,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > p,
.entry-content > ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 1240px;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .container-sm,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .container-md,
  .container-sm,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    max-width: 1240px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.form-control,
input.wpcf7-form-control:not([type="submit"]),
textarea.wpcf7-form-control:not([type="submit"]) {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.5rem;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #3d444d;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control,
  input.wpcf7-form-control:not([type="submit"]),
  textarea.wpcf7-form-control:not([type="submit"]) {
    transition: none;
  }
}

.form-control::-ms-expand,
input.wpcf7-form-control:not([type="submit"])::-ms-expand,
textarea.wpcf7-form-control:not([type="submit"])::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control:-moz-focusring,
input.wpcf7-form-control:-moz-focusring:not([type="submit"]),
textarea.wpcf7-form-control:-moz-focusring:not([type="submit"]) {
  color: transparent;
  text-shadow: 0 0 0 #3d444d;
}

.form-control:focus,
input.wpcf7-form-control:focus:not([type="submit"]),
textarea.wpcf7-form-control:focus:not([type="submit"]) {
  color: #3d444d;
  background-color: #fff;
  border-color: #b7b3ae;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.form-control::-webkit-input-placeholder,
input.wpcf7-form-control:not([type="submit"])::-webkit-input-placeholder,
textarea.wpcf7-form-control:not([type="submit"])::-webkit-input-placeholder {
  color: #202428;
  opacity: 1;
}

.form-control::-moz-placeholder,
input.wpcf7-form-control:not([type="submit"])::-moz-placeholder,
textarea.wpcf7-form-control:not([type="submit"])::-moz-placeholder {
  color: #202428;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
input.wpcf7-form-control:not([type="submit"]):-ms-input-placeholder,
textarea.wpcf7-form-control:not([type="submit"]):-ms-input-placeholder {
  color: #202428;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
input.wpcf7-form-control:not([type="submit"])::-ms-input-placeholder,
textarea.wpcf7-form-control:not([type="submit"])::-ms-input-placeholder {
  color: #202428;
  opacity: 1;
}

.form-control::placeholder,
input.wpcf7-form-control:not([type="submit"])::placeholder,
textarea.wpcf7-form-control:not([type="submit"])::placeholder {
  color: #202428;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly],
input.wpcf7-form-control:disabled:not([type="submit"]),
input.wpcf7-form-control[readonly]:not([type="submit"]),
textarea.wpcf7-form-control:disabled:not([type="submit"]),
textarea.wpcf7-form-control[readonly]:not([type="submit"]) {
  background-color: #e4e7eb;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #3d444d;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  margin-bottom: 0;
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.75rem 0;
  border: solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  color: #3d444d;
  background-color: transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control,
textarea.wpcf7-form-control:not([type="submit"]) {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 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;
  margin-right: 0.75rem;
  padding-left: 0;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.3125rem;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  display: none;
  top: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  z-index: 5;
  max-width: 100%;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated input.wpcf7-form-control:valid:not([type="submit"]),
.was-validated textarea.wpcf7-form-control:valid:not([type="submit"]),
input.is-valid.wpcf7-form-control:not([type="submit"]),
textarea.is-valid.wpcf7-form-control:not([type="submit"]) {
  padding-right: calc(1.5em + 1.5rem);
  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-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
  background-position: right calc(0.375em + 0.375rem) center;
  background-repeat: no-repeat;
  border-color: #28a745;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated input.wpcf7-form-control:valid:focus:not([type="submit"]),
.was-validated textarea.wpcf7-form-control:valid:focus:not([type="submit"]),
input.is-valid.wpcf7-form-control:focus:not([type="submit"]),
textarea.is-valid.wpcf7-form-control:focus:not([type="submit"]) {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated textarea.wpcf7-form-control:valid:not([type="submit"]),
textarea.form-control.is-valid,
textarea.is-valid.wpcf7-form-control:not([type="submit"]) {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right
    calc(0.375em + 0.375rem);
}

.custom-select.is-valid,
.is-valid.wpcf7-select,
.was-validated .custom-select:valid,
.was-validated .wpcf7-select:valid {
  padding-right: calc(0.75em + 3.625rem);
  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.75em + 0.75rem)
      calc(0.75em + 0.75rem);
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.is-valid.wpcf7-select:focus,
.was-validated .custom-select:valid:focus,
.was-validated .wpcf7-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid
  ~ .custom-control-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .custom-control-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid
  ~ .custom-control-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .custom-control-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox > .wpcf7-list-item > input.is-valid ~ .custom-control-label,
.wpcf7-checkbox > .wpcf7-list-item > input.is-valid ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .custom-control-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > input.is-valid ~ .custom-control-label,
.wpcf7-radio > .wpcf7-list-item > input.is-valid ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .custom-control-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .wpcf7-list-item-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid
  ~ .wpcf7-list-item-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid:checked
  ~ .wpcf7-list-item-label::before {
  background-color: #34ce57;
  border-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid:focus
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid:focus
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid:focus
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid:focus
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid:focus
  ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-valid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  display: none;
  top: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  z-index: 5;
  max-width: 100%;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated input.wpcf7-form-control:invalid:not([type="submit"]),
.was-validated textarea.wpcf7-form-control:invalid:not([type="submit"]),
input.is-invalid.wpcf7-form-control:not([type="submit"]),
textarea.is-invalid.wpcf7-form-control:not([type="submit"]) {
  padding-right: calc(1.5em + 1.5rem);
  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-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
  background-position: right calc(0.375em + 0.375rem) center;
  background-repeat: no-repeat;
  border-color: #dc3545;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated input.wpcf7-form-control:invalid:focus:not([type="submit"]),
.was-validated textarea.wpcf7-form-control:invalid:focus:not([type="submit"]),
input.is-invalid.wpcf7-form-control:focus:not([type="submit"]),
textarea.is-invalid.wpcf7-form-control:focus:not([type="submit"]) {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated textarea.wpcf7-form-control:invalid:not([type="submit"]),
textarea.form-control.is-invalid,
textarea.is-invalid.wpcf7-form-control:not([type="submit"]) {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right
    calc(0.375em + 0.375rem);
}

.custom-select.is-invalid,
.is-invalid.wpcf7-select,
.was-validated .custom-select:invalid,
.was-validated .wpcf7-select:invalid {
  padding-right: calc(0.75em + 3.625rem);
  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.75em + 0.75rem)
      calc(0.75em + 0.75rem);
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.is-invalid.wpcf7-select:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .wpcf7-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid
  ~ .custom-control-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .custom-control-label,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid
  ~ .custom-control-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .custom-control-label,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox > .wpcf7-list-item > input.is-invalid ~ .custom-control-label,
.wpcf7-checkbox > .wpcf7-list-item > input.is-invalid ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .custom-control-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > input.is-invalid ~ .custom-control-label,
.wpcf7-radio > .wpcf7-list-item > input.is-invalid ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .custom-control-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .wpcf7-list-item-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid
  ~ .wpcf7-list-item-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid:checked
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid:checked
  ~ .wpcf7-list-item-label::before {
  background-color: #e4606d;
  border-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid:focus
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid:focus
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid:focus
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus
  ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input.is-invalid:focus:not(:checked)
  ~ .wpcf7-list-item-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.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 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
  }

  .form-inline .form-control,
  .form-inline input.wpcf7-form-control:not([type="submit"]),
  .form-inline textarea.wpcf7-form-control:not([type="submit"]) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group,
  .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;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    flex-shrink: 0;
  }

  .form-inline .custom-control,
  .form-inline .wpcf7-checkbox > .wpcf7-list-item,
  .form-inline .wpcf7-checkbox > .wpcf7-list-item > label,
  .form-inline .wpcf7-radio > .wpcf7-list-item,
  .form-inline .wpcf7-radio > .wpcf7-list-item > label {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label,
  .form-inline .wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label,
  .form-inline
    .wpcf7-checkbox
    > .wpcf7-list-item
    > label
    > .wpcf7-list-item-label,
  .form-inline .wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label,
  .form-inline
    .wpcf7-radio
    > .wpcf7-list-item
    > label
    > .wpcf7-list-item-label {
    margin-bottom: 0;
  }
}

.Comments .submit,
.Editor .wp-block-button__link,
.Editor .wp-block-file__button,
.btn,
.entry-content .wp-block-button__link,
.entry-content .wp-block-file__button,
.wpcf7-submit {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #3d444d;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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) {
  .Comments .submit,
  .Editor .wp-block-button__link,
  .Editor .wp-block-file__button,
  .btn,
  .entry-content .wp-block-button__link,
  .entry-content .wp-block-file__button,
  .wpcf7-submit {
    transition: none;
  }
}

.Comments .submit:hover,
.Editor .wp-block-button__link:hover,
.Editor .wp-block-file__button:hover,
.btn:hover,
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-file__button:hover,
.wpcf7-submit:hover {
  color: #3d444d;
  text-decoration: none;
}

.Comments .focus.submit,
.Comments .submit:focus,
.Editor .focus.wp-block-button__link,
.Editor .focus.wp-block-file__button,
.Editor .wp-block-button__link:focus,
.Editor .wp-block-file__button:focus,
.btn.focus,
.btn:focus,
.entry-content .focus.wp-block-button__link,
.entry-content .focus.wp-block-file__button,
.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-file__button:focus,
.focus.wpcf7-submit,
.wpcf7-submit:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.Comments .disabled.submit,
.Comments .submit:disabled,
.Editor .disabled.wp-block-button__link,
.Editor .disabled.wp-block-file__button,
.Editor .wp-block-button__link:disabled,
.Editor .wp-block-file__button:disabled,
.btn.disabled,
.btn:disabled,
.disabled.wpcf7-submit,
.entry-content .disabled.wp-block-button__link,
.entry-content .disabled.wp-block-file__button,
.entry-content .wp-block-button__link:disabled,
.entry-content .wp-block-file__button:disabled,
.wpcf7-submit:disabled {
  opacity: 0.65;
}

.Comments a.disabled.submit,
.Comments fieldset:disabled a.submit,
.Editor a.disabled.wp-block-button__link,
.Editor a.disabled.wp-block-file__button,
.Editor fieldset:disabled a.wp-block-button__link,
.Editor fieldset:disabled a.wp-block-file__button,
.entry-content a.disabled.wp-block-button__link,
.entry-content a.disabled.wp-block-file__button,
.entry-content fieldset:disabled a.wp-block-button__link,
.entry-content fieldset:disabled a.wp-block-file__button,
a.btn.disabled,
a.disabled.wpcf7-submit,
fieldset:disabled .Comments a.submit,
fieldset:disabled .Editor a.wp-block-button__link,
fieldset:disabled .Editor a.wp-block-file__button,
fieldset:disabled .entry-content a.wp-block-button__link,
fieldset:disabled .entry-content a.wp-block-file__button,
fieldset:disabled a.btn,
fieldset:disabled a.wpcf7-submit {
  pointer-events: none;
}

.Editor .wp-block-button__link,
.Editor .wp-block-file__button,
.btn-primary,
.entry-content .wp-block-button__link,
.entry-content .wp-block-file__button {
  color: #fff;
  background-color: #ec3040;
  border-color: #ec3040;
}

.Editor .wp-block-button__link:hover,
.Editor .wp-block-file__button:hover,
.btn-primary:hover,
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-file__button:hover {
  color: #fff;
  background-color: #e11526;
  border-color: #d51424;
}

.Editor .focus.wp-block-button__link,
.Editor .focus.wp-block-file__button,
.Editor .wp-block-button__link:focus,
.Editor .wp-block-file__button:focus,
.btn-primary.focus,
.btn-primary:focus,
.entry-content .focus.wp-block-button__link,
.entry-content .focus.wp-block-file__button,
.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-file__button:focus {
  color: #fff;
  background-color: #e11526;
  border-color: #d51424;
  box-shadow: 0 0 0 0.2rem rgba(239, 79, 93, 0.5);
}

.Editor .disabled.wp-block-button__link,
.Editor .disabled.wp-block-file__button,
.Editor .wp-block-button__link:disabled,
.Editor .wp-block-file__button:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.entry-content .disabled.wp-block-button__link,
.entry-content .disabled.wp-block-file__button,
.entry-content .wp-block-button__link:disabled,
.entry-content .wp-block-file__button:disabled {
  color: #fff;
  background-color: #ec3040;
  border-color: #ec3040;
}

.Editor .show > .dropdown-toggle.wp-block-button__link,
.Editor .show > .dropdown-toggle.wp-block-file__button,
.Editor .wp-block-button__link:not(:disabled):not(.disabled).active,
.Editor .wp-block-button__link:not(:disabled):not(.disabled):active,
.Editor .wp-block-file__button:not(:disabled):not(.disabled).active,
.Editor .wp-block-file__button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.entry-content .show > .dropdown-toggle.wp-block-button__link,
.entry-content .show > .dropdown-toggle.wp-block-file__button,
.entry-content .wp-block-button__link:not(:disabled):not(.disabled).active,
.entry-content .wp-block-button__link:not(:disabled):not(.disabled):active,
.entry-content .wp-block-file__button:not(:disabled):not(.disabled).active,
.entry-content .wp-block-file__button:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d51424;
  border-color: #ca1322;
}

.Editor .show > .dropdown-toggle.wp-block-button__link:focus,
.Editor .show > .dropdown-toggle.wp-block-file__button:focus,
.Editor .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.Editor .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.Editor .wp-block-file__button:not(:disabled):not(.disabled).active:focus,
.Editor .wp-block-file__button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.entry-content .show > .dropdown-toggle.wp-block-button__link:focus,
.entry-content .show > .dropdown-toggle.wp-block-file__button:focus,
.entry-content
  .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.entry-content
  .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.entry-content
  .wp-block-file__button:not(:disabled):not(.disabled).active:focus,
.entry-content
  .wp-block-file__button:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 79, 93, 0.5);
}

.Comments .submit,
.btn-secondary,
.wpcf7-submit:not([class*="btn"]) {
  color: #fff;
  background-color: #7a746c;
  border-color: #7a746c;
}

.Comments .submit:hover,
.btn-secondary:hover,
.wpcf7-submit:hover:not([class*="btn"]) {
  color: #fff;
  background-color: #66615a;
  border-color: #5f5a54;
}

.Comments .focus.submit,
.Comments .submit:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.focus.wpcf7-submit:not([class*="btn"]),
.wpcf7-submit:focus:not([class*="btn"]) {
  color: #fff;
  background-color: #66615a;
  border-color: #5f5a54;
  box-shadow: 0 0 0 0.2rem rgba(142, 137, 130, 0.5);
}

.Comments .disabled.submit,
.Comments .submit:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.disabled.wpcf7-submit:not([class*="btn"]),
.wpcf7-submit:disabled:not([class*="btn"]) {
  color: #fff;
  background-color: #7a746c;
  border-color: #7a746c;
}

.Comments .show > .dropdown-toggle.submit,
.Comments .submit:not(:disabled):not(.disabled).active,
.Comments .submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.show > .dropdown-toggle.wpcf7-submit:not([class*="btn"]),
.wpcf7-submit:not(:disabled):not(.disabled).active:not([class*="btn"]),
.wpcf7-submit:not(:disabled):not(.disabled):active:not([class*="btn"]) {
  color: #fff;
  background-color: #5f5a54;
  border-color: #58544e;
}

.Comments .show > .dropdown-toggle.submit:focus,
.Comments .submit:not(:disabled):not(.disabled).active:focus,
.Comments .submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .dropdown-toggle.wpcf7-submit:focus:not([class*="btn"]),
.wpcf7-submit:not(:disabled):not(.disabled).active:focus:not([class*="btn"]),
.wpcf7-submit:not(:disabled):not(.disabled):active:focus:not([class*="btn"]) {
  box-shadow: 0 0 0 0.2rem rgba(142, 137, 130, 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: #faf8f5;
  border-color: #faf8f5;
}

.btn-light:hover {
  color: #212529;
  background-color: #ede6dc;
  border-color: #e9e0d3;
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #ede6dc;
  border-color: #e9e0d3;
  box-shadow: 0 0 0 0.2rem rgba(217, 216, 214, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #faf8f5;
  border-color: #faf8f5;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e9e0d3;
  border-color: #e5dacb;
}

.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(217, 216, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #202428;
  border-color: #202428;
}

.btn-dark:hover {
  color: #fff;
  background-color: #0f1113;
  border-color: #090b0c;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #0f1113;
  border-color: #090b0c;
  box-shadow: 0 0 0 0.2rem rgba(65, 69, 72, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #202428;
  border-color: #202428;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #090b0c;
  border-color: #040405;
}

.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(65, 69, 72, 0.5);
}

.btn-outline-primary {
  color: #ec3040;
  border-color: #ec3040;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ec3040;
  border-color: #ec3040;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 48, 64, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ec3040;
  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: #ec3040;
  border-color: #ec3040;
}

.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(236, 48, 64, 0.5);
}

.btn-outline-secondary {
  color: #7a746c;
  border-color: #7a746c;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #7a746c;
  border-color: #7a746c;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #7a746c;
  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: #7a746c;
  border-color: #7a746c;
}

.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(122, 116, 108, 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: #faf8f5;
  border-color: #faf8f5;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #faf8f5;
  border-color: #faf8f5;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 248, 245, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #faf8f5;
  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: #faf8f5;
  border-color: #faf8f5;
}

.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(250, 248, 245, 0.5);
}

.btn-outline-dark {
  color: #202428;
  border-color: #202428;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #202428;
  border-color: #202428;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #202428;
  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: #202428;
  border-color: #202428;
}

.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(32, 36, 40, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ec3040;
  text-decoration: underline;
}

.btn-link:hover {
  color: #860000;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #202428;
  pointer-events: none;
}

.Comments .btn-group-lg > .submit,
.Editor .btn-group-lg > .wp-block-button__link,
.Editor .btn-group-lg > .wp-block-file__button,
.btn-group-lg > .btn,
.btn-group-lg > .wpcf7-submit,
.btn-lg,
.entry-content .btn-group-lg > .wp-block-button__link,
.entry-content .btn-group-lg > .wp-block-file__button {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.Comments .btn-group-sm > .submit,
.Editor .btn-group-sm > .wp-block-button__link,
.Editor .wp-block-file__button,
.btn-group-sm > .btn,
.btn-group-sm > .wpcf7-submit,
.btn-sm,
.entry-content .btn-group-sm > .wp-block-button__link,
.entry-content .wp-block-file__button {
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.Comments .btn-group-vertical > .submit,
.Comments .btn-group > .submit,
.Editor .btn-group-vertical > .wp-block-button__link,
.Editor .btn-group-vertical > .wp-block-file__button,
.Editor .btn-group > .wp-block-button__link,
.Editor .btn-group > .wp-block-file__button,
.btn-group-vertical > .btn,
.btn-group-vertical > .wpcf7-submit,
.btn-group > .btn,
.btn-group > .wpcf7-submit,
.entry-content .btn-group-vertical > .wp-block-button__link,
.entry-content .btn-group-vertical > .wp-block-file__button,
.entry-content .btn-group > .wp-block-button__link,
.entry-content .btn-group > .wp-block-file__button {
  position: relative;
  flex: 1 1 auto;
}

.Comments .btn-group-vertical > .submit:hover,
.Comments .btn-group > .submit:hover,
.Editor .btn-group-vertical > .wp-block-button__link:hover,
.Editor .btn-group-vertical > .wp-block-file__button:hover,
.Editor .btn-group > .wp-block-button__link:hover,
.Editor .btn-group > .wp-block-file__button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .wpcf7-submit:hover,
.btn-group > .btn:hover,
.btn-group > .wpcf7-submit:hover,
.entry-content .btn-group-vertical > .wp-block-button__link:hover,
.entry-content .btn-group-vertical > .wp-block-file__button:hover,
.entry-content .btn-group > .wp-block-button__link:hover,
.entry-content .btn-group > .wp-block-file__button:hover {
  z-index: 1;
}

.Comments .btn-group-vertical > .active.submit,
.Comments .btn-group-vertical > .submit:active,
.Comments .btn-group-vertical > .submit:focus,
.Comments .btn-group > .active.submit,
.Comments .btn-group > .submit:active,
.Comments .btn-group > .submit:focus,
.Editor .btn-group-vertical > .active.wp-block-button__link,
.Editor .btn-group-vertical > .active.wp-block-file__button,
.Editor .btn-group-vertical > .wp-block-button__link:active,
.Editor .btn-group-vertical > .wp-block-button__link:focus,
.Editor .btn-group-vertical > .wp-block-file__button:active,
.Editor .btn-group-vertical > .wp-block-file__button:focus,
.Editor .btn-group > .active.wp-block-button__link,
.Editor .btn-group > .active.wp-block-file__button,
.Editor .btn-group > .wp-block-button__link:active,
.Editor .btn-group > .wp-block-button__link:focus,
.Editor .btn-group > .wp-block-file__button:active,
.Editor .btn-group > .wp-block-file__button:focus,
.btn-group-vertical > .active.wpcf7-submit,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .wpcf7-submit:active,
.btn-group-vertical > .wpcf7-submit:focus,
.btn-group > .active.wpcf7-submit,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .wpcf7-submit:active,
.btn-group > .wpcf7-submit:focus,
.entry-content .btn-group-vertical > .active.wp-block-button__link,
.entry-content .btn-group-vertical > .active.wp-block-file__button,
.entry-content .btn-group-vertical > .wp-block-button__link:active,
.entry-content .btn-group-vertical > .wp-block-button__link:focus,
.entry-content .btn-group-vertical > .wp-block-file__button:active,
.entry-content .btn-group-vertical > .wp-block-file__button:focus,
.entry-content .btn-group > .active.wp-block-button__link,
.entry-content .btn-group > .active.wp-block-file__button,
.entry-content .btn-group > .wp-block-button__link:active,
.entry-content .btn-group > .wp-block-button__link:focus,
.entry-content .btn-group > .wp-block-file__button:active,
.entry-content .btn-group > .wp-block-file__button:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.Comments .btn-group > .submit:not(:first-child),
.Editor .btn-group > .wp-block-button__link:not(:first-child),
.Editor .btn-group > .wp-block-file__button:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.btn-group > .wpcf7-submit:not(:first-child),
.entry-content .btn-group > .wp-block-button__link:not(:first-child),
.entry-content .btn-group > .wp-block-file__button:not(:first-child) {
  margin-left: -1px;
}

.Comments .btn-group > .btn-group:not(:last-child) > .submit,
.Comments .btn-group > .submit:not(:last-child):not(.dropdown-toggle),
.Editor .btn-group > .btn-group:not(:last-child) > .wp-block-button__link,
.Editor .btn-group > .btn-group:not(:last-child) > .wp-block-file__button,
.Editor
  .btn-group
  > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.Editor
  .btn-group
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .wpcf7-submit,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.entry-content
  .btn-group
  > .btn-group:not(:last-child)
  > .wp-block-button__link,
.entry-content
  .btn-group
  > .btn-group:not(:last-child)
  > .wp-block-file__button,
.entry-content
  .btn-group
  > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.entry-content
  .btn-group
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.Comments .btn-group > .btn-group:not(:first-child) > .submit,
.Comments .btn-group > .submit:not(:first-child),
.Editor .btn-group > .btn-group:not(:first-child) > .wp-block-button__link,
.Editor .btn-group > .btn-group:not(:first-child) > .wp-block-file__button,
.Editor .btn-group > .wp-block-button__link:not(:first-child),
.Editor .btn-group > .wp-block-file__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .wpcf7-submit,
.btn-group > .btn:not(:first-child),
.btn-group > .wpcf7-submit:not(:first-child),
.entry-content
  .btn-group
  > .btn-group:not(:first-child)
  > .wp-block-button__link,
.entry-content
  .btn-group
  > .btn-group:not(:first-child)
  > .wp-block-file__button,
.entry-content .btn-group > .wp-block-button__link:not(:first-child),
.entry-content .btn-group > .wp-block-file__button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.Comments .btn-group-sm > .submit + .dropdown-toggle-split,
.Editor .btn-group-sm > .wp-block-button__link + .dropdown-toggle-split,
.Editor .btn-group-sm > .wp-block-file__button + .dropdown-toggle-split,
.Editor .wp-block-file__button + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > .wpcf7-submit + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.entry-content .btn-group-sm > .wp-block-button__link + .dropdown-toggle-split,
.entry-content .btn-group-sm > .wp-block-file__button + .dropdown-toggle-split,
.entry-content .wp-block-file__button + .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.Comments .btn-group-lg > .submit + .dropdown-toggle-split,
.Editor .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split,
.Editor .btn-group-lg > .wp-block-file__button + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .wpcf7-submit + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.entry-content .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split,
.entry-content .btn-group-lg > .wp-block-file__button + .dropdown-toggle-split {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.Comments .btn-group-vertical > .submit,
.Editor .btn-group-vertical > .wp-block-button__link,
.Editor .btn-group-vertical > .wp-block-file__button,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .wpcf7-submit,
.entry-content .btn-group-vertical > .wp-block-button__link,
.entry-content .btn-group-vertical > .wp-block-file__button {
  width: 100%;
}

.Comments .btn-group-vertical > .submit:not(:first-child),
.Editor .btn-group-vertical > .wp-block-button__link:not(:first-child),
.Editor .btn-group-vertical > .wp-block-file__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .wpcf7-submit:not(:first-child),
.entry-content .btn-group-vertical > .wp-block-button__link:not(:first-child),
.entry-content .btn-group-vertical > .wp-block-file__button:not(:first-child) {
  margin-top: -1px;
}

.Comments .btn-group-vertical > .btn-group:not(:last-child) > .submit,
.Comments .btn-group-vertical > .submit:not(:last-child):not(.dropdown-toggle),
.Editor
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .wp-block-button__link,
.Editor
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .wp-block-file__button,
.Editor
  .btn-group-vertical
  > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.Editor
  .btn-group-vertical
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .wpcf7-submit,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.entry-content
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .wp-block-button__link,
.entry-content
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .wp-block-file__button,
.entry-content
  .btn-group-vertical
  > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.entry-content
  .btn-group-vertical
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.Comments .btn-group-vertical > .btn-group:not(:first-child) > .submit,
.Comments .btn-group-vertical > .submit:not(:first-child),
.Editor
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .wp-block-button__link,
.Editor
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .wp-block-file__button,
.Editor .btn-group-vertical > .wp-block-button__link:not(:first-child),
.Editor .btn-group-vertical > .wp-block-file__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .wpcf7-submit,
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .wpcf7-submit:not(:first-child),
.entry-content
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .wp-block-button__link,
.entry-content
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .wp-block-file__button,
.entry-content .btn-group-vertical > .wp-block-button__link:not(:first-child),
.entry-content .btn-group-vertical > .wp-block-file__button:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.Comments .btn-group-toggle > .btn-group > .submit,
.Comments .btn-group-toggle > .submit,
.Editor .btn-group-toggle > .btn-group > .wp-block-button__link,
.Editor .btn-group-toggle > .btn-group > .wp-block-file__button,
.Editor .btn-group-toggle > .wp-block-button__link,
.Editor .btn-group-toggle > .wp-block-file__button,
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .wpcf7-submit,
.btn-group-toggle > .wpcf7-submit,
.entry-content .btn-group-toggle > .btn-group > .wp-block-button__link,
.entry-content .btn-group-toggle > .btn-group > .wp-block-file__button,
.entry-content .btn-group-toggle > .wp-block-button__link,
.entry-content .btn-group-toggle > .wp-block-file__button {
  margin-bottom: 0;
}

.Comments .btn-group-toggle > .btn-group > .submit input[type="checkbox"],
.Comments .btn-group-toggle > .btn-group > .submit input[type="radio"],
.Comments .btn-group-toggle > .submit input[type="checkbox"],
.Comments .btn-group-toggle > .submit input[type="radio"],
.Editor
  .btn-group-toggle
  > .btn-group
  > .wp-block-button__link
  input[type="checkbox"],
.Editor
  .btn-group-toggle
  > .btn-group
  > .wp-block-button__link
  input[type="radio"],
.Editor
  .btn-group-toggle
  > .btn-group
  > .wp-block-file__button
  input[type="checkbox"],
.Editor
  .btn-group-toggle
  > .btn-group
  > .wp-block-file__button
  input[type="radio"],
.Editor .btn-group-toggle > .wp-block-button__link input[type="checkbox"],
.Editor .btn-group-toggle > .wp-block-button__link input[type="radio"],
.Editor .btn-group-toggle > .wp-block-file__button input[type="checkbox"],
.Editor .btn-group-toggle > .wp-block-file__button input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .wpcf7-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .wpcf7-submit input[type="radio"],
.btn-group-toggle > .wpcf7-submit input[type="checkbox"],
.btn-group-toggle > .wpcf7-submit input[type="radio"],
.entry-content
  .btn-group-toggle
  > .btn-group
  > .wp-block-button__link
  input[type="checkbox"],
.entry-content
  .btn-group-toggle
  > .btn-group
  > .wp-block-button__link
  input[type="radio"],
.entry-content
  .btn-group-toggle
  > .btn-group
  > .wp-block-file__button
  input[type="checkbox"],
.entry-content
  .btn-group-toggle
  > .btn-group
  > .wp-block-file__button
  input[type="radio"],
.entry-content
  .btn-group-toggle
  > .wp-block-button__link
  input[type="checkbox"],
.entry-content .btn-group-toggle > .wp-block-button__link input[type="radio"],
.entry-content
  .btn-group-toggle
  > .wp-block-file__button
  input[type="checkbox"],
.entry-content .btn-group-toggle > .wp-block-file__button input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .wpcf7-select,
.input-group > input.wpcf7-form-control:not([type="submit"]),
.input-group > textarea.wpcf7-form-control:not([type="submit"]) {
  position: relative;
  margin-bottom: 0;
  flex: 1 1 0%;
  min-width: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .wpcf7-select,
.input-group > .custom-file + input.wpcf7-form-control:not([type="submit"]),
.input-group > .custom-file + textarea.wpcf7-form-control:not([type="submit"]),
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .wpcf7-select,
.input-group > .custom-select + input.wpcf7-form-control:not([type="submit"]),
.input-group
  > .custom-select
  + textarea.wpcf7-form-control:not([type="submit"]),
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control + .wpcf7-select,
.input-group > .form-control + input.wpcf7-form-control:not([type="submit"]),
.input-group > .form-control + textarea.wpcf7-form-control:not([type="submit"]),
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .wpcf7-select,
.input-group
  > .form-control-plaintext
  + input.wpcf7-form-control:not([type="submit"]),
.input-group
  > .form-control-plaintext
  + textarea.wpcf7-form-control:not([type="submit"]),
.input-group > .wpcf7-select + .custom-file,
.input-group > .wpcf7-select + .custom-select,
.input-group > .wpcf7-select + .form-control,
.input-group > .wpcf7-select + .wpcf7-select,
.input-group > .wpcf7-select + input.wpcf7-form-control:not([type="submit"]),
.input-group > .wpcf7-select + textarea.wpcf7-form-control:not([type="submit"]),
.input-group > input.wpcf7-form-control:not([type="submit"]) + .custom-file,
.input-group > input.wpcf7-form-control:not([type="submit"]) + .custom-select,
.input-group > input.wpcf7-form-control:not([type="submit"]) + .form-control,
.input-group > input.wpcf7-form-control:not([type="submit"]) + .wpcf7-select,
.input-group
  > input.wpcf7-form-control:not([type="submit"])
  + input.wpcf7-form-control:not([type="submit"]),
.input-group
  > input.wpcf7-form-control:not([type="submit"])
  + textarea.wpcf7-form-control:not([type="submit"]),
.input-group > textarea.wpcf7-form-control:not([type="submit"]) + .custom-file,
.input-group
  > textarea.wpcf7-form-control:not([type="submit"])
  + .custom-select,
.input-group > textarea.wpcf7-form-control:not([type="submit"]) + .form-control,
.input-group > textarea.wpcf7-form-control:not([type="submit"]) + .wpcf7-select,
.input-group
  > textarea.wpcf7-form-control:not([type="submit"])
  + input.wpcf7-form-control:not([type="submit"]),
.input-group
  > textarea.wpcf7-form-control:not([type="submit"])
  + textarea.wpcf7-form-control:not([type="submit"]) {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus,
.input-group > .wpcf7-select:focus,
.input-group > input.wpcf7-form-control:focus:not([type="submit"]),
.input-group > textarea.wpcf7-form-control:focus:not([type="submit"]) {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child),
.input-group > .wpcf7-select:not(:last-child),
.input-group > input.wpcf7-form-control:not(:last-child):not([type="submit"]),
.input-group
  > textarea.wpcf7-form-control:not(:last-child):not([type="submit"]) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
.input-group > .wpcf7-select:not(:first-child),
.input-group > input.wpcf7-form-control:not(:first-child):not([type="submit"]),
.input-group
  > textarea.wpcf7-form-control:not(:first-child):not([type="submit"]) {
  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-append,
.input-group-prepend {
  display: flex;
}

.Comments .input-group-append .submit,
.Comments .input-group-prepend .submit,
.Editor .input-group-append .wp-block-button__link,
.Editor .input-group-append .wp-block-file__button,
.Editor .input-group-prepend .wp-block-button__link,
.Editor .input-group-prepend .wp-block-file__button,
.entry-content .input-group-append .wp-block-button__link,
.entry-content .input-group-append .wp-block-file__button,
.entry-content .input-group-prepend .wp-block-button__link,
.entry-content .input-group-prepend .wp-block-file__button,
.input-group-append .Comments .submit,
.input-group-append .Editor .wp-block-button__link,
.input-group-append .Editor .wp-block-file__button,
.input-group-append .btn,
.input-group-append .entry-content .wp-block-button__link,
.input-group-append .entry-content .wp-block-file__button,
.input-group-append .wpcf7-submit,
.input-group-prepend .Comments .submit,
.input-group-prepend .Editor .wp-block-button__link,
.input-group-prepend .Editor .wp-block-file__button,
.input-group-prepend .btn,
.input-group-prepend .entry-content .wp-block-button__link,
.input-group-prepend .entry-content .wp-block-file__button,
.input-group-prepend .wpcf7-submit {
  position: relative;
  z-index: 2;
}

.Comments .input-group-append .submit:focus,
.Comments .input-group-prepend .submit:focus,
.Editor .input-group-append .wp-block-button__link:focus,
.Editor .input-group-append .wp-block-file__button:focus,
.Editor .input-group-prepend .wp-block-button__link:focus,
.Editor .input-group-prepend .wp-block-file__button:focus,
.entry-content .input-group-append .wp-block-button__link:focus,
.entry-content .input-group-append .wp-block-file__button:focus,
.entry-content .input-group-prepend .wp-block-button__link:focus,
.entry-content .input-group-prepend .wp-block-file__button:focus,
.input-group-append .Comments .submit:focus,
.input-group-append .Editor .wp-block-button__link:focus,
.input-group-append .Editor .wp-block-file__button:focus,
.input-group-append .btn:focus,
.input-group-append .entry-content .wp-block-button__link:focus,
.input-group-append .entry-content .wp-block-file__button:focus,
.input-group-append .wpcf7-submit:focus,
.input-group-prepend .Comments .submit:focus,
.input-group-prepend .Editor .wp-block-button__link:focus,
.input-group-prepend .Editor .wp-block-file__button:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .entry-content .wp-block-button__link:focus,
.input-group-prepend .entry-content .wp-block-file__button:focus,
.input-group-prepend .wpcf7-submit:focus {
  z-index: 3;
}

.Comments .Editor .input-group-append .wp-block-button__link + .submit,
.Comments .Editor .input-group-append .wp-block-file__button + .submit,
.Comments .Editor .input-group-prepend .wp-block-button__link + .submit,
.Comments .Editor .input-group-prepend .wp-block-file__button + .submit,
.Comments .entry-content .input-group-append .wp-block-button__link + .submit,
.Comments .entry-content .input-group-append .wp-block-file__button + .submit,
.Comments .entry-content .input-group-prepend .wp-block-button__link + .submit,
.Comments .entry-content .input-group-prepend .wp-block-file__button + .submit,
.Comments .input-group-append .Editor .submit + .wp-block-button__link,
.Comments .input-group-append .Editor .submit + .wp-block-file__button,
.Comments .input-group-append .Editor .wp-block-button__link + .submit,
.Comments .input-group-append .Editor .wp-block-file__button + .submit,
.Comments .input-group-append .btn + .submit,
.Comments .input-group-append .entry-content .submit + .wp-block-button__link,
.Comments .input-group-append .entry-content .submit + .wp-block-file__button,
.Comments .input-group-append .entry-content .wp-block-button__link + .submit,
.Comments .input-group-append .entry-content .wp-block-file__button + .submit,
.Comments .input-group-append .input-group-text + .submit,
.Comments .input-group-append .submit + .btn,
.Comments .input-group-append .submit + .input-group-text,
.Comments .input-group-append .submit + .submit,
.Comments .input-group-append .submit + .wpcf7-submit,
.Comments .input-group-append .wpcf7-submit + .submit,
.Comments .input-group-prepend .Editor .submit + .wp-block-button__link,
.Comments .input-group-prepend .Editor .submit + .wp-block-file__button,
.Comments .input-group-prepend .Editor .wp-block-button__link + .submit,
.Comments .input-group-prepend .Editor .wp-block-file__button + .submit,
.Comments .input-group-prepend .btn + .submit,
.Comments .input-group-prepend .entry-content .submit + .wp-block-button__link,
.Comments .input-group-prepend .entry-content .submit + .wp-block-file__button,
.Comments .input-group-prepend .entry-content .wp-block-button__link + .submit,
.Comments .input-group-prepend .entry-content .wp-block-file__button + .submit,
.Comments .input-group-prepend .input-group-text + .submit,
.Comments .input-group-prepend .submit + .btn,
.Comments .input-group-prepend .submit + .input-group-text,
.Comments .input-group-prepend .submit + .submit,
.Comments .input-group-prepend .submit + .wpcf7-submit,
.Comments .input-group-prepend .wpcf7-submit + .submit,
.Editor .Comments .input-group-append .submit + .wp-block-button__link,
.Editor .Comments .input-group-append .submit + .wp-block-file__button,
.Editor .Comments .input-group-prepend .submit + .wp-block-button__link,
.Editor .Comments .input-group-prepend .submit + .wp-block-file__button,
.Editor .input-group-append .Comments .submit + .wp-block-button__link,
.Editor .input-group-append .Comments .submit + .wp-block-file__button,
.Editor .input-group-append .Comments .wp-block-button__link + .submit,
.Editor .input-group-append .Comments .wp-block-file__button + .submit,
.Editor .input-group-append .btn + .wp-block-button__link,
.Editor .input-group-append .btn + .wp-block-file__button,
.Editor .input-group-append .input-group-text + .wp-block-button__link,
.Editor .input-group-append .input-group-text + .wp-block-file__button,
.Editor .input-group-append .wp-block-button__link + .btn,
.Editor .input-group-append .wp-block-button__link + .input-group-text,
.Editor .input-group-append .wp-block-button__link + .wp-block-button__link,
.Editor .input-group-append .wp-block-button__link + .wp-block-file__button,
.Editor .input-group-append .wp-block-button__link + .wpcf7-submit,
.Editor .input-group-append .wp-block-file__button + .btn,
.Editor .input-group-append .wp-block-file__button + .input-group-text,
.Editor .input-group-append .wp-block-file__button + .wp-block-button__link,
.Editor .input-group-append .wp-block-file__button + .wp-block-file__button,
.Editor .input-group-append .wp-block-file__button + .wpcf7-submit,
.Editor .input-group-append .wpcf7-submit + .wp-block-button__link,
.Editor .input-group-append .wpcf7-submit + .wp-block-file__button,
.Editor .input-group-prepend .Comments .submit + .wp-block-button__link,
.Editor .input-group-prepend .Comments .submit + .wp-block-file__button,
.Editor .input-group-prepend .Comments .wp-block-button__link + .submit,
.Editor .input-group-prepend .Comments .wp-block-file__button + .submit,
.Editor .input-group-prepend .btn + .wp-block-button__link,
.Editor .input-group-prepend .btn + .wp-block-file__button,
.Editor .input-group-prepend .input-group-text + .wp-block-button__link,
.Editor .input-group-prepend .input-group-text + .wp-block-file__button,
.Editor .input-group-prepend .wp-block-button__link + .btn,
.Editor .input-group-prepend .wp-block-button__link + .input-group-text,
.Editor .input-group-prepend .wp-block-button__link + .wp-block-button__link,
.Editor .input-group-prepend .wp-block-button__link + .wp-block-file__button,
.Editor .input-group-prepend .wp-block-button__link + .wpcf7-submit,
.Editor .input-group-prepend .wp-block-file__button + .btn,
.Editor .input-group-prepend .wp-block-file__button + .input-group-text,
.Editor .input-group-prepend .wp-block-file__button + .wp-block-button__link,
.Editor .input-group-prepend .wp-block-file__button + .wp-block-file__button,
.Editor .input-group-prepend .wp-block-file__button + .wpcf7-submit,
.Editor .input-group-prepend .wpcf7-submit + .wp-block-button__link,
.Editor .input-group-prepend .wpcf7-submit + .wp-block-file__button,
.entry-content .Comments .input-group-append .submit + .wp-block-button__link,
.entry-content .Comments .input-group-append .submit + .wp-block-file__button,
.entry-content .Comments .input-group-prepend .submit + .wp-block-button__link,
.entry-content .Comments .input-group-prepend .submit + .wp-block-file__button,
.entry-content .input-group-append .Comments .submit + .wp-block-button__link,
.entry-content .input-group-append .Comments .submit + .wp-block-file__button,
.entry-content .input-group-append .Comments .wp-block-button__link + .submit,
.entry-content .input-group-append .Comments .wp-block-file__button + .submit,
.entry-content .input-group-append .btn + .wp-block-button__link,
.entry-content .input-group-append .btn + .wp-block-file__button,
.entry-content .input-group-append .input-group-text + .wp-block-button__link,
.entry-content .input-group-append .input-group-text + .wp-block-file__button,
.entry-content .input-group-append .wp-block-button__link + .btn,
.entry-content .input-group-append .wp-block-button__link + .input-group-text,
.entry-content
  .input-group-append
  .wp-block-button__link
  + .wp-block-button__link,
.entry-content
  .input-group-append
  .wp-block-button__link
  + .wp-block-file__button,
.entry-content .input-group-append .wp-block-button__link + .wpcf7-submit,
.entry-content .input-group-append .wp-block-file__button + .btn,
.entry-content .input-group-append .wp-block-file__button + .input-group-text,
.entry-content
  .input-group-append
  .wp-block-file__button
  + .wp-block-button__link,
.entry-content
  .input-group-append
  .wp-block-file__button
  + .wp-block-file__button,
.entry-content .input-group-append .wp-block-file__button + .wpcf7-submit,
.entry-content .input-group-append .wpcf7-submit + .wp-block-button__link,
.entry-content .input-group-append .wpcf7-submit + .wp-block-file__button,
.entry-content .input-group-prepend .Comments .submit + .wp-block-button__link,
.entry-content .input-group-prepend .Comments .submit + .wp-block-file__button,
.entry-content .input-group-prepend .Comments .wp-block-button__link + .submit,
.entry-content .input-group-prepend .Comments .wp-block-file__button + .submit,
.entry-content .input-group-prepend .btn + .wp-block-button__link,
.entry-content .input-group-prepend .btn + .wp-block-file__button,
.entry-content .input-group-prepend .input-group-text + .wp-block-button__link,
.entry-content .input-group-prepend .input-group-text + .wp-block-file__button,
.entry-content .input-group-prepend .wp-block-button__link + .btn,
.entry-content .input-group-prepend .wp-block-button__link + .input-group-text,
.entry-content
  .input-group-prepend
  .wp-block-button__link
  + .wp-block-button__link,
.entry-content
  .input-group-prepend
  .wp-block-button__link
  + .wp-block-file__button,
.entry-content .input-group-prepend .wp-block-button__link + .wpcf7-submit,
.entry-content .input-group-prepend .wp-block-file__button + .btn,
.entry-content .input-group-prepend .wp-block-file__button + .input-group-text,
.entry-content
  .input-group-prepend
  .wp-block-file__button
  + .wp-block-button__link,
.entry-content
  .input-group-prepend
  .wp-block-file__button
  + .wp-block-file__button,
.entry-content .input-group-prepend .wp-block-file__button + .wpcf7-submit,
.entry-content .input-group-prepend .wpcf7-submit + .wp-block-button__link,
.entry-content .input-group-prepend .wpcf7-submit + .wp-block-file__button,
.input-group-append .Comments .Editor .submit + .wp-block-button__link,
.input-group-append .Comments .Editor .submit + .wp-block-file__button,
.input-group-append .Comments .btn + .submit,
.input-group-append .Comments .entry-content .submit + .wp-block-button__link,
.input-group-append .Comments .entry-content .submit + .wp-block-file__button,
.input-group-append .Comments .input-group-text + .submit,
.input-group-append .Comments .submit + .btn,
.input-group-append .Comments .submit + .input-group-text,
.input-group-append .Comments .submit + .submit,
.input-group-append .Comments .submit + .wpcf7-submit,
.input-group-append .Comments .wpcf7-submit + .submit,
.input-group-append .Editor .Comments .wp-block-button__link + .submit,
.input-group-append .Editor .Comments .wp-block-file__button + .submit,
.input-group-append .Editor .btn + .wp-block-button__link,
.input-group-append .Editor .btn + .wp-block-file__button,
.input-group-append .Editor .input-group-text + .wp-block-button__link,
.input-group-append .Editor .input-group-text + .wp-block-file__button,
.input-group-append .Editor .wp-block-button__link + .btn,
.input-group-append .Editor .wp-block-button__link + .input-group-text,
.input-group-append .Editor .wp-block-button__link + .wp-block-button__link,
.input-group-append .Editor .wp-block-button__link + .wp-block-file__button,
.input-group-append .Editor .wp-block-button__link + .wpcf7-submit,
.input-group-append .Editor .wp-block-file__button + .btn,
.input-group-append .Editor .wp-block-file__button + .input-group-text,
.input-group-append .Editor .wp-block-file__button + .wp-block-button__link,
.input-group-append .Editor .wp-block-file__button + .wp-block-file__button,
.input-group-append .Editor .wp-block-file__button + .wpcf7-submit,
.input-group-append .Editor .wpcf7-submit + .wp-block-button__link,
.input-group-append .Editor .wpcf7-submit + .wp-block-file__button,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .btn + .wpcf7-submit,
.input-group-append .entry-content .Comments .wp-block-button__link + .submit,
.input-group-append .entry-content .Comments .wp-block-file__button + .submit,
.input-group-append .entry-content .btn + .wp-block-button__link,
.input-group-append .entry-content .btn + .wp-block-file__button,
.input-group-append .entry-content .input-group-text + .wp-block-button__link,
.input-group-append .entry-content .input-group-text + .wp-block-file__button,
.input-group-append .entry-content .wp-block-button__link + .btn,
.input-group-append .entry-content .wp-block-button__link + .input-group-text,
.input-group-append
  .entry-content
  .wp-block-button__link
  + .wp-block-button__link,
.input-group-append
  .entry-content
  .wp-block-button__link
  + .wp-block-file__button,
.input-group-append .entry-content .wp-block-button__link + .wpcf7-submit,
.input-group-append .entry-content .wp-block-file__button + .btn,
.input-group-append .entry-content .wp-block-file__button + .input-group-text,
.input-group-append
  .entry-content
  .wp-block-file__button
  + .wp-block-button__link,
.input-group-append
  .entry-content
  .wp-block-file__button
  + .wp-block-file__button,
.input-group-append .entry-content .wp-block-file__button + .wpcf7-submit,
.input-group-append .entry-content .wpcf7-submit + .wp-block-button__link,
.input-group-append .entry-content .wpcf7-submit + .wp-block-file__button,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .wpcf7-submit,
.input-group-append .wpcf7-submit + .btn,
.input-group-append .wpcf7-submit + .input-group-text,
.input-group-append .wpcf7-submit + .wpcf7-submit,
.input-group-prepend .Comments .Editor .submit + .wp-block-button__link,
.input-group-prepend .Comments .Editor .submit + .wp-block-file__button,
.input-group-prepend .Comments .btn + .submit,
.input-group-prepend .Comments .entry-content .submit + .wp-block-button__link,
.input-group-prepend .Comments .entry-content .submit + .wp-block-file__button,
.input-group-prepend .Comments .input-group-text + .submit,
.input-group-prepend .Comments .submit + .btn,
.input-group-prepend .Comments .submit + .input-group-text,
.input-group-prepend .Comments .submit + .submit,
.input-group-prepend .Comments .submit + .wpcf7-submit,
.input-group-prepend .Comments .wpcf7-submit + .submit,
.input-group-prepend .Editor .Comments .wp-block-button__link + .submit,
.input-group-prepend .Editor .Comments .wp-block-file__button + .submit,
.input-group-prepend .Editor .btn + .wp-block-button__link,
.input-group-prepend .Editor .btn + .wp-block-file__button,
.input-group-prepend .Editor .input-group-text + .wp-block-button__link,
.input-group-prepend .Editor .input-group-text + .wp-block-file__button,
.input-group-prepend .Editor .wp-block-button__link + .btn,
.input-group-prepend .Editor .wp-block-button__link + .input-group-text,
.input-group-prepend .Editor .wp-block-button__link + .wp-block-button__link,
.input-group-prepend .Editor .wp-block-button__link + .wp-block-file__button,
.input-group-prepend .Editor .wp-block-button__link + .wpcf7-submit,
.input-group-prepend .Editor .wp-block-file__button + .btn,
.input-group-prepend .Editor .wp-block-file__button + .input-group-text,
.input-group-prepend .Editor .wp-block-file__button + .wp-block-button__link,
.input-group-prepend .Editor .wp-block-file__button + .wp-block-file__button,
.input-group-prepend .Editor .wp-block-file__button + .wpcf7-submit,
.input-group-prepend .Editor .wpcf7-submit + .wp-block-button__link,
.input-group-prepend .Editor .wpcf7-submit + .wp-block-file__button,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn + .wpcf7-submit,
.input-group-prepend .entry-content .Comments .wp-block-button__link + .submit,
.input-group-prepend .entry-content .Comments .wp-block-file__button + .submit,
.input-group-prepend .entry-content .btn + .wp-block-button__link,
.input-group-prepend .entry-content .btn + .wp-block-file__button,
.input-group-prepend .entry-content .input-group-text + .wp-block-button__link,
.input-group-prepend .entry-content .input-group-text + .wp-block-file__button,
.input-group-prepend .entry-content .wp-block-button__link + .btn,
.input-group-prepend .entry-content .wp-block-button__link + .input-group-text,
.input-group-prepend
  .entry-content
  .wp-block-button__link
  + .wp-block-button__link,
.input-group-prepend
  .entry-content
  .wp-block-button__link
  + .wp-block-file__button,
.input-group-prepend .entry-content .wp-block-button__link + .wpcf7-submit,
.input-group-prepend .entry-content .wp-block-file__button + .btn,
.input-group-prepend .entry-content .wp-block-file__button + .input-group-text,
.input-group-prepend
  .entry-content
  .wp-block-file__button
  + .wp-block-button__link,
.input-group-prepend
  .entry-content
  .wp-block-file__button
  + .wp-block-file__button,
.input-group-prepend .entry-content .wp-block-file__button + .wpcf7-submit,
.input-group-prepend .entry-content .wpcf7-submit + .wp-block-button__link,
.input-group-prepend .entry-content .wpcf7-submit + .wp-block-file__button,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .wpcf7-submit,
.input-group-prepend .wpcf7-submit + .btn,
.input-group-prepend .wpcf7-submit + .input-group-text,
.input-group-prepend .wpcf7-submit + .wpcf7-submit {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0.75rem 1.5rem;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #3d444d;
  background-color: #fff;
  white-space: nowrap;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .wpcf7-select,
.input-group-lg > input.wpcf7-form-control:not(textarea):not([type="submit"]),
.input-group-lg
  > textarea.wpcf7-form-control:not(textarea):not([type="submit"]) {
  height: calc(1.5em + 1.5rem + 2px);
}

.Comments .input-group-lg > .input-group-append > .submit,
.Comments .input-group-lg > .input-group-prepend > .submit,
.Editor .input-group-lg > .input-group-append > .wp-block-button__link,
.Editor .input-group-lg > .input-group-append > .wp-block-file__button,
.Editor .input-group-lg > .input-group-prepend > .wp-block-button__link,
.Editor .input-group-lg > .input-group-prepend > .wp-block-file__button,
.entry-content .input-group-lg > .input-group-append > .wp-block-button__link,
.entry-content .input-group-lg > .input-group-append > .wp-block-file__button,
.entry-content .input-group-lg > .input-group-prepend > .wp-block-button__link,
.entry-content .input-group-lg > .input-group-prepend > .wp-block-file__button,
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > .wpcf7-submit,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-prepend > .wpcf7-submit,
.input-group-lg > .wpcf7-select,
.input-group-lg > input.wpcf7-form-control:not([type="submit"]),
.input-group-lg > textarea.wpcf7-form-control:not([type="submit"]) {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .wpcf7-select,
.input-group-sm > input.wpcf7-form-control:not(textarea):not([type="submit"]),
.input-group-sm
  > textarea.wpcf7-form-control:not(textarea):not([type="submit"]) {
  height: calc(1.5em + 1rem + 2px);
}

.Comments .input-group-sm > .input-group-append > .submit,
.Comments .input-group-sm > .input-group-prepend > .submit,
.Editor .input-group-sm > .input-group-append > .wp-block-button__link,
.Editor .input-group-sm > .input-group-append > .wp-block-file__button,
.Editor .input-group-sm > .input-group-prepend > .wp-block-button__link,
.Editor .input-group-sm > .input-group-prepend > .wp-block-file__button,
.entry-content .input-group-sm > .input-group-append > .wp-block-button__link,
.entry-content .input-group-sm > .input-group-append > .wp-block-file__button,
.entry-content .input-group-sm > .input-group-prepend > .wp-block-button__link,
.entry-content .input-group-sm > .input-group-prepend > .wp-block-file__button,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > .wpcf7-submit,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-prepend > .wpcf7-submit,
.input-group-sm > .wpcf7-select,
.input-group-sm > input.wpcf7-form-control:not([type="submit"]),
.input-group-sm > textarea.wpcf7-form-control:not([type="submit"]) {
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-lg > .wpcf7-select,
.input-group-sm > .custom-select,
.input-group-sm > .wpcf7-select {
  padding-right: 2.5rem;
}

.Comments
  .input-group
  > .input-group-append:last-child
  > .submit:not(:last-child):not(.dropdown-toggle),
.Comments .input-group > .input-group-append:not(:last-child) > .submit,
.Comments .input-group > .input-group-prepend > .submit,
.Editor
  .input-group
  > .input-group-append:last-child
  > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.Editor
  .input-group
  > .input-group-append:last-child
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.Editor
  .input-group
  > .input-group-append:not(:last-child)
  > .wp-block-button__link,
.Editor
  .input-group
  > .input-group-append:not(:last-child)
  > .wp-block-file__button,
.Editor .input-group > .input-group-prepend > .wp-block-button__link,
.Editor .input-group > .input-group-prepend > .wp-block-file__button,
.entry-content
  .input-group
  > .input-group-append:last-child
  > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.entry-content
  .input-group
  > .input-group-append:last-child
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.entry-content
  .input-group
  > .input-group-append:not(:last-child)
  > .wp-block-button__link,
.entry-content
  .input-group
  > .input-group-append:not(:last-child)
  > .wp-block-file__button,
.entry-content .input-group > .input-group-prepend > .wp-block-button__link,
.entry-content .input-group > .input-group-prepend > .wp-block-file__button,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group
  > .input-group-append:last-child
  > .wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .wpcf7-submit,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > .wpcf7-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.Comments .input-group > .input-group-append > .submit,
.Comments
  .input-group
  > .input-group-prepend:first-child
  > .submit:not(:first-child),
.Comments .input-group > .input-group-prepend:not(:first-child) > .submit,
.Editor .input-group > .input-group-append > .wp-block-button__link,
.Editor .input-group > .input-group-append > .wp-block-file__button,
.Editor
  .input-group
  > .input-group-prepend:first-child
  > .wp-block-button__link:not(:first-child),
.Editor
  .input-group
  > .input-group-prepend:first-child
  > .wp-block-file__button:not(:first-child),
.Editor
  .input-group
  > .input-group-prepend:not(:first-child)
  > .wp-block-button__link,
.Editor
  .input-group
  > .input-group-prepend:not(:first-child)
  > .wp-block-file__button,
.entry-content .input-group > .input-group-append > .wp-block-button__link,
.entry-content .input-group > .input-group-append > .wp-block-file__button,
.entry-content
  .input-group
  > .input-group-prepend:first-child
  > .wp-block-button__link:not(:first-child),
.entry-content
  .input-group
  > .input-group-prepend:first-child
  > .wp-block-file__button:not(:first-child),
.entry-content
  .input-group
  > .input-group-prepend:not(:first-child)
  > .wp-block-button__link,
.entry-content
  .input-group
  > .input-group-prepend:not(:first-child)
  > .wp-block-file__button,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > .wpcf7-submit,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .wpcf7-submit:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .wpcf7-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control,
.wpcf7-checkbox > .wpcf7-list-item,
.wpcf7-checkbox > .wpcf7-list-item > label,
.wpcf7-radio > .wpcf7-list-item,
.wpcf7-radio > .wpcf7-list-item > label {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  min-height: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input,
.wpcf7-checkbox > .wpcf7-list-item > input,
.wpcf7-checkbox > .wpcf7-list-item > label > input,
.wpcf7-radio > .wpcf7-list-item > input,
.wpcf7-radio > .wpcf7-list-item > label > input {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1.25rem;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > input:checked ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::before {
  color: #fff;
  background-color: #7a746c;
  border-color: #7a746c;
}

.custom-control-input:focus ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:focus
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:focus
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > input:focus ~ .custom-control-label::before,
.wpcf7-radio > .wpcf7-list-item > input:focus ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:focus
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:focus
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:focus
  ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:focus:not(:checked)
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:focus:not(:checked)
  ~ .wpcf7-list-item-label::before {
  border-color: #b7b3ae;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:not(:disabled):active
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:not(:disabled):active
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:not(:disabled):active
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:not(:disabled):active
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:not(:disabled):active
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:not(:disabled):active
  ~ .wpcf7-list-item-label::before {
  color: #fff;
  background-color: #cfcdc9;
  border-color: #cfcdc9;
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox > .wpcf7-list-item > input:disabled ~ .custom-control-label,
.wpcf7-checkbox > .wpcf7-list-item > input:disabled ~ .wpcf7-list-item-label,
.wpcf7-checkbox > .wpcf7-list-item > input[disabled] ~ .custom-control-label,
.wpcf7-checkbox > .wpcf7-list-item > input[disabled] ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .custom-control-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .wpcf7-list-item-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .custom-control-label,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > input:disabled ~ .custom-control-label,
.wpcf7-radio > .wpcf7-list-item > input:disabled ~ .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > input[disabled] ~ .custom-control-label,
.wpcf7-radio > .wpcf7-list-item > input[disabled] ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .custom-control-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .wpcf7-list-item-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .custom-control-label,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .wpcf7-list-item-label {
  color: #202428;
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input[disabled]
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:disabled
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input[disabled]
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input[disabled]
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input[disabled]
  ~ .wpcf7-list-item-label::before {
  background-color: #e4e7eb;
}

.custom-control-label,
.wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label,
.wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before,
.wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label::before,
.wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  border: #3d444d solid 1px;
  background-color: #fff;
  pointer-events: none;
}

.custom-control-label::after,
.wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label::after,
.wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label::after,
.wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::after,
.wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::before,
.wpcf7-checkbox > .wpcf7-list-item .custom-control-label::before,
.wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label::before,
.wpcf7-checkbox > .wpcf7-list-item > label .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label::before {
  border-radius: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  .custom-control-input:checked
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .custom-control-input:checked
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::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='%23ffffff' 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-checkbox
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  .custom-control-input:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .custom-control-input:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .wpcf7-list-item-label::before {
  background-color: #7a746c;
  border-color: #7a746c;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .custom-control-label::after,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  .custom-control-input:indeterminate
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .custom-control-input:indeterminate
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:indeterminate
  ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .custom-control-label::after,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:indeterminate
  ~ .wpcf7-list-item-label::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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before {
  background-color: rgba(236, 48, 64, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.custom-checkbox
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:indeterminate
  ~ .custom-control-label::before,
.wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:indeterminate
  ~ .wpcf7-list-item-label::before {
  background-color: rgba(236, 48, 64, 0.5);
}

.custom-radio .custom-control-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::before,
.custom-radio .wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item .custom-control-label::before,
.wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > label .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  .custom-control-input:checked
  ~ .custom-control-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio > .wpcf7-list-item > input:checked ~ .custom-control-label::after,
.wpcf7-radio > .wpcf7-list-item > input:checked ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .custom-control-input:checked
  ~ .custom-control-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::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='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-radio
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-radio
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item.wpcf7-checkbox
  > label.wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item.wpcf7-radio
  > label.wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before {
  background-color: rgba(236, 48, 64, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::before,
.custom-switch .wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::before {
  left: -2.25rem;
  width: 1.75rem;
  border-radius: 0.5rem;
  pointer-events: all;
}

.custom-switch .custom-control-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::after,
.custom-switch .wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .wpcf7-list-item-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: 0.5rem;
  background-color: #3d444d;
  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-checkbox
    > .wpcf7-list-item
    > .wpcf7-list-item-label::after,
  .custom-switch
    .wpcf7-checkbox
    > .wpcf7-list-item
    > label
    > .wpcf7-list-item-label::after,
  .custom-switch
    .wpcf7-radio
    > .wpcf7-list-item
    > .wpcf7-list-item-label::after,
  .custom-switch
    .wpcf7-radio
    > .wpcf7-list-item
    > label
    > .wpcf7-list-item-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .custom-control-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:checked
  ~ .wpcf7-list-item-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .custom-control-label::after,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:checked
  ~ .wpcf7-list-item-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-switch
  .wpcf7-checkbox
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > .custom-control-input:disabled:checked
  ~ .wpcf7-list-item-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .custom-control-label::before,
.custom-switch
  .wpcf7-radio
  > .wpcf7-list-item
  > label
  > input:disabled:checked
  ~ .wpcf7-list-item-label::before {
  background-color: rgba(236, 48, 64, 0.5);
}

.custom-select,
.wpcf7-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  color: #3d444d;
  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;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus,
.wpcf7-select:focus {
  border-color: #b7b3ae;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.custom-select:focus::-ms-value,
.wpcf7-select:focus::-ms-value {
  color: #3d444d;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]),
.wpcf7-select[multiple],
.wpcf7-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}

.custom-select:disabled,
.wpcf7-select:disabled {
  color: #202428;
  background-color: #e4e7eb;
}

.custom-select::-ms-expand,
.wpcf7-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring,
.wpcf7-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3d444d;
}

.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-left: 1.5rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  z-index: 2;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #b7b3ae;
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e4e7eb;
}

.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;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.5rem;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  line-height: 1.5;
  font-weight: 400;
  color: #3d444d;
  background-color: #fff;
  z-index: 1;
}

.custom-file-label::after {
  content: "Browse";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.5rem;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
  line-height: 1.5;
  color: #3d444d;
  background-color: #fff;
  z-index: 3;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(122, 116, 108, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  background-color: #dc3545;
  -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: #cfcdc9;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  color: transparent;
  background-color: #ced3d9;
  cursor: pointer;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  background-color: #dc3545;
  -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: #cfcdc9;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  color: transparent;
  background-color: #ced3d9;
  cursor: pointer;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border: 0;
  border-radius: 1rem;
  background-color: #dc3545;
  -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: #cfcdc9;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #ced3d9;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #ced3d9;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #3d444d;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #3d444d;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #3d444d;
}

.custom-control-label::before,
.custom-file-label,
.custom-select,
.wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label::before,
.wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::before,
.wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label::before,
.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,
  .custom-file-label,
  .custom-select,
  .wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label::before,
  .wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label::before,
  .wpcf7-radio > .wpcf7-list-item > .wpcf7-list-item-label::before,
  .wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label::before,
  .wpcf7-select {
    transition: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  background-color: #fff;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  padding: 1.25rem;
  flex: 1 1 auto;
  min-height: 1px;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
}

.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
  flex-shrink: 0;
}

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-deck .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    flex-flow: row wrap;
  }

  .card-deck .card {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0;
    flex: 1 0 0%;
  }
}

.card-group > .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0 0%;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
  border-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.Comments .submit .badge,
.Editor .wp-block-button__link .badge,
.Editor .wp-block-file__button .badge,
.btn .badge,
.entry-content .wp-block-button__link .badge,
.entry-content .wp-block-file__button .badge,
.wpcf7-submit .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #ec3040;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #d51424;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 48, 64, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #7a746c;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #5f5a54;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 116, 108, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #faf8f5;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #e9e0d3;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 248, 245, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #202428;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #090b0c;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5);
}

.alert,
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.5rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7b1921;
  background-color: #fbd6d9;
  border-color: #fac5ca;
}

.alert-primary hr {
  border-top-color: #f8aeb5;
}

.alert-primary .alert-link {
  color: #511016;
}

.alert-secondary {
  color: #3f3c38;
  background-color: #e4e3e2;
  border-color: #dad8d6;
}

.alert-secondary hr {
  border-top-color: #cecbc9;
}

.alert-secondary .alert-link {
  color: #242220;
}

.alert-success,
.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr,
.wpcf7-mail-sent-ok hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link,
.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 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger,
.wpcf7-validation-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr,
.wpcf7-validation-errors hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link,
.wpcf7-validation-errors .alert-link {
  color: #491217;
}

.alert-light {
  color: #82817f;
  background-color: #fefefd;
  border-color: #fefdfc;
}

.alert-light hr {
  border-top-color: #f8f0e9;
}

.alert-light .alert-link {
  color: #686766;
}

.alert-dark {
  color: #111315;
  background-color: #d2d3d4;
  border-color: #c1c2c3;
}

.alert-dark hr {
  border-top-color: #b4b5b6;
}

.alert-dark .alert-link {
  color: #000;
}

.close {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
  float: right;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 1040;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.25;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header .close {
  margin: -1rem -1.5rem -1rem auto;
  padding: 1rem 1.5rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 0 3rem 3rem 3rem;
  flex: 1 1 auto;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem 3rem 3rem-0.25rem;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.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: #ec3040 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #d51424 !important;
}

.bg-secondary {
  background-color: #7a746c !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #5f5a54 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #faf8f5 !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e9e0d3 !important;
}

.bg-dark {
  background-color: #202428 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #090b0c !important;
}

.HeroSubpage .wpcf7,
.HeroSubpage .gform_wrapper,
.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ced3d9 !important;
}

.border-top {
  border-top: 1px solid #ced3d9 !important;
}

.border-right {
  border-right: 1px solid #ced3d9 !important;
}

.border-bottom {
  border-bottom: 1px solid #ced3d9 !important;
}

.border-left {
  border-left: 1px solid #ced3d9 !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: #ec3040 !important;
}

.border-secondary {
  border-color: #7a746c !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: #faf8f5 !important;
}

.border-dark {
  border-color: #202428 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 4px !important;
}

.HeroSubpage .wpcf7,
.HeroSubpage .gform_wrapper,
.Offices__Img,
.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-lg {
  border-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.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 {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@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;
  }
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.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;
}

.HeroSubpage .wpcf7,
.HeroSubpage .gform_wrapper,
.shadow {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !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 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  pointer-events: auto;
}

.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: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-21 {
  margin: 0.75rem !important;
}

.mt-21,
.my-21 {
  margin-top: 0.75rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 0.75rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 0.75rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 0.75rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 4.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4.5rem !important;
}

.m-10 {
  margin: 6.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 6.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6.5rem !important;
}

.m-11 {
  margin: 9.5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 9.5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 9.5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 9.5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 9.5rem !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: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-21 {
  padding: 0.75rem !important;
}

.pt-21,
.py-21 {
  padding-top: 0.75rem !important;
}

.pr-21,
.px-21 {
  padding-right: 0.75rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 0.75rem !important;
}

.pl-21,
.px-21 {
  padding-left: 0.75rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4.5rem !important;
}

.p-10 {
  padding: 6.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 6.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 6.5rem !important;
}

.p-11 {
  padding: 9.5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 9.5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 9.5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 9.5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 9.5rem !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: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n21 {
  margin: -0.75rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -0.75rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -0.75rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -0.75rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -0.75rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}

.m-n9 {
  margin: -4.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4.5rem !important;
}

.m-n10 {
  margin: -6.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -6.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -6.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -6.5rem !important;
}

.m-n11 {
  margin: -9.5rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -9.5rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -9.5rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -9.5rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -9.5rem !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: 2rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }

  .m-sm-21 {
    margin: 0.75rem !important;
  }

  .mt-sm-21,
  .my-sm-21 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 0.75rem !important;
  }

  .m-sm-6 {
    margin: 2.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 4.5rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.5rem !important;
  }

  .m-sm-10 {
    margin: 6.5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6.5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6.5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6.5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6.5rem !important;
  }

  .m-sm-11 {
    margin: 9.5rem !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 9.5rem !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 9.5rem !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 9.5rem !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 9.5rem !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: 2rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }

  .p-sm-21 {
    padding: 0.75rem !important;
  }

  .pt-sm-21,
  .py-sm-21 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-21,
  .px-sm-21 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-21,
  .px-sm-21 {
    padding-left: 0.75rem !important;
  }

  .p-sm-6 {
    padding: 2.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 4.5rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.5rem !important;
  }

  .p-sm-10 {
    padding: 6.5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6.5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6.5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6.5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6.5rem !important;
  }

  .p-sm-11 {
    padding: 9.5rem !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 9.5rem !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 9.5rem !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 9.5rem !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 9.5rem !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: -2rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }

  .m-sm-n21 {
    margin: -0.75rem !important;
  }

  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n6 {
    margin: -2.5rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n7 {
    margin: -3rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }

  .m-sm-n8 {
    margin: -4rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important;
  }

  .m-sm-n9 {
    margin: -4.5rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n10 {
    margin: -6.5rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6.5rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6.5rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6.5rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6.5rem !important;
  }

  .m-sm-n11 {
    margin: -9.5rem !important;
  }

  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -9.5rem !important;
  }

  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -9.5rem !important;
  }

  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -9.5rem !important;
  }

  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -9.5rem !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: 2rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }

  .m-md-21 {
    margin: 0.75rem !important;
  }

  .mt-md-21,
  .my-md-21 {
    margin-top: 0.75rem !important;
  }

  .mr-md-21,
  .mx-md-21 {
    margin-right: 0.75rem !important;
  }

  .mb-md-21,
  .my-md-21 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-21,
  .mx-md-21 {
    margin-left: 0.75rem !important;
  }

  .m-md-6 {
    margin: 2.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 4.5rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 4.5rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.5rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.5rem !important;
  }

  .m-md-10 {
    margin: 6.5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 6.5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 6.5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6.5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 6.5rem !important;
  }

  .m-md-11 {
    margin: 9.5rem !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 9.5rem !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 9.5rem !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 9.5rem !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 9.5rem !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: 2rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }

  .p-md-21 {
    padding: 0.75rem !important;
  }

  .pt-md-21,
  .py-md-21 {
    padding-top: 0.75rem !important;
  }

  .pr-md-21,
  .px-md-21 {
    padding-right: 0.75rem !important;
  }

  .pb-md-21,
  .py-md-21 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-21,
  .px-md-21 {
    padding-left: 0.75rem !important;
  }

  .p-md-6 {
    padding: 2.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 4.5rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 4.5rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 4.5rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 4.5rem !important;
  }

  .p-md-10 {
    padding: 6.5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 6.5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 6.5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6.5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 6.5rem !important;
  }

  .p-md-11 {
    padding: 9.5rem !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 9.5rem !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 9.5rem !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 9.5rem !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 9.5rem !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: -2rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }

  .m-md-n21 {
    margin: -0.75rem !important;
  }

  .mt-md-n21,
  .my-md-n21 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -0.75rem !important;
  }

  .m-md-n6 {
    margin: -2.5rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }

  .m-md-n7 {
    margin: -3rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }

  .m-md-n8 {
    margin: -4rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important;
  }

  .m-md-n9 {
    margin: -4.5rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4.5rem !important;
  }

  .m-md-n10 {
    margin: -6.5rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6.5rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6.5rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6.5rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6.5rem !important;
  }

  .m-md-n11 {
    margin: -9.5rem !important;
  }

  .mt-md-n11,
  .my-md-n11 {
    margin-top: -9.5rem !important;
  }

  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -9.5rem !important;
  }

  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -9.5rem !important;
  }

  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -9.5rem !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: 2rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }

  .m-lg-21 {
    margin: 0.75rem !important;
  }

  .mt-lg-21,
  .my-lg-21 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 0.75rem !important;
  }

  .m-lg-6 {
    margin: 2.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 4.5rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.5rem !important;
  }

  .m-lg-10 {
    margin: 6.5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6.5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6.5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6.5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6.5rem !important;
  }

  .m-lg-11 {
    margin: 9.5rem !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 9.5rem !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 9.5rem !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 9.5rem !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 9.5rem !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: 2rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }

  .p-lg-21 {
    padding: 0.75rem !important;
  }

  .pt-lg-21,
  .py-lg-21 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-21,
  .px-lg-21 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-21,
  .px-lg-21 {
    padding-left: 0.75rem !important;
  }

  .p-lg-6 {
    padding: 2.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 4.5rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.5rem !important;
  }

  .p-lg-10 {
    padding: 6.5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6.5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6.5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6.5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6.5rem !important;
  }

  .p-lg-11 {
    padding: 9.5rem !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 9.5rem !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 9.5rem !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 9.5rem !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 9.5rem !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: -2rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }

  .m-lg-n21 {
    margin: -0.75rem !important;
  }

  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n6 {
    margin: -2.5rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n7 {
    margin: -3rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }

  .m-lg-n8 {
    margin: -4rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important;
  }

  .m-lg-n9 {
    margin: -4.5rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n10 {
    margin: -6.5rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6.5rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6.5rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6.5rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6.5rem !important;
  }

  .m-lg-n11 {
    margin: -9.5rem !important;
  }

  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -9.5rem !important;
  }

  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -9.5rem !important;
  }

  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -9.5rem !important;
  }

  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -9.5rem !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: 2rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }

  .m-xl-21 {
    margin: 0.75rem !important;
  }

  .mt-xl-21,
  .my-xl-21 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 0.75rem !important;
  }

  .m-xl-6 {
    margin: 2.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 4.5rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.5rem !important;
  }

  .m-xl-10 {
    margin: 6.5rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6.5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6.5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6.5rem !important;
  }

  .m-xl-11 {
    margin: 9.5rem !important;
  }

  .mt-xl-11,
  .my-xl-11 {
    margin-top: 9.5rem !important;
  }

  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 9.5rem !important;
  }

  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 9.5rem !important;
  }

  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 9.5rem !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: 2rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }

  .p-xl-21 {
    padding: 0.75rem !important;
  }

  .pt-xl-21,
  .py-xl-21 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-21,
  .px-xl-21 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-21,
  .px-xl-21 {
    padding-left: 0.75rem !important;
  }

  .p-xl-6 {
    padding: 2.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 4.5rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.5rem !important;
  }

  .p-xl-10 {
    padding: 6.5rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6.5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6.5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6.5rem !important;
  }

  .p-xl-11 {
    padding: 9.5rem !important;
  }

  .pt-xl-11,
  .py-xl-11 {
    padding-top: 9.5rem !important;
  }

  .pr-xl-11,
  .px-xl-11 {
    padding-right: 9.5rem !important;
  }

  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 9.5rem !important;
  }

  .pl-xl-11,
  .px-xl-11 {
    padding-left: 9.5rem !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: -2rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }

  .m-xl-n21 {
    margin: -0.75rem !important;
  }

  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n6 {
    margin: -2.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n7 {
    margin: -3rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }

  .m-xl-n8 {
    margin: -4rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important;
  }

  .m-xl-n9 {
    margin: -4.5rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n10 {
    margin: -6.5rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6.5rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6.5rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6.5rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6.5rem !important;
  }

  .m-xl-n11 {
    margin: -9.5rem !important;
  }

  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -9.5rem !important;
  }

  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -9.5rem !important;
  }

  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -9.5rem !important;
  }

  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -9.5rem !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: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ec3040 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #be1120 !important;
}

.text-secondary {
  color: #7a746c !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #514d48 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger,
.wpcf7-not-valid-tip {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover,
a.wpcf7-not-valid-tip:focus,
a.wpcf7-not-valid-tip:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #faf8f5 !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #e1d4c2 !important;
}

.text-dark {
  color: #202428 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}

.text-body {
  color: #3d444d !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 {
  border: 0;
  color: transparent;
  background-color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.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 {
  @page {
    size: a3;
  }

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.wpcf7-submit) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #3d444d;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  body {
    min-width: 992px !important;
  }

  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .Editor > .wpcf7,
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .container,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ced3d9 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #ced3d9;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #ced3d9;
  }
}

.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;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  float: left;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../plugins/slick/ajax-loader.gif) center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: 0 0;
  cursor: pointer;
  transform: translate(0, -50%);
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  background: 0 0;
  outline: 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  font-family: false;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  display: block;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: 0 0;
  outline: 0;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  font-family: false;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../plugins/slick/fonts/slick.eot);
  src: url(../plugins/slick/fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../plugins/slick/fonts/slick.woff) format("woff"),
    url(../plugins/slick/fonts/slick.ttf) format("truetype"),
    url(../plugins/slick/fonts/slick.svg#slick) format("svg");
}

.alert-secondary {
  color: #7a746c;
  background-color: #faf8f5;
  border-color: #efe9e1;
}

.wpcf7 .alert,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors {
  padding-left: 3rem;
}

.badge {
  line-height: 1.125rem;
}

.badge-outline {
  background-color: transparent;
}

.badge-primary.badge-outline {
  border: 1px solid #ec3040;
  color: #ec3040;
}

.badge-secondary.badge-outline {
  border: 1px solid #7a746c;
  color: #7a746c;
}

.badge-success.badge-outline {
  border: 1px solid #28a745;
  color: #28a745;
}

.badge-info.badge-outline {
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

.badge-warning.badge-outline {
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-danger.badge-outline {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.badge-light.badge-outline {
  border: 1px solid #faf8f5;
  color: #faf8f5;
}

.badge-dark.badge-outline {
  border: 1px solid #202428;
  color: #202428;
}

.HeroSubpage .wpcf7,
.HeroSubpage .gform_wrapper,
.Offices__Img,
.rounded {
  border-radius: 4px;
}

.rounded-10px {
  border-radius: 10px;
}

.border {
  border: 1px solid #ced3d9;
}

.border-none {
  border: none;
}

@media (min-width: 576px) {
  .rounded-sm {
    border-radius: 4px;
  }

  .rounded-sm-10px {
    border-radius: 10px;
  }

  .border-sm {
    border: 1px solid #ced3d9;
  }

  .border-sm-none {
    border: none;
  }
}

@media (min-width: 768px) {
  .rounded-md {
    border-radius: 4px;
  }

  .rounded-md-10px {
    border-radius: 10px;
  }

  .border-md {
    border: 1px solid #ced3d9;
  }

  .border-md-none {
    border: none;
  }
}

@media (min-width: 992px) {
  .rounded-lg {
    border-radius: 4px;
  }

  .rounded-lg-10px {
    border-radius: 10px;
  }

  .border-lg {
    border: 1px solid #ced3d9;
  }

  .border-lg-none {
    border: none;
  }
}

@media (min-width: 1200px) {
  .rounded-xl {
    border-radius: 4px;
  }

  .rounded-xl-10px {
    border-radius: 10px;
  }

  .border-xl {
    border: 1px solid #ced3d9;
  }

  .border-xl-none {
    border: none;
  }
}

.Editor .btn-outline.wp-block-button__link,
.Editor .btn-outline.wp-block-file__button,
.btn-primary.btn-outline,
.entry-content .btn-outline.wp-block-button__link,
.entry-content .btn-outline.wp-block-file__button {
  color: #ec3040;
}

.Comments .btn-outline.submit,
.btn-outline.wpcf7-submit:not([class*="btn"]),
.btn-secondary.btn-outline {
  color: #7a746c;
}

.btn-light.btn-outline {
  color: #faf8f5;
}

.Comments .submit,
.Editor .wp-block-button__link,
.Editor .wp-block-file__button,
.btn,
.entry-content .wp-block-button__link,
.entry-content .wp-block-file__button,
.wpcf7-submit {
  font-family: Poppins, Arial, sans-serif;
  text-decoration: none;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-width: 2px;
}

.btn-outline {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  background-color: transparent;
  border-width: 2px;
}

.Comments .btn-group-sm > .btn-outline.submit,
.Editor .btn-group-sm > .btn-outline.wp-block-button__link,
.Editor .btn-outline.wp-block-file__button,
.btn-group-sm > .btn-outline.btn,
.btn-group-sm > .btn-outline.wpcf7-submit,
.btn-outline.btn-sm,
.entry-content .btn-group-sm > .btn-outline.wp-block-button__link,
.entry-content .btn-outline.wp-block-file__button {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.Comments .btn-group-lg > .btn-outline.submit,
.Editor .btn-group-lg > .btn-outline.wp-block-button__link,
.Editor .btn-group-lg > .btn-outline.wp-block-file__button,
.btn-group-lg > .btn-outline.btn,
.btn-group-lg > .btn-outline.wpcf7-submit,
.btn-outline.btn-lg,
.entry-content .btn-group-lg > .btn-outline.wp-block-button__link,
.entry-content .btn-group-lg > .btn-outline.wp-block-file__button {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

.btn-outline:focus,
.btn-outline:hover {
  color: #fff;
}

.btn-outline-secondary {
  border-width: 2px;
}

.Comments .btn-group > .submit:not(:first-child),
.Editor .btn-group > .wp-block-button__link:not(:first-child),
.Editor .btn-group > .wp-block-file__button:not(:first-child),
.btn-group > .btn:not(:first-child),
.btn-group > .wpcf7-submit:not(:first-child),
.entry-content .btn-group > .wp-block-button__link:not(:first-child),
.entry-content .btn-group > .wp-block-file__button:not(:first-child) {
  margin-left: -2px;
}

.btn-light {
  color: #7a746c;
}

.btn-light:focus,
.btn-light:hover {
  color: #514d48;
}

.btn-icon svg {
  margin-left: 1rem;
}

.Comments .btn-group-sm > .btn-icon.submit svg,
.Editor .btn-group-sm > .btn-icon.wp-block-button__link svg,
.Editor .btn-icon.wp-block-file__button svg,
.btn-group-sm > .btn-icon.btn svg,
.btn-group-sm > .btn-icon.wpcf7-submit svg,
.btn-icon.btn-sm svg,
.entry-content .btn-group-sm > .btn-icon.wp-block-button__link svg,
.entry-content .btn-icon.wp-block-file__button svg {
  margin-left: 0.5rem;
}

.btn-unstyled {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: inherit;
  color: inherit;
  background: 0 0;
  letter-spacing: inherit;
}

.link-twitter {
  color: #1da1f2;
}

.link-twitter:hover {
  color: #0b76b8;
}

.link-facebook {
  color: #3b5998;
}

.link-facebook:hover {
  color: #263961;
}

.link-linkedin {
  color: #0077b5;
}

.link-linkedin:hover {
  color: #004569;
}

.link-instagram:hover {
  opacity: 0.85;
}

.link-blue,
.text-blue {
  color: #17a2b8;
}

.link-blue:hover {
  color: #0f6674;
}

.link-indigo,
.text-indigo {
  color: #6610f2;
}

.link-indigo:hover {
  color: #4709ac;
}

.link-purple,
.text-purple {
  color: #6f42c1;
}

.link-purple:hover {
  color: #4e2d89;
}

.link-pink,
.text-pink {
  color: #e83e8c;
}

.link-pink:hover {
  color: #c21766;
}

.link-red,
.text-red {
  color: #dc3545;
}

.link-red:hover {
  color: #a71d2a;
}

.link-orange,
.text-orange {
  color: #fd7e14;
}

.link-orange:hover {
  color: #c35a02;
}

.link-yellow,
.text-yellow {
  color: #ffc107;
}

.link-yellow:hover {
  color: #ba8b00;
}

.link-green,
.text-green {
  color: #28a745;
}

.link-green:hover {
  color: #19692c;
}

.link-teal,
.text-teal {
  color: #20c997;
}

.link-teal:hover {
  color: #158765;
}

.link-cyan,
.text-cyan {
  color: #17a2b8;
}

.link-cyan:hover {
  color: #0f6674;
}

.link-white,
.text-white {
  color: #fff;
}

.link-white:hover {
  color: #d9d9d9;
}

.link-gray,
.text-gray {
  color: #202428;
}

.link-gray:hover {
  color: #000;
}

.link-gray-dark,
.text-gray-dark {
  color: #343a40;
}

.link-gray-dark:hover {
  color: #121416;
}

.link-black,
.text-black {
  color: #000;
}

.link-black:hover {
  color: #000;
}

.link-default,
.text-default {
  color: #3d444d;
}

.link-default:hover {
  color: #1b1e22;
}

.link-nuted,
.text-nuted {
  color: #6c757d;
}

.link-nuted:hover {
  color: #494f54;
}

.link-link,
.text-link {
  color: #ec3040;
}

.link-link:hover {
  color: #860000;
}

.link-primary100,
.text-primary100 {
  color: #ec3040;
}

.link-primary100:hover {
  color: #be1120;
}

.link-primary200,
.text-primary200 {
  color: #ec3040;
}

.link-primary200:hover {
  color: #860000;
}

.link-secondary100,
.text-secondary100 {
  color: #faf8f5;
}

.link-secondary100:hover {
  color: #e1d4c2;
}

.link-secondary200,
.text-secondary200 {
  color: #efe9e1;
}

.link-secondary200:hover {
  color: #d4c4af;
}

.link-secondary300,
.text-secondary300 {
  color: #e2dacf;
}

.link-secondary300:hover {
  color: #c5b59f;
}

.link-secondary400,
.text-secondary400 {
  color: #7a746c;
}

.link-secondary400:hover {
  color: #514d48;
}

.link-twitter,
.text-twitter {
  color: #1da1f2;
}

.link-twitter:hover {
  color: #0b76b8;
}

.link-facebook,
.text-facebook {
  color: #3b5998;
}

.link-facebook:hover {
  color: #263961;
}

.link-linkedin,
.text-linkedin {
  color: #0077b5;
}

.link-linkedin:hover {
  color: #004569;
}

.link-primary,
.text-primary {
  color: #ec3040;
}

.link-primary:hover {
  color: #be1120;
}

.Topbar a,
.Topbar button,
.link-secondary,
.text-secondary {
  color: #7a746c;
}

.Topbar a:hover,
.Topbar button:hover,
.link-secondary:hover {
  color: #514d48;
}

.link-success,
.text-success {
  color: #28a745;
}

.link-success:hover {
  color: #19692c;
}

.link-info,
.text-info {
  color: #17a2b8;
}

.link-info:hover {
  color: #0f6674;
}

.link-warning,
.text-warning {
  color: #ffc107;
}

.link-warning:hover {
  color: #ba8b00;
}

.link-danger,
.text-danger,
.wpcf7-not-valid-tip {
  color: #dc3545;
}

.link-danger:hover {
  color: #a71d2a;
}

.link-light,
.text-light {
  color: #faf8f5;
}

.link-light:hover {
  color: #e1d4c2;
}

.link-dark,
.text-dark {
  color: #202428;
}

.link-dark:hover {
  color: #000;
}

.text-gray100 {
  color: #f2f4f5;
}

a.text-gray100:hover {
  color: #c7cfd4;
}

.text-gray200 {
  color: #e4e7eb;
}

a.text-gray200:hover {
  color: #b8c0ca;
}

.text-gray300 {
  color: #ced3d9;
}

a.text-gray300:hover {
  color: #a3acb8;
}

.text-gray400 {
  color: #6c757d;
}

a.text-gray400:hover {
  color: #494f54;
}

.text-gray500 {
  color: #3d444d;
}

a.text-gray500:hover {
  color: #1b1e22;
}

.text-gray600 {
  color: #202428;
}

a.text-gray600:hover {
  color: #000;
}

.text-gray700 {
  color: #495057;
}

a.text-gray700:hover {
  color: #262a2d;
}

.text-gray800 {
  color: #343a40;
}

a.text-gray800:hover {
  color: #121416;
}

.text-gray900 {
  color: #212529;
}

a.text-gray900:hover {
  color: #000;
}

.btn-primary100 {
  background-color: #ec3040;
  border-color: #ec3040;
}

.btn-primary200 {
  background-color: #ec3040;
  border-color: #ec3040;
}

.btn-secondary100 {
  background-color: #faf8f5;
  border-color: #faf8f5;
}

.btn-secondary200 {
  background-color: #efe9e1;
  border-color: #efe9e1;
}

.btn-secondary300 {
  background-color: #e2dacf;
  border-color: #e2dacf;
}

.btn-secondary400 {
  background-color: #7a746c;
  border-color: #7a746c;
}

.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.bg-primary100 {
  background-color: #ec3040;
}

.border-primary100 {
  border-color: #ec3040 !important;
}

.bg-primary200 {
  background-color: #ec3040;
}

.border-primary200 {
  border-color: #ec3040 !important;
}

.bg-secondary100 {
  background-color: #faf8f5;
}

.border-secondary100 {
  border-color: #faf8f5 !important;
}

.bg-secondary200 {
  background-color: #efe9e1;
}

.border-secondary200 {
  border-color: #efe9e1 !important;
}

.bg-secondary300 {
  background-color: #e2dacf;
}

.border-secondary300 {
  border-color: #e2dacf !important;
}

.bg-secondary400 {
  background-color: #7a746c;
}

.border-secondary400 {
  border-color: #7a746c !important;
}

.bg-twitter {
  background-color: #1da1f2;
}

.border-twitter {
  border-color: #1da1f2 !important;
}

.bg-facebook {
  background-color: #3b5998;
}

.border-facebook {
  border-color: #3b5998 !important;
}

.bg-linkedin {
  background-color: #0077b5;
}

.border-linkedin {
  border-color: #0077b5 !important;
}

.bg-blue {
  background-color: #17a2b8;
}

.border-blue {
  border-color: #17a2b8 !important;
}

.bg-indigo {
  background-color: #6610f2;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #e83e8c;
}

.border-pink {
  border-color: #e83e8c !important;
}

.bg-red {
  background-color: #dc3545;
}

.border-red {
  border-color: #dc3545 !important;
}

.bg-orange {
  background-color: #fd7e14;
}

.border-orange {
  border-color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #ffc107;
}

.border-yellow {
  border-color: #ffc107 !important;
}

.bg-green {
  background-color: #28a745;
}

.border-green {
  border-color: #28a745 !important;
}

.bg-teal {
  background-color: #20c997;
}

.border-teal {
  border-color: #20c997 !important;
}

.bg-cyan {
  background-color: #17a2b8;
}

.border-cyan {
  border-color: #17a2b8 !important;
}

.HeroSubpage .wpcf7,
.HeroSubpage .gform_wrapper,
.bg-white {
  background-color: #fff;
}

.border-white {
  border-color: #fff !important;
}

.bg-gray {
  background-color: #202428;
}

.border-gray {
  border-color: #202428 !important;
}

.bg-gray-dark {
  background-color: #343a40;
}

.border-gray-dark {
  border-color: #343a40 !important;
}

.bg-black {
  background-color: #000;
}

.border-black {
  border-color: #000 !important;
}

.bg-100 {
  background-color: #f2f4f5;
}

.border-100 {
  border-color: #f2f4f5 !important;
}

.bg-200 {
  background-color: #e4e7eb;
}

.border-200 {
  border-color: #e4e7eb !important;
}

.bg-300 {
  background-color: #ced3d9;
}

.border-300 {
  border-color: #ced3d9 !important;
}

.bg-400 {
  background-color: #6c757d;
}

.border-400 {
  border-color: #6c757d !important;
}

.bg-500 {
  background-color: #3d444d;
}

.border-500 {
  border-color: #3d444d !important;
}

.bg-600 {
  background-color: #202428;
}

.border-600 {
  border-color: #202428 !important;
}

.bg-700 {
  background-color: #495057;
}

.border-700 {
  border-color: #495057 !important;
}

.bg-800 {
  background-color: #343a40;
}

.border-800 {
  border-color: #343a40 !important;
}

.bg-900 {
  background-color: #212529;
}

.border-900 {
  border-color: #212529 !important;
}

@media (min-width: 768px) {
  .Editor > blockquote,
  .Editor > h1,
  .Editor > h2,
  .Editor > h3,
  .Editor > h4,
  .Editor > h5,
  .Editor > h6,
  .Editor > p,
  .Editor > ul,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.Editor > ul,
.entry-content > ul {
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .Editor > ul,
  .entry-content > ul {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .Editor > .wp-block-audio,
  .Editor > .wp-block-button,
  .Editor > .wp-block-calendar,
  .Editor > .wp-block-columns,
  .Editor > .wp-block-embed,
  .Editor > .wp-block-file,
  .Editor > .wp-block-gallery,
  .Editor > .wp-block-image,
  .Editor > .wp-block-media-text,
  .Editor > .wp-block-table,
  .Editor > .wp-block-video,
  .entry-content > .wp-block-audio,
  .entry-content > .wp-block-button,
  .entry-content > .wp-block-calendar,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-embed,
  .entry-content > .wp-block-file,
  .entry-content > .wp-block-gallery,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-media-text,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-video {
    padding-left: 0;
    padding-right: 0;
  }
}

.Editor .wp-block-embed,
.entry-content .wp-block-embed {
  position: relative;
}

.Editor .wp-block-embed.is-type-video .wp-block-embed__wrapper,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.Editor .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flex-fill-0 {
  flex-grow: 0;
}

@media (min-width: 576px) {
  .flex-fill-sm-0 {
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .flex-fill-md-0 {
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .flex-fill-lg-0 {
    flex-grow: 0;
  }
}

@media (min-width: 1200px) {
  .flex-fill-xl-0 {
    flex-grow: 0;
  }
}

@font-face {
  font-family: Poppins;
  font-weight: 400;
  src: url(../fonts/poppins/Poppins-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  font-weight: 600;
  src: url(../fonts/poppins/Poppins-SemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  font-weight: 700;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
  font-display: swap;
}

@media (min-width: 768px) {
  .col-md-6half {
    flex: 0 0 calc(50% + 16px);
    max-width: calc(50% + 16px);
  }
}

@media (min-width: 992px) {
  .col-lg-6half {
    flex: 0 0 calc(50% + 16px);
    max-width: calc(50% + 16px);
  }
}

h5,
h6 {
  font-weight: 600;
}

.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

@media (max-width: 767.98px) {
  .hyphenate-small {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
  }
}

@media (max-width: 575.98px) {
  .hyphenate-xs {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
  }
}

.input-group-append .input-group-text {
  position: relative;
  margin-left: -1px;
  border-left: none;
  z-index: 1;
}

.input-group-prepend .input-group-text {
  position: relative;
  margin-right: -1px;
  border-right: none;
  z-index: 1;
}

body,
html {
  min-width: 320px;
}

@media (max-width: 767.98px) {
  body.admin-bar .Nav__Menu {
    top: 114px;
  }

  body.admin-bar .Topbar {
    top: 46px;
  }
}

.object-fit-cover {
  font-family: "object-fit: cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.h-100 {
  height: 100%;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100%;
  }
}

.max-h-800px {
  max-height: 800px;
}

.has-text-align-center {
  text-align: center;
}

.text-decoration-underline {
  text-decoration: underline;
}

.alert,
.badge,
.font-arial,
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
  font-family: Arial, sans-serif;
}

.font-poppins,
.text-caption {
  font-family: Poppins, Arial, sans-serif;
}

.text-caption {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 400;
}

.small,
.wpcf7 .alert,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors {
  font-size: 0.8125rem;
}

.text-left {
  text-align: left;
}

@media (min-width: 576px) {
  .small-sm {
    font-size: 0.8125rem;
  }

  .text-sm-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .small-md {
    font-size: 0.8125rem;
  }

  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .small-lg {
    font-size: 0.8125rem;
  }

  .text-lg-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .small-xl {
    font-size: 0.8125rem;
  }

  .text-xl-left {
    text-align: left;
  }
}

.font-size-h1 {
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .font-size-h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

.font-size-h2 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  .font-size-h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.font-size-h3 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .font-size-h3 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.font-size-h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .font-size-h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.font-size-h5 {
  font-size: 1.25rem;
}

.font-size-h6 {
  font-size: 1rem;
}

.Notfound__Img {
  width: 300px;
}

.Notfound__Logo {
  width: 150px;
}

.Accordion__Btn:focus,
.Accordion__BtnContent:focus {
  outline: 0;
}

.Accordion__Btn:focus > .Accordion__BtnContent {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.Accordion__BtnIcon {
  transition: transform 0.15s ease;
}

.Accordion__Btn.collapsed .Accordion__BtnIcon {
  transform: rotateX(180deg);
}

.Articles__Article {
  opacity: 1;
  transition: opacity 0.15s ease;
}

.Articles__Article:hover {
  opacity: 0.95;
}

.Articles__Article.status-private {
  opacity: 0.35;
}

@media (max-width: 767.98px) {
  .Articles__Article:not(:last-child):after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e7eb;
  }
}

.Articles__Wrapper {
  border-radius: 6px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .Articles__Wrapper {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    min-height: 356px;
  }
}

.Articles__LinkWrapper {
  position: relative;
}

.Articles__Link:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Articles__ImgWrapper {
  position: relative;
  padding-bottom: 50%;
}

.Articles__ImgPlaceholder {
  padding-bottom: 50%;
}

.Articles__Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .Articles__Img,
  .Articles__ImgPlaceholder {
    border-radius: 6px;
  }
}

.Articles__Loadmore:after,
.Articles__Loadmore:before,
.Search__Loadmore:after,
.Search__Loadmore:before {
  content: "";
  display: block;
  display: inline-block;
  height: 1px;
  background-color: #ced3d9;
  flex-grow: 1;
}

.Article {
  position: relative;
}

.Article__Content h1,
.Article__Content h2,
.Article__Content h3,
.Article__Content h4,
.Article__Content h5,
.Article__Content h6,
.Article__Content ol,
.Article__Content p,
.Article__Content ul {
  margin-bottom: 3rem;
}

.Article figure,
.Article img:not(.emoji):not(.alignleft):not(.alignright) {
  width: 100% !important;
}

.Article img.alignleft {
  margin-right: 1rem;
  float: left;
}

.Article img.alignright {
  margin-left: 1rem;
  float: right;
}

.Article .attachment img {
  height: auto;
}

.Article a {
  overflow-wrap: anywhere;
}

.Article__Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}

@media (max-width: 767.98px) {
  .Article__MobileBg {
    background-color: #faf8f5;
  }
}

.Article__ImgWrapper,
.Article__RelatedImgWrapper {
  position: relative;
  padding-bottom: 52.63%;
}

@media (min-width: 768px) {
  .Article__Img {
    border-radius: 10px;
  }
}

.Article__Img,
.Article__RelatedImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .Article__Related .Articles__Article:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .Article__Related .Articles__Article:nth-child(n + 4) {
    display: none;
  }
}

.Article__AuthorImgWrapper {
  min-width: 64px;
  max-width: 64px;
}

.Comments .comment-form {
  position: relative;
  margin-top: -2rem;
  z-index: 1;
}

.Comments .comment {
  margin-bottom: 2.5rem;
}

.BoxFull__Box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.Boxes__Box {
  margin-bottom: 1.5rem;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .Boxes__Box {
    flex-basis: calc(33.33333% - 1rem);
  }
}

.Boxes__BoxContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  border-radius: 10px;
  background-color: #faf8f5;
}

.Boxes__Button {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .Careers__Position {
    border-bottom: 1px solid #e4e7eb;
  }

  .Careers__Position:first-of-type {
    border-top: 1px solid #e4e7eb;
  }
}

.slick-dots button:focus:before {
  outline: 1px solid #ec3040;
}

.slick-dots li button::before {
  font-size: 1rem;
  transition: opacity 0.15s;
}

.Contacts__ImgWrapper {
  max-width: 180px;
}

@media (max-width: 767.98px) {
  .ContentGrid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.ContentGrid__Row {
  justify-content: space-between;
}

.ContentGrid__Icon {
  display: block;
  margin-bottom: 2rem;
  font-size: 40px;
  color: #ec3040;
  min-height: 40px;
}

.ContentGrid__Item {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .ContentGrid__Item {
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 992px) {
  .ContentGrid__Item {
    flex-basis: calc(33.33333% - 1rem);
  }
}

.ContentGrid__Item p {
  margin-bottom: 0;
}

.Footer {
  background-color: #faf8f5;
}

@media (max-width: 767.98px) {
  .Footer {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .Footer {
    padding-top: 6.5rem;
    min-height: 400px;
  }
}

.Footer__Row {
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .Footer__Row {
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.Footer__MenuContainer {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .Footer__MenuContainer {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Footer__MenuContainer {
    flex-basis: 33.33333%;
  }
}

.Footer__MenuContainer a {
  color: #3d444d;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .Footer__Menu.grid {
    display: grid;
    grid-template: 1fr;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.Footer__MenuItem {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .Footer__Content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .Footer__Content {
    flex-basis: 16.66667%;
  }

  .Footer__Content:last-child {
    margin-left: 4.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Footer__Content {
    margin-top: 4.5rem;
    flex-basis: 50%;
  }
}

.Footer__Logo {
  width: auto;
  height: 40px;
}

.Footer__SomeLinks {
  max-width: 150px;
}

@media (max-width: 767.98px) {
  .Footer__SomeLinks {
    max-width: 320px;
  }
}

.Footer__SomeLink {
  display: flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .Footer__SomeLink {
    width: 2rem;
    height: 2rem;
    margin-top: 2.5rem;
    font-size: 2rem;
  }

  .Footer__SomeLink.link-instagram svg {
    width: 2rem;
    height: 2rem;
  }
}

.Footer__Bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.wpcf7-display-none {
  display: none;
}

.HeroSubpage .wpcf7,
.HeroSubpage .gform_wrapper {
  padding: 2rem;
}

.wpcf7 label {
  display: block;
}

input.wpcf7-form-control:not([type="submit"]),
textarea.wpcf7-form-control:not([type="submit"]) {
  margin-top: 0.5rem;
}

.wpcf7-checkbox > .wpcf7-list-item,
.wpcf7-checkbox > .wpcf7-list-item > label,
.wpcf7-radio > .wpcf7-list-item,
.wpcf7-radio > .wpcf7-list-item > label {
  display: inline-block;
  margin-left: 0;
}

.wpcf7-checkbox > .wpcf7-list-item.first,
.wpcf7-checkbox > .wpcf7-list-item > label.first,
.wpcf7-radio > .wpcf7-list-item.first,
.wpcf7-radio > .wpcf7-list-item > label.first {
  padding-left: 0;
}

.wpcf7-select {
  font-weight: 600;
  color: #7a746c;
  background: #efe9e1
    url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10 text-secondary400' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='currentColor' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'></path></svg>")
    no-repeat right 1.5rem center/8px 32px;
  background-size: 8px;
  border-color: #efe9e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-submit {
  width: auto;
}

.wpcf7-response-output {
  margin: initial;
  margin: 0 !important;
  padding: initial;
  padding: 1rem 1.25rem !important;
  border: initial;
}

.wpcf7-validation-errors {
  border: 1px solid rgba(220, 53, 69, 0.1) !important;
}

.wpcf7-mail-sent-ok {
  border: 1px solid rgba(40, 167, 69, 0.1) !important;
}

@media (min-width: 768px) {
  .Header {
    min-height: 136px;
  }
}

.Hero,
.HeroSubpage {
  position: relative;
  background-color: #faf8f5;
}

@media (min-width: 768px) {
  .Hero,
  .HeroSubpage {
    min-height: 562px;
  }
}

.Hero__BgImgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Hero__BgImg,
.Hero__BgImgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Hero__BgImg {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .Hero__Content {
    text-align: center;
  }

  .Hero__Content,
  .Hero__Content .lead {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .Hero__Heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .Hero__Buttons {
    display: flex;
    flex-direction: column;
  }

  .Hero__Buttons li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .Comments .Hero__Buttons .submit,
  .Editor .Hero__Buttons .wp-block-button__link,
  .Editor .Hero__Buttons .wp-block-file__button,
  .Hero__Buttons .Comments .submit,
  .Hero__Buttons .Editor .wp-block-button__link,
  .Hero__Buttons .Editor .wp-block-file__button,
  .Hero__Buttons .btn,
  .Hero__Buttons .entry-content .wp-block-button__link,
  .Hero__Buttons .entry-content .wp-block-file__button,
  .Hero__Buttons .wpcf7-submit,
  .entry-content .Hero__Buttons .wp-block-button__link,
  .entry-content .Hero__Buttons .wp-block-file__button {
    margin-bottom: 1.5rem;
  }
}

.Hero__ImgWrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.Hero__ImgWrapper--cover {
  padding-bottom: 52.75%;
}

@media (min-width: 768px) {
  .Hero__ImgWrapper {
    width: 100%;
    height: 100%;
  }
}

.Hero__Img {
  max-height: 100%;
}

.Hero__Img:not(.Hero__Img--cover) {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .Hero__Img {
    height: 300px;
  }
}

.Hero__Img--cover {
  position: absolute;
  top: 0;
  left: 0;
}

.HeroSubpage {
  position: relative;
}

@media (min-width: 768px) {
  .HeroSubpage {
    min-height: 450px;
  }

  .HeroSubpage--BgImg {
    min-height: 562px;
  }
}

@media (max-width: 767.98px) {
  .HeroSubpage--BgImg {
    padding-top: 300px !important;
  }
}

@media (max-width: 575.98px) {
  .HeroSubpage--BgImg {
    padding-top: 300px !important;
  }
}

.HeroSubpage--Search {
  min-height: 270px;
}

.HeroSubpage__Container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .HeroSubpage__MenuItem {
    padding-bottom: 3rem;
  }
}

.HeroSubpage__Link {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 600;
  color: #3d444d;
  text-decoration: none;
}

.HeroSubpage__Link,
.HeroSubpage__Link:hover {
  color: #3d444d;
  text-decoration: none;
}

.HeroSubpage__Link.current:after,
.HeroSubpage__Link:hover:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec3040;
}

.HeroSubpage__Link:hover:after {
  background-color: #3d444d;
}

.HeroSubpage__Link.current {
  color: #ec3040;
}

.HeroSubpage__Link.current:after {
  background-color: #ec3040;
}

.HeroSubpage__Background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.HeroSubpage__Gradient {
  position: absolute;
  top: 0;
  left: 33%;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, #faf8f5, rgba(250, 248, 245, 0));
  z-index: 1;
}

@media (max-width: 767.98px) {
  .HeroSubpage__Gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(250, 248, 245, 0),
      #faf8f5
    );
  }
}

.HeroSubpage__BgImg {
  position: absolute;
  top: 0;
  left: 33.33333%;
  width: 66.66667%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .HeroSubpage__BgImg {
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.ImageHover {
  cursor: pointer;
}

.ImageHover__Image {
  visibility: visible;
  opacity: 1;
  transition: all 0.15s ease;
}

.ImageHover__Image:last-child {
  visibility: hidden;
  opacity: 0;
}

.ImageHover:focus .ImageHover__Image:first-child,
.ImageHover:hover .ImageHover__Image:first-child {
  visibility: hidden;
  opacity: 0;
}

.ImageHover:focus .ImageHover__Image:last-child,
.ImageHover:hover .ImageHover__Image:last-child {
  visibility: visible;
  opacity: 1;
}

.Nav {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .Nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background-color: #fff;
    z-index: 990;
  }
}

@media (max-width: 767.98px) {
  .Nav__Container {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.Nav__Row {
  justify-content: space-between;
}

@media (min-width: 992px) {
  .Nav__Row {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .Nav__Row {
    flex-wrap: wrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-basis: 100%;
  }
}

@media (max-width: 767.98px) {
  .Nav__LogoLink {
    display: flex;
    justify-content: flex-start;
    flex-basis: 50%;
  }
}

.Nav__Logo:not(.Nav__Logo--custom) {
  width: 113px;
  height: 24px;
}

.Nav__Logo--custom {
  width: auto;
  height: auto;
  max-width: 250px;
}

@media (min-width: 768px) {
  .Nav__Logo--custom {
    min-height: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .Nav__Logo,
  .Nav__Logo--custom {
    height: 24px;
  }
}

.Nav__MobileButtons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 50%;
}

@media (min-width: 768px) {
  .Nav__MobileButtons {
    display: none;
  }
}

.Nav__MobileButton {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.Nav__MobileButton span,
.Nav__MobileButton svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.Nav__MobileButton span {
  top: 1.5rem;
  font-size: 10px;
  line-height: 15px;
  font-family: Arial;
}

.Nav__MobileButton svg {
  top: 0;
  margin-bottom: 0.25rem;
  font-size: 20px;
}

.Nav__Right {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .Nav__Right {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .Nav__Right.margins {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

.Nav__Menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .Nav__Menu {
    position: fixed;
    display: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 68px;
    bottom: 0;
    left: 20%;
    width: 80%;
    background-color: #fff;
    z-index: 1000;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }
}

@media (max-width: 767.98px) and (max-width: 575.98px) {
  .Nav__Menu {
    left: 5%;
    width: 95%;
  }
}

@media (max-width: 767.98px) {
  .Nav__Menu.active {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .Nav__MenuItem {
    position: relative;
  }
}

@media (min-width: 768px) {
  .Nav__MenuItem {
    margin-right: 2rem;
  }
}

@media (max-width: 767.98px) {
  .Nav__MenuItem {
    width: 100%;
  }

  .Nav__MenuItem:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e7eb;
  }
}

@media (min-width: 768px) {
  .Nav__MenuItem {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease-out, visibility 0s ease-out;
  }
}

@media (min-width: 768px) {
  .Nav__Menu.search-open .Nav__MenuItem {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  }
}

@media (max-width: 767.98px) {
  .Nav__MenuContent {
    width: 100%;
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .Nav__SubmenuItem {
    margin-right: 2rem;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .Nav__SubmenuItem {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .Nav__SubmenuItem:first-child {
    margin-top: 1rem;
  }

  .Nav__SubmenuItem:last-child {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .Nav__Submenu.active .Nav__SubmenuItem {
    opacity: 1;
  }
}

.Nav__Link:not(.Nav__Link--Btn) {
  margin-bottom: 0;
  font-weight: 600;
  color: #3d444d;
  text-decoration: none;
}

.Nav__Link:not(.Nav__Link--Btn):hover {
  color: #1b1e22;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .Nav__Link:not(.Nav__Link--Btn) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .Nav__Link:not(.Nav__Link--Btn).current-menu-item,
  .Nav__Link:not(.Nav__Link--Btn).current-menu-parent,
  .Nav__Link:not(.Nav__Link--Btn).current_page_parent {
    color: #ec3040 !important;
  }

  .Nav__Link:not(.Nav__Link--Btn).current-menu-item:after,
  .Nav__Link:not(.Nav__Link--Btn).current-menu-parent:after,
  .Nav__Link:not(.Nav__Link--Btn).current_page_parent:after {
    content: "";
    position: absolute;
    display: block;
    top: calc(100% + 0.25rem);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ec3040;
  }
}

@media (max-width: 767.98px) {
  .Nav__Link:not(.Nav__Link--Btn).active .Nav__LinkMobileIcon {
    transform: rotateX(180deg);
  }
}

.Nav__Link--LinkBtn:focus,
.Nav__LinkBtnContent:focus {
  outline: 0;
}

.Nav__Link--LinkBtn:focus > .Nav__LinkBtnContent {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.Nav__SubmenuLink {
  margin-bottom: 0;
  color: #3d444d;
  text-decoration: none;
}

.Nav__SubmenuLink:hover {
  color: #1b1e22;
  text-decoration: none;
}

@media (min-width: 768px) {
  .Nav__SubmenuLink {
    font-weight: 700;
  }
}

@media (max-width: 767.98px) {
  .Nav__SubmenuLink {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
  }
}

.Nav__LinkMobileIcon {
  font-size: 20px;
}

@media (min-width: 768px) {
  .Nav__LinkMobileIcon {
    display: none;
  }
}

.Nav__SearchBtn {
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .Nav__SearchBtn {
    display: none;
  }
}

.Nav__SearchBtn svg {
  width: 1.25rem !important;
  height: 1.25rem;
}

@media (max-width: 767.98px) {
  .Nav__Submenu {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    -webkit-transform: translateZ(0);
  }

  .Nav__Submenu.active {
    max-height: calc(var(--items) * 35px + 32px);
  }
}

@media (min-width: 768px) {
  .Nav__Submenu {
    position: absolute;
    display: none;
    display: none;
    top: calc(100% + 1.5rem);
    left: 0;
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .Nav__Submenu.active {
    display: grid;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
  (min-width: 768px) and (-ms-high-contrast: active) {
  .Nav__Submenu.active {
    display: block;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .Nav__Submenu {
    left: 50%;
    transform: translateX(-50%);
  }

  .Nav__Submenu.grid {
    grid-template: 1fr;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .Nav__Submenu:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 1rem;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .Nav__Submenu:before {
    left: 50%;
  }
}

.Nav__MobilenavOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 991;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s ease, opacity 0.25s ease;
}

@media (min-width: 768px) {
  .Nav__MobilenavOverlay {
    display: none;
  }
}

.Nav__MobilenavOverlay.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease, opacity 0.25s ease;
}

.Nav__SearchForm {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 500px;
  padding: 0.5rem;
  background-color: #fff;
  visibility: hidden;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  opacity: 0;
  transition: visibility 50ms linear, max-width 70ms ease-out,
    opacity 50ms ease-out;
}

.Nav__SearchForm.show {
  max-width: 500px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear, max-width 50ms ease-out,
    opacity 50ms ease-out;
}

@media (max-width: 767.98px) {
  body.mobilenav-open {
    overflow-y: hidden;
  }
}

@media (max-width: 767.98px) {
  .Topbar {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 20%;
    width: 80%;
    height: 68px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-bottom: 1px solid #e4e7eb;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }
}

@media (max-width: 767.98px) and (max-width: 575.98px) {
  .Topbar {
    left: 5%;
    width: 95%;
  }
}

@media (max-width: 767.98px) {
  .Topbar.active {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .Topbar {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .Topbar__Row {
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .Topbar__Row {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.Topbar__ContentContainer {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .Topbar__ContentContainer {
    display: none;
  }
}

.Topbar__MobileButton {
  font-size: 20px;
}

@media (min-width: 768px) {
  .Topbar__MobileButton {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Topbar__Content {
    width: 100%;
  }
}

.Topbar__LangMenu {
  position: relative;
}

.Topbar__LangItems {
  position: absolute;
  display: none;
  top: calc(100% + 0.25rem);
  right: 0;
  width: 153px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 4px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Topbar__LangItems.active {
  display: block;
}

@media (max-width: 767.98px) {
  .Topbar__LangItems {
    top: calc(100% + 0.5rem);
  }
}

.Topbar__LangItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
}

.Topbar__LangItem,
.Topbar__LangItem:hover {
  text-decoration: none;
}

.Topbar__LangItem.current,
.Topbar__LangItem:hover {
  background-color: #f2f4f5;
}

.Modal__Content {
  border-radius: 10px;
}

.OfficeListItem__Content {
  border-bottom: 1px solid #e4e7eb;
}

.OfficeListItem__Btn.collapsed .OfficeListItem__Icon {
  transform: rotateX(180deg);
}

.Offices__ImgWrapper {
  position: relative;
  padding-bottom: 57.14%;
}

.Offices__Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .Offices__Link:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    padding-bottom: calc(57.14% - 1rem);
  }
}

.Recognition__Item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  flex-basis: 100%;
}

@media (min-width: 576px) {
  .Recognition__Item {
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .Recognition__Item {
    margin-bottom: 1rem;
    flex-basis: 33.33333%;
  }
}

@media (min-width: 992px) {
  .Recognition__Item {
    flex-basis: 16.66667%;
  }
}

.Recognition__Img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.Recognition,
.References {
  margin-bottom: 4rem;
}

.References__Item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
}

@media (min-width: 992px) {
  .References__Item {
    flex-basis: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .References__Item {
    flex-basis: 16.66667%;
  }
}

.References__Img {
  height: auto;
  max-width: 170px;
}

.References__CarouselContainer .carousel-arrow {
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

.References__CarouselContainer .carousel-arrow.arrow-left {
  left: 0;
}

.References__CarouselContainer .carousel-arrow.arrow-right {
  right: 0;
}

.Recognition .slick-track,
.References .slick-track {
  display: flex;
  align-items: center;
}

.Search__Result:not(:last-child) {
  border-bottom: 1px solid #e4e7eb;
}

@media (min-width: 768px) {
  .Testimony {
    display: flex;
    align-items: center;
    min-height: 490px;
  }
}

.Testimony__ImgWrapper {
  max-width: 200px;
}

.Testimony__CarouselContainer .carousel-arrow {
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

.Testimony__CarouselContainer .carousel-arrow.arrow-left {
  left: 0;
}

.Testimony__CarouselContainer .carousel-arrow.arrow-right {
  right: 0;
}

.TextBlock__Text p:last-child {
  margin-bottom: 0;
}

.SubscribeForm__AjaxLoader {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  padding: 0;
  border: none;
  background-image: url(../img/ajax-loader.gif);
  vertical-align: middle;
}

.Testimony__ImgWrapper {
  max-width: 300px !important;
}

.footer-pipedrive ul.list-images-gallery-footer li img {
  width: 100px;
  height: auto;
  max-width: 100%;
}

.footer-pipedrive .Footer__Content.footer-content-1 {
  flex-basis: calc(100% - 17% - 4.5rem);
}

.footer-pipedrive ul.list-images-gallery-footer {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 2rem;
  list-style: none;
}

.footer-pipedrive .list-images-gallery-footer li:first-child {
  padding: 0;
}

.footer-pipedrive .list-images-gallery-footer li {
  padding: 0 12px;
}

@media screen and (max-width: 1024px) {
  .footer-pipedrive .Footer__Content.footer-content-1 {
    flex-basis: calc(100% - 17% - 6.5rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-pipedrive .list-images-gallery-footer li {
    margin: 12px 0;
    text-align: center;
    flex-basis: 50%;
  }

  .footer-pipedrive ul.list-images-gallery-footer {
    flex-wrap: wrap;
  }

  .footer-pipedrive .Footer__Content {
    flex-basis: 30%;
  }

  .footer-pipedrive .Footer__Content.footer-content-1 {
    flex-basis: 70%;
  }

  .footer-pipedrive .list-images-gallery-footer li {
    padding: 0;
  }

  .footer-pipedrive .list-images-gallery-footer li img {
    width: 100px;
  }

  .footer-pipedrive .list-images-gallery-footer li {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 500px) {
  .footer-pipedrive ul.list-images-gallery-footer {
    flex-wrap: wrap;
    padding: 0;
  }

  .footer-pipedrive .list-images-gallery-footer li {
    margin: 12px 0;
    text-align: center;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .footer-pipedrive .Footer__Content:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-pipedrive ul.list-images-gallery-footer {
    padding: 0;
  }

  .footer-pipedrive ul.list-images-gallery-footer {
    flex-wrap: wrap;
  }

  .footer-pipedrive .list-images-gallery-footer li {
    margin: 12px 0;
    flex-basis: 50%;
  }
}

.custom-radio--btn {
  margin-right: 0;
  padding-left: 0;
}

.custom-radio--btn .custom-control-label {
  padding: 0.25em 0.7em;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: inherit;
  font-weight: 700;
  border-right-width: 0;
  border-color: #eaedf0;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}

.custom-radio--btn .custom-control-label::after {
  display: none;
  -webkit-transition: none;
  transition: none;
}

.custom-radio--btn .custom-control-label::before {
  display: none;
}

.custom-radio--btn:first-of-type .custom-control-label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.custom-radio--btn:last-of-type .custom-control-label {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.custom-radio--btn .custom-control-input:checked ~ .custom-control-label {
  padding-left: 1.625rem;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.custom-radio--btn
  .custom-control-input:checked
  ~ .custom-control-label::after {
  display: inline-block;
  left: 0.3rem;
}

.custom-control-label::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: contain;
}

.font-size-sm {
  font-size: 0.8125rem !important;
  line-height: 1.46;
}

.PlanCard__Promotion {
  position: absolute;
  top: -35px;
  left: -1px;
}

.PlanCard__Promotion {
  width: calc(100% + 2px);
  padding: 7px;
  padding-bottom: 9px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #e3483b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.PlanCard {
  margin-top: 35px;
}

.PlanCard.is-active {
  opacity: 1;
  pointer-events: initial;
}

.shadow-card {
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.PlanCard--promoted {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.PlanCard {
  height: 100%;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.h-100-px {
  height: 100px;
}

.h-70-px {
  height: 70px;
}

.mona-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .PlanCard {
    height: auto;
    margin-top: 0;
  }

  .PlanCard.is-active {
    margin-top: 35px;
  }
}

/* Gravity Forms */

/* Custom radio buttons */
.gfield--type-radio legend:focus {
  outline: 2px solid #7a746c;
}

.gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.gfield_radio .gfield-choice-input {
  position: absolute;
  opacity: 0;
}

.gfield_radio .gform-field-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.gfield_radio .gform-field-label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: white;
}

.gfield_radio .gfield-choice-input:checked + .gform-field-label::before {
  border: 5px solid #7a746c;
  background-color: #fff;
}

.gfield_radio .gfield-choice-input:hover + .gform-field-label::before {
  border-color: #555;
}

/* Gravity Forms misc */
.gform_wrapper {
  font-family: Poppins, Arial, sans-serif;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #7a746d !important;
}

.gform_wrapper.gravity-theme .gfield--type-textarea .gfield_description {
  padding-top: 4px !important;
}

.gform_button {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #7a746c;
  text-decoration: none;
  border-color: #7a746c;
  cursor: pointer;
  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;
}

.gform_button:hover,
.gform_button:focus {
  color: #fff;
  background-color: #66615a;
  border-color: #5f5a54;
}

.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid #7a746c;
  border-radius: 4px;
}

.gform_wrapper textarea {
  height: 130px !important;
}

.gform_wrapper input:focus,
.gform_wrapper input:focus-visible,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:focus-visible {
  border-color: #66615a;
  outline-color: #66615a;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gform_footer input {
  align-self: flex-start !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0 !important;
}

.modal .gform_footer {
  max-height: 60px !important;
}

.modal .gform_button {
  background: #ec3040;
  border-color: #ec3040;
}

.modal .gform_button:hover,
.modal .gform_button:focus {
  background: #e11526;
  border-color: #e11526;
}

.g-recaptcha {
  margin: 10px 0;
}
body .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #ec3040;
  border-color: #ec3040;
}
