/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
body .is-layout-grid > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner:before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner:before {
    animation-name: blink;
    animation-duration: 2s;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}
.wpcf7-reflection > output[hidden] {
  display: none;
}
.switcher-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.switcher-list li a,
.switcher-list li > span {
  color: #333;
}
.switcher-list li a:hover,
.switcher-list li > span:hover {
  color: #000;
}
.switcher-list li a img,
.switcher-list li > span img {
  display: inline-block;
  margin-right: 3px;
}
.switcher-list li.active a,
.switcher-list li.active > span {
  color: #000;
}
.switcher-dropdown {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.switcher-dropdown a img,
.switcher-dropdown span img {
  display: inline-block;
  margin-right: 3px;
}
.switcher-dropdown a {
  color: #333;
}
.switcher-dropdown a:hover {
  color: #000;
}
.switcher-dropdown .language-dropdown {
  display: none;
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
}
.switcher-dropdown > li {
  position: relative;
}
.switcher-dropdown > li:hover .language-dropdown {
  display: block;
}
.switcher-dropdown .item-language-main > span:hover {
  cursor: pointer;
}
.wpm-languages.menu-item > a img {
  display: inline-block;
  margin-right: 5px;
}
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*!
Theme Name: neuroflex-new
Author: Alexander Kviatkovskiy
Description: Theme for neuroflex.ua
Version: 0.0.1
Text Domain: neuroflex-new
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

neuroflex-new is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@media screen and (min-width: 360px) and (max-width: 991px) {
  .container {
    width: 350px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input[type="file"] {
  z-index: -1;
  position: absolute;
  width: 100%;
  opacity: 0;
}
input[type="file"] + label {
  display: block;
  margin-top: 0.5em;
  font-weight: 700;
  cursor: pointer;
}
input[type="file"] + label .fas {
  margin-right: 0.25em;
  color: #0fd0f7;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
@font-face {
  font-family: "TT Norms";
  src: url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Regular.eot);
  src:
    local("TT Norms Regular"),
    local("TTNorms-Regular"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Regular.woff2)
      format("woff2"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Regular.woff)
      format("woff"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Regular.ttf)
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src:
    local("TT Norms Bold"),
    local("TTNorms-Bold"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Bold.woff2)
      format("woff2"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Bold.woff)
      format("woff"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Bold.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src:
    local("TT Norms ExtraBold"),
    local("TTNorms-ExtraBold"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-ExtraBold.woff2)
      format("woff2"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-ExtraBold.woff)
      format("woff"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-ExtraBold.ttf)
      format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src:
    local("TT Norms Italic"),
    local("TTNorms-Italic"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Italic.woff2)
      format("woff2"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Italic.woff)
      format("woff"),
    url(/wp-content/themes/neuroflex-new/./fonts/TTNorms-Italic.ttf)
      format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: "TT Norms", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 800;
  line-height: 1.15;
  color: #032c6c;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}
h1,
.h1 {
  font-size: 1.75rem;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.25rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}
code,
kbd,
tt,
var {
  font-family: consolas, "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #777;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-top: 1em;
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.unstyled-list {
  padding: 0;
  list-style: none;
}
.bullet-list {
  padding: 0;
  list-style: none;
}
.bullet-list > li {
  position: relative;
  padding-left: 1em;
}
.bullet-list > li + li {
  margin-top: 1em;
}
.bullet-list > li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.33333333em;
  height: 0.33333333em;
  margin-top: 0.66666667em;
  background: #92ecff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
  border-radius: 50%;
}
.feature-list {
  padding: 0;
  list-style: none;
}
.feature-list > li {
  position: relative;
  padding-left: 1.5em;
}
.feature-list > li + li {
  margin-top: 1.5em;
}
.feature-list > li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.25em;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75em;
  font-weight: 900;
  color: #9ecf84;
}
.service-hero .feature-list,
.expert-hero .feature-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 2em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #032c6c;
  transition: 0.2s all;
}
a:hover,
a:focus,
a:active {
  color: #5fc4e3;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e76216;
  background-color: #fff;
  border: 1px solid #f26d21;
  border-radius: 0.375em;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
}
button .badge,
input[type="button"] .badge,
input[type="reset"] .badge,
input[type="submit"] .badge,
.button .badge {
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  color: #fff;
  background-color: #e76216;
  border-radius: 50%;
  transition: all 0.2s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  color: #fff;
  background-color: #f26d21;
  border-color: transparent;
  box-shadow: 0 6px 21px rgba(242, 109, 33, 0.22);
}
button:hover .badge,
input[type="button"]:hover .badge,
input[type="reset"]:hover .badge,
input[type="submit"]:hover .badge,
.button:hover .badge {
  color: #e76216;
  background: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
  color: #e76216;
  border-color: #f26d21;
  box-shadow: 0 6px 21px rgba(242, 109, 33, 0.22);
}
button:focus .badge,
input[type="button"]:focus .badge,
input[type="reset"]:focus .badge,
input[type="submit"]:focus .badge,
.button:focus .badge {
  color: #0fd0f7;
  background: #fff;
}
button:active,
button.active,
input[type="button"]:active,
input[type="button"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="submit"]:active,
input[type="submit"].active,
.button:active,
.button.active {
  color: #fff;
  background-color: #92ecff;
  border-color: #0fd0f7;
}
button:active .badge,
button.active .badge,
input[type="button"]:active .badge,
input[type="button"].active .badge,
input[type="reset"]:active .badge,
input[type="reset"].active .badge,
input[type="submit"]:active .badge,
input[type="submit"].active .badge,
.button:active .badge,
.button.active .badge {
  color: #0fd0f7;
  background: #fff;
}
button:disabled,
button.disabled,
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled,
.button:disabled,
.button.disabled {
  opacity: 0.5;
}
a.button {
  text-decoration: none;
}
.button-primary {
  color: #fff;
  background: #f26d21;
  background: linear-gradient(180deg, #f26d21 0%, #e76216 100%);
  border: none;
  box-shadow: 0 6px 21px rgba(242, 109, 33, 0.22);
}
.button-primary:hover,
.button-primary:active,
.button-primary:focus {
  color: #fff;
  box-shadow: 0 6px 38px rgba(242, 109, 33, 0.71);
}
.button-gradient {
  position: relative;
  overflow: hidden;
}
.button-gradient:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f26d21;
  background: linear-gradient(180deg, #f26d21 0%, #e76216 100%);
  opacity: 0;
  transition: opacity 0.2s;
}
.button-gradient:hover:before,
.button-gradient:active:before,
.button-gradient.active:before {
  opacity: 1;
}
.button-gradient span {
  position: relative;
}
.button-toggle {
  position: relative;
}
.button-toggle input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.button-group {
  display: flex;
}
.social-share {
  display: inline-block;
  width: 1.5em;
  margin-right: 1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
}
.social-share-facebook {
  color: #1877f2 !important;
}
.social-share-twitter {
  color: #1da1f2 !important;
}
.social-share-telegram {
  color: #08c !important;
}
.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.close:before,
.close:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #92ecff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
  opacity: 0.75;
}
.close:before {
  transform: translateY(-50%) rotateZ(-45deg);
}
.close:after {
  transform: translateY(-50%) rotateZ(45deg);
}
.close:hover {
  opacity: 1;
  transform: rotateZ(-90deg);
}
.class_close {
  padding: 0;
  font-size: 8px;
  border: none;
  background: 0 0 !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #222;
}
.form-control {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  transition: all 0.2s;
}
.form-control:focus {
  border-color: #0fd0f7;
  box-shadow: 0 6px 21px rgba(93, 225, 252, 0.22);
  outline: 0;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
  resize: none;
}
.form-field {
  position: relative;
  margin-bottom: 1em;
}
.form-field .form-control,
.form-field .button-primary {
  width: 100%;
}
.form-submit-consent {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.75rem;
}
.input-group {
  display: flex;
}
.input-group .form-control:first-child,
.input-group .wpcf7-form-control-wrap:first-child .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .button:last-child,
.input-group .wpcf7-form-control-wrap:last-child .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
  .form-control {
    padding: 1em 1.5em;
  }
  .form-field {
    margin-bottom: 1.5em;
  }
}
.site-branding {
  line-height: 12px;
}
.site-branding .logo {
  width: 200px;
}
.site-branding .logo svg {
  width: 100%;
  height: auto;
}
.site-branding .logo svg .fil3 {
  transition: fill 0.2s;
}
.site-navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main-navigation.opened {
  transform: translateX(0);
}
.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-navigation a {
  text-decoration: none;
}
.menu-main-container {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.overlay-menu .menu-item-has-children > span {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #032c6c;
  cursor: default;
}
.overlay-menu .menu-item-has-children .sub-menu li {
  margin-top: 1.125em;
}
.overlay-menu .menu-item-has-children .sub-menu li a {
  font-size: 0.9375rem;
  color: #737373;
}
.overlay-menu .menu-item-has-children .sub-menu li a:focus,
.overlay-menu .menu-item-has-children .sub-menu li a:hover {
  color: #5fc4e3;
}
.nav-menu {
  display: flex;
}
.nav-menu > li > a {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #222;
}
.nav-menu > li > a:before {
  content: " ";
  position: absolute;
  left: 1em;
  bottom: 0.25em;
  display: block;
  width: calc(100% - 2em);
  height: 2px;
  background-color: #5fc4e3;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s;
}
.nav-menu > li > a:focus:before,
.nav-menu > li > a:hover:before {
  transform: scaleX(1);
}
.nav-menu .caret {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 1em;
  transition: transform 0.2s;
}
.nav-menu .caret:before,
.nav-menu .caret:after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 7px;
  border-top: 2px solid;
}
.nav-menu .caret:before {
  left: 0;
  transform: rotateZ(45deg);
}
.nav-menu .caret:after {
  right: 0;
  transform: rotateZ(-45deg);
}
.nav-menu .active > .caret {
  transform: rotateZ(180deg) translateY(-20%);
}
.nav-lang li {
  display: inline-block;
}
.nav-lang li.active {
  display: none;
}
.nav-lang li > a,
.nav-lang li > span {
  padding: 0 0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #032c6c;
}
.nav-lang a {
  text-decoration: none;
}
.switcher-list li a:hover,
.switcher-list li > span:hover {
  color: #5fc4e3;
}
.nav-call .contacts-item .fas:before {
  background: #92ecff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0 -15px 0 0;
  padding: 12px 15px;
  text-transform: none;
  line-height: 12px !important;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  cursor: pointer;
}
.hamburger:focus,
.hamburger:active {
  box-shadow: none;
}
.hamburger:hover {
  background-color: inherit;
  box-shadow: none;
  opacity: 0.75;
}
.hamburger.is-active:hover {
  opacity: 0.75;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background-color: #08c1e7;
}
.site-header.transparent .hamburger-inner,
.site-header.transparent .hamburger-inner:before,
.site-header.transparent .hamburger-inner:after {
  background-color: #fff;
}
.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 25px;
  height: 3px;
  background-color: #08c1e7;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -8px;
}
.hamburger-inner:after {
  bottom: -8px;
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:before,
.hamburger--boring .hamburger-inner:after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition:
    top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition:
    top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition:
    top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition:
    top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner:before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner:after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
  transition:
    top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition:
    bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition:
    top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition:
    bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner:before {
  transition:
    top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition:
    bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition:
    top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
  transition:
    bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner:before {
  top: 8px;
  transition:
    top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition:
    top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner:after {
  top: -16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition:
    top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition:
    top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  transition:
    top 0.075s 0.12s ease,
    opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition:
    bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition:
    top 0.075s ease,
    opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition:
    bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 360px) and (max-width: 991px) {
  .menu-main-container {
    width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .main-navigation:after {
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    box-shadow: 0 5px 40px rgba(10, 10, 10, 0.07);
  }
  .menu-main-container {
    flex-wrap: wrap;
    align-content: flex-start;
    height: calc(100vh - 76px);
    overflow-y: scroll;
    padding: 1.5em 1em 2em;
  }
  .overlay-menu .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .overlay-menu .menu-item-has-children + .menu-item-has-children {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
  }
  .overlay-menu .menu-item-has-children > span {
    padding: 0.5em 0;
  }
  .overlay-menu .menu-item-has-children > span:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -2px;
    border-top: 6px solid #08c1e7;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: transform 0.2s;
  }
  .overlay-menu .menu-item-has-children.focus > span:after {
    transform: rotateZ(180deg);
  }
  .overlay-menu .menu-item-has-children .sub-menu {
    overflow: hidden;
    max-height: 0;
    padding-left: 0.5em;
    transition: max-height 0.4s;
  }
  .overlay-menu .menu-item-has-children .sub-menu.slide-down {
    max-height: 500px;
  }
  .overlay-menu .menu-item-has-children .sub-menu li {
    margin-top: 0.5em;
  }
  .overlay-menu .menu-item-has-children .sub-menu li:first-child {
    margin-top: 0;
  }
  .overlay-menu .close {
    display: none;
  }
  .nav-menu {
    flex-direction: column;
    order: 2;
    margin-top: 1em !important;
  }
  .nav-menu > li + li {
    margin-top: 1.25em;
  }
  .nav-menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-menu > li.services-item > a {
    display: none;
  }
  .nav-call .contacts-item {
    justify-content: center;
    font-size: 0.875rem;
  }
  .nav-lang {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .main-navigation {
    flex: 1 1 auto;
    margin-left: 2.5rem;
  }
  .menu-main-container {
    /* align-items: center; */
  }
  .overlay-menu {
    position: absolute;
    left: 0;
    top: -100em;
    width: 100%;
    min-height: calc(100vh - 76px);
    padding: 2.5em 0;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .overlay-menu.slide-in {
    top: 100%;
  }
  .overlay-menu .container > .sub-menu {
    /* display: grid; */
    grid-auto-rows: 265px;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4rem;
  }
  .overlay-menu .container > .sub-menu > li:last-child {
    grid-column-start: 3;
  }
  .overlay-menu .menu-item-has-children > span {
    text-transform: uppercase;
    font-weight: 900;
  }
  .overlay-menu .menu-item-has-children .sub-menu li {
    margin-top: 1.25em;
  }
  .nav-call .contacts-item {
    font-size: 1.25rem;
  }
  .nav-call .contacts-item .icon {
    font-size: 1.125rem;
  }
  .site-header.transparent .nav-menu > li > a {
    color: #fff;
  }
  .site-header.transparent .nav-menu > li > a:before {
    background-color: #fff;
  }
  .site-header.transparent .nav-lang li + li > a,
  .site-header.transparent .nav-lang li + li > span {
    border-left-color: rgba(255, 255, 255, 0.6);
  }
  .site-header.transparent .nav-lang a,
  .site-header.transparent .nav-lang span {
    color: #fff;
  }
  .site-header.transparent .nav-call a {
    color: #fff;
  }
}
.breadcrumbs {
  z-index: 1;
  position: absolute;
  top: calc(76px + 1.5em);
  left: 0;
  width: 100%;
}
.breadcrumbs a {
  text-decoration: none;
  font-weight: 600;
}
.wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}
.form-control.wpcf7-not-valid {
  border-color: #e50000;
}
input[type="file"].wpcf7-not-valid + label,
input[type="file"].wpcf7-not-valid + label .fas {
  color: #e50000;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 0.75em;
  line-height: 1.5;
  color: #e50000;
}
.wpcf7-submit .loader {
  display: block;
  font-size: 1.125rem;
}
.site {
  position: relative;
}
.site-header {
  z-index: 2147483001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 5px 40px rgba(13, 13, 13, 0.08);
  transition: all 0.3s;
}
.site-header.transparent {
  background-color: transparent;
  box-shadow: none;
}
.site-header.transparent .logo .fil3 {
  fill: #fff;
}
.sticky {
  display: block;
}
.no-scroll {
  overflow: hidden;
}
.post {
  margin: 0 0 2em;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 0;
}
.page-section.entry-header {
  min-height: auto;
}
.section-hero {
  padding-top: calc(76px + 2.75rem);
}
.page-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-section-bg .wave {
  position: absolute;
  left: 0;
  width: 100%;
  fill: #fff;
}
.bg-dark {
  color: #fff;
}
.wave-bottom {
  bottom: -1px;
}
.wave-top {
  top: -1px;
  transform: rotateY(180deg) rotateZ(180deg);
}
.entry-header .page-section-bg {
  background: #f3f8ff;
}
.entry-title a {
  text-decoration: none;
}
.entry-meta {
  opacity: 0.5;
}
.entry-meta > span + span {
  margin-left: 2em;
}
.section-hero .entry-excerpt {
  font-size: 1.25rem;
}
.entry-contents {
  margin: 2em auto;
}
.entry-contents li + li {
  margin-top: 1em;
}
.entry-contents a {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed;
}
.entry-content {
  font-size: 1.125rem;
}
.post-thumbnail img {
  display: block;
  width: 100%;
}
.entry-content .post-thumbnail {
  margin: 2em 0;
  overflow: hidden;
  border-radius: 1.25em;
  box-shadow: 0 3px 57px rgba(13, 13, 13, 0.07);
}
.entry-content blockquote {
  position: relative;
  padding: 1.5em 2em;
  font-weight: 700;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
  content: " ";
  position: absolute;
  border-radius: 2px;
}
.entry-content blockquote:before {
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 4px solid #92ecff;
}
.entry-content blockquote:after {
  top: 14px;
  bottom: 14px;
  left: 7px;
  border-left: 3px solid #92ecff;
}
.entry-content blockquote,
.entry-content blockquote p {
  margin: 0;
}
.entry-footer {
  margin-top: 1.5em;
}
.entry-share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
}
.entry-footer .button-social {
  margin-left: 0.25em;
}
.section-gallery {
  padding-top: 0;
}
.section-gallery .section-title,
.section-reviews .section-title {
  text-align: center;
}
.section-gallery .tns-outer {
  margin-top: -30px;
}
.section-gallery .tns-controls {
  max-width: 940px;
}
.section-gallery .tns-item {
  padding: 30px 1rem;
}
.section-gallery .gallery-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  border-radius: 1em;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
.linked-services {
  margin: 4.5em 0;
}
.related-posts {
  padding: 1em 0;
  background-color: #f3f8ff;
}
@media screen and (max-width: 991px) {
  .page-section-bg .wave {
    width: 125%;
  }
  .section-title {
    text-align: center;
  }
  .page-section:not(.section-hero) .section-title {
    margin-top: 0;
  }
  .section-hero .section-image {
    position: relative;
    width: 75%;
    margin: 0 auto;
  }
  .page-section.entry-header .entry-tags {
    margin-top: 2em;
  }
  .section-gallery,
  .section-contacts {
    min-height: auto;
  }
  .section-reviews .tns-controls {
    margin-top: -6.5rem;
    padding: 0;
  }
  .section-reviews .review-text {
    margin: 0;
  }
  .section-contacts {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .section-image {
    position: absolute;
    top: 75%;
    width: 35em;
    transform: translateY(-50%);
  }
  .section-desc {
    font-size: 1.125rem;
  }
  .section-hero {
    padding-bottom: 15%;
  }
  .blog-hero {
    padding-bottom: 2rem;
  }
  .section-hero .section-image {
    left: 100%;
    margin-left: -2rem;
  }
  .section-reviews .review {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 83.3%;
  }
  .linked-services .thumbnail-title {
    min-height: 54px;
  }
  .linked-services .thumbnail-body {
    height: calc(100% - 7.875em);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
  padding: 1em 1.5em;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 3px 57px rgba(13, 13, 13, 0.07);
}
.thumbnail.thumbnail-flat:before,
.thumbnail.thumbnail-flat:after {
  content: " ";
  position: absolute;
  display: block;
  width: 116px;
  height: 46px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAABGCAMAAABbou5oAAAAaVBMVEUAAAA2ut08ysgvpvg1uOI2ut42ut8wqfU1uOE7yMw8ysg8ysgvpvgzseo6xNAvpvgvp/c3vNw3vdo4wNY8ysg8ysgvpvg3vNw8ysg1tuMxrPEvp/c5wtQ8ysgzs+gyru0vpvg0teU0tOZKKpJcAAAAI3RSTlMAXDMzAlkGNlQ3LiISQjwuJgpPRxsQKVUoTzsbQhZHPiBLDQALmbgAAALFSURBVGje1ZfbkqIwEEBbCZGbEARRBK///5HbirtZYjQJaFX61NTM65n2pBNh4Tn9cozvwhvFt/ZcOMzHvil4LqwMOOGeCysDTrYwTzhEIqSN8O/iB1TLEUeYIxy1p8NqIAjw1/mwPl3b6IdB1DBdODqdUVPD6ry+RuGXgogV36nCYbuWtjppnHX09SBSmCp8PQRmUHpuHrt45MtchcNduEBas67MY9ag81EPDOyFw01V5X0ex3mVC9GIIrAHBx1+IYga/mGWzeVHs+cADMpb1jlYr9B5XhDJESyFd5W+I9Tmt65xmvP0KyPlYCe8GWar/p9SusxEYe98jRx8ezUHs/CuV+7xG2jg2aX4wSHsZYVbsBIO+1jx3cIbmIvz+mQTR6XomoV3+VJB6yvnLAKHQ3gNra7kJN0ysBPexEZflbJrHJbdKQpNvvu0BB364lWOIJmZhgy6jd71kOzlcFUcfM3wTgQOrIYH3ti739fHksFbdBtQpQZr2A3H7Aa+TM9r5Iw/h6Bj8BnTcUP2DFyQJ9AdwcGE6bgh+vjNJ9Cdi8Vo9De4OQjzCXR2FhkDM6qvKYif5Vygrg2G87ZMbIOYd3EXHQc7lA1oCMKdMrPoucHp2qLcMCrpxCDUV90H6eKCuvYoARuDmB50U2hkmy4rAZkinBuCmO3Ms6wTQjRIURRCdCjLwJWPASccvg17wDlnE2OTQWgH7B9yo2lXsH/IIF7ZgofIJ8QLKfiIfKK9UIKPPIMgM2AYgiBT8CDcExowaN8QSOJnwQDvTtwRPOUeBJU74wEGQWrAEMbagjn4SrUktNLuxJRW2h1iQQDQOnEItQEDtQEDrROHEAsCgNIKfkDhi/In4dTbR89fiLyCJbQCRght4AFCG/hFeO/5Bh6g5gvUfIHOAn5CzfcpXJPxfQgnBO6L/4VTIsdtgNZ4kZrUeAH+ADSmOw9tf0/sAAAAAElFTkSuQmCC)
    no-repeat;
  background-size: contain;
}
.thumbnail.thumbnail-flat.thumbnail-lg:before,
.thumbnail.thumbnail-flat.thumbnail-lg:after {
  width: 164px;
  height: 65px;
}
.thumbnail.thumbnail-flat:before {
  top: 0;
  left: 0;
}
.thumbnail.thumbnail-flat:after {
  bottom: 0;
  right: 0;
  transform: rotateZ(180deg);
}
a.thumbnail {
  text-decoration: none;
  box-shadow: none;
  -webkit-filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.1));
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition:
    filter 0.4s ease-in-out,
    -webkit-filter 0.4s ease-in-out;
}
a.thumbnail:hover {
  -webkit-filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.2));
}
a.thumbnail p {
  color: #222;
}
.thumbnail-title {
  text-align: center;
}
.thumbnail-body {
  margin-bottom: 1.5em;
}
.thumbnail-button {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .thumbnail {
    padding-left: 2em;
    padding-right: 2em;
  }
  .thumbnails .thumbnail {
    flex: 0 0 calc(50% - 1rem);
  }
}
.page-signup {
  z-index: 1;
  margin-top: 2rem;
  padding: 0.75em 1em;
  border-radius: 1em;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.page-signup .form-desc .form-heading {
  text-align: center;
  font-size: 1.75rem;
}
.page-signup .signup-form .form-control,
.page-signup .signup-form .button {
  width: 100%;
}
.page-signup .signup-image {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.wpcf7 .form-field .ajax-loader {
  display: none;
}
.page-signup .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 0.25em;
  text-align: center;
  font-size: 0.875rem;
  color: #9ecf84;
  border: none;
}
.page-signup .wpcf7 .invalid .wpcf7-response-output,
.page-signup .wpcf7 .failed .wpcf7-response-output {
  color: #e50000;
}
.page-signup .wpcf7 .invalid .wpcf7-response-output {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .page-signup .signup-image {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .page-signup {
    display: flex;
    overflow: hidden;
    padding: 2em 3.5em;
  }
  .page-signup .form-desc {
    position: relative;
    flex: 0 0 33.33%;
    padding: 0 1em;
  }
  .page-signup .form-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
  }
  .page-signup .form-container .form-field {
    max-width: 50%;
    padding: 0 1em;
  }
  .page-signup textarea {
    height: 222px;
  }
  .page-signup .signup-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-signup .signup-form .form-fields {
    flex: 0 0 calc(50% - 1rem);
    width: 50%;
  }
  .page-signup .signup-form .form-fields:last-child .form-field:last-child {
    margin-bottom: 0;
  }
  .page-signup .wpcf7 {
    position: relative;
    flex: 0 0 66.67%;
    margin-top: 2em;
  }
  .page-signup .wpcf7 .wpcf7-response-output {
    position: absolute;
    top: 306px;
    left: 15px;
    right: calc(50% + 15px);
    bottom: 0;
  }
}
.home .page-section-bg {
  background: #1c1aa2;
  background: linear-gradient(120deg, #1c1aa2 0%, #08c1e7 100%);
}
.home-hero .section-desc {
  text-transform: uppercase;
}
.home-hero .section-desc p {
  margin-top: 0;
}
.home-directions {
  padding-bottom: 0;
}
.home-intl_practice .wave-top {
  margin-top: -1rem;
}
.home-intl_practice .wave-bottom {
  transform: rotateY(180deg);
}
.home-experts .button-primary {
  margin-top: 1.5em;
  min-width: 285px;
}
.section-tools .page-section-bg {
  background: #f3f8ff;
}
.section-tools .wave-top {
  margin-top: -1rem;
}
.section-tools .wave-bottom {
  margin-bottom: -1rem;
  transform: rotateY(180deg);
}
.methods-list {
  display: flex;
  flex-wrap: wrap;
}
.method-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #032c6c;
  border-bottom: 1px solid #032c6c;
}
.row-x1 .method-logo {
  flex-basis: 100%;
  border: none;
}
.row-x2 .method-logo {
  flex-basis: 50%;
  padding-left: 1em;
  padding-right: 1em;
}
.row-x2 .method-logo:nth-child(2n) {
  border-right: none;
}
.row-x2 .method-logo:nth-last-child(-n + 2) {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .home-hero {
    padding-top: 76px;
    padding-bottom: 4rem;
  }
  .home-hero .section-desc {
    display: none;
    text-align: center;
    font-size: 0.75rem;
  }
  .home-hero .hero-cta {
    display: block;
    margin: 1em auto;
  }
  .home-intl_practice {
    padding-top: 4rem;
  }
  .home-intl_practice .section-desc {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .home-intl_practice .button {
    z-index: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .home-intl_practice .section-image {
    margin-top: -3em;
  }
  .home-experts {
    min-height: auto;
  }
  .home-experts .section-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .home-experts .section-desc .expert-photo {
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: 0.5em;
    box-shadow: 0 3px 57px rgba(13, 13, 13, 0.07);
  }
  .home-experts .section-desc a.button {
    margin-left: auto;
    margin-right: auto;
  }
  .section-tools {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .row-x3 .method-logo,
  .row-x4 .method-logo {
    flex-basis: 33%;
    height: 90px;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .row-x3 .method-logo:nth-child(3n),
  .row-x4 .method-logo:nth-child(3n) {
    border-right: none;
  }
  .row-x3.method-logo:nth-last-child(-n + 3),
  .row-x4.method-logo:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .home .page-section .section-title {
    margin-top: 0;
  }
  .home .section-hero {
    padding-top: calc(76px + 2em);
  }
  .home-about .section-desc {
    font-size: 1rem;
  }
  .home-about .section-image {
    right: 100%;
    margin-right: 8.33%;
  }
  .home-intl_practice .wave-top {
    margin-top: -4rem;
  }
  .home-intl_practice .section-image {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .section-tools .wave-top {
    margin-top: -4rem;
  }
  .section-tools .wave-bottom {
    margin-bottom: -4rem;
  }
  .row-x2 .method-logo {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .row-x3 .method-logo {
    flex-basis: 33%;
    height: 120px;
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
  .row-x3 .method-logo:nth-child(3n) {
    border-right: none;
  }
  .row-x3 .method-logo:nth-last-child(-n + 3) {
    border-bottom: none;
  }
  .row-x4 .method-logo {
    flex-basis: 25%;
    height: 100px;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .row-x4 .method-logo:nth-child(4n) {
    border-right: none;
  }
  .row-x4 .method-logo:nth-last-child(-n + 4) {
    border-bottom: none;
  }
}
.direction-hero {
  background-color: #f3f8ff;
}
.direction-hero .wave {
  margin-bottom: -1rem;
}
.direction-services:nth-of-type(odd) .page-section-bg {
  background-color: #f3f8ff;
}
.direction-services:nth-of-type(even) .page-section-bg {
  display: none;
}
.direction-services .wave-top {
  margin-top: -1rem;
}
.direction-services .wave-bottom {
  margin-bottom: -1rem;
}
.direction-services ul li + li {
  margin-top: 1em;
}
.direction-services .button-group {
  margin-top: 2em;
}
.direction-services .button-group .button {
  flex: 1 1 50%;
}
.direction-services .button-group .button + .button {
  margin-left: 1rem;
}
.direction-services .button:not(.button-primary) {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .direction-services:nth-of-type(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 359px) {
  .direction-services .button-group {
    flex-direction: column;
  }
  .direction-services .button-group .button + .button {
    margin-top: 1em;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .direction-hero {
    padding-bottom: 10%;
  }
  .direction-hero .wave {
    margin-bottom: -4rem;
  }
  .direction-services:nth-of-type(even) .row {
    justify-content: flex-end;
  }
  .direction-services .wave-top {
    margin-top: -4rem;
  }
  .direction-services .wave-bottom {
    margin-bottom: -4rem;
  }
  .direction-services .section-image {
    width: 462px;
    right: 116.66666667%;
  }
  .direction-services:nth-of-type(odd) .section-image {
    left: 116.66666667%;
    right: auto;
  }
}
.dir-nav li + li {
  margin-top: 1.25em;
}
.dir-nav-item {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed;
}
.dir-test {
  overflow: visible;
  margin: 2em 0;
  border: 1px solid #0fd0f7;
}
.dir-test .button-primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  width: 15rem;
}
@media screen and (min-width: 992px) {
  .dir-test:before,
  .dir-test:after {
    content: " ";
    z-index: -1;
    position: absolute;
    display: block;
    width: 155px;
    height: 294px;
    background: url(/wp-content/themes/neuroflex-new/./img/decoration.png);
  }
  .dir-test:before {
    top: -2em;
    right: 100%;
    margin-right: -2em;
    transform: rotateY(180deg);
  }
  .dir-test:after {
    left: 100%;
    bottom: 0;
    margin-left: -2em;
  }
}
.dir-group {
  padding-bottom: 3em;
  margin-bottom: 1rem;
}
.dir-group-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 200px;
}
.dir-group-image,
.dir-group-features {
  flex: 0 0 calc(100% - 0px);
}
.dir-group-features {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.dir-group-feature + .dir-group-feature {
  margin-top: 1em;
}
.dir-group-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dir-group-item {
  font-weight: 700;
  line-height: 1.25;
}
.dir-group-item + .dir-group-item {
  margin-top: 1.25em;
}
@media screen and (min-width: 992px) {
  .dir-group {
    margin-bottom: 2rem;
  }
  .dir-group-title {
    min-height: 3.375rem;
    text-align: left;
  }
  .dir-group-image,
  .dir-group-features {
    flex: 0 0 calc(50% - 0.5rem);
  }
  .direction-service .button-group {
    width: 75%;
  }
}
.service-hero .page-section-bg,
.service-document .page-section-bg {
  background-color: #f3f8ff;
}
.services .entry-content {
  margin: 0;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 0 59px rgba(13, 13, 13, 0.11);
}
.services .entry-content h2,
.services .entry-content h3 {
  margin-top: 0.5em;
  text-align: center;
}
.service-process-step {
  margin-bottom: 1.5em;
}
.service-process .step-number {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  margin-right: 1.5em;
}
.service-process .step-image img {
  border-radius: 1em;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
.service-prices,
.service-experts {
  min-height: 50vh;
}
@media screen and (min-width: 1440px) {
  .service-prices,
  .service-experts {
    min-height: 33vh;
  }
}
.service-faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.service-faq .page-section-bg {
  background-color: #f3f8ff;
}
.service-faq .wave-top,
.service-document .wave-top {
  margin-top: -1rem;
}
.service-faq .wave-bottom,
.service-document .wave-bottom {
  margin-bottom: -1rem;
  transform: rotateY(180deg);
}
.faq-list {
  margin-bottom: 2em;
}
.faq-item {
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}
.faq-item + .faq-item {
  margin-top: 2em;
}
.faq-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
}
.faq-item-body {
  display: none;
}
.faq-item-question {
  width: 100%;
}
.faq-item-answer {
  padding-bottom: 1.5em;
}
.faq-item-question,
.faq-item-answer p {
  margin: 0;
}
.faq-item-toggle {
  display: block;
  text-decoration: none;
}
.faq-item-toggle.button {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
  border: none;
  border-radius: 50%;
}
.faq-item-toggle.button:focus,
.faq-item-toggle.button:hover {
  color: #fff;
  box-shadow: 0 0 25px rgba(93, 225, 252, 0.25);
}
.active .faq-item-toggle.button {
  transform: rotateZ(180deg);
}
.prices-options {
  display: flex;
}
.prices-options .item {
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}
.price-option {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 1em;
}
.price-option-recommended {
  box-shadow: 0 0 68px rgba(15, 37, 108, 0.18);
}
.price-option-header {
  position: relative;
  padding: 1.25em 2.5em;
  text-align: center;
  background-color: rgba(182, 230, 243, 0.7);
  border-radius: 1em 1em 0 0;
}
.price-option-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5em 1em 2.5em;
  border-radius: 0 0 1em 1em;
}
.price-option-title,
.price-option-features {
  margin: 0;
}
.price-option-label {
  position: absolute;
  top: -1em;
  left: -1em;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #64ca2c;
  border-radius: 0 1em 1em 0;
}
.price-option-label:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1em solid #4b9721;
  border-left: 1em solid transparent;
}
.price-option-features {
  font-size: 0.875rem;
}
.price-option-buy {
  text-align: center;
  margin-top: 1em;
}
.price-option-buy .price {
  display: block;
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-weight: 800;
  color: #032c6c;
}
.price-option-recommended .price-option-buy .price {
  color: #64ca2c;
}
.price-option-buy .price-old {
  text-decoration: line-through;
  font-size: 0.75rem;
  font-weight: 700;
  color: #032c6c;
  opacity: 0.7;
}
.price-option-buy .button {
  width: 100%;
}
.price-row td {
  padding: 0.5rem 0;
}
.price-row .price {
  font-size: 1.125rem;
  white-space: nowrap;
}
.price-row .price-old {
  margin-right: 0.5rem;
  text-decoration: line-through;
  font-size: 0.875rem;
}
.service-document .section-desc .feature-list {
  margin-top: 2em;
}
.service-document .document-price {
  display: block;
  margin-top: 1em;
  font-weight: 800;
  color: #032c6c;
}
.service-document .document-price .price {
  font-size: 1.5rem;
}
.document-example {
  display: flex;
  justify-content: center;
  text-align: center;
}
.document-example-two {
  width: 275px;
  height: 244px;
  background-image: url("/wp-content/themes/neuroflex-new/img/envelope-pdf.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: 50%;
}
.document-example-link {
  display: block;
  margin-top: 1em;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 700;
  color: #222;
}
.document-example-link .fas {
  margin-right: 4px;
  color: #5fc4e3;
}
@media screen and (max-width: 991px) {
  .service-hero {
    padding-bottom: 5em;
  }
  .service-hero .button-primary {
    display: block;
    margin: 0 auto 1.5em;
  }
  .service-hero .wave-bottom {
    margin-bottom: -2rem;
  }
  .services .entry-content .feature-list ul {
    font-size: 0.875rem;
  }
  .service-experts .section-desc {
    text-align: center;
  }
  .service-experts,
  .service-tools,
  .service-contacts {
    min-height: auto;
  }
  .service-process-step + .service-process-step {
    position: relative;
  }
  .service-process-step + .service-process-step:before {
    content: " ";
    position: absolute;
    top: -2em;
    left: 15px;
    right: 15px;
    border-top: 1px solid #ddd;
  }
  .service-process-step.has-image .step-number {
    display: none;
  }
  .faq-item-question {
    font-size: 1rem;
  }
  .faq-item-answer p {
    font-size: 0.875rem;
  }
  .service-document {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .service-document .document-example img {
    width: 65%;
  }
  .service-document .document-price {
    display: block;
    text-align: center;
  }
  .service-document .document-price .price {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .services .entry-content {
    padding-left: 2em;
    padding-right: 2em;
  }
  .services .entry-content .feature-list {
    font-size: 1.125rem;
  }
  .services .entry-content .feature-list ul {
    font-size: 1rem;
  }
  .service-hero {
    padding-bottom: 10%;
  }
  .service-hero .section-image {
    top: 60%;
  }
  .service-hero .feature-list {
    width: 90%;
  }
  .service-hero .wave-bottom {
    margin-bottom: -4rem;
  }
  .service-process.correction-and-rehab {
    padding-top: 5em;
  }
  .service-process .step-desc {
    font-size: 1.125rem;
  }
  .service-process .step-image {
    position: relative;
  }
  .service-process .step-image:before {
    content: " ";
    z-index: -1;
    position: absolute;
    bottom: 16px;
    right: -96px;
    display: block;
    width: 155px;
    height: 294px;
    background: url(/wp-content/themes/neuroflex-new/./img/decoration.png);
  }
  .service-process .step-image-left:before {
    left: -96px;
    right: auto;
    transform: rotateY(180deg);
  }
  .service-faq .wave-top,
  .service-document .wave-top {
    margin-top: -4rem;
  }
  .service-faq .wave-bottom,
  .service-document .wave-bottom {
    margin-bottom: -4rem;
  }
  .document-example-two {
    background-size: 100%;
  }
  .faq-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 1em;
  }
  .faq-item-answer {
    padding-right: 28px;
  }
  .service-prices .section-title {
    margin-top: 0;
  }
  .prices-options {
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
  }
  .prices-options .item {
    flex: 0 1 25%;
    margin: 0 15px;
  }
  .document-example {
    position: absolute;
    top: 50%;
    left: 108.33333333%;
    width: 41.66666667%;
    transform: translateY(-50%);
  }
  .document-example-link {
    margin-top: 1em;
  }
}
.page-prices .section-hero {
  justify-content: flex-start;
  padding-bottom: 4rem;
}
.page-prices .section-hero .page-section-bg {
  z-index: -1;
  background-color: #f3f8ff;
}
.page-prices .service-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
.page-prices .service-price {
  vertical-align: top;
  font-size: 1.125rem;
  white-space: nowrap;
}
.badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}
.badge-success {
  color: #fff;
  background: #64ca2c;
}
.experts-hero .page-section-bg,
.expert-hero .page-section-bg,
.expert-reviews {
  background: #f3f8ff;
}
.experts-hero {
  min-height: auto;
  padding-bottom: 20%;
}
.experts-hero .section-title {
  text-align: center;
}
.filters-inline {
  text-align: center;
}
.filters-inline .button {
  margin: 0.5em;
}
.filters-inline .button-toggle:hover {
  color: #e76216;
  background-color: #fff;
  border-color: #f26d21;
}
.filters-inline .button-toggle:hover:before {
  opacity: 0;
}
.filters-inline .button-toggle:hover .badge {
  color: #fff;
  background-color: #e76216;
}
.filters-inline .button-toggle.active {
  color: #fff;
  background-color: #f26d21;
  border-color: #e76216;
}
.filters-inline .button-toggle.active:before {
  opacity: 1;
}
.filters-inline .button-toggle.active .badge {
  color: #e76216;
  background: #fff;
}
.experts-list {
  min-height: auto;
  margin-top: -15%;
  padding-top: 0;
}
.thumbnail-expert {
  display: flex;
  min-height: 196px;
  margin: 1rem 0;
  padding: 0;
}
.home-experts .thumbnail-expert,
.service-experts .thumbnail-expert {
  border-radius: 0.5em;
}
.thumbnail-expert:after {
  display: none !important;
}
.thumbnail-expert .expert-desc {
  display: flex;
  flex: 0 0 70%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em 1em 1.5em 1.5em;
}
.home-experts .thumbnail-expert .expert-desc,
.service-experts .thumbnail-expert .expert-desc {
  flex: 0 0 75%;
}
.thumbnail-expert .expert-name a {
  text-decoration: none;
}
.thumbnail-expert .expert-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.thumbnail-expert .expert-photo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .experts-hero {
    padding-bottom: 30%;
  }
  .filters .button {
    margin: 0.125em;
    padding: 0.5em 1em;
    font-size: 0.875rem;
  }
  .thumbnail-expert .expert-desc p {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 992px) {
  .experts-list .thumbnail-expert .expert-desc {
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
  .home-experts .thumbnail-expert .expert-desc,
  .service-experts .thumbnail-expert .expert-desc {
    flex-basis: 66.6667%;
  }
}
.expert-hero {
  overflow: hidden;
}
.expert-hero .section-title small {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 1.25rem;
  line-height: 1.5;
}
.expert-hero .section-desc {
  z-index: 2;
  position: relative;
}
.expert-hero .section-image:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  margin-top: 10%;
  padding-bottom: 100%;
  background-color: #d5edfe;
  border-radius: 50%;
}
.expert-hero .section-image .post-thumbnail {
  position: relative;
  text-align: center;
}
.expert-hero .page-section-bg .wave {
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .expert-hero .section-image {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .expert-hero .section-title small {
    width: 80%;
  }
  .expert-hero .section-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 33vh;
  }
  .expert-hero .container {
    min-height: 200px;
  }
  .expert-hero .section-image .post-thumbnail {
    max-width: 85%;
    margin: 0 auto;
  }
}
.expert-desc {
  z-index: 1;
}
.expert-desc h3 {
  display: flex;
  align-items: center;
}
.expert-desc h3 img {
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: middle;
}
.expert-desc ul li + li {
  margin-top: 1.5em;
}
.expert-about {
  font-style: italic;
}
.expert-about.no-video {
  position: relative;
  margin-top: 5rem;
  padding: 1.5em 2em;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.18);
}
.expert-about.no-video:before,
.expert-about.no-video:after {
  content: " ";
  z-index: -1;
  position: absolute;
  display: block;
  background-size: cover;
}
.expert-about.no-video:before {
  bottom: -90px;
  left: -10px;
  width: 114px;
  height: 117px;
  background-image: url(/wp-content/themes/neuroflex-new/./img/decoration-bottom.png);
}
.expert-about.no-video:after {
  top: -110px;
  right: -10px;
  width: 196px;
  height: 157px;
  background-image: url(/wp-content/themes/neuroflex-new/./img/decoration-top.png);
}
.expert-education li {
  display: flex;
}
.expert-education li span {
  min-width: 120px;
  margin-right: 1em;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1em;
  color: #032c6c;
}
.expert-credentials .image-item {
  margin-bottom: 1.5em;
}
.expert-credentials .image-overlay-toggle {
  position: relative;
  display: block;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.18);
  opacity: 0.8;
  transition: all 0.2s;
  cursor: pointer;
}
.expert-credentials .image-overlay-toggle:after {
  content: " ";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  box-shadow: inset 0 3px 49px rgba(0, 0, 0, 0.36);
}
.expert-credentials .image-overlay-toggle:hover {
  opacity: 1;
}
.expert-signup .expert-photo {
  position: absolute;
  bottom: -2em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.expert-signup .expert-photo:before {
  content: " ";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  margin-top: 20%;
  padding-bottom: 100%;
  background-color: #d5edfe;
  border-radius: 50%;
}
.expert-signup .expert-photo picture {
  max-height: 100%;
}
.img-quote {
  margin-right: 0.75em;
  display: flex;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.img-quote {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAACDVBMVEUAAABj4vxb4Pwu1/kq1fkc0/gx1/kP0PdR3vwW0fgT0fcT0fhN3vss1vkP0PcR0fcP0PcP0Pda4fwS0fgW0vgT0fcZ0vhc4fwe0/hT3/sY0vgt1/ld4fwV0fcu1/kR0fc32fov1/k92vpc4fwa0/gT0fdj4vwW0fcP0PcR0Pdh4vwX0vgc0/he4vwX0vhk4/wU0fgS0fhg4vxh4vxS3/tf4fwS0fgu1/kr1vlg4vwZ0vgf1Pgl1flP3vsZ0vgP0PdV3/sm1fgc0vhk4vxj4vwg1PgS0fco1flH3PsY0vgQ0PdF2/ok1fgy2Ply5f1l4vwQ0Pcv1/la4Pxk4/wP0Pcp1vkf0/hB2/of0/gV0fgt1vlB2/sv1/lR3vty5f1l4vwz2Pkk1fgR0Pcm1fhZ4PwP0Pck1fhB2/pC2/o+2voU0fdX3/w92vpj4vwP0PdV3/sq1fkZ0vg32Pkk1PlS3vtm4/xC2/oS0Pdk4vxa4Pwf0/gn1fhL3ftY4Ptk4vwe0/g42flk4vwc0vhT3/tM3fs42flJ3Psy1/ky1/lS3vsl1PgU0fhB2vpT3/ti4vwP0PdS3vs32PkR0Pce0/hj4vxY4Ps32Plh4vxR3vs+2vpD2/pM3fs62fpV3/tI3Ppa4Pw22Ple4fwy1/ku1/kU0fcZ0vgR0PcP0Pcq1fkc0vgm1fgf0/gj1Phc4fxF2/q7dmLtAAAAmHRSTlMA4AYCEAUJzx8Kkifw6ufbuI1KRj81MS0rJSMWDfz39vHw7Ondy8i7tauPjYqHh316YmFYV1RLOjQjIB0YExIP/fz5+PLy8fDv7+zq5+bk5ODd28W7r6iim5eWjIuHhIR6eXZ0b2xrUUg/Ozkr/v3v4+Ld29rZ2NPPzczJxL++vK6ioaCgmpKQgoGBgXp5eG9gX1tWUEMmGUo5YV0AAALeSURBVFjDzddnUxNBHIDxxzsTQhOkCIqKCqgoVXq1995777333nvvKILUCOhndI9wZG+TC3egM/xeZOaZu/lndyeTmyOSwos+YMb68biWdOU4cHd+GnBrfu+YV7hReLIM0L0IWp3xsWAB2q5Vq3ZpDCS/EOEziqoq8n8L+Qxg/M8sbCz/IyxnIGlV2IhvFeKJoKSMSAp+CXl402xX35RFJJ7Ro0aN9jCjKQkbpR9xIOnmWP4D7YC7sXUoShvv40JS40v1AJ+6WkHahTcMK6UPNNwb68N045sP9+LiMPmOMwjbHzFcHMnAatbUEQHrPyCUmDm1hHCONmzG4sDPoDIxTspZWBy+dAKo23wEi6ymoKuwTsp1WLxoOEwYjZLTMEfKOVj5COeLJE6kDCe+SeJEysKd4XYvVj8kS0TKUGTo3GmuwKpBskSkDKsT3x/y6S2Kr5IpImVY1Z7bQ6jvkkkiZTgxqTlIDFjZLMGJxy1Bk+FJi4RQO0J2oW2b2GoSA/QdIk0oajKYuJIQnpFCxRm/37+4PyvX+gX1uyavpTIdG3u7uroW0+9Ql4Bi4zbs7e3p6VkhDRC5EDc2dXd3X6PfFpHncSF9nniYb8U0zsh7hKq/vp9wxpxtF1L6x2UbWa7eVCEmz92I6tjMmGkT2oRpGFLNzNGxWjFXg+poVAltAYtiMeT0ZeYYFPufEdaajl6L+jYQFcjMZJxa02mYPo6AqN5MjMVOpbqJfVFRic+D6z0osiAVWyndWxiUvE06hozb7xmU7IUehqS2hn+nVmdIktuLcKloJpLY7GJcWrp0iItOV35X2u7Vq3drDN7OL8JOnKlOJcSUwHPImYQJ9aji/UI8zuyL0VEVtAt5uKa+jeRe9hLRsdxqIpm+bDYRxXS8IxLdA0Snhr/mNa4l6wxoa2c5YSQuq8eZ5N4/s+JiTDWvjY3l5nhxI/OUuD86YQMQ03kQ91LKMQfEFtkf7V+rNVAKJNdmHQAAAABJRU5ErkJggg==);
}
.img-quote2 {
  background-image: url(data:image/png;base64,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);
}
.img-quote3 {
  background-image: url(data:image/png;base64,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);
}
.img-quote4 {
  background-image: url(data:image/png;base64,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);
}
.img-quote5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAC3FBMVEUAAAA+2vpE2/sx1/oU0fgZ0vgP0Pck1flZ4PwZ0vg42fpV3/wo1fkP0Pdc4fxU3/xU3/wZ0vhQ3vw82voa0vgQ0fcP0Pcc0/hQ3vsZ0vhB2/o72vpa4fwU0fhd4fwb0/gq1vlc4fxB2/tR3vsa0vgh1PlU3/sk1Pkm1fgu1/k92voP0PcZ0vgx2Plk4vwf0/hk4/xS3/tA2/oS0fca0vhB2/o02PkP0Pcc0/hb4fxR3vtY4Pwx2Pk+2voS0fgj1PlT3/sP0PcW0fgz2Pk02Pow1/lL3fsV0fdf4fxC2/o32flk4vxh4vxa4PxO3vsf0/hZ4PxO3vtF2/ov1/kq1fkl1fhd4fxy5f1L3fsu1/k32Pkt1vk12PkZ0vgq1vkR0Pdi4vxM3fs62for1vk52fpj4vxE3PpL3fs52foQ0PdS3/tM3fsg0/g82vpm4/wu1/ly5f1l4vxi4vww1/kk1PgU0fhk4/xh4vwb0/gz2PlS3/sm1fgZ0vgk1PkP0Pdc4Pwk1PgT0fc+2voQ0PcS0fc+2voy2PlN3ftg4vxL3ftf4fwP0Pcb0/hM3ftc4fwQ0Pdj4vxc4Pw+2voP0PdR3vtY4Psn1fgh0/hj4vwn1fgY0vgQ0Pdf4fwv1/lU3/se0/gR0Pc+2vok1PhG3PpY4Ptc4PxN3fse0/g72fpk4vxc4PxJ3Pse0/hY4Ps+2voe0/g02Pkt1vlN3fsc0vhj4vxf4fwP0PcR0Pcm1fgt1vkS0PcZ0vhY4Ptk4vwq1fk+2vot1vkt1vlJ3Ptf4fwZ0vgw1/kc0vga0vhc4PxG3Po+2vpS3vtB2voP0Pdk4vw+2vok1PhG3PpS3vs32PlM3fsP0PdB2vpY4Ps72fon1fg42flV3/sP0Pcc0vgU0fcv1/k32Pk02Plc4fxU3/tR3vtC2/o72foZ0vhJ3Ps92vpN3fsp1flf4fxY4PxG3Poe0/gX0fch0/hF3Pok1Phd4dGEAAAA3HRSTlMABgIDEAroMC0oFQkFjlYlHx8L6d3bvKaIeE9MSkY4MyQjIR0bFxMN/Pj29vHu5d3a2NXTsaGclYqHcGZmZWJZUkA7Niwd/f37+/n49fPy7+rq6urq6Ofk4d/d2tfOy8fGxcPCv768tLCqo6GZjYqGhISEgICAfXt7enl0cW9ubWtpW1tQPz05MjInJR0ZDgj++vr6+Pf39fDu7ezr5+Xh4N3c2tnU09HQz8nJxL+8vLq6ubi3traxsK6rqqWioZyWk5KRjoqHh4aEhIF6eXZsZGNgX1pKRUNCOionSHTffQAAA9FJREFUWMPN13VzE0EYBvDn7pKWNIECLZS2UIGW4u7u7u7u7u7u7u7u7u7uHiQhoUkJJfQLsHst0Fz3cnfIDL8/3tl5LrvZvXtvMoE3wwqkJbVfh3nQLPPOMFLP1k5Fatfa4jL3oMWwBWlI5Y10zGWnpc4KcAOaNx/AQcmg4bTOlcaRkShpIUpCQfoazSCj0TeiEZTMiISMxu+IxvAiTRp4c81MlIAxlezuLQ3gDZfaxyc1h8uuzLI7eK7qEe/1xz/AlXoNLbJLgwrWXpo61TpKksy7relgqQo+wn/lSW8O2vmn/TnsWI2MNavX8Ocw63TGKzGoa4F8BY4MnwU5mS5BXliHz58/11lTg9SjSa1v9BegFn/DYtlVmh5r1vitloXjxTava2kWBqZQP+n8M64GFfBD6bqukqTzlrpcri1gmWorKj2ctWC25E2zzloaYVbKCA8hharQri76zDOe/rGhON84qlcpk7hCvSWR/h+JgvB0xxYCho7OxP0fcjqdvUGVcnbf5qzmbDFTetasYJgZuzvx2cZS6elQaBEb2z19Nh6q3PzyEFS2L0RNcQG/zV+6yfbq1L6SO9PNVhXUJBtRM4TOL2QjN5rJT0CP99M8s425ACG07H1Hrlvn+zoWlS0bUsixz9EJLK9qFUPEY8nRAgIgdLHb7ble0G3YqR6cfQdY5rYamTJsVQuh74kuoNrQYeWY952g2oEPWct8INqAykuHoZU/FINqg9+VqZqT/AT1B1WMjPLqSAY5V6WnqPKuHaZ1bt2fA6W/2Pqgr9Aypx+YqkYj51pp2DmuvCQZG3cOTFzelqhcRZqG51gZ4RH4LoubALaTF1jpkIRNEcnnN01ISHgADfg+7vrleSQSJix3u935ozhOywoj3PHbxxpMMPkG548n1keZiuyRuY+6dqMZqe9hM5GHlqBgc2CUEGQ2BxpSfuwlEJHjBFgMwUXaBrY9PSYKGDNHCPpE5MkCiaY5OCBdDJRwRb6Kqk+Ep9FDoEpM4bdJpuD3pPNJWqA9WML1UFIp9xvRBubF+D5QNDlxgYzJsxJBPKjo/eWhbCidv7hi8ih/fRM0mJghd3uP+YhOh78nmscfyfJpKDQaccWjbwPLQaNVeQT8EYNB0u4D8+UbyOH3ZfpIZFLb2eEpswAHEQB1MlTXQapJHNEE6gSn5iF1/RNRAgqU/42cKjxf4bXs6b1/j/vo4FXxN5PhDW8iRR/OvkY3F5NFPL7St0xhxRlX69S+Gcdmk1ruV3fPGUen9iyshxa53+gBfYaM4pbGQbuKT/Fjgdl35Tf/HdY0T8jaZXDdAAAAAElFTkSuQmCC);
}
.img-quote6 {
  background-image: url(data:image/png;base64,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);
}
@media screen and (max-width: 991px) {
  .expert-hero .button-primary {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .expert-hero .section-image:before {
    width: 135%;
    margin-top: 25%;
    padding-bottom: 135%;
  }
  .expert-about.no-video {
    margin-bottom: 5rem;
  }
  .expert-about.no-video:before {
    bottom: -80px;
    left: -10px;
    transform: rotateZ(245deg);
  }
  .expert-about.no-video:after {
    top: -100px;
    right: -10px;
  }
  .expert-education li {
    flex-direction: column;
  }
  .expert-signup .expert-photo {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .expert-hero .section-image {
    width: 500px;
    margin-left: 10%;
  }
  .expert-about.no-video:before {
    bottom: 0;
    left: -160px;
    width: 228px;
    height: 234px;
    transform: rotateZ(-90deg) rotateY(180deg);
  }
  .expert-about.no-video:after {
    top: -160px;
    right: -110px;
    width: 392px;
    height: 314px;
  }
  .expert-education li span {
    text-align: right;
  }
  .expert-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .expert-credentials .image-item {
    flex: 0 0 calc(33% - 1rem);
  }
  .expert-credentials .image-overlay-toggle:after {
    border-width: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .expert-hero .section-image {
    width: 600px;
  }
}
.test-screen-intro,
.test-screen-results {
  text-align: center;
}
.test-screen-intro .attention {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: url(data:image/png;base64,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)
    no-repeat;
  background-size: contain;
}
.test-screen h5 {
  text-align: center;
  text-transform: uppercase;
}
.test-progress {
  margin-bottom: 2em;
}
.test-item,
.test-result {
  text-align: center;
}
.test-item .answers {
  margin-top: 2em;
}
.test-item .answers .button + .button {
  margin-left: 4px;
}
.test-score {
  display: block;
  margin-top: 1.25em;
  font-weight: 400;
}
.test-signup {
  padding-top: 2.5em;
}
.progress-bar {
  position: relative;
  height: 10px;
  background-color: #eaf2fa;
  border-radius: 4px;
}
.progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0fd0f7;
  border-radius: 4px;
  transition: width 0.2s;
}
.test-screen .consult-signup {
  display: block;
  margin: 0 auto;
}
.test-result-form {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .test-screen-main .button-primary,
  .test-screen-intro .button-primary {
    width: 100%;
  }
  .test-screen-content .test {
    min-height: 320px;
  }
  .test-item .answers .button {
    width: 41.66666667%;
  }
  .test-result img {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .test-screen-main .section-title {
    margin-top: 0;
  }
  .test-screen-main .section-image {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .test-screen-main .button-primary,
  .test-screen-intro .button-primary {
    width: 50%;
  }
  .test-screen-content .test {
    min-height: 240px;
  }
  .test-item .answers .button {
    width: 16.66666667%;
  }
}
.blog .section-hero {
  min-height: 30em;
  padding-bottom: 10%;
}
.blog .section-hero .page-section-bg {
  background: #f3f8ff;
}
.blog .section-hero .wave-bottom {
  margin-bottom: -1rem;
}
.thumbnails-blog {
  margin-left: -1rem;
  margin-right: -1rem;
}
.thumbnail-post {
  display: flex;
  flex-direction: column;
  margin: 0 1rem 2em;
  padding: 0;
}
.thumbnail-post .entry-content {
  font-size: 1rem;
}
.thumbnail-post .entry-content p {
  margin-top: 0;
}
.thumbnail-post .entry-tags {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 90%;
}
.thumbnail-post .entry-tag {
  display: inline-block;
  padding: 0.5em 1em;
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
  border-radius: 5px;
}
.thumbnail-post .entry-meta {
  display: flex;
  justify-content: space-between;
}
.thumbnail-post .thumbnail-body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 2em 1.5em;
}
.blog-service-title a {
  text-decoration: none;
}
.blog-service-cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
.posts-navigation {
  position: relative;
  text-align: center;
}
.posts-loader {
  text-align: center;
}
.spinner {
  padding: 2rem 0;
  font-size: 2rem;
}
.spinner .fas:before {
  background: #1c1aa2;
  background: linear-gradient(120deg, #1c1aa2 0%, #08c1e7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) {
  .blog .section-hero .wave-bottom {
    margin-bottom: -4rem;
  }
  .blog .section-hero .section-image {
    margin-left: 0;
    text-align: center;
  }
  .thumbnails-blog {
    justify-content: flex-start;
  }
  .thumbnails-blog .thumbnail {
    flex: 0 0 calc(33.3333% - 2rem);
  }
  .thumbnail-post .entry-title {
    font-size: 1.5rem;
  }
  .thumbnail-post.thumbnail-lg {
    flex-basis: calc(50% - 2rem);
  }
  .thumbnail-post.thumbnail-lg .entry-title,
  .thumbnail-post.thumbnail-lg .entry-title {
    font-size: 1.875rem;
  }
  .thumbnail-post.thumbnail-lg .entry-content,
  .thumbnail-post.thumbnail-lg .entry-content {
    font-size: 1.125rem;
  }
}
.vacancies-hero .page-section-bg {
  background-color: #f3f8ff;
}
.vacancies-info-item {
  padding: 0 1em;
  text-align: center;
}
.vacancies-list {
  margin-top: 1.5em;
}
.vacancies-list-item {
  padding: 1.5em;
  background-color: #fff;
  border: 1px solid #5de1fc;
  border-radius: 1em;
  box-shadow: 0 6px 21px rgba(93, 225, 252, 0.22);
}
.vacancies-list-item + .vacancies-list-item {
  margin-top: 3em;
}
.vacancies-list-item h2 {
  margin-top: 0;
}
.vacancies-list-item .button-primary {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .vacancies-hero {
    min-height: auto;
    padding-bottom: 7.5em;
  }
  .vacancies-hero .section-image {
    width: 100%;
    padding-right: 15px;
  }
  .vacancies-content {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .vacancies-hero .section-title {
    margin-top: 0;
  }
  .vacancies-hero .section-image {
    width: 710px;
    margin-left: -155px;
  }
  .vacancies-list {
    margin-top: 3em;
  }
  .vacancies-list-item {
    padding: 3em;
  }
  .vacancies-list-item .button-primary {
    width: 230px;
  }
  .vacancy-signup .wpcf7 .wpcf7-response-output {
    top: 282px;
  }
}
@media screen and (max-width: 991px) {
  .page .section-about .section-image {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .page .section-about .section-image {
    top: 60%;
    left: auto;
    right: 108.33333333%;
  }
}
.section-contacts .page-section-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: cover;
  opacity: 0.25;
}
.section-contacts .page-section-bg:before,
.section-contacts .page-section-bg:after {
  content: " ";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
}
.section-contacts .page-section-bg:before {
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(transparent)
  );
  background: linear-gradient(to bottom, #fff, transparent);
}
.section-contacts .page-section-bg:after {
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    to(transparent),
    from(#fff)
  );
  background: linear-gradient(to bottom, transparent, #fff);
}
.section-contacts .page-section-bg .wave,
.single-post .site-footer .page-section-bg .wave {
  fill: #f3f8ff;
}
.section-contacts:not(.section-hero) .section-title {
  margin-top: 0;
}
.contacts-item {
  display: flex;
  align-items: center;
}
.contacts-item a {
  text-decoration: none;
  font-weight: 700;
}
.contacts-item .icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}
.contacts-item .icon .fas:before {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.contacts-item.schedule span {
  display: inline-block;
  min-width: 60px;
  font-weight: 700;
  color: #032c6c;
}
.contacts-popover {
  padding: 1px;
  background: #1c1aa2;
  background: linear-gradient(120deg, #1c1aa2 0%, #08c1e7 100%);
  border: 0.5em solid #fff;
  border-radius: 1em;
  box-shadow: 0 3px 57px rgba(13, 13, 13, 0.15);
}
.contacts-popover .popover-content {
  padding: 1.5rem 0.75rem;
  background-color: #fff;
  border-radius: 0.375em;
}
.contacts-popover .contacts-item + .contacts-item {
  margin-top: 1.5em;
}
.contacts-popover .contacts-item a {
  line-height: 1.25;
}
.contacts-popover .contacts-item .icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.75em;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(13, 13, 13, 0.09);
}
.contacts-popover .contacts-item .fas:before {
  background: #1c1aa2;
  background: linear-gradient(120deg, #1c1aa2 0%, #08c1e7 100%);
}
.contacts-popover .contacts-item .fab {
  background: #1c1aa2;
  background: linear-gradient(120deg, #1c1aa2 0%, #08c1e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) {
  .contacts-popover .popover-content {
    padding: 3rem 2.5rem;
  }
  .contacts-popover .contacts-item .icon {
    margin-right: 1em;
  }
}
.seo-content {
  padding: 2rem 0 0;
  font-size: 0.875rem;
}
.seo-content h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .seo-content {
    column-count: 2;
    column-gap: 2rem;
  }
}
.review {
  text-align: center;
}
.review a {
  text-decoration: none;
  color: inherit;
}
.review figure img {
  border-radius: 50%;
}
.review figure figcaption {
  margin-top: 1em;
  font-size: 1.25rem;
  font-weight: 900;
  color: #032c6c;
}
.review blockquote {
  text-align: left;
}
.review p {
  margin-top: 0;
  margin-bottom: 1em;
}
.review-date {
  margin-bottom: 2em;
  font-size: 0.875rem;
}
.post-1592 .entry-title {
  font-size: 1.5rem;
}
.page-section.not-found {
  margin-top: 6rem;
  min-height: calc(100vh - 6rem);
  padding: 0;
  text-align: center;
}
.page-section.not-found .section-title {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-size: 4.25rem;
  line-height: 1;
}
.page-section.not-found .section-title small {
  display: block;
  font-size: 0.75rem;
}
.not-found .page-section-bg {
  background: url(/wp-content/themes/neuroflex-new/./img/404.png)
    no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .page-section.not-found {
    min-height: auto;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 360px) {
  .page-section.not-found .section-title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-section.not-found .section-title {
    margin-top: 1.625em;
    margin-bottom: 0;
    font-size: 7.5rem;
  }
  .page-section.not-found .section-title small {
    font-size: 1.125rem;
  }
  .not-found .page-section-bg {
    background-image: url(/wp-content/themes/neuroflex-new/./img/404_lg.png);
  }
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1rem;
}
.widget select {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .widget-wrap .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .widget-wrap .menu li {
    flex: 0 0 calc(50% - 1rem);
  }
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.image-overlay {
  z-index: 2147483002;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}
.image-overlay .image-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 75%;
  height: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .image-overlay .image-box {
    width: 75%;
    height: 90%;
  }
}
@media screen and (max-width: 479px) {
  .image-overlay .image-box {
    width: 95%;
    height: 40%;
  }
}
.video-embed {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 100%;
}
.video-embed:before,
.video-embed:after {
  content: " ";
  z-index: -1;
  position: absolute;
  display: block;
  background-size: cover;
}
.video-embed:before {
  width: 114px;
  height: 117px;
  background-image: url(/wp-content/themes/neuroflex-new/./img/decoration-bottom.png);
}
.video-embed:after {
  width: 196px;
  height: 157px;
  background-image: url(/wp-content/themes/neuroflex-new/./img/decoration-top.png);
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
}
@media screen and (max-width: 991px) {
  .video-embed {
    margin-bottom: 5rem;
  }
  .video-embed:before {
    bottom: -80px;
    left: -10px;
    transform: rotateZ(245deg);
  }
  .video-embed:after {
    top: -100px;
    right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .video-embed:before {
    bottom: 10px;
    left: -110px;
    width: 228px;
    height: 234px;
  }
  .video-embed:after {
    top: -160px;
    right: -100px;
    width: 392px;
    height: 314px;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.tns-outer {
  position: relative;
}
.tns-controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 15px;
  transform: translate(-50%, -50%);
  outline: 0;
}
.tns-controls button {
  padding: 0.5em 1em;
  font-size: 1.25rem;
  color: #fff;
  background: #92ecff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
  border-radius: 50%;
}
.tns-nav {
  margin-top: 1.5em;
  text-align: center;
}
.tns-nav button {
  margin: 0 0.75em;
  padding: 0.5em;
  background-color: #d5edfe;
  border: none;
  border-radius: 50%;
}
.tns-nav-active {
  background: #92ecff;
  background: linear-gradient(180deg, #92ecff 0%, #0fd0f7 100%);
}
@media screen and (min-width: 992px) {
  .tns-controls button {
    padding: 0.75em 1.25em;
  }
}
.iti {
  width: 100%;
}
.iti--container {
  z-index: 2147483002;
}
.iti__flag {
  background-image: url(/wp-content/themes/neuroflex-new/./img/flags.png);
}
.iti__selected-flag {
  padding-left: 1em;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 3.5em;
  padding-right: 1em;
}
.iti__country {
  padding: 0.5em 1em;
}
@media screen and (min-width: 992px) {
  .iti__selected-flag {
    padding-left: 1.5em;
  }
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="text"],
  .iti--allow-dropdown input[type="tel"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="text"],
  .iti--separate-dial-code input[type="tel"] {
    padding-left: 4em;
    padding-right: 1.5em;
  }
  .iti__country-list {
    max-height: calc(46px * 5);
  }
  .iti__country {
    padding: 1em 1.5em;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/wp-content/themes/neuroflex-new/./img/flags@2x.png);
  }
}
.blocker {
  z-index: 2147483002;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.modal {
  position: relative;
  width: 100%;
  max-width: 540px;
  overflow: hidden;
  padding: 0;
  border-radius: 1em;
  box-shadow: 0 0 59px rgba(13, 13, 13, 0.11);
}
.modal:before,
.modal:after {
  content: " ";
  position: absolute;
  display: block;
  width: 164px;
  height: 65px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAABGCAMAAABbou5oAAAAaVBMVEUAAAA2ut08ysgvpvg1uOI2ut42ut8wqfU1uOE7yMw8ysg8ysgvpvgzseo6xNAvpvgvp/c3vNw3vdo4wNY8ysg8ysgvpvg3vNw8ysg1tuMxrPEvp/c5wtQ8ysgzs+gyru0vpvg0teU0tOZKKpJcAAAAI3RSTlMAXDMzAlkGNlQ3LiISQjwuJgpPRxsQKVUoTzsbQhZHPiBLDQALmbgAAALFSURBVGje1ZfbkqIwEEBbCZGbEARRBK///5HbirtZYjQJaFX61NTM65n2pBNh4Tn9cozvwhvFt/ZcOMzHvil4LqwMOOGeCysDTrYwTzhEIqSN8O/iB1TLEUeYIxy1p8NqIAjw1/mwPl3b6IdB1DBdODqdUVPD6ry+RuGXgogV36nCYbuWtjppnHX09SBSmCp8PQRmUHpuHrt45MtchcNduEBas67MY9ag81EPDOyFw01V5X0ex3mVC9GIIrAHBx1+IYga/mGWzeVHs+cADMpb1jlYr9B5XhDJESyFd5W+I9Tmt65xmvP0KyPlYCe8GWar/p9SusxEYe98jRx8ezUHs/CuV+7xG2jg2aX4wSHsZYVbsBIO+1jx3cIbmIvz+mQTR6XomoV3+VJB6yvnLAKHQ3gNra7kJN0ysBPexEZflbJrHJbdKQpNvvu0BB364lWOIJmZhgy6jd71kOzlcFUcfM3wTgQOrIYH3ti739fHksFbdBtQpQZr2A3H7Aa+TM9r5Iw/h6Bj8BnTcUP2DFyQJ9AdwcGE6bgh+vjNJ9Cdi8Vo9De4OQjzCXR2FhkDM6qvKYif5Vygrg2G87ZMbIOYd3EXHQc7lA1oCMKdMrPoucHp2qLcMCrpxCDUV90H6eKCuvYoARuDmB50U2hkmy4rAZkinBuCmO3Ms6wTQjRIURRCdCjLwJWPASccvg17wDlnE2OTQWgH7B9yo2lXsH/IIF7ZgofIJ8QLKfiIfKK9UIKPPIMgM2AYgiBT8CDcExowaN8QSOJnwQDvTtwRPOUeBJU74wEGQWrAEMbagjn4SrUktNLuxJRW2h1iQQDQOnEItQEDtQEDrROHEAsCgNIKfkDhi/In4dTbR89fiLyCJbQCRght4AFCG/hFeO/5Bh6g5gvUfIHOAn5CzfcpXJPxfQgnBO6L/4VTIsdtgNZ4kZrUeAH+ADSmOw9tf0/sAAAAAElFTkSuQmCC)
    no-repeat;
  background-size: contain;
}
.modal:before {
  top: 0;
  left: 0;
}
.modal:after {
  bottom: 0;
  right: 0;
  transform: rotateZ(180deg);
}
.modal-header,
.modal-footer,
.modal-body {
  padding: 1em;
}
.modal-title {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.modal a.close-modal {
  top: 0.75em;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  background: 0 0;
}
@media screen and (min-width: 992px) {
  .modal {
    margin-top: 2.5%;
  }
  .modal-header,
  .modal-footer,
  .modal-body {
    padding: 1.25em 4em;
  }
  .modal-title {
    font-size: 1.75rem;
  }
  .modal-form {
    padding: 0 2em;
  }
  .modal a.close-modal {
    top: 1.25em;
    right: 1.5em;
  }
}
.site-footer {
  position: relative;
  font-size: 0.875rem;
  background: #1c1aa2;
  background: linear-gradient(120deg, #1c1aa2 0%, #08c1e7 100%);
}
.site-footer .wave {
  margin-top: -1rem;
}
.site-footer a {
  font-weight: 400;
  color: #fff;
  border-bottom: 1px dashed transparent;
}
.site-footer a:hover {
  border-bottom-color: inherit;
}
.site-links {
  padding-top: 5rem;
}
.site-links:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: calc(100% - 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.site-links .contacts-item {
  align-items: flex-start;
  margin-bottom: 1.5em;
}
.site-links .contacts-item .fas {
  min-width: 2em;
  font-size: 0.75rem;
  padding-top: 5px;
  padding-left: 2px;
}
.site-links .widget-title {
  margin-top: 0.875rem;
  margin-bottom: 2rem;
}
.site-links .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-links .menu li {
  margin-bottom: 1.5em;
}
.site-links .menu a {
  text-decoration: none;
}
.site-links svg {
  width: 200px;
  height: 43px;
  margin-bottom: 1em;
}
.site-links svg .fil3 {
  fill: #fff;
}
#menu-social {
  margin-top: 2em;
}
#menu-social li {
  display: inline-block;
}
#menu-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  padding: 4px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}
#menu-social a:hover {
  color: #1c1aa2;
  background-color: #fff;
}
.site-info {
  padding: 2rem 0;
}
.site-legal .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-legal .menu a {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .site-footer .menu li {
    margin-bottom: 1em;
  }
  .site-links:after {
    margin-top: 1rem;
  }
  .site-links .contacts-item > span {
    display: inline-block;
    max-width: 290px;
  }
  .site-links .widget-title {
    margin-bottom: 1em;
  }
  .site-info {
    text-align: center;
  }
  .site-legal {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 992px) {
  .site-footer {
    padding-top: 10em;
  }
  .site-footer .wave {
    margin-top: -4rem;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f3f8ff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.site-title,
.site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.fil3 {
  fill: #032c6c;
  fill-rule: nonzero;
}
.fil2 {
  fill: #18b7d4;
  fill-rule: nonzero;
}
.fil0 {
  fill: #823a8e;
  fill-rule: nonzero;
}
.fil1 {
  fill: #cad527;
  fill-rule: nonzero;
}
.fil5 {
  fill: #e84333;
  fill-rule: nonzero;
}
.fil4 {
  fill: #f9ec22;
  fill-rule: nonzero;
}
.fil3 {
  fill: #032c6c;
  fill-rule: nonzero;
}
.fil2 {
  fill: #18b7d4;
  fill-rule: nonzero;
}
.fil0 {
  fill: #823a8e;
  fill-rule: nonzero;
}
.fil1 {
  fill: #cad527;
  fill-rule: nonzero;
}
.fil5 {
  fill: #e84333;
  fill-rule: nonzero;
}
.fil4 {
  fill: #f9ec22;
  fill-rule: nonzero;
}
