@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
/**
 * Import Bootstrap sources
 * https://getbootstrap.com/docs/5.2/customize/sass
 */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&family=Poppins:wght@400;600&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 4rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 4rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 4.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 4.5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 5.5rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 5.5rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 6rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 6rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 6.5rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 6.5rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 7rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 7rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 7.5rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 7.5rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 8rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 8rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 8.5rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 8.5rem;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 9rem;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 9rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 9.5rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 9.5rem;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 10rem;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 10rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 10.5rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 10.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-13,
.gx-sm-13 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-13,
.gy-sm-13 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-14,
.gx-sm-14 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-14,
.gy-sm-14 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-17,
.gx-sm-17 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-17,
.gy-sm-17 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-18,
.gx-sm-18 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 10.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 4rem;
  }
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 5rem;
  }
  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 5rem;
  }
  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 6rem;
  }
  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 6rem;
  }
  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 7rem;
  }
  .g-md-13,
.gy-md-13 {
    --bs-gutter-y: 7rem;
  }
  .g-md-14,
.gx-md-14 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-14,
.gy-md-14 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 8rem;
  }
  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 8rem;
  }
  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 9rem;
  }
  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 9rem;
  }
  .g-md-18,
.gx-md-18 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 10rem;
  }
  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 10rem;
  }
  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 10.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-13,
.gx-lg-13 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-13,
.gy-lg-13 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-14,
.gx-lg-14 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-14,
.gy-lg-14 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-18,
.gx-lg-18 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 10.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-13,
.gx-xl-13 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-13,
.gy-xl-13 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-14,
.gx-xl-14 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-14,
.gy-xl-14 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-18,
.gx-xl-18 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 10.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-13,
.gx-xxl-13 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-13,
.gy-xxl-13 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-14,
.gx-xxl-14 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-14,
.gy-xxl-14 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-17,
.gx-xxl-17 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-17,
.gy-xxl-17 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-18,
.gx-xxl-18 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-18,
.gy-xxl-18 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-19,
.gx-xxl-19 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-19,
.gy-xxl-19 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 10.5rem;
  }
}
/*@import "../node_modules/bootstrap/scss/tables";
@import "../node_modules/bootstrap/scss/forms";
@import "../node_modules/bootstrap/scss/buttons";
@import "../node_modules/bootstrap/scss/transitions";
@import "../node_modules/bootstrap/scss/dropdown";
@import "../node_modules/bootstrap/scss/button-group";
@import "../node_modules/bootstrap/scss/nav";
@import "../node_modules/bootstrap/scss/navbar";
@import "../node_modules/bootstrap/scss/card";
@import "../node_modules/bootstrap/scss/accordion";
@import "../node_modules/bootstrap/scss/breadcrumb";
@import "../node_modules/bootstrap/scss/pagination";
@import "../node_modules/bootstrap/scss/badge";
@import "../node_modules/bootstrap/scss/alert";
@import "../node_modules/bootstrap/scss/progress";
@import "../node_modules/bootstrap/scss/list-group";
@import "../node_modules/bootstrap/scss/close";
@import "../node_modules/bootstrap/scss/toasts";
@import "../node_modules/bootstrap/scss/modal";
@import "../node_modules/bootstrap/scss/tooltip";
@import "../node_modules/bootstrap/scss/popover";
@import "../node_modules/bootstrap/scss/carousel";
@import "../node_modules/bootstrap/scss/spinners";
@import "../node_modules/bootstrap/scss/offcanvas";
@import "../node_modules/bootstrap/scss/helpers";*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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;
}

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

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-6 {
  margin: 3.5rem !important;
}

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

.m-8 {
  margin: 4.5rem !important;
}

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

.m-10 {
  margin: 5.5rem !important;
}

.m-11 {
  margin: 6rem !important;
}

.m-12 {
  margin: 6.5rem !important;
}

.m-13 {
  margin: 7rem !important;
}

.m-14 {
  margin: 7.5rem !important;
}

.m-15 {
  margin: 8rem !important;
}

.m-16 {
  margin: 8.5rem !important;
}

.m-17 {
  margin: 9rem !important;
}

.m-18 {
  margin: 9.5rem !important;
}

.m-19 {
  margin: 10rem !important;
}

.m-20 {
  margin: 10.5rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-7 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-10 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-11 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-12 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-13 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-14 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-15 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-16 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.mx-17 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-18 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.mx-19 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-20 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-11 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-12 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-13 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-14 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-15 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-16 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.my-17 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-18 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.my-19 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-20 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 4.5rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 5.5rem !important;
}

.mt-11 {
  margin-top: 6rem !important;
}

.mt-12 {
  margin-top: 6.5rem !important;
}

.mt-13 {
  margin-top: 7rem !important;
}

.mt-14 {
  margin-top: 7.5rem !important;
}

.mt-15 {
  margin-top: 8rem !important;
}

.mt-16 {
  margin-top: 8.5rem !important;
}

.mt-17 {
  margin-top: 9rem !important;
}

.mt-18 {
  margin-top: 9.5rem !important;
}

.mt-19 {
  margin-top: 10rem !important;
}

.mt-20 {
  margin-top: 10.5rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 3.5rem !important;
}

.me-7 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 4.5rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

.me-10 {
  margin-right: 5.5rem !important;
}

.me-11 {
  margin-right: 6rem !important;
}

.me-12 {
  margin-right: 6.5rem !important;
}

.me-13 {
  margin-right: 7rem !important;
}

.me-14 {
  margin-right: 7.5rem !important;
}

.me-15 {
  margin-right: 8rem !important;
}

.me-16 {
  margin-right: 8.5rem !important;
}

.me-17 {
  margin-right: 9rem !important;
}

.me-18 {
  margin-right: 9.5rem !important;
}

.me-19 {
  margin-right: 10rem !important;
}

.me-20 {
  margin-right: 10.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 4.5rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 5.5rem !important;
}

.mb-11 {
  margin-bottom: 6rem !important;
}

.mb-12 {
  margin-bottom: 6.5rem !important;
}

.mb-13 {
  margin-bottom: 7rem !important;
}

.mb-14 {
  margin-bottom: 7.5rem !important;
}

.mb-15 {
  margin-bottom: 8rem !important;
}

.mb-16 {
  margin-bottom: 8.5rem !important;
}

.mb-17 {
  margin-bottom: 9rem !important;
}

.mb-18 {
  margin-bottom: 9.5rem !important;
}

.mb-19 {
  margin-bottom: 10rem !important;
}

.mb-20 {
  margin-bottom: 10.5rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 3.5rem !important;
}

.ms-7 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 4.5rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

.ms-10 {
  margin-left: 5.5rem !important;
}

.ms-11 {
  margin-left: 6rem !important;
}

.ms-12 {
  margin-left: 6.5rem !important;
}

.ms-13 {
  margin-left: 7rem !important;
}

.ms-14 {
  margin-left: 7.5rem !important;
}

.ms-15 {
  margin-left: 8rem !important;
}

.ms-16 {
  margin-left: 8.5rem !important;
}

.ms-17 {
  margin-left: 9rem !important;
}

.ms-18 {
  margin-left: 9.5rem !important;
}

.ms-19 {
  margin-left: 10rem !important;
}

.ms-20 {
  margin-left: 10.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.m-n6 {
  margin: -3.5rem !important;
}

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

.m-n8 {
  margin: -4.5rem !important;
}

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

.m-n10 {
  margin: -5.5rem !important;
}

.m-n11 {
  margin: -6rem !important;
}

.m-n12 {
  margin: -6.5rem !important;
}

.m-n13 {
  margin: -7rem !important;
}

.m-n14 {
  margin: -7.5rem !important;
}

.m-n15 {
  margin: -8rem !important;
}

.m-n16 {
  margin: -8.5rem !important;
}

.m-n17 {
  margin: -9rem !important;
}

.m-n18 {
  margin: -9.5rem !important;
}

.m-n19 {
  margin: -10rem !important;
}

.m-n20 {
  margin: -10.5rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n7 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n8 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n9 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n10 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n11 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n12 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n13 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n14 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n15 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n16 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

.mx-n17 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n18 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

.mx-n19 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n20 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n7 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n8 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n9 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n10 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n11 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n12 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n13 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n14 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n15 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n16 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

.my-n17 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n18 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

.my-n19 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n20 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

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

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

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

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

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

.mt-n6 {
  margin-top: -3.5rem !important;
}

.mt-n7 {
  margin-top: -4rem !important;
}

.mt-n8 {
  margin-top: -4.5rem !important;
}

.mt-n9 {
  margin-top: -5rem !important;
}

.mt-n10 {
  margin-top: -5.5rem !important;
}

.mt-n11 {
  margin-top: -6rem !important;
}

.mt-n12 {
  margin-top: -6.5rem !important;
}

.mt-n13 {
  margin-top: -7rem !important;
}

.mt-n14 {
  margin-top: -7.5rem !important;
}

.mt-n15 {
  margin-top: -8rem !important;
}

.mt-n16 {
  margin-top: -8.5rem !important;
}

.mt-n17 {
  margin-top: -9rem !important;
}

.mt-n18 {
  margin-top: -9.5rem !important;
}

.mt-n19 {
  margin-top: -10rem !important;
}

.mt-n20 {
  margin-top: -10.5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -3.5rem !important;
}

.me-n7 {
  margin-right: -4rem !important;
}

.me-n8 {
  margin-right: -4.5rem !important;
}

.me-n9 {
  margin-right: -5rem !important;
}

.me-n10 {
  margin-right: -5.5rem !important;
}

.me-n11 {
  margin-right: -6rem !important;
}

.me-n12 {
  margin-right: -6.5rem !important;
}

.me-n13 {
  margin-right: -7rem !important;
}

.me-n14 {
  margin-right: -7.5rem !important;
}

.me-n15 {
  margin-right: -8rem !important;
}

.me-n16 {
  margin-right: -8.5rem !important;
}

.me-n17 {
  margin-right: -9rem !important;
}

.me-n18 {
  margin-right: -9.5rem !important;
}

.me-n19 {
  margin-right: -10rem !important;
}

.me-n20 {
  margin-right: -10.5rem !important;
}

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

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

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

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

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

.mb-n6 {
  margin-bottom: -3.5rem !important;
}

.mb-n7 {
  margin-bottom: -4rem !important;
}

.mb-n8 {
  margin-bottom: -4.5rem !important;
}

.mb-n9 {
  margin-bottom: -5rem !important;
}

.mb-n10 {
  margin-bottom: -5.5rem !important;
}

.mb-n11 {
  margin-bottom: -6rem !important;
}

.mb-n12 {
  margin-bottom: -6.5rem !important;
}

.mb-n13 {
  margin-bottom: -7rem !important;
}

.mb-n14 {
  margin-bottom: -7.5rem !important;
}

.mb-n15 {
  margin-bottom: -8rem !important;
}

.mb-n16 {
  margin-bottom: -8.5rem !important;
}

.mb-n17 {
  margin-bottom: -9rem !important;
}

.mb-n18 {
  margin-bottom: -9.5rem !important;
}

.mb-n19 {
  margin-bottom: -10rem !important;
}

.mb-n20 {
  margin-bottom: -10.5rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -3.5rem !important;
}

.ms-n7 {
  margin-left: -4rem !important;
}

.ms-n8 {
  margin-left: -4.5rem !important;
}

.ms-n9 {
  margin-left: -5rem !important;
}

.ms-n10 {
  margin-left: -5.5rem !important;
}

.ms-n11 {
  margin-left: -6rem !important;
}

.ms-n12 {
  margin-left: -6.5rem !important;
}

.ms-n13 {
  margin-left: -7rem !important;
}

.ms-n14 {
  margin-left: -7.5rem !important;
}

.ms-n15 {
  margin-left: -8rem !important;
}

.ms-n16 {
  margin-left: -8.5rem !important;
}

.ms-n17 {
  margin-left: -9rem !important;
}

.ms-n18 {
  margin-left: -9.5rem !important;
}

.ms-n19 {
  margin-left: -10rem !important;
}

.ms-n20 {
  margin-left: -10.5rem !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 3.5rem !important;
}

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

.p-8 {
  padding: 4.5rem !important;
}

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

.p-10 {
  padding: 5.5rem !important;
}

.p-11 {
  padding: 6rem !important;
}

.p-12 {
  padding: 6.5rem !important;
}

.p-13 {
  padding: 7rem !important;
}

.p-14 {
  padding: 7.5rem !important;
}

.p-15 {
  padding: 8rem !important;
}

.p-16 {
  padding: 8.5rem !important;
}

.p-17 {
  padding: 9rem !important;
}

.p-18 {
  padding: 9.5rem !important;
}

.p-19 {
  padding: 10rem !important;
}

.p-20 {
  padding: 10.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-7 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-8 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-10 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-11 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-12 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-13 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-14 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-15 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-16 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-17 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-18 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.px-19 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-20 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-11 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-12 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-13 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-14 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-15 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-16 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-17 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-18 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.py-19 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-20 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

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

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

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

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

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

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

.pt-6 {
  padding-top: 3.5rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 4.5rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 5.5rem !important;
}

.pt-11 {
  padding-top: 6rem !important;
}

.pt-12 {
  padding-top: 6.5rem !important;
}

.pt-13 {
  padding-top: 7rem !important;
}

.pt-14 {
  padding-top: 7.5rem !important;
}

.pt-15 {
  padding-top: 8rem !important;
}

.pt-16 {
  padding-top: 8.5rem !important;
}

.pt-17 {
  padding-top: 9rem !important;
}

.pt-18 {
  padding-top: 9.5rem !important;
}

.pt-19 {
  padding-top: 10rem !important;
}

.pt-20 {
  padding-top: 10.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 3.5rem !important;
}

.pe-7 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 4.5rem !important;
}

.pe-9 {
  padding-right: 5rem !important;
}

.pe-10 {
  padding-right: 5.5rem !important;
}

.pe-11 {
  padding-right: 6rem !important;
}

.pe-12 {
  padding-right: 6.5rem !important;
}

.pe-13 {
  padding-right: 7rem !important;
}

.pe-14 {
  padding-right: 7.5rem !important;
}

.pe-15 {
  padding-right: 8rem !important;
}

.pe-16 {
  padding-right: 8.5rem !important;
}

.pe-17 {
  padding-right: 9rem !important;
}

.pe-18 {
  padding-right: 9.5rem !important;
}

.pe-19 {
  padding-right: 10rem !important;
}

.pe-20 {
  padding-right: 10.5rem !important;
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 5.5rem !important;
}

.pb-11 {
  padding-bottom: 6rem !important;
}

.pb-12 {
  padding-bottom: 6.5rem !important;
}

.pb-13 {
  padding-bottom: 7rem !important;
}

.pb-14 {
  padding-bottom: 7.5rem !important;
}

.pb-15 {
  padding-bottom: 8rem !important;
}

.pb-16 {
  padding-bottom: 8.5rem !important;
}

.pb-17 {
  padding-bottom: 9rem !important;
}

.pb-18 {
  padding-bottom: 9.5rem !important;
}

.pb-19 {
  padding-bottom: 10rem !important;
}

.pb-20 {
  padding-bottom: 10.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 3.5rem !important;
}

.ps-7 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 4.5rem !important;
}

.ps-9 {
  padding-left: 5rem !important;
}

.ps-10 {
  padding-left: 5.5rem !important;
}

.ps-11 {
  padding-left: 6rem !important;
}

.ps-12 {
  padding-left: 6.5rem !important;
}

.ps-13 {
  padding-left: 7rem !important;
}

.ps-14 {
  padding-left: 7.5rem !important;
}

.ps-15 {
  padding-left: 8rem !important;
}

.ps-16 {
  padding-left: 8.5rem !important;
}

.ps-17 {
  padding-left: 9rem !important;
}

.ps-18 {
  padding-left: 9.5rem !important;
}

.ps-19 {
  padding-left: 10rem !important;
}

.ps-20 {
  padding-left: 10.5rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 3.5rem !important;
}

.gap-7 {
  gap: 4rem !important;
}

.gap-8 {
  gap: 4.5rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.gap-10 {
  gap: 5.5rem !important;
}

.gap-11 {
  gap: 6rem !important;
}

.gap-12 {
  gap: 6.5rem !important;
}

.gap-13 {
  gap: 7rem !important;
}

.gap-14 {
  gap: 7.5rem !important;
}

.gap-15 {
  gap: 8rem !important;
}

.gap-16 {
  gap: 8.5rem !important;
}

.gap-17 {
  gap: 9rem !important;
}

.gap-18 {
  gap: 9.5rem !important;
}

.gap-19 {
  gap: 10rem !important;
}

.gap-20 {
  gap: 10.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }
  .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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 4.5rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .m-sm-10 {
    margin: 5.5rem !important;
  }
  .m-sm-11 {
    margin: 6rem !important;
  }
  .m-sm-12 {
    margin: 6.5rem !important;
  }
  .m-sm-13 {
    margin: 7rem !important;
  }
  .m-sm-14 {
    margin: 7.5rem !important;
  }
  .m-sm-15 {
    margin: 8rem !important;
  }
  .m-sm-16 {
    margin: 8.5rem !important;
  }
  .m-sm-17 {
    margin: 9rem !important;
  }
  .m-sm-18 {
    margin: 9.5rem !important;
  }
  .m-sm-19 {
    margin: 10rem !important;
  }
  .m-sm-20 {
    margin: 10.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-10 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-12 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-14 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-16 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-17 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-18 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-19 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-20 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-14 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-16 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-17 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-18 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-19 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-20 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-10 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 6rem !important;
  }
  .mt-sm-12 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 7rem !important;
  }
  .mt-sm-14 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 8rem !important;
  }
  .mt-sm-16 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-17 {
    margin-top: 9rem !important;
  }
  .mt-sm-18 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-19 {
    margin-top: 10rem !important;
  }
  .mt-sm-20 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 3.5rem !important;
  }
  .me-sm-7 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 4.5rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  .me-sm-10 {
    margin-right: 5.5rem !important;
  }
  .me-sm-11 {
    margin-right: 6rem !important;
  }
  .me-sm-12 {
    margin-right: 6.5rem !important;
  }
  .me-sm-13 {
    margin-right: 7rem !important;
  }
  .me-sm-14 {
    margin-right: 7.5rem !important;
  }
  .me-sm-15 {
    margin-right: 8rem !important;
  }
  .me-sm-16 {
    margin-right: 8.5rem !important;
  }
  .me-sm-17 {
    margin-right: 9rem !important;
  }
  .me-sm-18 {
    margin-right: 9.5rem !important;
  }
  .me-sm-19 {
    margin-right: 10rem !important;
  }
  .me-sm-20 {
    margin-right: 10.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  .ms-sm-10 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 6rem !important;
  }
  .ms-sm-12 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 7rem !important;
  }
  .ms-sm-14 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-15 {
    margin-left: 8rem !important;
  }
  .ms-sm-16 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-17 {
    margin-left: 9rem !important;
  }
  .ms-sm-18 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-19 {
    margin-left: 10rem !important;
  }
  .ms-sm-20 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -3.5rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .m-sm-n8 {
    margin: -4.5rem !important;
  }
  .m-sm-n9 {
    margin: -5rem !important;
  }
  .m-sm-n10 {
    margin: -5.5rem !important;
  }
  .m-sm-n11 {
    margin: -6rem !important;
  }
  .m-sm-n12 {
    margin: -6.5rem !important;
  }
  .m-sm-n13 {
    margin: -7rem !important;
  }
  .m-sm-n14 {
    margin: -7.5rem !important;
  }
  .m-sm-n15 {
    margin: -8rem !important;
  }
  .m-sm-n16 {
    margin: -8.5rem !important;
  }
  .m-sm-n17 {
    margin: -9rem !important;
  }
  .m-sm-n18 {
    margin: -9.5rem !important;
  }
  .m-sm-n19 {
    margin: -10rem !important;
  }
  .m-sm-n20 {
    margin: -10.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n8 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n14 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n15 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n16 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-sm-n17 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n18 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-sm-n19 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n20 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n8 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n10 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n11 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n14 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n15 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n16 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-sm-n17 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n18 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-sm-n19 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n20 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -4rem !important;
  }
  .mt-sm-n8 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -6rem !important;
  }
  .mt-sm-n12 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -7rem !important;
  }
  .mt-sm-n14 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n15 {
    margin-top: -8rem !important;
  }
  .mt-sm-n16 {
    margin-top: -8.5rem !important;
  }
  .mt-sm-n17 {
    margin-top: -9rem !important;
  }
  .mt-sm-n18 {
    margin-top: -9.5rem !important;
  }
  .mt-sm-n19 {
    margin-top: -10rem !important;
  }
  .mt-sm-n20 {
    margin-top: -10.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -4rem !important;
  }
  .me-sm-n8 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n9 {
    margin-right: -5rem !important;
  }
  .me-sm-n10 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n11 {
    margin-right: -6rem !important;
  }
  .me-sm-n12 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -7rem !important;
  }
  .me-sm-n14 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n15 {
    margin-right: -8rem !important;
  }
  .me-sm-n16 {
    margin-right: -8.5rem !important;
  }
  .me-sm-n17 {
    margin-right: -9rem !important;
  }
  .me-sm-n18 {
    margin-right: -9.5rem !important;
  }
  .me-sm-n19 {
    margin-right: -10rem !important;
  }
  .me-sm-n20 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -8.5rem !important;
  }
  .mb-sm-n17 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -9.5rem !important;
  }
  .mb-sm-n19 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -10.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -4rem !important;
  }
  .ms-sm-n8 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n11 {
    margin-left: -6rem !important;
  }
  .ms-sm-n12 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -7rem !important;
  }
  .ms-sm-n14 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n15 {
    margin-left: -8rem !important;
  }
  .ms-sm-n16 {
    margin-left: -8.5rem !important;
  }
  .ms-sm-n17 {
    margin-left: -9rem !important;
  }
  .ms-sm-n18 {
    margin-left: -9.5rem !important;
  }
  .ms-sm-n19 {
    margin-left: -10rem !important;
  }
  .ms-sm-n20 {
    margin-left: -10.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 4.5rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .p-sm-10 {
    padding: 5.5rem !important;
  }
  .p-sm-11 {
    padding: 6rem !important;
  }
  .p-sm-12 {
    padding: 6.5rem !important;
  }
  .p-sm-13 {
    padding: 7rem !important;
  }
  .p-sm-14 {
    padding: 7.5rem !important;
  }
  .p-sm-15 {
    padding: 8rem !important;
  }
  .p-sm-16 {
    padding: 8.5rem !important;
  }
  .p-sm-17 {
    padding: 9rem !important;
  }
  .p-sm-18 {
    padding: 9.5rem !important;
  }
  .p-sm-19 {
    padding: 10rem !important;
  }
  .p-sm-20 {
    padding: 10.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-10 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-11 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-12 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-14 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-16 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-18 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-19 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-20 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-14 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-16 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-18 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-19 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-20 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 6rem !important;
  }
  .pt-sm-12 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 7rem !important;
  }
  .pt-sm-14 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 8rem !important;
  }
  .pt-sm-16 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-17 {
    padding-top: 9rem !important;
  }
  .pt-sm-18 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-19 {
    padding-top: 10rem !important;
  }
  .pt-sm-20 {
    padding-top: 10.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pe-sm-10 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 6rem !important;
  }
  .pe-sm-12 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 7rem !important;
  }
  .pe-sm-14 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-15 {
    padding-right: 8rem !important;
  }
  .pe-sm-16 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-17 {
    padding-right: 9rem !important;
  }
  .pe-sm-18 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-19 {
    padding-right: 10rem !important;
  }
  .pe-sm-20 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 10.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !important;
  }
  .ps-sm-10 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 6rem !important;
  }
  .ps-sm-12 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 7rem !important;
  }
  .ps-sm-14 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-15 {
    padding-left: 8rem !important;
  }
  .ps-sm-16 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-17 {
    padding-left: 9rem !important;
  }
  .ps-sm-18 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-19 {
    padding-left: 10rem !important;
  }
  .ps-sm-20 {
    padding-left: 10.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 3.5rem !important;
  }
  .gap-sm-7 {
    gap: 4rem !important;
  }
  .gap-sm-8 {
    gap: 4.5rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .gap-sm-10 {
    gap: 5.5rem !important;
  }
  .gap-sm-11 {
    gap: 6rem !important;
  }
  .gap-sm-12 {
    gap: 6.5rem !important;
  }
  .gap-sm-13 {
    gap: 7rem !important;
  }
  .gap-sm-14 {
    gap: 7.5rem !important;
  }
  .gap-sm-15 {
    gap: 8rem !important;
  }
  .gap-sm-16 {
    gap: 8.5rem !important;
  }
  .gap-sm-17 {
    gap: 9rem !important;
  }
  .gap-sm-18 {
    gap: 9.5rem !important;
  }
  .gap-sm-19 {
    gap: 10rem !important;
  }
  .gap-sm-20 {
    gap: 10.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }
  .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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 4.5rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .m-md-10 {
    margin: 5.5rem !important;
  }
  .m-md-11 {
    margin: 6rem !important;
  }
  .m-md-12 {
    margin: 6.5rem !important;
  }
  .m-md-13 {
    margin: 7rem !important;
  }
  .m-md-14 {
    margin: 7.5rem !important;
  }
  .m-md-15 {
    margin: 8rem !important;
  }
  .m-md-16 {
    margin: 8.5rem !important;
  }
  .m-md-17 {
    margin: 9rem !important;
  }
  .m-md-18 {
    margin: 9.5rem !important;
  }
  .m-md-19 {
    margin: 10rem !important;
  }
  .m-md-20 {
    margin: 10.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-10 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-11 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-12 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-14 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-16 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-17 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-18 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-19 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-20 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-14 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-16 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-17 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-18 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-19 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-20 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 4.5rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-10 {
    margin-top: 5.5rem !important;
  }
  .mt-md-11 {
    margin-top: 6rem !important;
  }
  .mt-md-12 {
    margin-top: 6.5rem !important;
  }
  .mt-md-13 {
    margin-top: 7rem !important;
  }
  .mt-md-14 {
    margin-top: 7.5rem !important;
  }
  .mt-md-15 {
    margin-top: 8rem !important;
  }
  .mt-md-16 {
    margin-top: 8.5rem !important;
  }
  .mt-md-17 {
    margin-top: 9rem !important;
  }
  .mt-md-18 {
    margin-top: 9.5rem !important;
  }
  .mt-md-19 {
    margin-top: 10rem !important;
  }
  .mt-md-20 {
    margin-top: 10.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 3.5rem !important;
  }
  .me-md-7 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 4.5rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  .me-md-10 {
    margin-right: 5.5rem !important;
  }
  .me-md-11 {
    margin-right: 6rem !important;
  }
  .me-md-12 {
    margin-right: 6.5rem !important;
  }
  .me-md-13 {
    margin-right: 7rem !important;
  }
  .me-md-14 {
    margin-right: 7.5rem !important;
  }
  .me-md-15 {
    margin-right: 8rem !important;
  }
  .me-md-16 {
    margin-right: 8.5rem !important;
  }
  .me-md-17 {
    margin-right: 9rem !important;
  }
  .me-md-18 {
    margin-right: 9.5rem !important;
  }
  .me-md-19 {
    margin-right: 10rem !important;
  }
  .me-md-20 {
    margin-right: 10.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 6rem !important;
  }
  .mb-md-12 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 7rem !important;
  }
  .mb-md-14 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 8rem !important;
  }
  .mb-md-16 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-17 {
    margin-bottom: 9rem !important;
  }
  .mb-md-18 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-19 {
    margin-bottom: 10rem !important;
  }
  .mb-md-20 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 3.5rem !important;
  }
  .ms-md-7 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 4.5rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  .ms-md-10 {
    margin-left: 5.5rem !important;
  }
  .ms-md-11 {
    margin-left: 6rem !important;
  }
  .ms-md-12 {
    margin-left: 6.5rem !important;
  }
  .ms-md-13 {
    margin-left: 7rem !important;
  }
  .ms-md-14 {
    margin-left: 7.5rem !important;
  }
  .ms-md-15 {
    margin-left: 8rem !important;
  }
  .ms-md-16 {
    margin-left: 8.5rem !important;
  }
  .ms-md-17 {
    margin-left: 9rem !important;
  }
  .ms-md-18 {
    margin-left: 9.5rem !important;
  }
  .ms-md-19 {
    margin-left: 10rem !important;
  }
  .ms-md-20 {
    margin-left: 10.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -3.5rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .m-md-n8 {
    margin: -4.5rem !important;
  }
  .m-md-n9 {
    margin: -5rem !important;
  }
  .m-md-n10 {
    margin: -5.5rem !important;
  }
  .m-md-n11 {
    margin: -6rem !important;
  }
  .m-md-n12 {
    margin: -6.5rem !important;
  }
  .m-md-n13 {
    margin: -7rem !important;
  }
  .m-md-n14 {
    margin: -7.5rem !important;
  }
  .m-md-n15 {
    margin: -8rem !important;
  }
  .m-md-n16 {
    margin: -8.5rem !important;
  }
  .m-md-n17 {
    margin: -9rem !important;
  }
  .m-md-n18 {
    margin: -9.5rem !important;
  }
  .m-md-n19 {
    margin: -10rem !important;
  }
  .m-md-n20 {
    margin: -10.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n8 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n10 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n11 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n14 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n15 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n16 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-md-n17 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n18 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-md-n19 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n20 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n8 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n10 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n11 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n14 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n15 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n16 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-md-n17 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n18 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-md-n19 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n20 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -4rem !important;
  }
  .mt-md-n8 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n9 {
    margin-top: -5rem !important;
  }
  .mt-md-n10 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n11 {
    margin-top: -6rem !important;
  }
  .mt-md-n12 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -7rem !important;
  }
  .mt-md-n14 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n15 {
    margin-top: -8rem !important;
  }
  .mt-md-n16 {
    margin-top: -8.5rem !important;
  }
  .mt-md-n17 {
    margin-top: -9rem !important;
  }
  .mt-md-n18 {
    margin-top: -9.5rem !important;
  }
  .mt-md-n19 {
    margin-top: -10rem !important;
  }
  .mt-md-n20 {
    margin-top: -10.5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -3.5rem !important;
  }
  .me-md-n7 {
    margin-right: -4rem !important;
  }
  .me-md-n8 {
    margin-right: -4.5rem !important;
  }
  .me-md-n9 {
    margin-right: -5rem !important;
  }
  .me-md-n10 {
    margin-right: -5.5rem !important;
  }
  .me-md-n11 {
    margin-right: -6rem !important;
  }
  .me-md-n12 {
    margin-right: -6.5rem !important;
  }
  .me-md-n13 {
    margin-right: -7rem !important;
  }
  .me-md-n14 {
    margin-right: -7.5rem !important;
  }
  .me-md-n15 {
    margin-right: -8rem !important;
  }
  .me-md-n16 {
    margin-right: -8.5rem !important;
  }
  .me-md-n17 {
    margin-right: -9rem !important;
  }
  .me-md-n18 {
    margin-right: -9.5rem !important;
  }
  .me-md-n19 {
    margin-right: -10rem !important;
  }
  .me-md-n20 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -8.5rem !important;
  }
  .mb-md-n17 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -9.5rem !important;
  }
  .mb-md-n19 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -10.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -4rem !important;
  }
  .ms-md-n8 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n9 {
    margin-left: -5rem !important;
  }
  .ms-md-n10 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n11 {
    margin-left: -6rem !important;
  }
  .ms-md-n12 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -7rem !important;
  }
  .ms-md-n14 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n15 {
    margin-left: -8rem !important;
  }
  .ms-md-n16 {
    margin-left: -8.5rem !important;
  }
  .ms-md-n17 {
    margin-left: -9rem !important;
  }
  .ms-md-n18 {
    margin-left: -9.5rem !important;
  }
  .ms-md-n19 {
    margin-left: -10rem !important;
  }
  .ms-md-n20 {
    margin-left: -10.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 4.5rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .p-md-10 {
    padding: 5.5rem !important;
  }
  .p-md-11 {
    padding: 6rem !important;
  }
  .p-md-12 {
    padding: 6.5rem !important;
  }
  .p-md-13 {
    padding: 7rem !important;
  }
  .p-md-14 {
    padding: 7.5rem !important;
  }
  .p-md-15 {
    padding: 8rem !important;
  }
  .p-md-16 {
    padding: 8.5rem !important;
  }
  .p-md-17 {
    padding: 9rem !important;
  }
  .p-md-18 {
    padding: 9.5rem !important;
  }
  .p-md-19 {
    padding: 10rem !important;
  }
  .p-md-20 {
    padding: 10.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-10 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-11 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-12 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-14 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-16 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-18 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-19 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-20 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-14 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-16 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-18 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-19 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-20 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 4.5rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 5.5rem !important;
  }
  .pt-md-11 {
    padding-top: 6rem !important;
  }
  .pt-md-12 {
    padding-top: 6.5rem !important;
  }
  .pt-md-13 {
    padding-top: 7rem !important;
  }
  .pt-md-14 {
    padding-top: 7.5rem !important;
  }
  .pt-md-15 {
    padding-top: 8rem !important;
  }
  .pt-md-16 {
    padding-top: 8.5rem !important;
  }
  .pt-md-17 {
    padding-top: 9rem !important;
  }
  .pt-md-18 {
    padding-top: 9.5rem !important;
  }
  .pt-md-19 {
    padding-top: 10rem !important;
  }
  .pt-md-20 {
    padding-top: 10.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 3.5rem !important;
  }
  .pe-md-7 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 4.5rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  .pe-md-10 {
    padding-right: 5.5rem !important;
  }
  .pe-md-11 {
    padding-right: 6rem !important;
  }
  .pe-md-12 {
    padding-right: 6.5rem !important;
  }
  .pe-md-13 {
    padding-right: 7rem !important;
  }
  .pe-md-14 {
    padding-right: 7.5rem !important;
  }
  .pe-md-15 {
    padding-right: 8rem !important;
  }
  .pe-md-16 {
    padding-right: 8.5rem !important;
  }
  .pe-md-17 {
    padding-right: 9rem !important;
  }
  .pe-md-18 {
    padding-right: 9.5rem !important;
  }
  .pe-md-19 {
    padding-right: 10rem !important;
  }
  .pe-md-20 {
    padding-right: 10.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 6rem !important;
  }
  .pb-md-12 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 7rem !important;
  }
  .pb-md-14 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 8rem !important;
  }
  .pb-md-16 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-17 {
    padding-bottom: 9rem !important;
  }
  .pb-md-18 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-19 {
    padding-bottom: 10rem !important;
  }
  .pb-md-20 {
    padding-bottom: 10.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 3.5rem !important;
  }
  .ps-md-7 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 4.5rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !important;
  }
  .ps-md-10 {
    padding-left: 5.5rem !important;
  }
  .ps-md-11 {
    padding-left: 6rem !important;
  }
  .ps-md-12 {
    padding-left: 6.5rem !important;
  }
  .ps-md-13 {
    padding-left: 7rem !important;
  }
  .ps-md-14 {
    padding-left: 7.5rem !important;
  }
  .ps-md-15 {
    padding-left: 8rem !important;
  }
  .ps-md-16 {
    padding-left: 8.5rem !important;
  }
  .ps-md-17 {
    padding-left: 9rem !important;
  }
  .ps-md-18 {
    padding-left: 9.5rem !important;
  }
  .ps-md-19 {
    padding-left: 10rem !important;
  }
  .ps-md-20 {
    padding-left: 10.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 3.5rem !important;
  }
  .gap-md-7 {
    gap: 4rem !important;
  }
  .gap-md-8 {
    gap: 4.5rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .gap-md-10 {
    gap: 5.5rem !important;
  }
  .gap-md-11 {
    gap: 6rem !important;
  }
  .gap-md-12 {
    gap: 6.5rem !important;
  }
  .gap-md-13 {
    gap: 7rem !important;
  }
  .gap-md-14 {
    gap: 7.5rem !important;
  }
  .gap-md-15 {
    gap: 8rem !important;
  }
  .gap-md-16 {
    gap: 8.5rem !important;
  }
  .gap-md-17 {
    gap: 9rem !important;
  }
  .gap-md-18 {
    gap: 9.5rem !important;
  }
  .gap-md-19 {
    gap: 10rem !important;
  }
  .gap-md-20 {
    gap: 10.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }
  .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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 4.5rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .m-lg-10 {
    margin: 5.5rem !important;
  }
  .m-lg-11 {
    margin: 6rem !important;
  }
  .m-lg-12 {
    margin: 6.5rem !important;
  }
  .m-lg-13 {
    margin: 7rem !important;
  }
  .m-lg-14 {
    margin: 7.5rem !important;
  }
  .m-lg-15 {
    margin: 8rem !important;
  }
  .m-lg-16 {
    margin: 8.5rem !important;
  }
  .m-lg-17 {
    margin: 9rem !important;
  }
  .m-lg-18 {
    margin: 9.5rem !important;
  }
  .m-lg-19 {
    margin: 10rem !important;
  }
  .m-lg-20 {
    margin: 10.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-10 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-12 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-14 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-16 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-17 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-18 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-19 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-20 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-14 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-16 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-17 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-18 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-19 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-20 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-10 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 6rem !important;
  }
  .mt-lg-12 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 7rem !important;
  }
  .mt-lg-14 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 8rem !important;
  }
  .mt-lg-16 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-17 {
    margin-top: 9rem !important;
  }
  .mt-lg-18 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-19 {
    margin-top: 10rem !important;
  }
  .mt-lg-20 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 3.5rem !important;
  }
  .me-lg-7 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 4.5rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  .me-lg-10 {
    margin-right: 5.5rem !important;
  }
  .me-lg-11 {
    margin-right: 6rem !important;
  }
  .me-lg-12 {
    margin-right: 6.5rem !important;
  }
  .me-lg-13 {
    margin-right: 7rem !important;
  }
  .me-lg-14 {
    margin-right: 7.5rem !important;
  }
  .me-lg-15 {
    margin-right: 8rem !important;
  }
  .me-lg-16 {
    margin-right: 8.5rem !important;
  }
  .me-lg-17 {
    margin-right: 9rem !important;
  }
  .me-lg-18 {
    margin-right: 9.5rem !important;
  }
  .me-lg-19 {
    margin-right: 10rem !important;
  }
  .me-lg-20 {
    margin-right: 10.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  .ms-lg-10 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 6rem !important;
  }
  .ms-lg-12 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 7rem !important;
  }
  .ms-lg-14 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-15 {
    margin-left: 8rem !important;
  }
  .ms-lg-16 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-17 {
    margin-left: 9rem !important;
  }
  .ms-lg-18 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-19 {
    margin-left: 10rem !important;
  }
  .ms-lg-20 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -3.5rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .m-lg-n8 {
    margin: -4.5rem !important;
  }
  .m-lg-n9 {
    margin: -5rem !important;
  }
  .m-lg-n10 {
    margin: -5.5rem !important;
  }
  .m-lg-n11 {
    margin: -6rem !important;
  }
  .m-lg-n12 {
    margin: -6.5rem !important;
  }
  .m-lg-n13 {
    margin: -7rem !important;
  }
  .m-lg-n14 {
    margin: -7.5rem !important;
  }
  .m-lg-n15 {
    margin: -8rem !important;
  }
  .m-lg-n16 {
    margin: -8.5rem !important;
  }
  .m-lg-n17 {
    margin: -9rem !important;
  }
  .m-lg-n18 {
    margin: -9.5rem !important;
  }
  .m-lg-n19 {
    margin: -10rem !important;
  }
  .m-lg-n20 {
    margin: -10.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n8 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n14 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n15 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n16 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-lg-n17 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n18 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-lg-n19 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n20 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n8 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n10 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n11 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n14 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n15 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n16 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-lg-n17 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n18 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-lg-n19 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n20 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -4rem !important;
  }
  .mt-lg-n8 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -6rem !important;
  }
  .mt-lg-n12 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -7rem !important;
  }
  .mt-lg-n14 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n15 {
    margin-top: -8rem !important;
  }
  .mt-lg-n16 {
    margin-top: -8.5rem !important;
  }
  .mt-lg-n17 {
    margin-top: -9rem !important;
  }
  .mt-lg-n18 {
    margin-top: -9.5rem !important;
  }
  .mt-lg-n19 {
    margin-top: -10rem !important;
  }
  .mt-lg-n20 {
    margin-top: -10.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -4rem !important;
  }
  .me-lg-n8 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n9 {
    margin-right: -5rem !important;
  }
  .me-lg-n10 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n11 {
    margin-right: -6rem !important;
  }
  .me-lg-n12 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -7rem !important;
  }
  .me-lg-n14 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n15 {
    margin-right: -8rem !important;
  }
  .me-lg-n16 {
    margin-right: -8.5rem !important;
  }
  .me-lg-n17 {
    margin-right: -9rem !important;
  }
  .me-lg-n18 {
    margin-right: -9.5rem !important;
  }
  .me-lg-n19 {
    margin-right: -10rem !important;
  }
  .me-lg-n20 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -8.5rem !important;
  }
  .mb-lg-n17 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -9.5rem !important;
  }
  .mb-lg-n19 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -10.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -4rem !important;
  }
  .ms-lg-n8 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n11 {
    margin-left: -6rem !important;
  }
  .ms-lg-n12 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -7rem !important;
  }
  .ms-lg-n14 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n15 {
    margin-left: -8rem !important;
  }
  .ms-lg-n16 {
    margin-left: -8.5rem !important;
  }
  .ms-lg-n17 {
    margin-left: -9rem !important;
  }
  .ms-lg-n18 {
    margin-left: -9.5rem !important;
  }
  .ms-lg-n19 {
    margin-left: -10rem !important;
  }
  .ms-lg-n20 {
    margin-left: -10.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 4.5rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .p-lg-10 {
    padding: 5.5rem !important;
  }
  .p-lg-11 {
    padding: 6rem !important;
  }
  .p-lg-12 {
    padding: 6.5rem !important;
  }
  .p-lg-13 {
    padding: 7rem !important;
  }
  .p-lg-14 {
    padding: 7.5rem !important;
  }
  .p-lg-15 {
    padding: 8rem !important;
  }
  .p-lg-16 {
    padding: 8.5rem !important;
  }
  .p-lg-17 {
    padding: 9rem !important;
  }
  .p-lg-18 {
    padding: 9.5rem !important;
  }
  .p-lg-19 {
    padding: 10rem !important;
  }
  .p-lg-20 {
    padding: 10.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-10 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-11 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-12 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-14 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-16 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-18 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-19 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-20 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-14 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-16 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-18 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-19 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-20 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 6rem !important;
  }
  .pt-lg-12 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 7rem !important;
  }
  .pt-lg-14 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 8rem !important;
  }
  .pt-lg-16 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-17 {
    padding-top: 9rem !important;
  }
  .pt-lg-18 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-19 {
    padding-top: 10rem !important;
  }
  .pt-lg-20 {
    padding-top: 10.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pe-lg-10 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 6rem !important;
  }
  .pe-lg-12 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 7rem !important;
  }
  .pe-lg-14 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-15 {
    padding-right: 8rem !important;
  }
  .pe-lg-16 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-17 {
    padding-right: 9rem !important;
  }
  .pe-lg-18 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-19 {
    padding-right: 10rem !important;
  }
  .pe-lg-20 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 10.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !important;
  }
  .ps-lg-10 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 6rem !important;
  }
  .ps-lg-12 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 7rem !important;
  }
  .ps-lg-14 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-15 {
    padding-left: 8rem !important;
  }
  .ps-lg-16 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-17 {
    padding-left: 9rem !important;
  }
  .ps-lg-18 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-19 {
    padding-left: 10rem !important;
  }
  .ps-lg-20 {
    padding-left: 10.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 3.5rem !important;
  }
  .gap-lg-7 {
    gap: 4rem !important;
  }
  .gap-lg-8 {
    gap: 4.5rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .gap-lg-10 {
    gap: 5.5rem !important;
  }
  .gap-lg-11 {
    gap: 6rem !important;
  }
  .gap-lg-12 {
    gap: 6.5rem !important;
  }
  .gap-lg-13 {
    gap: 7rem !important;
  }
  .gap-lg-14 {
    gap: 7.5rem !important;
  }
  .gap-lg-15 {
    gap: 8rem !important;
  }
  .gap-lg-16 {
    gap: 8.5rem !important;
  }
  .gap-lg-17 {
    gap: 9rem !important;
  }
  .gap-lg-18 {
    gap: 9.5rem !important;
  }
  .gap-lg-19 {
    gap: 10rem !important;
  }
  .gap-lg-20 {
    gap: 10.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }
  .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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 4.5rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .m-xl-10 {
    margin: 5.5rem !important;
  }
  .m-xl-11 {
    margin: 6rem !important;
  }
  .m-xl-12 {
    margin: 6.5rem !important;
  }
  .m-xl-13 {
    margin: 7rem !important;
  }
  .m-xl-14 {
    margin: 7.5rem !important;
  }
  .m-xl-15 {
    margin: 8rem !important;
  }
  .m-xl-16 {
    margin: 8.5rem !important;
  }
  .m-xl-17 {
    margin: 9rem !important;
  }
  .m-xl-18 {
    margin: 9.5rem !important;
  }
  .m-xl-19 {
    margin: 10rem !important;
  }
  .m-xl-20 {
    margin: 10.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-10 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-12 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-14 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-16 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-17 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-18 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-19 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-20 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-14 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-16 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-17 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-18 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-19 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-20 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-10 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 6rem !important;
  }
  .mt-xl-12 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 7rem !important;
  }
  .mt-xl-14 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-15 {
    margin-top: 8rem !important;
  }
  .mt-xl-16 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-17 {
    margin-top: 9rem !important;
  }
  .mt-xl-18 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-19 {
    margin-top: 10rem !important;
  }
  .mt-xl-20 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 3.5rem !important;
  }
  .me-xl-7 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 4.5rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  .me-xl-10 {
    margin-right: 5.5rem !important;
  }
  .me-xl-11 {
    margin-right: 6rem !important;
  }
  .me-xl-12 {
    margin-right: 6.5rem !important;
  }
  .me-xl-13 {
    margin-right: 7rem !important;
  }
  .me-xl-14 {
    margin-right: 7.5rem !important;
  }
  .me-xl-15 {
    margin-right: 8rem !important;
  }
  .me-xl-16 {
    margin-right: 8.5rem !important;
  }
  .me-xl-17 {
    margin-right: 9rem !important;
  }
  .me-xl-18 {
    margin-right: 9.5rem !important;
  }
  .me-xl-19 {
    margin-right: 10rem !important;
  }
  .me-xl-20 {
    margin-right: 10.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  .ms-xl-10 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 6rem !important;
  }
  .ms-xl-12 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 7rem !important;
  }
  .ms-xl-14 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-15 {
    margin-left: 8rem !important;
  }
  .ms-xl-16 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-17 {
    margin-left: 9rem !important;
  }
  .ms-xl-18 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-19 {
    margin-left: 10rem !important;
  }
  .ms-xl-20 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -3.5rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .m-xl-n8 {
    margin: -4.5rem !important;
  }
  .m-xl-n9 {
    margin: -5rem !important;
  }
  .m-xl-n10 {
    margin: -5.5rem !important;
  }
  .m-xl-n11 {
    margin: -6rem !important;
  }
  .m-xl-n12 {
    margin: -6.5rem !important;
  }
  .m-xl-n13 {
    margin: -7rem !important;
  }
  .m-xl-n14 {
    margin: -7.5rem !important;
  }
  .m-xl-n15 {
    margin: -8rem !important;
  }
  .m-xl-n16 {
    margin: -8.5rem !important;
  }
  .m-xl-n17 {
    margin: -9rem !important;
  }
  .m-xl-n18 {
    margin: -9.5rem !important;
  }
  .m-xl-n19 {
    margin: -10rem !important;
  }
  .m-xl-n20 {
    margin: -10.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n8 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n14 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n15 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n16 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xl-n17 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n18 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xl-n19 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n20 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n8 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n10 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n11 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n14 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n15 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n16 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xl-n17 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n18 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xl-n19 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n20 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -4rem !important;
  }
  .mt-xl-n8 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -6rem !important;
  }
  .mt-xl-n12 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -7rem !important;
  }
  .mt-xl-n14 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n15 {
    margin-top: -8rem !important;
  }
  .mt-xl-n16 {
    margin-top: -8.5rem !important;
  }
  .mt-xl-n17 {
    margin-top: -9rem !important;
  }
  .mt-xl-n18 {
    margin-top: -9.5rem !important;
  }
  .mt-xl-n19 {
    margin-top: -10rem !important;
  }
  .mt-xl-n20 {
    margin-top: -10.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -4rem !important;
  }
  .me-xl-n8 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n9 {
    margin-right: -5rem !important;
  }
  .me-xl-n10 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n11 {
    margin-right: -6rem !important;
  }
  .me-xl-n12 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -7rem !important;
  }
  .me-xl-n14 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n15 {
    margin-right: -8rem !important;
  }
  .me-xl-n16 {
    margin-right: -8.5rem !important;
  }
  .me-xl-n17 {
    margin-right: -9rem !important;
  }
  .me-xl-n18 {
    margin-right: -9.5rem !important;
  }
  .me-xl-n19 {
    margin-right: -10rem !important;
  }
  .me-xl-n20 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xl-n17 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xl-n19 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -10.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -4rem !important;
  }
  .ms-xl-n8 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n9 {
    margin-left: -5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n11 {
    margin-left: -6rem !important;
  }
  .ms-xl-n12 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -7rem !important;
  }
  .ms-xl-n14 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n15 {
    margin-left: -8rem !important;
  }
  .ms-xl-n16 {
    margin-left: -8.5rem !important;
  }
  .ms-xl-n17 {
    margin-left: -9rem !important;
  }
  .ms-xl-n18 {
    margin-left: -9.5rem !important;
  }
  .ms-xl-n19 {
    margin-left: -10rem !important;
  }
  .ms-xl-n20 {
    margin-left: -10.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 4.5rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .p-xl-10 {
    padding: 5.5rem !important;
  }
  .p-xl-11 {
    padding: 6rem !important;
  }
  .p-xl-12 {
    padding: 6.5rem !important;
  }
  .p-xl-13 {
    padding: 7rem !important;
  }
  .p-xl-14 {
    padding: 7.5rem !important;
  }
  .p-xl-15 {
    padding: 8rem !important;
  }
  .p-xl-16 {
    padding: 8.5rem !important;
  }
  .p-xl-17 {
    padding: 9rem !important;
  }
  .p-xl-18 {
    padding: 9.5rem !important;
  }
  .p-xl-19 {
    padding: 10rem !important;
  }
  .p-xl-20 {
    padding: 10.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-10 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-11 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-12 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-14 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-16 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-18 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-19 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-20 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-14 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-16 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-18 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-19 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-20 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 6rem !important;
  }
  .pt-xl-12 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 7rem !important;
  }
  .pt-xl-14 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 8rem !important;
  }
  .pt-xl-16 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-17 {
    padding-top: 9rem !important;
  }
  .pt-xl-18 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-19 {
    padding-top: 10rem !important;
  }
  .pt-xl-20 {
    padding-top: 10.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pe-xl-10 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 6rem !important;
  }
  .pe-xl-12 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 7rem !important;
  }
  .pe-xl-14 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-15 {
    padding-right: 8rem !important;
  }
  .pe-xl-16 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-17 {
    padding-right: 9rem !important;
  }
  .pe-xl-18 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-19 {
    padding-right: 10rem !important;
  }
  .pe-xl-20 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 10.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !important;
  }
  .ps-xl-10 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 6rem !important;
  }
  .ps-xl-12 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 7rem !important;
  }
  .ps-xl-14 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-15 {
    padding-left: 8rem !important;
  }
  .ps-xl-16 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-17 {
    padding-left: 9rem !important;
  }
  .ps-xl-18 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-19 {
    padding-left: 10rem !important;
  }
  .ps-xl-20 {
    padding-left: 10.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 3.5rem !important;
  }
  .gap-xl-7 {
    gap: 4rem !important;
  }
  .gap-xl-8 {
    gap: 4.5rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .gap-xl-10 {
    gap: 5.5rem !important;
  }
  .gap-xl-11 {
    gap: 6rem !important;
  }
  .gap-xl-12 {
    gap: 6.5rem !important;
  }
  .gap-xl-13 {
    gap: 7rem !important;
  }
  .gap-xl-14 {
    gap: 7.5rem !important;
  }
  .gap-xl-15 {
    gap: 8rem !important;
  }
  .gap-xl-16 {
    gap: 8.5rem !important;
  }
  .gap-xl-17 {
    gap: 9rem !important;
  }
  .gap-xl-18 {
    gap: 9.5rem !important;
  }
  .gap-xl-19 {
    gap: 10rem !important;
  }
  .gap-xl-20 {
    gap: 10.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
  .m-xxl-8 {
    margin: 4.5rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .m-xxl-10 {
    margin: 5.5rem !important;
  }
  .m-xxl-11 {
    margin: 6rem !important;
  }
  .m-xxl-12 {
    margin: 6.5rem !important;
  }
  .m-xxl-13 {
    margin: 7rem !important;
  }
  .m-xxl-14 {
    margin: 7.5rem !important;
  }
  .m-xxl-15 {
    margin: 8rem !important;
  }
  .m-xxl-16 {
    margin: 8.5rem !important;
  }
  .m-xxl-17 {
    margin: 9rem !important;
  }
  .m-xxl-18 {
    margin: 9.5rem !important;
  }
  .m-xxl-19 {
    margin: 10rem !important;
  }
  .m-xxl-20 {
    margin: 10.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-8 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-12 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-14 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-16 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-17 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-18 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-19 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-20 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-14 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-16 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-17 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-18 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-19 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-20 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 6rem !important;
  }
  .mt-xxl-12 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 7rem !important;
  }
  .mt-xxl-14 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-15 {
    margin-top: 8rem !important;
  }
  .mt-xxl-16 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-17 {
    margin-top: 9rem !important;
  }
  .mt-xxl-18 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-19 {
    margin-top: 10rem !important;
  }
  .mt-xxl-20 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 4rem !important;
  }
  .me-xxl-8 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxl-10 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-11 {
    margin-right: 6rem !important;
  }
  .me-xxl-12 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-13 {
    margin-right: 7rem !important;
  }
  .me-xxl-14 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-15 {
    margin-right: 8rem !important;
  }
  .me-xxl-16 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-17 {
    margin-right: 9rem !important;
  }
  .me-xxl-18 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-19 {
    margin-right: 10rem !important;
  }
  .me-xxl-20 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 4rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 6rem !important;
  }
  .ms-xxl-12 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-13 {
    margin-left: 7rem !important;
  }
  .ms-xxl-14 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-15 {
    margin-left: 8rem !important;
  }
  .ms-xxl-16 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-17 {
    margin-left: 9rem !important;
  }
  .ms-xxl-18 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-19 {
    margin-left: 10rem !important;
  }
  .ms-xxl-20 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -3.5rem !important;
  }
  .m-xxl-n7 {
    margin: -4rem !important;
  }
  .m-xxl-n8 {
    margin: -4.5rem !important;
  }
  .m-xxl-n9 {
    margin: -5rem !important;
  }
  .m-xxl-n10 {
    margin: -5.5rem !important;
  }
  .m-xxl-n11 {
    margin: -6rem !important;
  }
  .m-xxl-n12 {
    margin: -6.5rem !important;
  }
  .m-xxl-n13 {
    margin: -7rem !important;
  }
  .m-xxl-n14 {
    margin: -7.5rem !important;
  }
  .m-xxl-n15 {
    margin: -8rem !important;
  }
  .m-xxl-n16 {
    margin: -8.5rem !important;
  }
  .m-xxl-n17 {
    margin: -9rem !important;
  }
  .m-xxl-n18 {
    margin: -9.5rem !important;
  }
  .m-xxl-n19 {
    margin: -10rem !important;
  }
  .m-xxl-n20 {
    margin: -10.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xxl-n17 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xxl-n19 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n8 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n11 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n14 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n15 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n16 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xxl-n17 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n18 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xxl-n19 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n20 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -8.5rem !important;
  }
  .mt-xxl-n17 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -9.5rem !important;
  }
  .mt-xxl-n19 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -10.5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -4rem !important;
  }
  .me-xxl-n8 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n9 {
    margin-right: -5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n11 {
    margin-right: -6rem !important;
  }
  .me-xxl-n12 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n13 {
    margin-right: -7rem !important;
  }
  .me-xxl-n14 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n15 {
    margin-right: -8rem !important;
  }
  .me-xxl-n16 {
    margin-right: -8.5rem !important;
  }
  .me-xxl-n17 {
    margin-right: -9rem !important;
  }
  .me-xxl-n18 {
    margin-right: -9.5rem !important;
  }
  .me-xxl-n19 {
    margin-right: -10rem !important;
  }
  .me-xxl-n20 {
    margin-right: -10.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xxl-n17 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xxl-n19 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -10.5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -8.5rem !important;
  }
  .ms-xxl-n17 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n18 {
    margin-left: -9.5rem !important;
  }
  .ms-xxl-n19 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -10.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
  .p-xxl-8 {
    padding: 4.5rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .p-xxl-10 {
    padding: 5.5rem !important;
  }
  .p-xxl-11 {
    padding: 6rem !important;
  }
  .p-xxl-12 {
    padding: 6.5rem !important;
  }
  .p-xxl-13 {
    padding: 7rem !important;
  }
  .p-xxl-14 {
    padding: 7.5rem !important;
  }
  .p-xxl-15 {
    padding: 8rem !important;
  }
  .p-xxl-16 {
    padding: 8.5rem !important;
  }
  .p-xxl-17 {
    padding: 9rem !important;
  }
  .p-xxl-18 {
    padding: 9.5rem !important;
  }
  .p-xxl-19 {
    padding: 10rem !important;
  }
  .p-xxl-20 {
    padding: 10.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-10 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-11 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-12 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-14 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-16 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-18 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-19 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-20 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-14 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-16 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-18 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-19 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-20 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 6rem !important;
  }
  .pt-xxl-12 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 7rem !important;
  }
  .pt-xxl-14 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-15 {
    padding-top: 8rem !important;
  }
  .pt-xxl-16 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-17 {
    padding-top: 9rem !important;
  }
  .pt-xxl-18 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-19 {
    padding-top: 10rem !important;
  }
  .pt-xxl-20 {
    padding-top: 10.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 4rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 6rem !important;
  }
  .pe-xxl-12 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-13 {
    padding-right: 7rem !important;
  }
  .pe-xxl-14 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-15 {
    padding-right: 8rem !important;
  }
  .pe-xxl-16 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-17 {
    padding-right: 9rem !important;
  }
  .pe-xxl-18 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-19 {
    padding-right: 10rem !important;
  }
  .pe-xxl-20 {
    padding-right: 10.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 10.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 4rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 6rem !important;
  }
  .ps-xxl-12 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-13 {
    padding-left: 7rem !important;
  }
  .ps-xxl-14 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-15 {
    padding-left: 8rem !important;
  }
  .ps-xxl-16 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-17 {
    padding-left: 9rem !important;
  }
  .ps-xxl-18 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-19 {
    padding-left: 10rem !important;
  }
  .ps-xxl-20 {
    padding-left: 10.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
  .gap-xxl-7 {
    gap: 4rem !important;
  }
  .gap-xxl-8 {
    gap: 4.5rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .gap-xxl-10 {
    gap: 5.5rem !important;
  }
  .gap-xxl-11 {
    gap: 6rem !important;
  }
  .gap-xxl-12 {
    gap: 6.5rem !important;
  }
  .gap-xxl-13 {
    gap: 7rem !important;
  }
  .gap-xxl-14 {
    gap: 7.5rem !important;
  }
  .gap-xxl-15 {
    gap: 8rem !important;
  }
  .gap-xxl-16 {
    gap: 8.5rem !important;
  }
  .gap-xxl-17 {
    gap: 9rem !important;
  }
  .gap-xxl-18 {
    gap: 9.5rem !important;
  }
  .gap-xxl-19 {
    gap: 10rem !important;
  }
  .gap-xxl-20 {
    gap: 10.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #42c461;
}

::selection {
  color: white;
  background: #42c461;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #45cb62 #ededed;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #ededed;
}

*::-webkit-scrollbar-thumb {
  background-color: #45cb62;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

body, #content {
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  body section, #content section {
    overflow-x: hidden;
  }
}

*:focus-visible {
  outline: none;
}

.fontsize.fontsize-14 {
  font-size: 14px;
}
@media (min-width: 992px) {
  .fontsize.fontsize-14 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .fontsize.fontsize-14 {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .fontsize.fontsize-14 {
    font-size: 14px;
  }
}

.granat-color {
  color: #060F45;
}
.granat-color.hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.granat-color.hover:hover {
  color: #00D563;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.line-after:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 992px) {
  .line-after:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .line-after:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .line-after:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .line-after:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .line-after:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .line-after:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .line-after:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .line-after:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .line-after:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .line-after:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .line-after:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .line-after:after {
    margin-bottom: 34px;
  }
}

.container {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1420px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 1420px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container {
    max-width: 75.2118644068vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .container {
    max-width: 1420px;
  }
}

.line .lineSingle {
  height: 100%;
  background: #F2F5F7;
  width: 1px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 9;
}
.line .lineSingle span {
  position: absolute;
  left: -0.5px;
  top: -10%;
  right: 0;
  height: 35px;
  width: 2px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#00D563), color-stop(35%, #00D563), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #00D563 0%, #00D563 35%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: dropLine 25s 0s infinite;
          animation: dropLine 25s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line .lineSingle:nth-child(1) span {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.line .lineSingle:nth-child(2) span {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.line .lineSingle:nth-child(3) span {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.line .lineSingle:nth-child(4) span {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.line .lineSingle:nth-child(5) span {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.line .lineSingle:nth-child(6) span {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.line .lineSingle:nth-child(7) span {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

@-webkit-keyframes dropLine {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}

@keyframes dropLine {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}
.line {
  width: 100%;
  height: 100vh;
  position: fixed;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1199px) {
  .line {
    display: none;
  }
}
.line__wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
}

body {
  position: relative;
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #73848B;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  body {
    line-height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body {
    line-height: 26px;
  }
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
  font-family: "Baloo 2", cursive;
}

.bMobile p,
.breadcrumbs p {
  margin: 0 0 0.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 21px !important;
  display: inline-block;
  color: #717684 !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  .bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
    font-size: 0.6355932203vw !important;
  }
}
@media (min-width: 1920px) {
  .bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  .bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
    line-height: 21px !important;
  }
}
@media (min-width: 1200px) {
  .bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
    line-height: 1.1122881356vw !important;
  }
}
@media (min-width: 1920px) {
  .bMobile a, .bMobile span,
.breadcrumbs a,
.breadcrumbs span {
    line-height: 21px !important;
  }
}

input#submit,
.ec-btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
}
@media (min-width: 992px) {
  input#submit,
.ec-btn {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  input#submit,
.ec-btn {
    padding-left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  input#submit,
.ec-btn {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  input#submit,
.ec-btn {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  input#submit,
.ec-btn {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  input#submit,
.ec-btn {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  input#submit,
.ec-btn {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  input#submit,
.ec-btn {
    padding-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  input#submit,
.ec-btn {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  input#submit,
.ec-btn {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  input#submit,
.ec-btn {
    padding-bottom: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  input#submit,
.ec-btn {
    padding-bottom: 15px;
  }
}
input#submit.ec-btn-normal.ec-btn-green,
.ec-btn.ec-btn-normal.ec-btn-green {
  background-color: #00D563;
  color: #fff;
  border: 0.11vw solid #00D563;
}
input#submit.ec-btn-normal.ec-btn-green:hover,
.ec-btn.ec-btn-normal.ec-btn-green:hover {
  background-color: #fff;
  color: #00D563;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
input#submit.ec-btn-outline,
.ec-btn.ec-btn-outline {
  background: transparent;
}
input#submit.ec-btn-outline.ec-btn-granat,
.ec-btn.ec-btn-outline.ec-btn-granat {
  color: #060F45;
  border: 0.11vw solid #060F45;
}
input#submit.ec-btn-outline.ec-btn-granat:hover,
.ec-btn.ec-btn-outline.ec-btn-granat:hover {
  background-color: #00D563;
  color: #fff;
  border-color: #00D563;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
input#submit.ec-btn-outline.ec-btn-white,
.ec-btn.ec-btn-outline.ec-btn-white {
  color: #fff;
  border: 0.11vw solid #fff;
}
input#submit.ec-btn-outline.ec-btn-white:hover,
.ec-btn.ec-btn-outline.ec-btn-white:hover {
  background-color: #fff;
  color: #060F45;
  border-color: #fff;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  #nav-icon3 {
    top: 18px;
  }
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #060F45;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

div#navigation {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: calc((100% - 71.8vw) * 0.5);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
@media (min-width: 1920px) {
  div#navigation {
    width: calc((100% - 1386px) * 0.5);
  }
}
div#navigation ul {
  padding: 0;
  margin: 0;
}
div#navigation ul li {
  list-style-type: none;
  position: relative;
}
div#navigation ul li.active a {
  opacity: 1;
  color: #060F45;
}
div#navigation ul li.active a:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.12vw solid #1C2238;
  left: -20px;
  top: 8px;
}
@media (min-width: 992px) {
  div#navigation ul li.active a:before {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li.active a:before {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li.active a:before {
    width: 12px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li.active a:before {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li.active a:before {
    height: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li.active a:before {
    height: 12px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li.active a:before {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li.active a:before {
    left: -1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li.active a:before {
    left: -20px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li.active a:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li.active a:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li.active a:before {
    top: 8px;
  }
}
div#navigation ul li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #060F45;
}
@media (min-width: 992px) {
  div#navigation ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li a {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li a {
    letter-spacing: 0.6px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li a {
    letter-spacing: 0.031779661vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li a {
    letter-spacing: 0.6px;
  }
}
div#navigation ul li a:hover {
  opacity: 0.9;
}
div#navigation ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #C3C3C3;
  position: absolute;
  left: -17px;
  top: 11px;
}
@media (min-width: 992px) {
  div#navigation ul li a:before {
    width: 6px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li a:before {
    width: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li a:before {
    width: 6px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li a:before {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li a:before {
    height: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li a:before {
    height: 6px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li a:before {
    left: -17px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li a:before {
    left: -0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li a:before {
    left: -17px;
  }
}
@media (min-width: 992px) {
  div#navigation ul li a:before {
    top: 11px;
  }
}
@media (min-width: 1200px) {
  div#navigation ul li a:before {
    top: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  div#navigation ul li a:before {
    top: 11px;
  }
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99;
}
@media (max-width: 1199px) {
  .nav-header {
    background-color: #fff;
  }
}
.nav-header .nav-row {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .nav-header .nav-row {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .nav-header .nav-row {
    padding-top: 0vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .nav-row {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .nav-header .nav-row {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .nav-header .nav-row {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .nav-row {
    padding-bottom: 0px;
  }
}
.nav-header.fixedNav {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
.nav-header.fixedNav .nav-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .nav-header.fixedNav .nav-row {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .nav-header.fixedNav .nav-row {
    padding-top: 0vw;
  }
}
@media (min-width: 1920px) {
  .nav-header.fixedNav .nav-row {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .nav-header.fixedNav .nav-row {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .nav-header.fixedNav .nav-row {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1920px) {
  .nav-header.fixedNav .nav-row {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-header.fixedNav .megamenu {
    top: 86px !important;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header.fixedNav .megamenu {
    top: 86px !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header.fixedNav .megamenu {
    top: 4.5550847458vw !important;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header.fixedNav .megamenu {
    top: 86px !important;
  }
}
.nav-header.fixedNav .colNav > div > ul > li {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .nav-header.fixedNav .colNav > div > ul > li {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-header.fixedNav .colNav > div > ul > li {
    padding-top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .nav-header.fixedNav .colNav > div > ul > li {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .nav-header.fixedNav .colNav > div > ul > li {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-header.fixedNav .colNav > div > ul > li {
    padding-bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .nav-header.fixedNav .colNav > div > ul > li {
    padding-bottom: 30px;
  }
}
.nav-header .colLogo img {
  width: 186px;
  height: auto;
  position: relative;
  z-index: 9999;
}
@media (min-width: 992px) {
  .nav-header .colLogo img {
    width: 243px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colLogo img {
    width: 12.8707627119vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colLogo img {
    width: 243px;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: scroll;
    padding: 20px 0px 30px;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(120%, 0%);
            transform: translate(120%, 0%);
    pointer-events: none;
  }
  .nav-header .colNav.openedNavMobile {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    pointer-events: all;
  }
}
@media (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  .nav-header .colNav.openedNavMobile {
    right: 0;
    left: unset;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav::-webkit-scrollbar {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-header .colNav {
    top: 55px !important;
    max-width: 360px;
    -webkit-transform: translate(500%, 0%);
            transform: translate(500%, 0%);
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav {
    width: 600px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav {
    width: 610px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav {
    width: 32.3093220339vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav {
    width: 610px;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav > div > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav-header .colNav > div > ul > li {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .nav-header .colNav > div > ul > li {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav > div > ul > li {
    padding-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav > div > ul > li {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav > div > ul > li {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav > div > ul > li {
    padding-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav > div > ul > li {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav > div > ul > li {
    border-bottom: 2px solid #FAFAFA;
    padding: 10px 20px !important;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav > div > ul > li.colBtn {
    border: 0;
  }
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 100rem;
    color: #060F45;
    border: 0.11vw solid #060F45;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-left: 1.5889830508vw;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-right: 1.5889830508vw;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-top: 0.7944915254vw;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-bottom: 0.7944915254vw;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li.colBtn a {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav > div > ul > li.colBtn a:hover {
    background-color: #00D563;
    color: #fff;
    border-color: #00D563;
    -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
            box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
  }
}
.nav-header .colNav > div > ul > li > a {
  position: relative;
}
@media (max-width: 1199px) {
  .nav-header .colNav > div > ul > li > a {
    display: block;
  }
}
.nav-header .colNav > div > ul > li > a .arrowMenu {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 30px;
  padding: 10px;
}
.nav-header .colNav > div > ul > li > a:hover:before {
  height: 34px;
}
@media (min-width: 992px) {
  .nav-header .colNav > div > ul > li > a:hover:before {
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:hover:before {
    height: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav > div > ul > li > a:hover:before {
    height: 34px;
  }
}
.nav-header .colNav > div > ul > li > a:hover:after {
  height: 24px;
}
@media (min-width: 992px) {
  .nav-header .colNav > div > ul > li > a:hover:after {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:hover:after {
    height: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav > div > ul > li > a:hover:after {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:before {
    content: "";
    width: 0.1vw;
    height: 0px;
    background-color: #00D563;
    top: -43px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li > a:before {
    height: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:before {
    height: 0vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li > a:before {
    height: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li > a:before {
    top: -43px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:before {
    top: -2.2775423729vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li > a:before {
    top: -43px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:after {
    content: "";
    width: 0.1vw;
    height: 0px;
    background-color: #00D563;
    bottom: -32px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li > a:after {
    height: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:after {
    height: 0vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li > a:after {
    height: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav > div > ul > li > a:after {
    bottom: -32px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav > div > ul > li > a:after {
    bottom: -1.6949152542vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav > div > ul > li > a:after {
    bottom: -32px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav ul li.openedMobile {
    background: #FAFAFA;
  }
  .nav-header .colNav ul li.openedMobile .arrowMenu {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-filter: invert(70%) sepia(41%) saturate(5260%) hue-rotate(103deg) brightness(97%) contrast(101%);
            filter: invert(70%) sepia(41%) saturate(5260%) hue-rotate(103deg) brightness(97%) contrast(101%);
  }
}
.nav-header .colNav ul li.megamenu-trigger:hover .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav-header .colNav ul li a {
  color: #060F45;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-header .colNav ul li a:hover {
  color: #00D563;
}
@media (max-width: 1199px) {
  .nav-header .colNav .megamenu {
    margin-top: 20px;
    display: none;
  }
  .nav-header .colNav .megamenu .container {
    padding: 0 0px 0 13px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu {
    display: block !important;
    position: fixed;
    top: 106px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav .megamenu {
    top: 106px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav .megamenu {
    top: 5.6144067797vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav .megamenu {
    top: 106px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 5000%;
    pointer-events: none;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-top: 2.1186440678vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper {
    background: #fff;
  }
}
.nav-header .colNav .megamenu .megamenu-wrapper .offerContent {
  background-color: #060F45;
  color: #fff;
  position: relative;
}
.nav-header .colNav .megamenu .megamenu-wrapper .offerContent > * {
  position: relative;
  z-index: 1;
}
.nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
  font-size: 24px;
  text-indent: 45px;
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
    text-indent: 45px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
    text-indent: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span {
    text-indent: 45px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    content: "";
    background: url("/wp-content/uploads/2022/11/menu.svg");
    width: 30px;
    height: 30px;
    top: -2px;
    left: 0;
    background-size: cover;
    position: absolute;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    width: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    width: 1.5889830508vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    width: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    height: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    height: 1.5889830508vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    height: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    top: -2px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    top: -0.1059322034vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent > span:before {
    top: -2px;
  }
}
.nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
  content: "";
  top: -40px;
  bottom: -40px;
  left: 0;
  right: 0;
  background-color: #060F45;
  position: absolute;
  width: 270%;
  left: -170%;
  z-index: 0;
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
    top: -40px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
    top: -2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
    top: -40px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
    bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
    bottom: -2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .offerContent:after {
    bottom: -40px;
  }
}
@media (max-width: 1199px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav {
    background: #FFFFFF;
    padding: 20px !important;
    margin-bottom: 10px;
  }
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav strong {
  color: #060F45;
  font-family: "Baloo 2", cursive;
  font-size: 16px;
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav strong {
    font-size: 18px;
  }
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li {
  margin-bottom: 6px;
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li:after, .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li:before {
  display: none;
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li {
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li {
    margin-bottom: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li {
    margin-bottom: 6px;
  }
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li:last-child {
  margin-bottom: 0;
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  color: #717684;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
    padding-left: 17px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
    padding-left: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
    padding-left: 17px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a {
    font-size: 14px;
  }
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:hover {
  color: #00D563;
}
.nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0.02vw solid #00D563;
  border-radius: 100rem;
  position: absolute;
  left: 0px;
  top: 8px;
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    width: 5px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    width: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    width: 5px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    height: 5px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    height: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    height: 5px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    left: 0vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    left: 0px;
  }
}
@media (min-width: 992px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .nav-header .colNav .megamenu .megamenu-wrapper .singleNav ul li a:before {
    top: 8px;
  }
}

.buttonMobile {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  right: 0;
  padding: 0 20px;
}

.buttonMobile a {
  display: block;
  width: 100%;
  text-align: center;
}

.heroContent {
  padding-top: 100px;
  padding-bottom: 70px;
  margin-bottom: -60px;
  position: relative;
}
@media (min-width: 992px) {
  .heroContent {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .heroContent {
    padding-top: 0vw;
  }
}
@media (min-width: 1920px) {
  .heroContent {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .heroContent {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .heroContent {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1920px) {
  .heroContent {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .heroContent {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .heroContent {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1920px) {
  .heroContent {
    margin-bottom: 0px;
  }
}
.heroContent > * {
  position: relative;
}
@media (min-width: 1200px) {
  .heroContent {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
  }
}
.heroContent img.contactDataFormElement {
  position: absolute;
  top: 0;
  right: 0;
  width: 951px;
  height: auto;
}
@media (min-width: 992px) {
  .heroContent img.contactDataFormElement {
    width: 951px;
  }
}
@media (min-width: 1200px) {
  .heroContent img.contactDataFormElement {
    width: 50.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .heroContent img.contactDataFormElement {
    width: 951px;
  }
}
.heroContent h1, .heroContent .h1 {
  color: #060F45;
  font-size: 34px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .heroContent h1, .heroContent .h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .heroContent h1, .heroContent .h1 {
    font-size: 2.8601694915vw;
  }
}
@media (min-width: 1920px) {
  .heroContent h1, .heroContent .h1 {
    font-size: 54px;
  }
}
.heroContent h1 span, .heroContent .h1 span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 992px) {
  .heroContent h1 span, .heroContent .h1 span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .heroContent h1 span, .heroContent .h1 span {
    font-size: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .heroContent h1 span, .heroContent .h1 span {
    font-size: 40px;
  }
}
.heroContent .formContent {
  color: #060F45;
  background-color: #fff;
  padding: 30px;
  border-top: 3px solid #00D563;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 40px -26px rgb(66, 68, 90);
          box-shadow: 0px 0px 40px -26px rgb(66, 68, 90);
}
@media (min-width: 992px) {
  .heroContent .formContent {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent {
    padding: 40px;
  }
}
.heroContent .formContent span.wpcf7-not-valid-tip {
  font-size: 12px;
}
@media (min-width: 992px) {
  .heroContent .formContent span.wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent span.wpcf7-not-valid-tip {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent span.wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.heroContent .formContent .wpcf7-response-output {
  background: red;
  color: #fff;
  border: 0 !important;
  padding: 10px !important;
  font-size: 13px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  .heroContent .formContent .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .wpcf7-response-output {
    padding: 0.5296610169vw !important;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .wpcf7-response-output {
    font-size: 0.688559322vw !important;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .wpcf7-response-output {
    margin-left: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .wpcf7-response-output {
    margin-right: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
.heroContent .formContent form.sent .wpcf7-response-output {
  background: #00d563 !important;
}
.heroContent .formContent h2, .heroContent .formContent .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .heroContent .formContent h2, .heroContent .formContent .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent h2, .heroContent .formContent .h2 {
    font-size: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent h2, .heroContent .formContent .h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent h2, .heroContent .formContent .h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent h2, .heroContent .formContent .h2 {
    margin-bottom: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent h2, .heroContent .formContent .h2 {
    margin-bottom: 16px;
  }
}
.heroContent .formContent h2 span, .heroContent .formContent .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .heroContent .formContent h2 span, .heroContent .formContent .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent h2 span, .heroContent .formContent .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent h2 span, .heroContent .formContent .h2 span {
    font-size: 28px;
  }
}
.heroContent .formContent p.after-line {
  color: #717684;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 992px) {
  .heroContent .formContent p.after-line {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent p.after-line {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent p.after-line {
    font-size: 14px;
  }
}
.heroContent .formContent p.after-line:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 992px) {
  .heroContent .formContent p.after-line:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent p.after-line:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent p.after-line:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent p.after-line:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent p.after-line:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent p.after-line:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent p.after-line:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent p.after-line:after {
    margin-top: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent p.after-line:after {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent p.after-line:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent p.after-line:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent p.after-line:after {
    margin-bottom: 34px;
  }
}
.heroContent .formContent .inputs {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs {
    gap: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs {
    gap: 20px;
  }
}
@media (min-width: 640px) {
  .heroContent .formContent .inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.heroContent .formContent .inputs .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input label {
    margin-bottom: 3px;
  }
}
.heroContent .formContent .inputs .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .inputs .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .inputs .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .inputs .input input {
    font-size: 14px;
  }
}
.heroContent .formContent .inputs .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.heroContent .formContent .info {
  font-size: 12px;
  color: #717684;
  line-height: 1.6;
  font-weight: 600;
}
@media (min-width: 992px) {
  .heroContent .formContent .info {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .info {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .info {
    font-size: 12px;
  }
}
.heroContent .formContent .info a {
  color: #00D563;
}
.heroContent .formContent .button input {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  background-color: #00D563;
  color: #fff;
  border: 0.11vw solid #00D563;
}
@media (min-width: 992px) {
  .heroContent .formContent .button input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .button input {
    padding-left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .button input {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .button input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .button input {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .button input {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .button input {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .button input {
    padding-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .button input {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .heroContent .formContent .button input {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .heroContent .formContent .button input {
    padding-bottom: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .formContent .button input {
    padding-bottom: 15px;
  }
}
.heroContent .formContent .button input:hover {
  background-color: #fff;
  color: #00D563;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
.heroContent .heroContentTabs a {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
  border-radius: 10px;
  padding: 17px;
  padding-right: 30px;
  color: #060F45;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 22px;
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a {
    padding: 17px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a {
    padding: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a {
    padding: 17px;
  }
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a {
    line-height: 22px;
  }
}
.heroContent .heroContentTabs a:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.3);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.3);
}
.heroContent .heroContentTabs a:hover .arrowHero {
  right: 17px;
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a:hover .arrowHero {
    right: 17px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a:hover .arrowHero {
    right: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a:hover .arrowHero {
    right: 17px;
  }
}
.heroContent .heroContentTabs a .icon {
  width: 33px;
  height: auto;
  margin-right: 17px;
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a .icon {
    width: 33px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a .icon {
    width: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a .icon {
    width: 33px;
  }
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a .icon {
    margin-right: 17px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a .icon {
    margin-right: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a .icon {
    margin-right: 17px;
  }
}
.heroContent .heroContentTabs a .arrowHero {
  position: absolute;
  right: 26px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a .arrowHero {
    right: 26px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a .arrowHero {
    right: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a .arrowHero {
    right: 26px;
  }
}
.heroContent .heroContentTabs a .arrowHero img {
  width: 12px;
  height: auto;
}
@media (min-width: 992px) {
  .heroContent .heroContentTabs a .arrowHero img {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .heroContent .heroContentTabs a .arrowHero img {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .heroContent .heroContentTabs a .arrowHero img {
    width: 12px;
  }
}
.heroContent .heroContent-element img {
  width: 100%;
  height: auto;
}
.error404 .heroContent {
  min-height: unset;
  padding-top: 140px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .error404 .heroContent {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .error404 .heroContent {
    padding-top: 7.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .error404 .heroContent {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .error404 .heroContent {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .error404 .heroContent {
    padding-bottom: 4.7669491525vw;
  }
}
@media (min-width: 1920px) {
  .error404 .heroContent {
    padding-bottom: 90px;
  }
}

.newsletter-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 15px;
}
.newsletter-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.newsletter-pop .formContent {
  max-width: 620px;
  position: relative;
  color: #060F45;
  background-color: #fff;
  padding: 30px;
  border-left: 3px solid #00D563;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 40px -26px rgb(66, 68, 90);
          box-shadow: 0px 0px 40px -26px rgb(66, 68, 90);
}
@media (min-width: 992px) {
  .newsletter-pop .formContent {
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent {
    max-width: 32.8389830508vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent {
    max-width: 620px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent {
    padding: 40px;
  }
}
.newsletter-pop .formContent .closeEnd img {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 17px;
  height: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .closeEnd img {
    top: 17px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .closeEnd img {
    top: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .closeEnd img {
    top: 17px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .closeEnd img {
    right: 17px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .closeEnd img {
    right: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .closeEnd img {
    right: 17px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .closeEnd img {
    width: 17px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .closeEnd img {
    width: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .closeEnd img {
    width: 17px;
  }
}
.newsletter-pop .formContent span.wpcf7-not-valid-tip {
  font-size: 12px;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent span.wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent span.wpcf7-not-valid-tip {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent span.wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.newsletter-pop .formContent .wpcf7-response-output {
  background: red;
  color: #fff;
  border: 0 !important;
  padding: 10px !important;
  font-size: 13px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    padding: 0.5296610169vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    font-size: 0.688559322vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    margin-left: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    margin-right: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
.newsletter-pop .formContent form.sent .wpcf7-response-output {
  background: #00d563 !important;
}
.newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
    font-size: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
    margin-bottom: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent h2, .newsletter-pop .formContent .h2 {
    margin-bottom: 16px;
  }
}
.newsletter-pop .formContent h2 span, .newsletter-pop .formContent .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent h2 span, .newsletter-pop .formContent .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent h2 span, .newsletter-pop .formContent .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent h2 span, .newsletter-pop .formContent .h2 span {
    font-size: 28px;
  }
}
.newsletter-pop .formContent p.after-line {
  color: #717684;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent p.after-line {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent p.after-line {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent p.after-line {
    font-size: 14px;
  }
}
.newsletter-pop .formContent p.after-line:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent p.after-line:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent p.after-line:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent p.after-line:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent p.after-line:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent p.after-line:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent p.after-line:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent p.after-line:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent p.after-line:after {
    margin-top: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent p.after-line:after {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent p.after-line:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent p.after-line:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent p.after-line:after {
    margin-bottom: 34px;
  }
}
.newsletter-pop .formContent .inputs {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs {
    gap: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs {
    gap: 20px;
  }
}
@media (min-width: 640px) {
  .newsletter-pop .formContent .inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.newsletter-pop .formContent .inputs .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input label {
    margin-bottom: 3px;
  }
}
.newsletter-pop .formContent .inputs .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .inputs .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .inputs .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .inputs .input input {
    font-size: 14px;
  }
}
.newsletter-pop .formContent .inputs .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.newsletter-pop .formContent .info {
  font-size: 12px;
  color: #717684;
  line-height: 1.6;
  font-weight: 600;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .info {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .info {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .info {
    font-size: 12px;
  }
}
.newsletter-pop .formContent .info a {
  color: #00D563;
}
.newsletter-pop .formContent .button input {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  background-color: #00D563;
  color: #fff;
  border: 0.11vw solid #00D563;
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .button input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .button input {
    padding-left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .button input {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .button input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .button input {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .button input {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .button input {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .button input {
    padding-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .button input {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .newsletter-pop .formContent .button input {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .newsletter-pop .formContent .button input {
    padding-bottom: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .newsletter-pop .formContent .button input {
    padding-bottom: 15px;
  }
}
.newsletter-pop .formContent .button input:hover {
  background-color: #fff;
  color: #00D563;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}

.processContent h2, .processContent .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .processContent h2, .processContent .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .processContent h2, .processContent .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .processContent h2, .processContent .h2 {
    font-size: 44px;
  }
}
.processContent h2 span, .processContent .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .processContent h2 span, .processContent .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .processContent h2 span, .processContent .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .processContent h2 span, .processContent .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentRight {
    position: sticky;
    top: 125px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .processContent .processContentRight {
    top: 125px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .processContent .processContentRight {
    top: 6.6207627119vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .processContent .processContentRight {
    top: 125px;
  }
}
.processContent .list-progress {
  width: 1px;
  height: 100%;
  background-color: #48d562;
  position: absolute;
  left: -1px;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.processContent .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #e3e7e8;
  width: 100%;
  z-index: 2;
}
.processContent .processContentLeft {
  border: 1px solid #E3E7E8;
  width: calc(100% - 45px);
  margin-left: 45px;
}
@media (min-width: 992px) {
  .processContent .processContentLeft {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft {
    width: 100%;
    margin-left: 0;
    position: relative;
    right: 1px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .processContent .processContentLeft {
    right: 1px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .processContent .processContentLeft {
    right: 0.0529661017vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .processContent .processContentLeft {
    right: 1px;
  }
}
.processContent .processContentLeft .processContentLeft-single {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #E3E7E8;
  padding-top: 43px;
  padding-bottom: 43px;
  padding-right: 30px;
  padding-left: 77px;
}
.processContent .processContentLeft .processContentLeft-single:last-child {
  border: 0;
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-top: 43px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-top: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-top: 43px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-bottom: 43px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-bottom: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-bottom: 43px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-right: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-left: 77px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-left: 7.7860169492vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single {
    padding-left: 147px;
  }
}
.processContent .processContentLeft .processContentLeft-single.active p, .processContent .processContentLeft .processContentLeft-single.active h3, .processContent .processContentLeft .processContentLeft-single.active .h3, .processContent .processContentLeft .processContentLeft-single.active a, .processContent .processContentLeft .processContentLeft-single.active ul {
  opacity: 1;
}
.processContent .processContentLeft .processContentLeft-single.active .icon {
  border-color: #00D563;
}
.processContent .processContentLeft .processContentLeft-single.active .icon img {
  opacity: 1;
}
.processContent .processContentLeft .processContentLeft-single .icon {
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: -45px;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #E3E7E8;
  border-radius: 250rem;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    top: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    left: -4.6080508475vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    left: -87px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    width: 9.2161016949vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    width: 174px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    height: 9.2161016949vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single .icon {
    height: 174px;
  }
}
.processContent .processContentLeft .processContentLeft-single .icon img {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.processContent .processContentLeft .processContentLeft-single p, .processContent .processContentLeft .processContentLeft-single h3, .processContent .processContentLeft .processContentLeft-single .h3, .processContent .processContentLeft .processContentLeft-single a, .processContent .processContentLeft .processContentLeft-single ul {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.processContent .processContentLeft .processContentLeft-single h3, .processContent .processContentLeft .processContentLeft-single .h3 {
  color: #060F45;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single h3, .processContent .processContentLeft .processContentLeft-single .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single h3, .processContent .processContentLeft .processContentLeft-single .h3 {
    font-size: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single h3, .processContent .processContentLeft .processContentLeft-single .h3 {
    font-size: 24px;
  }
}
.processContent .processContentLeft .processContentLeft-single ul {
  padding: 0;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul {
    padding-left: 1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul {
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul {
    gap: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul {
    gap: 9px;
  }
}
.processContent .processContentLeft .processContentLeft-single ul li {
  list-style-type: none;
  position: relative;
}
.processContent .processContentLeft .processContentLeft-single ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0.1vw solid #060F45;
  border: 0.11vw solid #060F45;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 2px;
  background: url(/wp-content/uploads/done.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    top: 2px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    top: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    background-size: 10px;
  }
}
@media (min-width: 1200px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    background-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .processContent .processContentLeft .processContentLeft-single ul li:before {
    background-size: 10px;
  }
}

.thriveContent {
  background-color: rgba(250, 250, 250, 0.768627451);
  padding-top: 50px;
  padding-bottom: 50px;
}
.thriveContent > * {
  position: relative;
}
@media (min-width: 992px) {
  .thriveContent {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .thriveContent {
    padding-top: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .thriveContent {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .thriveContent {
    padding-bottom: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent {
    padding-bottom: 100px;
  }
}
.thriveContent .heading h2, .thriveContent .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .thriveContent .heading h2, .thriveContent .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .heading h2, .thriveContent .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .heading h2, .thriveContent .heading .h2 {
    font-size: 44px;
  }
}
.thriveContent .heading h2 span, .thriveContent .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .thriveContent .heading h2 span, .thriveContent .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .heading h2 span, .thriveContent .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .heading h2 span, .thriveContent .heading .h2 span {
    font-size: 28px;
  }
}
.thriveContent .heading h2:after, .thriveContent .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .heading h2:after, .thriveContent .heading .h2:after {
    margin-bottom: 34px;
  }
}
.thriveContent .rowContent .number {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.16vw solid #00D563;
  border-radius: 100rem;
  font-family: "Poppins", sans-serif;
  color: #060F45;
  font-weight: 600;
}
@media (min-width: 992px) {
  .thriveContent .rowContent .number {
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent .number {
    width: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent .number {
    width: 34px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent .number {
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent .number {
    height: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent .number {
    height: 34px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent .number {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent .number {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent .number {
    margin-bottom: 20px;
  }
}
.thriveContent .rowContent h2, .thriveContent .rowContent .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .thriveContent .rowContent h2, .thriveContent .rowContent .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent h2, .thriveContent .rowContent .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent h2, .thriveContent .rowContent .h2 {
    font-size: 33px;
  }
}
.thriveContent .rowContent h2 span, .thriveContent .rowContent .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .thriveContent .rowContent h2 span, .thriveContent .rowContent .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent h2 span, .thriveContent .rowContent .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent h2 span, .thriveContent .rowContent .h2 span {
    font-size: 28px;
  }
}
.thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
  font-family: "Poppins", sans-serif;
  color: #060F45;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    max-width: 370px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    max-width: 370px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    max-width: 19.5974576271vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .thriveContent .rowContent h3, .thriveContent .rowContent .h3 {
    max-width: 370px;
  }
}
.thriveContent .rowContent ul {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul {
    margin-top: 28px;
  }
}
.thriveContent .rowContent ul li {
  list-style-type: none;
  color: #060F45;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li {
    font-size: 15px;
  }
}
.thriveContent .rowContent ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0.1vw solid #060F45;
  border: 0.11vw solid #060F45;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 2px;
  background: url(/wp-content/uploads/done.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li:before {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li:before {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li:before {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li:before {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li:before {
    height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li:before {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li:before {
    top: 2px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li:before {
    top: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li:before {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .thriveContent .rowContent ul li:before {
    background-size: 10px;
  }
}
@media (min-width: 1200px) {
  .thriveContent .rowContent ul li:before {
    background-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .thriveContent .rowContent ul li:before {
    background-size: 10px;
  }
}
@media (max-width: 1199px) {
  .thriveContent .rowContent .imageContent img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}

.thriveContentIcon {
  overflow: unset !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.thriveContentIcon > * {
  position: relative;
}
@media (min-width: 992px) {
  .thriveContentIcon {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon {
    padding-top: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon {
    padding-bottom: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon {
    padding-bottom: 100px;
  }
}
.thriveContentIcon .heading h2, .thriveContentIcon .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .thriveContentIcon .heading h2, .thriveContentIcon .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .heading h2, .thriveContentIcon .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .heading h2, .thriveContentIcon .heading .h2 {
    font-size: 44px;
  }
}
.thriveContentIcon .heading h2 span, .thriveContentIcon .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .thriveContentIcon .heading h2 span, .thriveContentIcon .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .heading h2 span, .thriveContentIcon .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .heading h2 span, .thriveContentIcon .heading .h2 span {
    font-size: 28px;
  }
}
.thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .heading h2:after, .thriveContentIcon .heading .h2:after {
    margin-bottom: 34px;
  }
}
.thriveContentIcon .thriveContentIcon-single {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .thriveContentIcon .thriveContentIcon-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: #FBFBFB;
    border-radius: 20px;
    padding: 30px 10px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single {
    width: 310px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single {
    width: 310px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single {
    width: 16.4194915254vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single {
    width: 310px;
  }
}
.thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
  font-family: "Poppins", sans-serif;
  color: #060F45;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    max-width: 370px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    max-width: 370px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    max-width: 19.5974576271vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single h3, .thriveContentIcon .thriveContentIcon-single .h3 {
    max-width: 370px;
  }
}
.thriveContentIcon .thriveContentIcon-single:hover .thriveContentIcon-hover {
  opacity: 1;
}
.thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
  color: #fff;
  background: #060F45;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.164368);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.164368);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 33px;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
    padding: 33px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
    padding: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
    padding: 33px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover {
    border-radius: 30px;
  }
}
.thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
  color: #B5B7C6;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover p {
    line-height: 22px;
  }
}
.thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span {
  color: #fff;
}
.thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
  content: attr(data-attr);
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .thriveContentIcon .thriveContentIcon-single .thriveContentIcon-hover span:before {
    line-height: 30px;
  }
}

.aboutContent > * {
  position: relative;
}
@media (max-width: 1199px) {
  .aboutContent .aboutContentText img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
.aboutContent .aboutContentText span {
  color: #060F45;
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .aboutContent .aboutContentText span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .aboutContent .aboutContentText span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .aboutContent .aboutContentText span {
    font-size: 28px;
  }
}
.aboutContent .aboutContentText h2, .aboutContent .aboutContentText .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .aboutContent .aboutContentText h2, .aboutContent .aboutContentText .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .aboutContent .aboutContentText h2, .aboutContent .aboutContentText .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .aboutContent .aboutContentText h2, .aboutContent .aboutContentText .h2 {
    font-size: 44px;
  }
}
.aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 992px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-bottom: 34px;
  }
}
@media (max-width: 1199px) {
  .aboutContent .aboutContentText h2:after, .aboutContent .aboutContentText .h2:after {
    margin-right: auto;
    margin-left: auto;
  }
}
.aboutContent .aboutContentText strong {
  color: #444A57;
  font-weight: 500;
}
.aboutContent .aboutContentText .ec-btn img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.aboutContent .aboutContentText .ec-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.tabContent {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .tabContent {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .tabContent {
    padding-top: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .tabContent {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .tabContent {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .tabContent {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .tabContent {
    padding-bottom: 80px;
  }
}
.tabContent > * {
  position: relative;
}
.tabContent .heading h2, .tabContent .heading .h2 {
  font-size: 22px;
  line-height: 1.7;
  color: #060F45;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .tabContent .heading h2, .tabContent .heading .h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .tabContent .heading h2, .tabContent .heading .h2 {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .heading h2, .tabContent .heading .h2 {
    font-size: 22px;
  }
}
.tabContent .rowNav {
  position: relative;
}
@media (min-width: 1200px) {
  .tabContent .rowNav:after {
    content: "";
    width: 2000%;
    left: -1000%;
    height: 1px;
    position: absolute;
    bottom: 18px;
    background: #f2f5f7;
    z-index: -1;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .tabContent .rowNav:after {
    height: 1px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .tabContent .rowNav:after {
    height: 0.0529661017vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .tabContent .rowNav:after {
    height: 1px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .tabContent .rowNav:after {
    bottom: 18px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .tabContent .rowNav:after {
    bottom: 0.9533898305vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .tabContent .rowNav:after {
    bottom: 18px;
  }
}
.tabContent .rowNav .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1199px) {
  .tabContent .rowNav .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left !important;
    gap: 20px;
    background: #FBFBFB;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 15px 0;
  }
}
.tabContent .rowNav .col img {
  height: 32px;
  width: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .tabContent .rowNav .col img {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowNav .col img {
    height: 1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowNav .col img {
    height: 32px;
  }
}
.tabContent .rowNav .col img.arrow {
  width: 14px !important;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tabContent .rowNav .col p {
  font-size: 16px;
  line-height: 20px;
  color: #060F45;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tabContent .rowNav .col p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowNav .col p {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowNav .col p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tabContent .rowNav .col p {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowNav .col p {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowNav .col p {
    line-height: 20px;
  }
}
.tabContent .rowNav .col:after {
  background-color: #f2f5f7;
  content: "";
  width: 39px;
  height: 39px;
  border: 0.12vw solid #00D563;
  border-radius: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  border: 0.12vw solid #f2f5f7;
  -webkit-box-shadow: inset 0 0 0 0.6vw #ffffff !important;
          box-shadow: inset 0 0 0 0.6vw #ffffff !important;
}
@media (min-width: 992px) {
  .tabContent .rowNav .col:after {
    width: 39px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowNav .col:after {
    width: 2.0656779661vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowNav .col:after {
    width: 39px;
  }
}
@media (min-width: 992px) {
  .tabContent .rowNav .col:after {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowNav .col:after {
    height: 2.0656779661vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowNav .col:after {
    height: 39px;
  }
}
@media (min-width: 992px) {
  .tabContent .rowNav .col:after {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowNav .col:after {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowNav .col:after {
    margin-top: 28px;
  }
}
@media (max-width: 1199px) {
  .tabContent .rowNav .col:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tabContent .rowNav .col.active {
    background: transparent;
    border-bottom: 1px solid #E3E7E8;
    border-radius: 0;
  }
}
.tabContent .rowNav .col.active img.arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tabContent .rowNav .col.active img {
  -webkit-filter: invert(56%) sepia(36%) saturate(3773%) hue-rotate(111deg) brightness(102%) contrast(106%);
          filter: invert(56%) sepia(36%) saturate(3773%) hue-rotate(111deg) brightness(102%) contrast(106%);
}
.tabContent .rowNav .col.active::after {
  background-color: #00D563;
  -webkit-box-shadow: inset 0 0 0 0.6vw #ffffff !important;
          box-shadow: inset 0 0 0 0.6vw #ffffff !important;
  border: 0.12vw solid #00D563;
}
.tabContent .tabContentMobile {
  margin-bottom: 15px;
  font-weight: 400;
}
.tabContent .tabContentMobile h4, .tabContent .tabContentMobile .h4 {
  color: #060F45;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile h4, .tabContent .tabContentMobile .h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile h4, .tabContent .tabContentMobile .h4 {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile h4, .tabContent .tabContentMobile .h4 {
    font-size: 20px;
  }
}
.tabContent .tabContentMobile strong {
  color: #060F45;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile strong {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile strong {
    margin-top: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile strong {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile strong {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile strong {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile strong {
    margin-bottom: 20px;
  }
}
.tabContent .tabContentMobile ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile ul li {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile ul li {
    margin-bottom: 20px;
  }
}
.tabContent .tabContentMobile ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0.11vw solid #00D563;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 8px;
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile ul li:before {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile ul li:before {
    width: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile ul li:before {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile ul li:before {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile ul li:before {
    height: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile ul li:before {
    height: 10px;
  }
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .tabContent .tabContentMobile ul li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .tabContent .tabContentMobile ul li:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .tabContentMobile ul li:before {
    top: 8px;
  }
}
.tabContent .rowContent .rowContentSingle {
  font-weight: 400;
}
.tabContent .rowContent .rowContentSingle h4, .tabContent .rowContent .rowContentSingle .h4 {
  color: #060F45;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle h4, .tabContent .rowContent .rowContentSingle .h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle h4, .tabContent .rowContent .rowContentSingle .h4 {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle h4, .tabContent .rowContent .rowContentSingle .h4 {
    font-size: 20px;
  }
}
.tabContent .rowContent .rowContentSingle strong {
  color: #060F45;
  font-weight: 600;
}
.tabContent .rowContent .rowContentSingle ul {
  padding-left: 32px;
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle ul {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle ul {
    padding-left: 1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle ul {
    padding-left: 32px;
  }
}
.tabContent .rowContent .rowContentSingle ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle ul li {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle ul li {
    margin-bottom: 20px;
  }
}
.tabContent .rowContent .rowContentSingle ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0.11vw solid #00D563;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 8px;
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    width: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    height: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    height: 10px;
  }
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .tabContent .rowContent .rowContentSingle ul li:before {
    top: 8px;
  }
}

.callToAction > * {
  position: relative;
}
.callToAction .callToActionContent {
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .callToAction .callToActionContent {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .callToAction .callToActionContent {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callToAction .callToActionContent {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .callToAction .callToActionContent {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .callToAction .callToActionContent {
    padding-top: 2.9661016949vw;
  }
}
@media (min-width: 1920px) {
  .callToAction .callToActionContent {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .callToAction .callToActionContent {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .callToAction .callToActionContent {
    padding-bottom: 2.9661016949vw;
  }
}
@media (min-width: 1920px) {
  .callToAction .callToActionContent {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .callToAction .callToActionContent {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .callToAction .callToActionContent {
    padding-left: 3.7076271186vw;
  }
}
@media (min-width: 1920px) {
  .callToAction .callToActionContent {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .callToAction .callToActionContent {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .callToAction .callToActionContent {
    padding-right: 3.7076271186vw;
  }
}
@media (min-width: 1920px) {
  .callToAction .callToActionContent {
    padding-right: 70px;
  }
}
.callToAction .callToActionContent span {
  color: #fff;
  font-family: "Baloo 2", cursive;
  font-size: 26px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .callToAction .callToActionContent span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .callToAction .callToActionContent span {
    font-size: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .callToAction .callToActionContent span {
    font-size: 40px;
  }
}

.opinionPartner {
  background: rgba(250, 250, 250, 0.768627451);
  position: relative;
  z-index: 1;
}
@media (min-width: 2000px) {
  .opinionPartner:before {
    content: "";
    width: 14%;
    top: 0;
    bottom: 0;
    background: #fbfbfb;
    z-index: 2;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 3300px) {
  .opinionPartner:before {
    content: "";
    width: 24%;
    top: 0;
    bottom: 0;
    background: #fbfbfb;
    z-index: 2;
    position: absolute;
    left: 0;
  }
}
.opinionPartner .heading h2, .opinionPartner .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .opinionPartner .heading h2, .opinionPartner .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .heading h2, .opinionPartner .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .heading h2, .opinionPartner .heading .h2 {
    font-size: 44px;
  }
}
.opinionPartner .heading h2 span, .opinionPartner .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .opinionPartner .heading h2 span, .opinionPartner .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .heading h2 span, .opinionPartner .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .heading h2 span, .opinionPartner .heading .h2 span {
    font-size: 28px;
  }
}
.opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .heading h2:after, .opinionPartner .heading .h2:after {
    margin-bottom: 34px;
  }
}
.opinionPartner .swiperOpinion {
  overflow: unset;
}
.opinionPartner .swiperOpinion .swiper-slide {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
  border-radius: 30px;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 30px;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide {
    padding: 40px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.25);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.25);
}
.opinionPartner .swiperOpinion .swiper-slide.swiper-slide-prev {
  opacity: 0 !important;
}
.opinionPartner .swiperOpinion .swiper-slide.swiper-slide-duplicate-next, .opinionPartner .swiperOpinion .swiper-slide.swiper-slide-duplicate-active, .opinionPartner .swiperOpinion .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0.5 !important;
}
.opinionPartner .swiperOpinion .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .quote {
  font-size: 50px;
  color: #060F45;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .quote {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .quote {
    font-size: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .quote {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .quote {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .quote {
    margin-bottom: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .quote {
    margin-bottom: 35px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
  font-size: 16px;
  line-height: 28px;
  color: #060F45;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .contentOpinion {
    line-height: 30px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom {
    margin-top: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom {
    margin-top: 50px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .bottom .image {
  position: relative;
  border-radius: 100rem;
}
.opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  border: 0.12vw solid #00D563;
  border-radius: 100rem;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
    left: 5px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
    left: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
    left: 5px;
  }
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
    bottom: -0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image:after {
    bottom: -5px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .bottom .image img {
  width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image img {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image img {
    width: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .image img {
    width: 60px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .bottom .bottomText > * {
  font-size: 15px;
  color: #060F45;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .bottomText > * {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .bottomText > * {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-slide .bottom .bottomText > * {
    font-size: 15px;
  }
}
.opinionPartner .swiperOpinion .swiper-slide .bottom .bottomText .place span {
  text-decoration: underline;
}
.opinionPartner .swiperOpinion span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #1C2238;
}
.opinionPartner .swiperOpinion .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.opinionPartner .swiperOpinion .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.opinionPartner .swiperOpinion .swiper-button-next:before, .opinionPartner .swiperOpinion .swiper-button-next:after,
.opinionPartner .swiperOpinion .swiper-button-prev:before,
.opinionPartner .swiperOpinion .swiper-button-prev:after {
  display: none;
}
.opinionPartner .swiperOpinion .swiper-button-next img,
.opinionPartner .swiperOpinion .swiper-button-prev img {
  width: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-button-next img,
.opinionPartner .swiperOpinion .swiper-button-prev img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-button-next img,
.opinionPartner .swiperOpinion .swiper-button-prev img {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-button-next img,
.opinionPartner .swiperOpinion .swiper-button-prev img {
    width: 50px;
  }
}
.opinionPartner .swiperOpinion .swiper-button-prev {
  left: -16px;
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-button-prev {
    left: -16px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-button-prev {
    left: -0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-button-prev {
    left: -16px;
  }
}
.opinionPartner .swiperOpinion .swiper-button-next {
  right: -16px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 992px) {
  .opinionPartner .swiperOpinion .swiper-button-next {
    right: -16px;
  }
}
@media (min-width: 1200px) {
  .opinionPartner .swiperOpinion .swiper-button-next {
    right: -0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .opinionPartner .swiperOpinion .swiper-button-next {
    right: -16px;
  }
}

.opinionPartner .swiperOpinion .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}

.blogSlider {
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .blogSlider {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .blogSlider {
    padding-top: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .blogSlider {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .blogSlider {
    padding-bottom: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider {
    padding-bottom: 100px;
  }
}
@media (min-width: 2000px) {
  .blogSlider:before {
    content: "";
    width: 14%;
    top: 0;
    bottom: 0;
    background: #fbfbfb;
    z-index: 2;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 3300px) {
  .blogSlider:before {
    content: "";
    width: 24%;
    top: 0;
    bottom: 0;
    background: #fbfbfb;
    z-index: 2;
    position: absolute;
    left: 0;
  }
}
.blogSlider .heading h2, .blogSlider .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .blogSlider .heading h2, .blogSlider .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .heading h2, .blogSlider .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .heading h2, .blogSlider .heading .h2 {
    font-size: 44px;
  }
}
.blogSlider .heading h2 span, .blogSlider .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .blogSlider .heading h2 span, .blogSlider .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .heading h2 span, .blogSlider .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .heading h2 span, .blogSlider .heading .h2 span {
    font-size: 28px;
  }
}
.blogSlider .heading h2:after, .blogSlider .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .heading h2:after, .blogSlider .heading .h2:after {
    margin-bottom: 34px;
  }
}
.blogSlider .swiperBlog {
  overflow: unset;
}
.blogSlider .swiperBlog .swiper-slide {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
  border-radius: 30px;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 30px;
  height: auto !important;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide {
    padding: 40px;
  }
}
.blogSlider .swiperBlog .swiper-slide:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.25);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.25);
}
.blogSlider .swiperBlog .swiper-slide.swiper-slide-prev {
  opacity: 0 !important;
}
.blogSlider .swiperBlog .swiper-slide.swiper-slide-duplicate-next, .blogSlider .swiperBlog .swiper-slide.swiper-slide-duplicate-active, .blogSlider .swiperBlog .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0.5 !important;
}
.blogSlider .swiperBlog .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
  }
}
.blogSlider .swiperBlog .swiper-slide .thumb {
  display: block;
  width: 270px;
  min-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .thumb {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .thumb {
    width: 14.3008474576vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .thumb {
    width: 270px;
  }
}
@media (max-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .thumb {
    min-width: auto;
    height: auto;
    max-width: 440px;
    margin: 0 auto;
  }
}
.blogSlider .swiperBlog .swiper-slide .tag a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #11D86A;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .tag a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .tag a {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .tag a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .tag a {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .tag a {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .tag a {
    line-height: 21px;
  }
}
.blogSlider .swiperBlog .swiper-slide .title a {
  display: block;
  font-weight: 700;
  color: #0F1E4C;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .title a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .title a {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .title a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .title a {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .title a {
    line-height: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .title a {
    line-height: 28px;
  }
}
.blogSlider .swiperBlog .swiper-slide .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #717684;
  margin-top: 11px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    line-height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    margin-top: 11px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    margin-top: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    margin-top: 11px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    margin-bottom: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .date {
    margin-bottom: 14px;
  }
}
.blogSlider .swiperBlog .swiper-slide .date img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .date img {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .date img {
    width: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .date img {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .date img {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .date img {
    margin-right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .date img {
    margin-right: 10px;
  }
}
.blogSlider .swiperBlog .swiper-slide .excerpt {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #717684;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .excerpt {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .excerpt {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .excerpt {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .excerpt {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .excerpt {
    line-height: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .excerpt {
    line-height: 25px;
  }
}
.blogSlider .swiperBlog .swiper-slide .readmore {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .readmore {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .readmore {
    margin-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .readmore {
    margin-top: 40px;
  }
}
.blogSlider .swiperBlog .swiper-slide .readmore a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #11D86A;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .readmore a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .readmore a {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .readmore a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-slide .readmore a {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-slide .readmore a {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-slide .readmore a {
    line-height: 21px;
  }
}
.blogSlider .swiperBlog span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #1C2238;
}
.blogSlider .swiperBlog .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.blogSlider .swiperBlog .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blogSlider .swiperBlog .swiper-button-next:before, .blogSlider .swiperBlog .swiper-button-next:after,
.blogSlider .swiperBlog .swiper-button-prev:before,
.blogSlider .swiperBlog .swiper-button-prev:after {
  display: none;
}
.blogSlider .swiperBlog .swiper-button-next img,
.blogSlider .swiperBlog .swiper-button-prev img {
  width: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-button-next img,
.blogSlider .swiperBlog .swiper-button-prev img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-button-next img,
.blogSlider .swiperBlog .swiper-button-prev img {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-button-next img,
.blogSlider .swiperBlog .swiper-button-prev img {
    width: 50px;
  }
}
.blogSlider .swiperBlog .swiper-button-prev {
  left: -16px;
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-button-prev {
    left: -16px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-button-prev {
    left: -0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-button-prev {
    left: -16px;
  }
}
.blogSlider .swiperBlog .swiper-button-next {
  right: -16px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 992px) {
  .blogSlider .swiperBlog .swiper-button-next {
    right: -16px;
  }
}
@media (min-width: 1200px) {
  .blogSlider .swiperBlog .swiper-button-next {
    right: -0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .blogSlider .swiperBlog .swiper-button-next {
    right: -16px;
  }
}

.faqContent {
  position: relative;
  z-index: 1;
}
.faqContent nav.rank-math-breadcrumb p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faqContent .bgContent .containerBg {
  padding: 60px;
  padding: 30px;
  padding-bottom: 60px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .faqContent .bgContent .containerBg {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .faqContent .bgContent .containerBg {
    padding: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .bgContent .containerBg {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .faqContent .bgContent .containerBg {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .faqContent .bgContent .containerBg {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .bgContent .containerBg {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .faqContent .bgContent .containerBg {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .faqContent .bgContent .containerBg {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .bgContent .containerBg {
    border-radius: 20px;
  }
}
.faqContent .navigationFaq .rowNav {
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .faqContent .navigationFaq .rowNav {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .faqContent .navigationFaq .rowNav {
    gap: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .navigationFaq .rowNav {
    gap: 20px;
  }
}
@media (min-width: 640px) {
  .faqContent .navigationFaq .rowNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faqContent .navigationFaq .rowNav .navigationFaq-single {
  cursor: pointer;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 640px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single {
    width: calc(50% - 8px);
  }
}
@media (min-width: 768px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single {
    width: auto;
  }
}
.faqContent .navigationFaq .rowNav .navigationFaq-single.active a {
  color: #060F45;
  font-weight: 700;
}
.faqContent .navigationFaq .rowNav .navigationFaq-single:hover {
  opacity: 0.7;
}
.faqContent .navigationFaq .rowNav .navigationFaq-single a {
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #eff1f5;
  border-radius: 4px;
  color: #87919c;
  display: block;
  text-align: center;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-bottom: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-left: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .navigationFaq .rowNav .navigationFaq-single a {
    padding-right: 10px;
  }
}
.faqContent .search-input {
  margin-top: -45px;
}
@media (min-width: 992px) {
  .faqContent .search-input {
    margin-top: -45px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input {
    margin-top: -2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input {
    margin-top: -45px;
  }
}
.faqContent .search-input .icon-search {
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .faqContent .search-input .icon-search {
    left: 38px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .icon-search {
    left: 2.0127118644vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .icon-search {
    left: 38px;
  }
}
.faqContent .search-input .icon img {
  position: absolute;
  width: 34px;
  height: auto;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .faqContent .search-input .icon img {
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .icon img {
    width: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .icon img {
    width: 34px;
  }
}
@media (min-width: 992px) {
  .faqContent .search-input .icon img {
    top: 26px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .icon img {
    top: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .icon img {
    top: 26px;
  }
}
@media (min-width: 992px) {
  .faqContent .search-input .icon img {
    right: 26px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .icon img {
    right: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .icon img {
    right: 26px;
  }
}
.faqContent .search-input .inputElement {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 30px rgba(20, 44, 71, 0.06);
          box-shadow: 0px 13px 30px rgba(20, 44, 71, 0.06);
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement {
    padding: 20px;
  }
}
.faqContent .search-input .inputElement input {
  height: 50px;
  background: #FBFBFB;
  border-radius: 10px;
  width: 100%;
  border: 0;
  text-align: 20px;
  text-indent: 42px;
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement input {
    text-align: 20px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement input {
    text-align: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement input {
    text-align: 20px;
  }
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement input {
    text-indent: 42px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement input {
    text-indent: 2.2245762712vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement input {
    text-indent: 42px;
  }
}
.faqContent .search-input .inputElement input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #87919C;
  font-size: 14px;
}
.faqContent .search-input .inputElement input::-moz-placeholder {
  opacity: 0.8;
  color: #87919C;
  font-size: 14px;
}
.faqContent .search-input .inputElement input:-ms-input-placeholder {
  opacity: 0.8;
  color: #87919C;
  font-size: 14px;
}
.faqContent .search-input .inputElement input::-ms-input-placeholder {
  opacity: 0.8;
  color: #87919C;
  font-size: 14px;
}
.faqContent .search-input .inputElement input::placeholder {
  opacity: 0.8;
  color: #87919C;
  font-size: 14px;
}
@media (min-width: 992px) {
  .faqContent .search-input .inputElement input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input::-moz-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input:-ms-input-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input::-ms-input-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .faqContent .search-input .inputElement input::-webkit-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .faqContent .search-input .inputElement input::-moz-placeholder {
    font-size: 0.7415254237vw;
  }
  .faqContent .search-input .inputElement input:-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .faqContent .search-input .inputElement input::-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .faqContent .search-input .inputElement input::placeholder {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .search-input .inputElement input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input::-moz-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input:-ms-input-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input::-ms-input-placeholder {
    font-size: 14px;
  }
  .faqContent .search-input .inputElement input::placeholder {
    font-size: 14px;
  }
}
.faqContent .heading h2, .faqContent .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .faqContent .heading h2, .faqContent .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .faqContent .heading h2, .faqContent .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .heading h2, .faqContent .heading .h2 {
    font-size: 44px;
  }
}
.faqContent .heading h2 span, .faqContent .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .faqContent .heading h2 span, .faqContent .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .faqContent .heading h2 span, .faqContent .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .heading h2 span, .faqContent .heading .h2 span {
    font-size: 28px;
  }
}
.faqContent .heading h2:after, .faqContent .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .heading h2:after, .faqContent .heading .h2:after {
    margin-bottom: 34px;
  }
}
.faqContent .faqLeft {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding: 30px;
}
@media (min-width: 992px) {
  .faqContent .faqLeft {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft {
    position: sticky;
    top: 125px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .faqContent .faqLeft {
    top: 125px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .faqContent .faqLeft {
    top: 6.6207627119vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .faqContent .faqLeft {
    top: 125px;
  }
}
.faqContent .faqLeft .icon {
  height: auto;
  width: 50px;
}
@media (min-width: 992px) {
  .faqContent .faqLeft .icon {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft .icon {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft .icon {
    width: 50px;
  }
}
.faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
  position: relative;
  margin-bottom: 0;
  margin-top: 21px;
  color: #060F45;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft h3, .faqContent .faqLeft .h3 {
    font-size: 28px;
  }
}
.faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 992px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    margin-bottom: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft h3:after, .faqContent .faqLeft .h3:after {
    margin-bottom: 28px;
  }
}
.faqContent .faqLeft p a {
  color: #00D563;
}
.faqContent .faqLeft .ec-btn img {
  height: auto;
  width: 24px;
}
@media (min-width: 992px) {
  .faqContent .faqLeft .ec-btn img {
    width: 24px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqLeft .ec-btn img {
    width: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqLeft .ec-btn img {
    width: 24px;
  }
}
.faqContent .faqRight {
  background-color: #fff;
  border: 0.17vw solid #F9F9FB;
  border-bottom: 0;
}
.faqContent .faqRight.smallContentFaq {
  background-color: #fff;
  border: 1px solid #F9F9FA;
  border-bottom: 0;
  width: calc(100% - 7px);
  margin: 0 auto;
}
.faqContent .faqRight.rightContentFaq {
  background-color: #fff;
  border: 1px solid #F9F9FA;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .faqContent .faqRight.rightContentFaq {
    width: calc(100% - 15px);
    margin-left: 4px;
  }
}
.faqContent .faqRight .singleQuestion-top {
  border-bottom: 0.17vw solid #F9F9FB;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 28px;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-top: 23px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-top: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-top: 23px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-bottom: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-right: 28px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-right: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-left: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top {
    padding-left: 28px;
  }
}
.faqContent .faqRight .singleQuestion-top .icon {
  height: auto;
  width: 28px;
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top .icon {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top .icon {
    width: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top .icon {
    width: 28px;
  }
}
.faqContent .faqRight .singleQuestion-top span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #73848B;
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top span {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top span {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top span {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top span {
    line-height: 21px;
  }
}
.faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #060F45;
  font-family: "Poppins";
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
    line-height: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top h3, .faqContent .faqRight .singleQuestion-top .h3 {
    line-height: 24px;
  }
}
.faqContent .faqRight .singleQuestion-top .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
          transform: rotate(-90deg) translate(0, -50%);
  right: 28px;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-top .arrow {
    right: 28px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-top .arrow {
    right: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-top .arrow {
    right: 28px;
  }
}
.faqContent .faqRight .singleQuestion-bottom {
  border-bottom: 0.17vw solid #F9F9FB;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 26px;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-top: 21px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-top: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-top: 21px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-bottom: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-right: 26px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-right: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-right: 26px;
  }
}
@media (min-width: 992px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-left: 26px;
  }
}
@media (min-width: 1200px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-left: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .faqContent .faqRight .singleQuestion-bottom {
    padding-left: 26px;
  }
}
.faqContent .faqRight .singleQuestion-bottom a.readmore {
  color: #060f45;
}
.faqContent .faqRight .singleQuestion.active .singleQuestion-top .arrow {
  opacity: 1;
  -webkit-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
  -webkit-filter: invert(56%) sepia(36%) saturate(3773%) hue-rotate(111deg) brightness(102%) contrast(106%);
          filter: invert(56%) sepia(36%) saturate(3773%) hue-rotate(111deg) brightness(102%) contrast(106%);
}
.faqContent .faqRight .singleQuestion.active .singleQuestion-top h3, .faqContent .faqRight .singleQuestion.active .singleQuestion-top .h3 {
  color: #00D563;
}

body.single-faq #content {
  position: relative;
}

.caseContent {
  overflow: hidden;
}
.caseContent > * {
  position: relative;
}
.caseContent span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #1C2238;
}
.caseContent .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.caseContent .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caseContent .heading h2, .caseContent .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .caseContent .heading h2, .caseContent .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .caseContent .heading h2, .caseContent .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .heading h2, .caseContent .heading .h2 {
    font-size: 44px;
  }
}
.caseContent .heading h2 span, .caseContent .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .caseContent .heading h2 span, .caseContent .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .heading h2 span, .caseContent .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .heading h2 span, .caseContent .heading .h2 span {
    font-size: 28px;
  }
}
.caseContent .heading h2:after, .caseContent .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .heading h2:after, .caseContent .heading .h2:after {
    margin-bottom: 34px;
  }
}
.caseContent .small-heading span {
  font-size: 12px;
  color: #060F45;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .caseContent .small-heading span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .caseContent .small-heading span {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .small-heading span {
    font-size: 12px;
  }
}
.caseContent .rowContent .colSingle {
  width: 430px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .caseContent .rowContent .colSingle {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .caseContent .rowContent .colSingle {
    width: 22.7754237288vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .rowContent .colSingle {
    width: 430px;
  }
}
.caseContent .rowContent .colSingle:hover {
  width: 591px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}
@media (min-width: 992px) {
  .caseContent .rowContent .colSingle:hover {
    width: 591px;
  }
}
@media (min-width: 1200px) {
  .caseContent .rowContent .colSingle:hover {
    width: 31.3029661017vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .rowContent .colSingle:hover {
    width: 591px;
  }
}
.caseContent .rowContent .colSingle .swiper-slide-thumb img {
  width: 100%;
  height: auto;
}
.caseContent .swiperClients {
  overflow: unset;
}
.caseContent .swiperClients .swiper-slide {
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
  border-radius: 30px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide {
    padding: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .caseContent .swiperClients .swiper-slide {
    width: 590px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide {
    width: 590px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide {
    width: 31.25vw;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide {
    width: 590px;
  }
}
.caseContent .swiperClients .swiper-slide.swiper-slide-prev, .caseContent .swiperClients .swiper-slide.swiper-slide-next, .caseContent .swiperClients .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.caseContent .swiperClients .swiper-slide:hover {
  -webkit-box-shadow: 0px 50px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 50px 50px rgba(6, 15, 69, 0.15);
}
.caseContent .swiperClients .swiper-slide:hover .swiper-slide-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.caseContent .swiperClients .swiper-slide-thumb {
  overflow: hidden;
}
.caseContent .swiperClients .swiper-slide-thumb img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide-thumb img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide-thumb img {
    height: 21.186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide-thumb img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide-thumb img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide-thumb img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide-thumb img {
    border-radius: 20px;
  }
}
.caseContent .swiperClients .swiper-slide-title {
  color: #060F45;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide-title {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide-title {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide-title {
    margin-top: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide-title {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide-title {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide-title {
    margin-bottom: 20px;
  }
}
.caseContent .swiperClients .swiper-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content {
    gap: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content {
    gap: 40px;
  }
}
.caseContent .swiperClients .swiper-slide .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .left {
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .left {
    gap: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .left {
    gap: 9px;
  }
}
.caseContent .swiperClients .swiper-slide .content .left span {
  color: #060F45;
}
.caseContent .swiperClients .swiper-slide .content .left span strong {
  color: #00D563;
  font-weight: 700;
  display: inline-block;
  width: 54px;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .left span strong {
    width: 54px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .left span strong {
    width: 2.8601694915vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .left span strong {
    width: 54px;
  }
}
.caseContent .swiperClients .swiper-slide .content .left, .caseContent .swiperClients .swiper-slide .content .right {
  width: 100%;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .left, .caseContent .swiperClients .swiper-slide .content .right {
    width: 50%;
  }
}
.caseContent .swiperClients .swiper-slide .content .right ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .right ul {
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .right ul {
    gap: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .right ul {
    gap: 9px;
  }
}
.caseContent .swiperClients .swiper-slide .content .right ul li {
  list-style-type: none;
  position: relative;
  color: #060F45;
}
.caseContent .swiperClients .swiper-slide .content .right ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0.1vw solid #060F45;
  border: 0.11vw solid #060F45;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 2px;
  background: url(/wp-content/uploads/done.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    top: 2px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    top: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    background-size: 10px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    background-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide .content .right ul li:before {
    background-size: 10px;
  }
}
.caseContent .swiperClients .swiper-slide a {
  color: #060F45;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide a {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .caseContent .swiperClients .swiper-slide a {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .caseContent .swiperClients .swiper-slide a {
    margin-bottom: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .swiperClients .swiper-slide a {
    margin-bottom: 10px;
  }
}
.caseContent .swiperClients .swiper-slide a:hover {
  color: #00D563;
  -webkit-text-decoration-color: #00D563;
          text-decoration-color: #00D563;
}
@media (max-width: 1200px) {
  .caseContent .rowLogotype {
    gap: 10px;
  }
}
.caseContent .rowLogotype .colLogo {
  border-radius: 10px;
  width: calc(33% - 7px);
}
@media (min-width: 992px) {
  .caseContent .rowLogotype .colLogo {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .caseContent .rowLogotype .colLogo {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .caseContent .rowLogotype .colLogo {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .caseContent .rowLogotype .colLogo {
    width: 180px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .caseContent .rowLogotype .colLogo {
    width: 180px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .caseContent .rowLogotype .colLogo {
    width: 9.5338983051vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .caseContent .rowLogotype .colLogo {
    width: 180px;
  }
}
.caseContent .rowLogotype .colLogo img {
  max-width: 100%;
  height: auto;
}

.caseKlient > * {
  position: relative;
}
.caseKlient h2, .caseKlient .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .caseKlient h2, .caseKlient .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .caseKlient h2, .caseKlient .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient h2, .caseKlient .h2 {
    font-size: 33px;
  }
}
.caseKlient h2 span, .caseKlient .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .caseKlient h2 span, .caseKlient .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .caseKlient h2 span, .caseKlient .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient h2 span, .caseKlient .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .rowSingle {
    width: calc(100% - 1px);
    margin-left: 0px;
  }
}
.caseKlient .singleRow {
  background-color: #fff;
  border: 1px solid #F9F9FA;
  padding: 20px;
}
@media (min-width: 992px) {
  .caseKlient .singleRow {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow {
    padding: 20px;
  }
}
.caseKlient .singleRow .icon {
  width: 45px;
  height: auto;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .caseKlient .singleRow .icon {
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow .icon {
    width: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow .icon {
    width: 45px;
  }
}
@media (min-width: 992px) {
  .caseKlient .singleRow .icon {
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow .icon {
    margin-bottom: 1.0063559322vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow .icon {
    margin-bottom: 19px;
  }
}
.caseKlient .singleRow .smallTitle {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.1px;
  color: #060F45;
  font-weight: 700;
}
@media (min-width: 992px) {
  .caseKlient .singleRow .smallTitle {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow .smallTitle {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow .smallTitle {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .caseKlient .singleRow .smallTitle {
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow .smallTitle {
    line-height: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow .smallTitle {
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .caseKlient .singleRow .smallTitle {
    letter-spacing: 1.1px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow .smallTitle {
    letter-spacing: 0.0582627119vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow .smallTitle {
    letter-spacing: 1.1px;
  }
}
.caseKlient .singleRow h3, .caseKlient .singleRow .h3 {
  color: #060F45;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .caseKlient .singleRow h3, .caseKlient .singleRow .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .caseKlient .singleRow h3, .caseKlient .singleRow .h3 {
    font-size: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .caseKlient .singleRow h3, .caseKlient .singleRow .h3 {
    font-size: 23px;
  }
}

.contactFooter {
  padding-top: 35px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .contactFooter {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .contactFooter {
    padding-top: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter {
    padding-top: 35px;
  }
}
.contactFooter > * {
  position: relative;
}
.contactFooter .contactFooter-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form {
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form {
    padding-top: 2.7542372881vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form {
    padding-top: 52px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form {
    padding-bottom: 2.7542372881vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form {
    padding-bottom: 52px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form {
    padding-left: 35px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form {
    padding-left: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form {
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form {
    padding-right: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form {
    padding-right: 45px;
  }
}
.contactFooter .contactFooter-form h2, .contactFooter .contactFooter-form .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form h2, .contactFooter .contactFooter-form .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form h2, .contactFooter .contactFooter-form .h2 {
    font-size: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form h2, .contactFooter .contactFooter-form .h2 {
    font-size: 35px;
  }
}
.contactFooter .contactFooter-form span {
  display: block;
  color: #73848B;
  font-size: 15px;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form span {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form span {
    font-size: 15px;
  }
}
.contactFooter .contactFooter-form .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input label {
    margin-bottom: 3px;
  }
}
.contactFooter .contactFooter-form .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .input input {
    font-size: 14px;
  }
}
.contactFooter .contactFooter-form .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.contactFooter .contactFooter-form .agree input {
  position: absolute;
  opacity: 0;
}
.contactFooter .contactFooter-form .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.contactFooter .contactFooter-form .agree span {
  margin: 0;
}
.contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
.contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.contactFooter .contactFooter-form .send input {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  color: #060F45;
  border: 0.11vw solid #060F45;
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .send input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .send input {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .send input {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .send input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .send input {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .send input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .send input {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .send input {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .send input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .contactFooter .contactFooter-form .send input {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .contactFooter-form .send input {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .contactFooter-form .send input {
    padding-bottom: 12px;
  }
}
.contactFooter .contactFooter-form .send input[disabled] {
  opacity: 0.5;
}
@media (max-width: 992px) {
  .contactFooter .contactFooter-form .send input {
    display: block;
    width: 100%;
  }
}
.contactFooter .contactFooter-form .send input:hover {
  background-color: #00D563;
  color: #fff;
  border-color: #00D563;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
.contactFooter .imgPerson img {
  width: 506px;
  height: auto;
}
@media (min-width: 992px) {
  .contactFooter .imgPerson img {
    width: 506px;
  }
}
@media (min-width: 1200px) {
  .contactFooter .imgPerson img {
    width: 26.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .contactFooter .imgPerson img {
    width: 506px;
  }
}
.contactFooter .wpcf7-response-output {
  background: red;
  color: #fff;
  border: 0 !important;
  padding: 10px !important;
  font-size: 13px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  .contactFooter .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .contactFooter .wpcf7-response-output {
    padding: 0.5296610169vw !important;
  }
}
@media (min-width: 1920px) {
  .contactFooter .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .contactFooter .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .contactFooter .wpcf7-response-output {
    font-size: 0.688559322vw !important;
  }
}
@media (min-width: 1920px) {
  .contactFooter .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .contactFooter .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .contactFooter .wpcf7-response-output {
    margin-left: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .contactFooter .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .contactFooter .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .contactFooter .wpcf7-response-output {
    margin-right: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .contactFooter .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
.contactFooter form.sent .wpcf7-response-output {
  background: #00d563 !important;
}

body.page .content-page {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #717684;
}
body.page .content-page > * {
  position: relative;
}
@media (min-width: 992px) {
  body.page .content-page {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page {
    margin-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  body.page .content-page {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page {
    margin-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page {
    margin-bottom: 40px;
  }
}
body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
  color: #060F45;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
    margin-top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page h1, body.page .content-page .h1, body.page .content-page h2, body.page .content-page .h2, body.page .content-page h3, body.page .content-page .h3, body.page .content-page h4, body.page .content-page .h4, body.page .content-page h5, body.page .content-page .h5, body.page .content-page h6, body.page .content-page .h6 {
    margin-bottom: 20px;
  }
}
body.page .content-page ol {
  padding-left: 13px;
  margin: 0;
}
@media (min-width: 992px) {
  body.page .content-page ol {
    padding-left: 13px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ol {
    padding-left: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ol {
    padding-left: 13px;
  }
}
body.page .content-page ol li {
  margin-bottom: 16px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  body.page .content-page ol li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ol li {
    margin-bottom: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ol li {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  body.page .content-page ol li {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ol li {
    padding-left: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ol li {
    padding-left: 15px;
  }
}
body.page .content-page ol li::marker {
  color: #00D563;
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  body.page .content-page ol li::marker {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ol li::marker {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ol li::marker {
    font-size: 18px;
  }
}
body.page .content-page ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.page .content-page ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ul li {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ul li {
    margin-bottom: 20px;
  }
}
body.page .content-page ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0.11vw solid #00D563;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 8px;
  background: url(/wp-content/uploads/done.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body.page .content-page ul li:before {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ul li:before {
    width: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ul li:before {
    width: 10px;
  }
}
@media (min-width: 992px) {
  body.page .content-page ul li:before {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ul li:before {
    height: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ul li:before {
    height: 10px;
  }
}
@media (min-width: 992px) {
  body.page .content-page ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  body.page .content-page ul li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ul li:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ul li:before {
    top: 8px;
  }
}
@media (min-width: 992px) {
  body.page .content-page ul li:before {
    background-size: 10px;
  }
}
@media (min-width: 1200px) {
  body.page .content-page ul li:before {
    background-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.page .content-page ul li:before {
    background-size: 10px;
  }
}

.heroContentPage {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .heroContentPage {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage {
    margin-top: 6.3559322034vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage {
    margin-top: 120px;
  }
}
.heroContentPage > * {
  position: relative;
}
.heroContentPage .heroContentPage-content {
  background: #FBFBFB;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content {
    padding-top: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content {
    padding-bottom: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content {
    padding-left: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content {
    padding-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content {
    padding-right: 20px;
  }
}
.heroContentPage .heroContentPage-content h1, .heroContentPage .heroContentPage-content .h1 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content h1, .heroContentPage .heroContentPage-content .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content h1, .heroContentPage .heroContentPage-content .h1 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content h1, .heroContentPage .heroContentPage-content .h1 {
    font-size: 44px;
  }
}
.heroContentPage .heroContentPage-content h1 span, .heroContentPage .heroContentPage-content .h1 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content h1 span, .heroContentPage .heroContentPage-content .h1 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content h1 span, .heroContentPage .heroContentPage-content .h1 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content h1 span, .heroContentPage .heroContentPage-content .h1 span {
    font-size: 28px;
  }
}
.heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .heroContentPage .heroContentPage-content h1:after, .heroContentPage .heroContentPage-content .h1:after {
    margin-bottom: 34px;
  }
}

.contactDataForm {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .contactDataForm {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm {
    padding-top: 7.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .contactDataForm {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm {
    padding-bottom: 80px;
  }
}
.contactDataForm > * {
  position: relative;
}
.contactDataForm img.contactDataFormElement {
  position: absolute;
  top: 0;
  right: 0;
  width: 1084px;
  height: auto;
}
@media (min-width: 992px) {
  .contactDataForm img.contactDataFormElement {
    width: 1084px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm img.contactDataFormElement {
    width: 57.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm img.contactDataFormElement {
    width: 1084px;
  }
}
.contactDataForm h1, .contactDataForm .h1 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contactDataForm h1, .contactDataForm .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm h1, .contactDataForm .h1 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm h1, .contactDataForm .h1 {
    font-size: 44px;
  }
}
.contactDataForm .iconContent {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .contactDataForm .iconContent {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .iconContent {
    margin-top: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .iconContent {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .iconContent {
    position: sticky;
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .contactDataForm .iconContent {
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .contactDataForm .iconContent {
    top: 6.8855932203vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .contactDataForm .iconContent {
    top: 130px;
  }
}
.contactDataForm .iconContent .singleIcon .desc p {
  margin: 0;
}
.contactDataForm .iconContent .singleIcon .desc strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  /* identical to box height */
  color: #060F45;
}
@media (min-width: 992px) {
  .contactDataForm .iconContent .singleIcon .desc strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .iconContent .singleIcon .desc strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .iconContent .singleIcon .desc strong {
    font-size: 18px;
  }
}
.contactDataForm .dataContactPage {
  background-color: #fff;
  margin-top: 45px;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding: 15px;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage {
    margin-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage {
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage {
    padding: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .contactDataForm .dataContactPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactDataForm .dataContactPage-text {
  padding: 15px;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage-text {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage-text {
    padding: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage-text {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage-text {
    width: 35%;
  }
}
.contactDataForm .dataContactPage-map {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .contactDataForm .dataContactPage-map {
    width: 100%;
    height: 50vw;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage-map {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage-map {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage-map {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage-map {
    border-radius: 15px;
  }
}
.contactDataForm .dataContactPage-map #map {
  width: 100%;
  height: 300px;
  overflow: unset !important;
  position: unset !important;
}
.contactDataForm .dataContactPage span {
  display: block;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #80919E;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage span {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage span {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage span {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage span {
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage span {
    line-height: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage span {
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage span {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage span {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage span {
    letter-spacing: 0.83px;
  }
}
.contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  color: #060F45;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
    line-height: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage h3, .contactDataForm .dataContactPage .h3 {
    line-height: 35px;
  }
}
.contactDataForm .dataContactPage .singleDataContact .icon {
  width: 50px;
  height: 50px;
  background-color: #F1FFF6;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  margin-top: -13px;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    margin-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    margin-top: -13px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    margin-top: -0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact .icon {
    margin-top: -13px;
  }
}
.contactDataForm .dataContactPage .singleDataContact .icon img {
  width: 20px;
  height: auto;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact .icon img {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact .icon img {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact .icon img {
    width: 20px;
  }
}
.contactDataForm .dataContactPage .singleDataContact strong {
  font-size: 16px;
  line-height: 22px;
  color: #060F45;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact strong {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact strong {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact strong {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .dataContactPage .singleDataContact strong {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .dataContactPage .singleDataContact strong {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .dataContactPage .singleDataContact strong {
    line-height: 22px;
  }
}
.contactDataForm .dataContactPage .singleDataContact .text .smallTitle {
  color: #060F45 !important;
}
.contactDataForm .dataContactPage .singleDataContact .text .smallTitle strong,
.contactDataForm .dataContactPage .singleDataContact .text .smallTitle a {
  color: #060F45 !important;
}
.contactDataForm .dataContactPage .singleDataContact .text strong:not(.smallTitle) {
  color: #80919E;
}
.contactDataForm .formCol {
  position: relative;
}
.contactDataForm .formCol span.wpcf7-not-valid-tip {
  font-size: 11px;
}
.contactDataForm .formCol .tabContentForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #060F45;
  border-radius: 95px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .tabContentForm {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .tabContentForm {
    margin-bottom: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .tabContentForm {
    margin-bottom: 50px;
  }
}
.contactDataForm .formCol .tabContentForm .tab {
  width: 50%;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  color: #080f45;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .tabContentForm .tab {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .tabContentForm .tab {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .tabContentForm .tab {
    font-size: 16px;
  }
}
.contactDataForm .formCol .tabContentForm .tab.active {
  background: #060F45;
  border-radius: 105px;
  color: #fff;
}
.contactDataForm .formCol .formColContent {
  background-color: #fff;
  padding: 20px;
  margin-top: 45px;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent {
    margin-top: -7.9449152542vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent {
    margin-top: -150px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent {
    border-radius: 15px;
  }
}
.contactDataForm .formCol .formColContent .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input label {
    margin-bottom: 3px;
  }
}
.contactDataForm .formCol .formColContent .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .input input {
    font-size: 14px;
  }
}
.contactDataForm .formCol .formColContent .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.contactDataForm .formCol .formColContent .textarea span.head {
  display: block;
  border-top: 0.2vw solid #F7F7F7;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #060F45;
  padding-top: 26px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Baloo 2", cursive;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    padding-top: 26px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    padding-top: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    padding-top: 26px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    margin-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    margin-bottom: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea span.head {
    margin-bottom: 10px;
  }
}
.contactDataForm .formCol .formColContent .textarea > label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea > label {
    margin-bottom: 3px;
  }
}
.contactDataForm .formCol .formColContent .textarea textarea {
  resize: none;
  background: #FBFBFB;
  border-radius: 10px;
  border-color: #F6F7F9;
  width: 100%;
  height: 80px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    height: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .textarea textarea {
    font-size: 14px;
  }
}
.contactDataForm .formCol .formColContent .textarea textarea:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.contactDataForm .formCol .formColContent .select > label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select > label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select > label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select > label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select > label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select > label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select > label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select > label {
    margin-bottom: 3px;
  }
}
.contactDataForm .formCol .formColContent .select select {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select select {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select select {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select select {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select select {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select select {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select select {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select select {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select select {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .select select {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .select select {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .select select {
    font-size: 14px;
  }
}
.contactDataForm .formCol .formColContent .select select:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.contactDataForm .formCol .formColContent .checkbox > label {
  border-top: 0.2vw solid #F7F7F7;
  padding-top: 16px;
  margin-bottom: 8px;
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    padding-top: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    margin-bottom: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox > label {
    letter-spacing: 0.83px;
  }
}
.contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8vw;
}
.contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
  width: calc(50% - 0.8vw);
}
.contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
.contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    padding-left: 43px;
  }
}
.contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    top: -4px;
  }
}
.contactDataForm .formCol .formColContent .agree input {
  position: absolute;
  opacity: 0;
}
.contactDataForm .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.contactDataForm .formCol .formColContent .agree span {
  margin: 0;
}
.contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
.contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.contactDataForm .formCol .formColContent .agree span.wpcf7-list-item-label {
  display: block;
  font-style: italic;
}
.contactDataForm .formCol .formColContent .send input {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  border: 0.11vw solid #00D563;
  background-color: #00D563;
  color: #fff;
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .contactDataForm .formCol .formColContent .send input {
    padding-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .contactDataForm .formCol .formColContent .send input {
    display: block;
    width: 100%;
  }
}
.contactDataForm .formCol .formColContent .send input:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}

img.lineSeparator {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  img.lineSeparator {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  img.lineSeparator {
    margin-top: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  img.lineSeparator {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  img.lineSeparator {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  img.lineSeparator {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1920px) {
  img.lineSeparator {
    margin-bottom: 0px;
  }
}

.form-inside .formCol {
  position: relative;
}
.form-inside .formCol span.wpcf7-not-valid-tip {
  font-size: 11px;
}
.form-inside .formCol .tabContentForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #060F45;
  border-radius: 95px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .form-inside .formCol .tabContentForm {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .tabContentForm {
    margin-bottom: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .tabContentForm {
    margin-bottom: 50px;
  }
}
.form-inside .formCol .tabContentForm .tab {
  width: 50%;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  color: #080f45;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 992px) {
  .form-inside .formCol .tabContentForm .tab {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .tabContentForm .tab {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .tabContentForm .tab {
    font-size: 16px;
  }
}
.form-inside .formCol .tabContentForm .tab.active {
  background: #060F45;
  border-radius: 105px;
  color: #fff;
}
.form-inside .formCol .formColContent {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent {
    border-radius: 15px;
  }
}
.form-inside .formCol .formColContent .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input label {
    margin-bottom: 3px;
  }
}
.form-inside .formCol .formColContent .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .input input {
    font-size: 14px;
  }
}
.form-inside .formCol .formColContent .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.form-inside .formCol .formColContent .textarea span.head {
  display: block;
  border-top: 0.2vw solid #F7F7F7;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #060F45;
  padding-top: 26px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Baloo 2", cursive;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea span.head {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea span.head {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea span.head {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea span.head {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea span.head {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea span.head {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea span.head {
    padding-top: 26px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea span.head {
    padding-top: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea span.head {
    padding-top: 26px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea span.head {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea span.head {
    margin-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea span.head {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea span.head {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea span.head {
    margin-bottom: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea span.head {
    margin-bottom: 10px;
  }
}
.form-inside .formCol .formColContent .textarea > label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea > label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea > label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea > label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea > label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea > label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea > label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea > label {
    margin-bottom: 3px;
  }
}
.form-inside .formCol .formColContent .textarea textarea {
  resize: none;
  background: #FBFBFB;
  border-radius: 10px;
  border-color: #F6F7F9;
  width: 100%;
  height: 80px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea textarea {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea textarea {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea textarea {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea textarea {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea textarea {
    height: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea textarea {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea textarea {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea textarea {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea textarea {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .textarea textarea {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .textarea textarea {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .textarea textarea {
    font-size: 14px;
  }
}
.form-inside .formCol .formColContent .textarea textarea:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.form-inside .formCol .formColContent .select > label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select > label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select > label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select > label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select > label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select > label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select > label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select > label {
    margin-bottom: 3px;
  }
}
.form-inside .formCol .formColContent .select select {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select select {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select select {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select select {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select select {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select select {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select select {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select select {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select select {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .select select {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .select select {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .select select {
    font-size: 14px;
  }
}
.form-inside .formCol .formColContent .select select:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.form-inside .formCol .formColContent .checkbox > label {
  border-top: 0.2vw solid #F7F7F7;
  padding-top: 16px;
  margin-bottom: 8px;
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox > label {
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox > label {
    padding-top: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox > label {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox > label {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox > label {
    margin-bottom: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox > label {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox > label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox > label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox > label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox > label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox > label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox > label {
    letter-spacing: 0.83px;
  }
}
.form-inside .formCol .formColContent .checkbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8vw;
}
.form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
  width: calc(50% - 0.8vw);
}
.form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
.form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span {
    padding-left: 43px;
  }
}
.form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .checkbox .wpcf7-checkbox span.wpcf7-list-item label span:before {
    top: -4px;
  }
}
.form-inside .formCol .formColContent .agree input {
  position: absolute;
  opacity: 0;
}
.form-inside .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.form-inside .formCol .formColContent .agree span {
  margin: 0;
}
.form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
.form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.form-inside .formCol .formColContent .agree span.wpcf7-list-item-label {
  display: block;
  font-style: italic;
}
.form-inside .formCol .formColContent .send input {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  border: 0.11vw solid #00D563;
  background-color: #00D563;
  color: #fff;
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .send input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .send input {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .send input {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .send input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .send input {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .send input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .send input {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .send input {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .send input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .form-inside .formCol .formColContent .send input {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .form-inside .formCol .formColContent .send input {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .form-inside .formCol .formColContent .send input {
    padding-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .form-inside .formCol .formColContent .send input {
    display: block;
    width: 100%;
  }
}
.form-inside .formCol .formColContent .send input:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}

.consultant > * {
  position: relative;
}
.consultant .heading h2, .consultant .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .consultant .heading h2, .consultant .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .consultant .heading h2, .consultant .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .consultant .heading h2, .consultant .heading .h2 {
    font-size: 44px;
  }
}
.consultant .heading h2 span, .consultant .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .consultant .heading h2 span, .consultant .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .consultant .heading h2 span, .consultant .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .consultant .heading h2 span, .consultant .heading .h2 span {
    font-size: 28px;
  }
}
.consultant .heading h2:after, .consultant .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .consultant .heading h2:after, .consultant .heading .h2:after {
    margin-bottom: 34px;
  }
}
.consultant .col {
  background: #FFFFFF;
  border: 3px solid #F9F9FB;
  padding: 30px;
}
@media (min-width: 992px) {
  .consultant .col {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .consultant .col {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .consultant .col {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .consultant .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 15px);
            flex: 0 0 calc(100% - 15px);
  }
}
@media (min-width: 1200px) {
  .consultant .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.1vw;
            flex: 0 0 24.1vw;
  }
}
.consultant .col .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.consultant .col .top .image {
  position: relative;
  border-radius: 100rem;
  z-index: 1;
}
.consultant .col .top .image:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  border: 0.12vw solid #00D563;
  border-radius: 100rem;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .consultant .col .top .image:after {
    left: 5px;
  }
}
@media (min-width: 1200px) {
  .consultant .col .top .image:after {
    left: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .consultant .col .top .image:after {
    left: 5px;
  }
}
@media (min-width: 992px) {
  .consultant .col .top .image:after {
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .consultant .col .top .image:after {
    bottom: -0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .consultant .col .top .image:after {
    bottom: -5px;
  }
}
.consultant .col .top .image img {
  width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .consultant .col .top .image img {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .consultant .col .top .image img {
    width: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .consultant .col .top .image img {
    width: 60px;
  }
}
.consultant .col .top .bottomText > * {
  font-size: 15px;
  color: #060F45;
}
@media (min-width: 992px) {
  .consultant .col .top .bottomText > * {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .consultant .col .top .bottomText > * {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .consultant .col .top .bottomText > * {
    font-size: 15px;
  }
}
.consultant .col .top .bottomText .place span {
  text-decoration: underline;
}
.consultant .col .bottom .bottomSingle.mail a {
  color: #012E52;
  font-weight: 700;
}
.consultant .col .bottom .bottomSingle.tel a {
  color: #80919E;
  font-weight: 200;
  font-style: italic;
}

.caseStudyPage {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .caseStudyPage {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage {
    padding-top: 7.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage {
    padding-bottom: 80px;
  }
}
.caseStudyPage > * {
  position: relative;
}
.caseStudyPage img.contactDataFormElement {
  position: absolute;
  top: 0;
  right: 0;
  width: 1084px;
  height: auto;
}
@media (min-width: 992px) {
  .caseStudyPage img.contactDataFormElement {
    width: 1084px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage img.contactDataFormElement {
    width: 57.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage img.contactDataFormElement {
    width: 1084px;
  }
}
.caseStudyPage h1, .caseStudyPage .h1 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .caseStudyPage h1, .caseStudyPage .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage h1, .caseStudyPage .h1 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage h1, .caseStudyPage .h1 {
    font-size: 44px;
  }
}
.caseStudyPage .colTopPage p {
  color: #717684;
  font-size: 15px;
}
@media (min-width: 992px) {
  .caseStudyPage .colTopPage p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colTopPage p {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colTopPage p {
    font-size: 15px;
  }
}
.caseStudyPage .colTopPage p strong {
  font-size: 18px;
  color: #444A57;
}
@media (min-width: 992px) {
  .caseStudyPage .colTopPage p strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colTopPage p strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colTopPage p strong {
    font-size: 18px;
  }
}
.caseStudyPage .colSingleTop {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
          box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
  border-radius: 20px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop {
    border-radius: 20px;
  }
}
.caseStudyPage .colSingleTop-thumb {
  padding: 11px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-thumb {
    padding: 11px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-thumb {
    padding: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-thumb {
    padding: 11px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-thumb {
    width: 50%;
  }
}
.caseStudyPage .colSingleTop-thumb img {
  width: 100%;
  height: auto;
}
.caseStudyPage .colSingleTop-data {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data {
    padding-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data {
    padding-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data {
    width: 50%;
  }
}
.caseStudyPage .colSingleTop-data span {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #717684;
  margin-bottom: 13px;
  display: block;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data span {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data span {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data span {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data span {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data span {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data span {
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data span {
    margin-bottom: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data span {
    margin-bottom: 13px;
  }
}
.caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #060F45;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data h3, .caseStudyPage .colSingleTop-data .h3 {
    margin-bottom: 20px;
  }
}
.caseStudyPage .colSingleTop-data ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li {
    margin-bottom: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li {
    font-size: 13px;
  }
}
.caseStudyPage .colSingleTop-data ul li:before {
  content: "";
  background: url(/wp-content/uploads/2022/12/checked.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -32px;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    top: 0vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    top: 0px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    background-size: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    background-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data ul li:before {
    background-size: 20px;
  }
}
.caseStudyPage .colSingleTop-data a.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #060F45;
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data a.read-more {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data a.read-more {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data a.read-more {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingleTop-data a.read-more {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingleTop-data a.read-more {
    margin-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingleTop-data a.read-more {
    margin-top: 15px;
  }
}
.caseStudyPage .colSingle {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
          box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
  border-radius: 20px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1vw);
            flex: 0 0 calc(50% - 1vw);
    width: calc(50% - 1vw);
  }
}
.caseStudyPage .colSingle .thumb {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 11px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle .thumb {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle .thumb {
    height: 21.186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle .thumb {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle .thumb {
    margin-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle .thumb {
    margin-bottom: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle .thumb {
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle .thumb {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle .thumb {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle .thumb {
    border-radius: 10px;
  }
}
.caseStudyPage .colSingle-data {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data {
    padding-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data {
    padding-right: 40px;
  }
}
.caseStudyPage .colSingle-data span {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #717684;
  margin-bottom: 13px;
  display: block;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data span {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data span {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data span {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data span {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data span {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data span {
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data span {
    margin-bottom: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data span {
    margin-bottom: 13px;
  }
}
.caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #060F45;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data h3, .caseStudyPage .colSingle-data .h3 {
    margin-bottom: 20px;
  }
}
.caseStudyPage .colSingle-data ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li {
    margin-bottom: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li {
    font-size: 13px;
  }
}
.caseStudyPage .colSingle-data ul li:before {
  content: "";
  background: url(/wp-content/uploads/2022/12/checked.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -32px;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li:before {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li:before {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li:before {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li:before {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li:before {
    height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li:before {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li:before {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li:before {
    top: 0vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li:before {
    top: 0px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data ul li:before {
    background-size: 20px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data ul li:before {
    background-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data ul li:before {
    background-size: 20px;
  }
}
.caseStudyPage .colSingle-data a.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #060F45;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data a.read-more {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data a.read-more {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data a.read-more {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data a.read-more {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data a.read-more {
    margin-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data a.read-more {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .colSingle-data a.read-more {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .colSingle-data a.read-more {
    margin-bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .colSingle-data a.read-more {
    margin-bottom: 30px;
  }
}
.caseStudyPage .rowBottom {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .caseStudyPage .rowBottom {
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .rowBottom {
    padding-left: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .rowBottom {
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .caseStudyPage .rowBottom {
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .caseStudyPage .rowBottom {
    padding-right: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .caseStudyPage .rowBottom {
    padding-right: 12px;
  }
}

.caseHeroContent.imageAbsolute img {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 40px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: calc(50vw - 40px);
  border-radius: 20px 0 0 20px;
}
.caseHeroContent.imageAbsolute {
  position: relative;
  margin: 110px 0 200px;
}
@media (max-width: 1200px) {
  .caseHeroContent.imageAbsolute img {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    max-width: 900px;
    margin: 30px auto 0 !important;
    display: block;
    height: auto;
  }
  .caseHeroContent.imageAbsolute {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .caseHeroContent.imageAbsolute img {
    width: calc(100% - 30px);
    max-width: 657px;
  }
}
@media (max-width: 768px) {
  .caseHeroContent.imageAbsolute img {
    width: calc(100% - 60px);
    max-width: 478px;
  }
}

.sectionTech > * {
  position: relative;
}
.sectionTech h2, .sectionTech .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionTech h2, .sectionTech .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionTech h2, .sectionTech .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionTech h2, .sectionTech .h2 {
    font-size: 33px;
  }
}
.sectionTech h2 span, .sectionTech .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionTech h2 span, .sectionTech .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionTech h2 span, .sectionTech .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionTech h2 span, .sectionTech .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionTech h2:after, .sectionTech .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionTech .swiperTech {
  border-top: 1px solid #F9F9FA;
  border-bottom: 1px solid #F9F9FA;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .sectionTech .swiperTech {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionTech .swiperTech {
    padding-top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionTech .swiperTech {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .sectionTech .swiperTech {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionTech .swiperTech {
    padding-bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionTech .swiperTech {
    padding-bottom: 30px;
  }
}
.sectionTech .swiperTech .swiper-slide img {
  width: 114px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sectionTech .swiperTech .swiper-slide img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionTech .swiperTech .swiper-slide img {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .sectionTech .swiperTech .swiper-slide img {
    margin-bottom: 20px;
  }
}
.sectionTech .swiperTech .swiper-slide h4, .sectionTech .swiperTech .swiper-slide .h4 {
  font-size: 17px;
}
@media (min-width: 992px) {
  .sectionTech .swiperTech .swiper-slide h4, .sectionTech .swiperTech .swiper-slide .h4 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .sectionTech .swiperTech .swiper-slide h4, .sectionTech .swiperTech .swiper-slide .h4 {
    font-size: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .sectionTech .swiperTech .swiper-slide h4, .sectionTech .swiperTech .swiper-slide .h4 {
    font-size: 17px;
  }
}

.sectionNumber > * {
  position: relative;
}
.sectionNumber h2, .sectionNumber .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionNumber h2, .sectionNumber .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber h2, .sectionNumber .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber h2, .sectionNumber .h2 {
    font-size: 33px;
  }
}
.sectionNumber h2 span, .sectionNumber .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionNumber h2 span, .sectionNumber .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber h2 span, .sectionNumber .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber h2 span, .sectionNumber .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber h2:after, .sectionNumber .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionNumber .singleNumber {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber {
    padding-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber {
    padding-bottom: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber {
    padding-left: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber {
    padding-right: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber {
    gap: 11px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber {
    gap: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber {
    gap: 11px;
  }
}
.sectionNumber .singleNumber .number {
  color: #00D563;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber .number {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber .number {
    font-size: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber .number {
    font-size: 40px;
  }
}
.sectionNumber .singleNumber p {
  color: #060F45;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber p {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .sectionNumber .singleNumber p {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionNumber .singleNumber p {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionNumber .singleNumber p {
    line-height: 30px;
  }
}

.sectionOpinionClient > * {
  position: relative;
}
.sectionOpinionClient h2, .sectionOpinionClient .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionOpinionClient h2, .sectionOpinionClient .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient h2, .sectionOpinionClient .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient h2, .sectionOpinionClient .h2 {
    font-size: 33px;
  }
}
.sectionOpinionClient h2 span, .sectionOpinionClient .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionOpinionClient h2 span, .sectionOpinionClient .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient h2 span, .sectionOpinionClient .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient h2 span, .sectionOpinionClient .h2 span {
    font-size: 28px;
  }
}
.sectionOpinionClient .opinionContent {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent {
    padding: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent {
    padding: 40px;
  }
}
.sectionOpinionClient .opinionContent > p {
  font-size: 20px;
  line-height: 30px;
  color: #060F45;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent > p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent > p {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent > p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent > p {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent > p {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent > p {
    line-height: 30px;
  }
}
.sectionOpinionClient .opinionContent > p:before {
  content: "“";
  font-size: 50px;
  line-height: 30px;
  color: #060F45;
  font-weight: 800;
  display: block;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent > p:before {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent > p:before {
    font-size: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent > p:before {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent > p:before {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent > p:before {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent > p:before {
    line-height: 30px;
  }
}
.sectionOpinionClient .opinionContent {
  position: relative;
  z-index: 2;
}
.sectionOpinionClient .opinionContent .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent .bottom {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent .bottom {
    margin-top: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent .bottom {
    margin-top: 50px;
  }
}
.sectionOpinionClient .opinionContent .bottom .image {
  position: relative;
  border-radius: 100rem;
}
.sectionOpinionClient .opinionContent .bottom .image:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  border: 0.12vw solid #00D563;
  border-radius: 100rem;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent .bottom .image:after {
    left: 5px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent .bottom .image:after {
    left: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent .bottom .image:after {
    left: 5px;
  }
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent .bottom .image:after {
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent .bottom .image:after {
    bottom: -0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent .bottom .image:after {
    bottom: -5px;
  }
}
.sectionOpinionClient .opinionContent .bottom .image img {
  width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent .bottom .image img {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent .bottom .image img {
    width: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent .bottom .image img {
    width: 60px;
  }
}
.sectionOpinionClient .opinionContent .bottom .bottomText > * {
  font-size: 15px;
  color: #060F45;
}
@media (min-width: 992px) {
  .sectionOpinionClient .opinionContent .bottom .bottomText > * {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionOpinionClient .opinionContent .bottom .bottomText > * {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionOpinionClient .opinionContent .bottom .bottomText > * {
    font-size: 15px;
  }
}
.sectionOpinionClient .opinionContent .bottom .bottomText .place span {
  text-decoration: underline;
}

.sectionProcessRealizacji {
  background: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .sectionProcessRealizacji {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji {
    padding-top: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji {
    padding-bottom: 80px;
  }
}
.sectionProcessRealizacji > * {
  position: relative;
}
.sectionProcessRealizacji h2, .sectionProcessRealizacji .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionProcessRealizacji h2, .sectionProcessRealizacji .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji h2, .sectionProcessRealizacji .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji h2, .sectionProcessRealizacji .h2 {
    font-size: 33px;
  }
}
.sectionProcessRealizacji h2 span, .sectionProcessRealizacji .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionProcessRealizacji h2 span, .sectionProcessRealizacji .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji h2 span, .sectionProcessRealizacji .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji h2 span, .sectionProcessRealizacji .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji h2:after, .sectionProcessRealizacji .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionProcessRealizacji .procesTable-line {
  width: 1px;
  height: 100%;
  background-color: #00D563;
  position: absolute;
  top: 0;
  left: 23px;
  bottom: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .procesTable-line {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.sectionProcessRealizacji .procesTable-line .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #e3e7e8;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .rowRight .colContent {
    float: right;
  }
}
.sectionProcessRealizacji .rowRight .colContent:after {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 150px;
  border: 2px solid #EDEDED;
  position: absolute;
  background-color: #fff;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    width: 39px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    width: 2.0656779661vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    width: 39px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    height: 2.0656779661vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    height: 39px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    left: -5.8792372881vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .rowRight .colContent:after {
    left: -111px;
  }
}
.sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 150px;
  border: 2px solid #EDEDED;
  position: absolute;
  background-color: #fff;
  right: unset;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    width: 39px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    width: 2.0656779661vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    width: 39px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    height: 2.0656779661vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    height: 39px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    left: -3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    right: -111px;
    left: unset;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    right: -111px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    right: -5.8792372881vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .sectionProcessRealizacji .row:not(.rowRight) .colContent:after {
    right: -111px;
  }
}
.sectionProcessRealizacji .colContent {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .sectionProcessRealizacji .colContent {
    width: calc(100% - 65px);
    margin-left: 65px;
  }
}
.sectionProcessRealizacji .colContent.active:after {
  -webkit-box-shadow: inset 0px 0px 0px 0.45vw rgb(250, 250, 250) !important;
          box-shadow: inset 0px 0px 0px 0.45vw rgb(250, 250, 250) !important;
  background: #00d563 !important;
  border-color: #00d563 !important;
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .colContent {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .colContent {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .colContent {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .colContent {
    width: 598px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .sectionProcessRealizacji .colContent {
    width: 598px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sectionProcessRealizacji .colContent {
    width: 31.6737288136vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .sectionProcessRealizacji .colContent {
    width: 598px;
  }
}
.sectionProcessRealizacji .colContent .smallTitle {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.1px;
  color: #060F45;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    line-height: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    letter-spacing: 1.1px;
  }
}
@media (min-width: 1200px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    letter-spacing: 0.0582627119vw;
  }
}
@media (min-width: 1920px) {
  .sectionProcessRealizacji .colContent .smallTitle {
    letter-spacing: 1.1px;
  }
}

.singleNumber .circle_percent {
  font-size: 260px;
  width: 218px;
  height: 218px;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}
@media (min-width: 992px) {
  .singleNumber .circle_percent {
    font-size: 240px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_percent {
    font-size: 12.1822033898vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_percent {
    font-size: 230px;
  }
}
@media (min-width: 992px) {
  .singleNumber .circle_percent {
    width: 218px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_percent {
    width: 11.5466101695vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_percent {
    width: 218px;
  }
}
@media (min-width: 992px) {
  .singleNumber .circle_percent {
    height: 218px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_percent {
    height: 11.5466101695vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_percent {
    height: 218px;
  }
}
.singleNumber .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 218px;
  height: 218px;
  clip: rect(0 1em 1em 0.5em);
}
@media (min-width: 992px) {
  .singleNumber .circle_inner {
    width: 218px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_inner {
    width: 11.5466101695vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_inner {
    width: 218px;
  }
}
@media (min-width: 992px) {
  .singleNumber .circle_inner {
    height: 218px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_inner {
    height: 11.5466101695vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_inner {
    height: 218px;
  }
}
.singleNumber .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 218px;
  height: 218px;
  background: #00D563;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}
@media (min-width: 992px) {
  .singleNumber .round_per {
    width: 218px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .round_per {
    width: 11.5466101695vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .round_per {
    width: 218px;
  }
}
@media (min-width: 992px) {
  .singleNumber .round_per {
    height: 218px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .round_per {
    height: 11.5466101695vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .round_per {
    height: 218px;
  }
}
.singleNumber .percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.singleNumber .percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #00D563;
  content: "";
}
.singleNumber .circle_inbox {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .singleNumber .circle_inbox {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_inbox {
    top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_inbox {
    top: 30px;
  }
}
@media (min-width: 992px) {
  .singleNumber .circle_inbox {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_inbox {
    left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_inbox {
    left: 30px;
  }
}
@media (min-width: 992px) {
  .singleNumber .circle_inbox {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_inbox {
    right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_inbox {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .singleNumber .circle_inbox {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .circle_inbox {
    bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .circle_inbox {
    bottom: 30px;
  }
}
.singleNumber .percent_text {
  position: absolute;
  font-weight: 800;
  color: #060F45;
  font-size: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 992px) {
  .singleNumber .percent_text {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .singleNumber .percent_text {
    font-size: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .singleNumber .percent_text {
    font-size: 30px;
  }
}
.singleNumber .descBelow {
  color: #060F45;
}
.singleNumber .descBelow b, .singleNumber .descBelow strong {
  color: #00D563;
  font-weight: 600;
}

.sectionExpert > * {
  position: relative;
}
.sectionExpert h2, .sectionExpert .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionExpert h2, .sectionExpert .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert h2, .sectionExpert .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert h2, .sectionExpert .h2 {
    font-size: 33px;
  }
}
.sectionExpert h2 span, .sectionExpert .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionExpert h2 span, .sectionExpert .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert h2 span, .sectionExpert .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert h2 span, .sectionExpert .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert h2:after, .sectionExpert .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionExpert .rowContent {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.1);
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .sectionExpert .rowContent {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .rowContent {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .rowContent {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .sectionExpert .rowContent {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .rowContent {
    padding-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .rowContent {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .sectionExpert .rowContent {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .rowContent {
    padding-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .rowContent {
    padding-bottom: 40px;
  }
}
.sectionExpert .colText {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #060F45;
}
@media (min-width: 992px) {
  .sectionExpert .colText {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colText {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colText {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sectionExpert .colText {
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colText {
    line-height: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colText {
    line-height: 34px;
  }
}
.sectionExpert .colPerson img {
  width: 130px;
  height: 130px;
  border-radius: 400px;
}
@media (min-width: 992px) {
  .sectionExpert .colPerson img {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colPerson img {
    width: 6.8855932203vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colPerson img {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .sectionExpert .colPerson img {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colPerson img {
    height: 6.8855932203vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colPerson img {
    height: 130px;
  }
}
.sectionExpert .colPerson .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #060F45;
}
@media (min-width: 992px) {
  .sectionExpert .colPerson .name {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colPerson .name {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colPerson .name {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sectionExpert .colPerson .name {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colPerson .name {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colPerson .name {
    line-height: 22px;
  }
}
.sectionExpert .colPerson span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #060F45;
}
@media (min-width: 992px) {
  .sectionExpert .colPerson span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colPerson span {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colPerson span {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sectionExpert .colPerson span {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionExpert .colPerson span {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionExpert .colPerson span {
    line-height: 22px;
  }
}

.single-kariera img.contactDataFormElement {
  position: absolute;
  top: 0;
  right: 0;
  width: 1084px;
  height: auto;
}
@media (min-width: 992px) {
  .single-kariera img.contactDataFormElement {
    width: 1084px;
  }
}
@media (min-width: 1200px) {
  .single-kariera img.contactDataFormElement {
    width: 57.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .single-kariera img.contactDataFormElement {
    width: 1084px;
  }
}

.contentWork > * {
  position: relative;
}
.contentWork h2, .contentWork .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contentWork h2, .contentWork .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .contentWork h2, .contentWork .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .contentWork h2, .contentWork .h2 {
    font-size: 33px;
  }
}
.contentWork h2 span, .contentWork .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .contentWork h2 span, .contentWork .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .contentWork h2 span, .contentWork .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .contentWork h2 span, .contentWork .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .contentWork h2:after, .contentWork .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.contentWork .singleQuestion {
  background: #fff;
  border: 3px solid #f8f8f8;
  margin-bottom: -3px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
@media (min-width: 992px) {
  .contentWork .singleQuestion {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion {
    padding-left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .contentWork .singleQuestion {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .contentWork .singleQuestion {
    padding-top: 18px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion {
    padding-top: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .contentWork .singleQuestion {
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion {
    padding-bottom: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion {
    padding-bottom: 18px;
  }
}
.contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #060F45;
}
@media (min-width: 992px) {
  .contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
    line-height: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion h4, .contentWork .singleQuestion .h4 {
    line-height: 24px;
  }
}
.contentWork .singleQuestion .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
          transform: rotate(-90deg) translate(0, -50%);
  right: 28px;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .contentWork .singleQuestion .arrow {
    right: 28px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion .arrow {
    right: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion .arrow {
    right: 28px;
  }
}
.contentWork .singleQuestion .singleQuestion-bottom span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #73848B;
}
@media (min-width: 992px) {
  .contentWork .singleQuestion .singleQuestion-bottom span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion .singleQuestion-bottom span {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion .singleQuestion-bottom span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .contentWork .singleQuestion .singleQuestion-bottom span {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion .singleQuestion-bottom span {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion .singleQuestion-bottom span {
    line-height: 21px;
  }
}
.contentWork .singleQuestion .singleQuestion-bottom span img {
  height: 15px;
  width: auto;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .contentWork .singleQuestion .singleQuestion-bottom span img {
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion .singleQuestion-bottom span img {
    height: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion .singleQuestion-bottom span img {
    height: 15px;
  }
}
@media (min-width: 992px) {
  .contentWork .singleQuestion .singleQuestion-bottom span img {
    margin-right: 6px;
  }
}
@media (min-width: 1200px) {
  .contentWork .singleQuestion .singleQuestion-bottom span img {
    margin-right: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .contentWork .singleQuestion .singleQuestion-bottom span img {
    margin-right: 6px;
  }
}

.workList > * {
  position: relative;
}
.workList h3, .workList .h3 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .workList h3, .workList .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .workList h3, .workList .h3 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .workList h3, .workList .h3 {
    font-size: 33px;
  }
}
.workList h3 span, .workList .h3 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .workList h3 span, .workList .h3 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .workList h3 span, .workList .h3 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .workList h3 span, .workList .h3 span {
    font-size: 28px;
  }
}
.workList h3:after, .workList .h3:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 992px) {
  .workList h3:after, .workList .h3:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .workList h3:after, .workList .h3:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .workList h3:after, .workList .h3:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .workList h3:after, .workList .h3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .workList h3:after, .workList .h3:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .workList h3:after, .workList .h3:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .workList h3:after, .workList .h3:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .workList h3:after, .workList .h3:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .workList h3:after, .workList .h3:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .workList h3:after, .workList .h3:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .workList h3:after, .workList .h3:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .workList h3:after, .workList .h3:after {
    margin-bottom: 34px;
  }
}
.workList ul {
  padding: 0;
}
.workList ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .workList ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .workList ul li {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .workList ul li {
    margin-bottom: 20px;
  }
}
.workList ul li img {
  position: relative;
  top: 5px;
  width: 15px;
  height: auto;
}
@media (min-width: 992px) {
  .workList ul li img {
    top: 5px;
  }
}
@media (min-width: 1200px) {
  .workList ul li img {
    top: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .workList ul li img {
    top: 5px;
  }
}
@media (min-width: 992px) {
  .workList ul li img {
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .workList ul li img {
    width: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .workList ul li img {
    width: 15px;
  }
}
.workList .workInfo .workInfo-content {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-content {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-content {
    padding-top: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-content {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-content {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-content {
    padding-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-content {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-content {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-content {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-content {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-content {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-content {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-content {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-content {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-content {
    border-radius: 15px;
  }
}
.workList .workInfo .workInfo-content h4, .workList .workInfo .workInfo-content .h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-content h4, .workList .workInfo .workInfo-content .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-content h4, .workList .workInfo .workInfo-content .h4 {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-content h4, .workList .workInfo .workInfo-content .h4 {
    font-size: 28px;
  }
}
.workList .workInfo .workInfo-content h4:after, .workList .workInfo .workInfo-content .h4:after {
  margin-left: auto;
  margin-right: auto;
}
.workList .workInfo .workInfo-data span {
  color: #fff;
}
.workList .workInfo .workInfo-data span img {
  height: 16px;
  width: auto;
  -webkit-filter: invert(48%) sepia(99%) saturate(437%) hue-rotate(96deg) brightness(106%) contrast(101%);
          filter: invert(48%) sepia(99%) saturate(437%) hue-rotate(96deg) brightness(106%) contrast(101%);
}
@media (min-width: 992px) {
  .workList .workInfo .workInfo-data span img {
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .workInfo-data span img {
    height: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .workInfo-data span img {
    height: 16px;
  }
}
.workList .workInfo .sendCV {
  font-weight: 700;
  color: #fff;
  background-color: #00D563;
  max-width: 395px;
  width: 100%;
  padding: 0 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .workList .workInfo .sendCV {
    max-width: 395px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .sendCV {
    max-width: 20.9216101695vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .sendCV {
    max-width: 395px;
  }
}
@media (min-width: 992px) {
  .workList .workInfo .sendCV {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .sendCV {
    padding-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .sendCV {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .workList .workInfo .sendCV {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .workList .workInfo .sendCV {
    padding-bottom: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .workList .workInfo .sendCV {
    padding-bottom: 15px;
  }
}
.workList .workInfo .sendCV:hover {
  background-color: #fff;
  color: #00D563;
}

.blockChart > * {
  position: relative;
}
.blockChart .chartInfo .charInfoHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #060F45;
}
@media (min-width: 992px) {
  .blockChart .chartInfo .charInfoHeading {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .blockChart .chartInfo .charInfoHeading {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .blockChart .chartInfo .charInfoHeading {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .blockChart .chartInfo .charInfoHeading {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .blockChart .chartInfo .charInfoHeading {
    line-height: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .blockChart .chartInfo .charInfoHeading {
    line-height: 25px;
  }
}
.blockChart .chartInfoList {
  background-color: #fff;
}
.blockChart .chartInfoList > div {
  background: #F9F9F9;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .blockChart .chartInfoList > div {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .blockChart .chartInfoList > div {
    border-radius: 0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .blockChart .chartInfoList > div {
    border-radius: 4px;
  }
}
.blockChart .chartInfoList > div span {
  color: #717684;
}
.blockChart .chartInfoList > div span.green {
  color: #00D563;
}

.sectionOurTeam {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sectionOurTeam > * {
  position: relative;
}
@media (min-width: 992px) {
  .sectionOurTeam {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam {
    padding-top: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .sectionOurTeam {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam {
    padding-bottom: 80px;
  }
}
.sectionOurTeam h2, .sectionOurTeam .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionOurTeam h2, .sectionOurTeam .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam h2, .sectionOurTeam .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam h2, .sectionOurTeam .h2 {
    font-size: 33px;
  }
}
.sectionOurTeam h2 span, .sectionOurTeam .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionOurTeam h2 span, .sectionOurTeam .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam h2 span, .sectionOurTeam .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam h2 span, .sectionOurTeam .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam h2:after, .sectionOurTeam .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionOurTeam .rowPerson .singlePerson-image .person {
  position: relative;
  z-index: 1;
  width: 300px;
  height: auto;
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson-image .person {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson-image .person {
    width: 15.8898305085vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson-image .person {
    width: 300px;
  }
}
.sectionOurTeam .rowPerson .singlePerson-image .mask {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 310px;
  height: 286px;
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson-image .mask {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson-image .mask {
    width: 16.4194915254vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson-image .mask {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson-image .mask {
    height: 286px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson-image .mask {
    height: 15.1483050847vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson-image .mask {
    height: 286px;
  }
}
.sectionOurTeam .rowPerson .singlePerson .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #0F1E4C;
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson .name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson .name {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson .name {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson .name {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson .name {
    line-height: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson .name {
    line-height: 28px;
  }
}
.sectionOurTeam .rowPerson .singlePerson .smallDesc {
  font-size: 13px;
  line-height: 22px;
  color: #717684;
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson .smallDesc {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson .smallDesc {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson .smallDesc {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .sectionOurTeam .rowPerson .singlePerson .smallDesc {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionOurTeam .rowPerson .singlePerson .smallDesc {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurTeam .rowPerson .singlePerson .smallDesc {
    line-height: 22px;
  }
}

.sectionOurValues > * {
  position: relative;
}
.sectionOurValues h2, .sectionOurValues .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sectionOurValues h2, .sectionOurValues .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues h2, .sectionOurValues .h2 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues h2, .sectionOurValues .h2 {
    font-size: 33px;
  }
}
.sectionOurValues h2 span, .sectionOurValues .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionOurValues h2 span, .sectionOurValues .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues h2 span, .sectionOurValues .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues h2 span, .sectionOurValues .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues h2:after, .sectionOurValues .h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionOurValues .small-heading {
  font-size: 12px;
  color: #060F45;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sectionOurValues .small-heading {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .small-heading {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .small-heading {
    font-size: 12px;
  }
}
.sectionOurValues .rowIcon--single img {
  width: auto;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .sectionOurValues .rowIcon--single img {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowIcon--single img {
    height: 8.4745762712vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowIcon--single img {
    height: 160px;
  }
}
.sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  /* identical to box height, or 127% */
  text-align: center;
  color: #0F1E4C;
}
@media (min-width: 992px) {
  .sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
    line-height: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowIcon--single h3, .sectionOurValues .rowIcon--single .h3 {
    line-height: 28px;
  }
}
.sectionOurValues .rowIcon--single p {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  /* or 173% */
  text-align: center;
  color: #717684;
}
@media (min-width: 992px) {
  .sectionOurValues .rowIcon--single p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowIcon--single p {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowIcon--single p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .sectionOurValues .rowIcon--single p {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowIcon--single p {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowIcon--single p {
    line-height: 22px;
  }
}
.sectionOurValues .rowNumber {
  border-top: 1px solid #f3f5f7;
  margin: 0;
}
.sectionOurValues .rowNumber--single .number {
  font-weight: 700;
  font-size: 37px;
  line-height: 57px;
  text-align: center;
  color: #060F45;
}
@media (min-width: 992px) {
  .sectionOurValues .rowNumber--single .number {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowNumber--single .number {
    font-size: 1.9597457627vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowNumber--single .number {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .sectionOurValues .rowNumber--single .number {
    line-height: 57px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowNumber--single .number {
    line-height: 3.0190677966vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowNumber--single .number {
    line-height: 57px;
  }
}
.sectionOurValues .rowNumber--single .number:after {
  content: ".";
  font-size: 37px;
  line-height: 57px;
  color: #21E89C;
}
@media (min-width: 992px) {
  .sectionOurValues .rowNumber--single .number:after {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowNumber--single .number:after {
    font-size: 1.9597457627vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowNumber--single .number:after {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .sectionOurValues .rowNumber--single .number:after {
    line-height: 57px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowNumber--single .number:after {
    line-height: 3.0190677966vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowNumber--single .number:after {
    line-height: 57px;
  }
}
.sectionOurValues .rowNumber--single p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  text-align: center;
  color: #87919C;
}
@media (min-width: 992px) {
  .sectionOurValues .rowNumber--single p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowNumber--single p {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowNumber--single p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sectionOurValues .rowNumber--single p {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .sectionOurValues .rowNumber--single p {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .sectionOurValues .rowNumber--single p {
    line-height: 22px;
  }
}

.post-page__top > * {
  position: relative;
}
.post-page__top .containerTop .colTopPage .smallTitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage .smallTitle {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage .smallTitle {
    font-size: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage .smallTitle {
    font-size: 30px;
  }
}
.post-page__top .containerTop .colTopPage h1, .post-page__top .containerTop .colTopPage .h1 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage h1, .post-page__top .containerTop .colTopPage .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage h1, .post-page__top .containerTop .colTopPage .h1 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage h1, .post-page__top .containerTop .colTopPage .h1 {
    font-size: 44px;
  }
}
.post-page__top .containerTop .colTopPage h3, .post-page__top .containerTop .colTopPage .h3 {
  color: #060F45;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage h3, .post-page__top .containerTop .colTopPage .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage h3, .post-page__top .containerTop .colTopPage .h3 {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage h3, .post-page__top .containerTop .colTopPage .h3 {
    font-size: 22px;
  }
}
.post-page__top .containerTop .colTopPage strong {
  font-size: 18px;
  color: #444A57;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage strong {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage strong {
    margin-bottom: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage strong {
    margin-bottom: 5px;
  }
}
.post-page__top .containerTop .colTopPage .titleList {
  font-size: 11px;
  letter-spacing: 0.9px;
  font-weight: 600;
  color: #060F45;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage .titleList {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage .titleList {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage .titleList {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage .titleList {
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage .titleList {
    letter-spacing: 0.0476694915vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage .titleList {
    letter-spacing: 0.9px;
  }
}
.post-page__top .containerTop .colTopPage ul {
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: -8px;
  margin-right: -4px;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul {
    margin-top: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul {
    margin-top: 14px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul {
    margin-bottom: 20px;
  }
}
.post-page__top .containerTop .colTopPage ul li {
  position: relative;
  list-style-type: none;
  border-top: 2px solid #F6F7F9;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul li {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul li {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul li {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-top: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-left: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul li {
    padding-right: 20px;
  }
}
.post-page__top .containerTop .colTopPage ul li:last-child {
  border-bottom: 2px solid #F6F7F9;
}
.post-page__top .containerTop .colTopPage ul li img {
  width: 36px;
  height: auto;
}
@media (min-width: 992px) {
  .post-page__top .containerTop .colTopPage ul li img {
    width: 36px;
  }
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colTopPage ul li img {
    width: 1.906779661vw;
  }
}
@media (min-width: 1920px) {
  .post-page__top .containerTop .colTopPage ul li img {
    width: 36px;
  }
}
.post-page__top .containerTop .colTopPage ul li p {
  margin-bottom: 0;
}
.post-page__top .containerTop .colImage img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .post-page__top .containerTop .colImage img {
    width: calc(100% + 11vw);
  }
}
body.single-casestudy .post-page > * {
  position: relative;
}
body.single-casestudy .post-page__content {
  font-size: 15px;
  line-height: 27px;
}
body.single-casestudy .post-page__content .post-page__content-sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding: 20px;
  padding-top: 45px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    padding-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    padding-top: 45px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar:before {
  content: "";
  background: #00D563;
  width: 40px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 0px 0px 6px 6px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    top: 120px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    top: 6.3559322034vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar {
    top: 120px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar h3, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 {
    font-size: 33px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar h3 span, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3 span, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3 span, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 span {
    font-size: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3 span, body.single-casestudy .post-page__content .post-page__content-sidebar .h3 span {
    font-size: 25px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 28px;
  margin-bottom: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    margin-bottom: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar h3:after, body.single-casestudy .post-page__content .post-page__content-sidebar .h3:after {
    margin-bottom: 28px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input label {
    margin-bottom: 3px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .input input {
    font-size: 14px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
body.single-casestudy .post-page__content .post-page__content-sidebar .agree input {
  position: absolute;
  opacity: 0;
}
body.single-casestudy .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .agree span {
  margin: 0;
}
body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
  display: block;
}
body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  border: 0.11vw solid #00D563;
  background-color: #00D563;
  color: #fff;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .post-page__content-sidebar .send input {
    padding-bottom: 12px;
  }
}
body.single-casestudy .post-page__content .post-page__content-sidebar .send input:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
body.single-casestudy .post-page__content .post-page__content-sidebar .send span.wpcf7-spinner {
  display: none;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content {
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content {
    line-height: 1.4300847458vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content {
    line-height: 27px;
  }
}
body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
  color: #060F45;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
    margin-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content h1, body.single-casestudy .post-page__content .h1, body.single-casestudy .post-page__content h2, body.single-casestudy .post-page__content .h2, body.single-casestudy .post-page__content h3, body.single-casestudy .post-page__content .h3, body.single-casestudy .post-page__content h4, body.single-casestudy .post-page__content .h4, body.single-casestudy .post-page__content h5, body.single-casestudy .post-page__content .h5, body.single-casestudy .post-page__content h6, body.single-casestudy .post-page__content .h6 {
    margin-bottom: 20px;
  }
}
body.single-casestudy .post-page__content ol {
  padding-left: 18px;
  margin: 0;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ol {
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ol {
    padding-left: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ol {
    padding-left: 18px;
  }
}
body.single-casestudy .post-page__content ol li {
  margin-bottom: 14px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ol li {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ol li {
    margin-bottom: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ol li {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ol li {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ol li {
    padding-left: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ol li {
    padding-left: 15px;
  }
}
body.single-casestudy .post-page__content ol li::marker {
  color: #00D563;
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ol li::marker {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ol li::marker {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ol li::marker {
    font-size: 18px;
  }
}
body.single-casestudy .post-page__content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ul li {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ul li {
    margin-bottom: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ul li {
    margin-bottom: 14px;
  }
}
body.single-casestudy .post-page__content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0.11vw solid #00D563;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 8px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ul li:before {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ul li:before {
    width: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ul li:before {
    width: 10px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ul li:before {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ul li:before {
    height: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ul li:before {
    height: 10px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content ul li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content ul li:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content ul li:before {
    top: 8px;
  }
}
body.single-casestudy .post-page__content .wp-block-image img {
  border-radius: 15px;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__content .wp-block-image img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__content .wp-block-image img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__content .wp-block-image img {
    border-radius: 20px;
  }
}
body.single-casestudy .post-page__nav .prev a img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #00D563;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    line-height: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    letter-spacing: 1.1px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    letter-spacing: 0.0582627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__nav .prev a span, body.single-casestudy .post-page__nav .next a span {
    letter-spacing: 1.1px;
  }
}
body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
  color: #060F45;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-top: 7px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    line-height: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    margin-top: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-casestudy .post-page__nav .prev a strong, body.single-casestudy .post-page__nav .next a strong {
    margin-top: 7px;
  }
}
body.single-casestudy .post-page__nav .prev a:hover strong, body.single-casestudy .post-page__nav .next a:hover strong {
  color: #00D563;
}

figcaption.wp-element-caption {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
}

.bar-long {
  height: 5px;
  position: fixed;
  background: #00d563;
  z-index: 10;
  top: 56px;
  left: 0;
  right: 0;
  width: 0;
}
@media (min-width: 992px) {
  .bar-long {
    height: 5px;
  }
}
@media (min-width: 1200px) {
  .bar-long {
    height: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .bar-long {
    height: 5px;
  }
}
@media (min-width: 992px) {
  .bar-long {
    top: 56px;
  }
}
@media (min-width: 1200px) {
  .bar-long {
    top: 4.5550847458vw;
  }
}
@media (min-width: 1920px) {
  .bar-long {
    top: 86px;
  }
}

body.single-post .contentListMobile span.title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #080f45;
}
body.single-post .contentListMobile span.action {
  cursor: pointer;
  display: inline-block;
  color: #45cb62;
  padding: 0 5px;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 600;
}
body.single-post .contentListMobile ul li a {
  color: #060F45;
  font-size: 12px;
  line-height: 20px;
  display: block;
  opacity: 0.7;
}
body.single-post .contentListMobile ul li:before {
  top: 4px !important;
}
body.single-post .contentListMobile ul {
  margin-top: 14px;
}
body.single-post .contentListMobile ul li a:hover {
  opacity: 1;
}
body.single-post .contentListMobile {
  background: #FFFFFF;
  border: 2px solid #F4F6F8;
  padding: 14px 24px;
}
@media (max-width: 640px) {
  body.single-post .contentPost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.single-post .contentPost h1.titlePost, body.single-post .contentPost .titlePost.h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -30px !important;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
  }
  body.single-post .contentPost h1.titlePost:before, body.single-post .contentPost .titlePost.h1:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    background: #fff;
    z-index: -1;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    top: -16px;
  }
  body.single-post .contentPost .autorInfoPost {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0 !important;
  }
  body.single-post .contentPost > * {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
body.single-post .socialScroll {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
@media (min-width: 1200px) {
  body.single-post .socialScroll {
    position: sticky;
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.single-post .socialScroll {
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.single-post .socialScroll {
    top: 6.8855932203vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.single-post .socialScroll {
    top: 130px;
  }
}
body.single-post .socialScroll ul {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
          box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul {
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul {
    gap: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul {
    gap: 18px;
  }
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul {
    padding-top: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul {
    padding-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul {
    padding-left: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul {
    padding-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 6vw;
    position: absolute;
    right: -4.5vw;
    width: calc(100% + 2vw);
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.single-post .socialScroll ul {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.single-post .socialScroll ul {
    padding-left: 0vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.single-post .socialScroll ul {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.single-post .socialScroll ul {
    padding-right: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.single-post .socialScroll ul {
    padding-right: 0vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.single-post .socialScroll ul {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul {
    max-width: 100px;
    right: -70px;
    position: absolute;
    width: 100%;
  }
}
body.single-post .socialScroll ul li {
  list-style-type: none;
  margin-bottom: 0 !important;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #F5F9FB;
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul li {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul li {
    width: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul li {
    width: 40px;
  }
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul li {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul li {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul li {
    height: 40px;
  }
}
body.single-post .socialScroll ul li:before {
  display: none;
}
body.single-post .socialScroll ul li a img {
  height: 13px;
  width: auto;
  border-radius: 0;
}
@media (min-width: 992px) {
  body.single-post .socialScroll ul li a img {
    height: 13px;
  }
}
@media (min-width: 1200px) {
  body.single-post .socialScroll ul li a img {
    height: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .socialScroll ul li a img {
    height: 13px;
  }
}
body.single-post .buttonSpis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
body.single-post .buttonSpis span {
  color: #fff;
  font-weight: 700;
  padding: 7px 20px !important;
  display: inline-block;
  font-family: "Baloo 2", cursive;
  font-size: 18px;
  background: #14e269;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
}
body.single-post .post-content__table-of-contents {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
@media (max-width: 1199px) {
  body.single-post .post-content__table-of-contents {
    padding: 0 32px 30px;
    display: none;
  }
  body.single-post .post-content__table-of-contents.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents {
    position: sticky;
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.single-post .post-content__table-of-contents {
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.single-post .post-content__table-of-contents {
    top: 6.8855932203vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.single-post .post-content__table-of-contents {
    top: 130px;
  }
}
body.single-post .post-content__table-of-contents ul {
  padding: 0;
  margin: 0;
}
body.single-post .post-content__table-of-contents ul:before {
  content: "Spis Treści";
  color: #080f45;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-family: "Baloo 2", cursive;
  font-size: 18px;
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul:before {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul:before {
    margin-bottom: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul:before {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul:before {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul:before {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul:before {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body.single-post .post-content__table-of-contents ul:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul {
    max-width: 16vw;
    position: absolute;
    left: -5vw;
    width: calc(100% + 2vw);
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul {
    max-width: 290px;
    left: -90px;
    position: absolute;
    width: 100%;
  }
}
body.single-post .post-content__table-of-contents ul li {
  list-style-type: none;
  position: relative;
}
body.single-post .post-content__table-of-contents ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: -17px;
  top: 11px;
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li:before {
    width: 6px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li:before {
    width: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li:before {
    width: 6px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li:before {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li:before {
    height: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li:before {
    height: 6px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li:before {
    left: -17px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li:before {
    left: -0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li:before {
    left: -17px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li:before {
    top: 11px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li:before {
    top: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li:before {
    top: 11px;
  }
}
body.single-post .post-content__table-of-contents ul li.active:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.12vw solid #1C2238;
  left: -20px;
  top: 8px;
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    width: 12px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    height: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    height: 12px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    left: -1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    left: -20px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li.active:before {
    top: 8px;
  }
}
body.single-post .post-content__table-of-contents ul li a {
  color: #060F45;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.4;
}
@media (min-width: 992px) {
  body.single-post .post-content__table-of-contents ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-content__table-of-contents ul li a {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-content__table-of-contents ul li a {
    font-size: 12px;
  }
}
body.single-post .post-content__table-of-contents ul li a.active {
  opacity: 1;
}
body.single-post .post-page > * {
  position: relative;
}
@media (max-width: 640px) {
  body.single-post .post-page__top .container {
    max-width: 100%;
    padding: 0;
    height: 45vw;
  }
}
@media (max-width: 640px) {
  body.single-post .post-page__top .container .row {
    margin: 0 -35px;
  }
}
body.single-post .post-page__top .thumb img {
  border-radius: 20px;
  width: 100%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  body.single-post .post-page__top .thumb img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__top .thumb img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__top .thumb img {
    border-radius: 20px;
  }
}
@media (max-width: 640px) {
  body.single-post .post-page__top .thumb img {
    border-radius: 0;
    height: 51vw;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__top .thumb img {
    height: 22vw;
  }
}
@media (max-width: 640px) {
  body.single-post .post-page .autorInfoPost {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
body.single-post .post-page .autorInfoPost .left {
  gap: 10px;
}
@media (max-width: 640px) {
  body.single-post .post-page .autorInfoPost .left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 10px;
  }
}
@media (min-width: 576px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 30px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 30px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 1.5889830508vw;
  }
}
@media (min-width: 576px) and (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .left {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  body.single-post .post-page .autorInfoPost .name {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: 13px 0 5px;
  }
}
@media (max-width: 767px) {
  body.single-post .post-page .autorInfoPost .name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body.single-post .post-page .autorInfoPost .name img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .name img {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .name img {
    width: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .name img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .name img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .name img {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .name img {
    height: 40px;
  }
}
body.single-post .post-page .autorInfoPost .name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #060F45;
  margin-left: 20px;
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .name a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .name a {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .name a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .name a {
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .name a {
    line-height: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .name a {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .name a {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .name a {
    margin-left: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .name a {
    margin-left: 20px;
  }
}
body.single-post .post-page .autorInfoPost .datePost,
body.single-post .post-page .autorInfoPost .timePost,
body.single-post .post-page .autorInfoPost .commPost {
  font-size: 12px;
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .datePost,
body.single-post .post-page .autorInfoPost .timePost,
body.single-post .post-page .autorInfoPost .commPost {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .datePost,
body.single-post .post-page .autorInfoPost .timePost,
body.single-post .post-page .autorInfoPost .commPost {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .datePost,
body.single-post .post-page .autorInfoPost .timePost,
body.single-post .post-page .autorInfoPost .commPost {
    font-size: 12px;
  }
}
body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
  height: 12px;
  width: auto;
  margin-right: 6px;
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
    height: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
    height: 12px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
    margin-right: 6px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
    margin-right: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .datePost img,
body.single-post .post-page .autorInfoPost .timePost img,
body.single-post .post-page .autorInfoPost .commPost img {
    margin-right: 6px;
  }
}
body.single-post .post-page .autorInfoPost .stars .kk-star-ratings .kksr-stars .kksr-star .kksr-icon, body.single-post .post-page .autorInfoPost .stars .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
  background: url(https://dev.ecommerceo.pl/wp-content/uploads/2022/12/star-o.svg);
  background-size: contain;
}
body.single-post .post-page .autorInfoPost .stars .kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, body.single-post .post-page .autorInfoPost .stars .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background: url(https://dev.ecommerceo.pl/wp-content/uploads/2022/12/star-i.svg);
  background-size: contain;
}
body.single-post .post-page .autorInfoPost .stars .kksr-icon {
  width: 14px !important;
  height: 12px !important;
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-icon {
    width: 14px !important;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-icon {
    width: 0.7415254237vw !important;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-icon {
    width: 14px !important;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-icon {
    height: 12px !important;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-icon {
    height: 0.6355932203vw !important;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-icon {
    height: 12px !important;
  }
}
body.single-post .post-page .autorInfoPost .stars .kksr-legend {
  font-size: 12px !important;
}
@media (min-width: 992px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-legend {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-legend {
    font-size: 0.6355932203vw !important;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page .autorInfoPost .stars .kksr-legend {
    font-size: 12px !important;
  }
}
body.single-post .post-page__content {
  font-size: 15px;
  line-height: 27px;
}
body.single-post .post-page__content .post-page__content-sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding: 20px;
  padding-top: 45px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    padding-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    padding-top: 45px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar:before {
  content: "";
  background: #00D563;
  width: 40px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 0px 0px 6px 6px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    top: 120px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    top: 6.3559322034vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar {
    top: 120px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar h3, body.single-post .post-page__content .post-page__content-sidebar .h3 {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar h3, body.single-post .post-page__content .post-page__content-sidebar .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar h3, body.single-post .post-page__content .post-page__content-sidebar .h3 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar h3, body.single-post .post-page__content .post-page__content-sidebar .h3 {
    font-size: 33px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar h3 span, body.single-post .post-page__content .post-page__content-sidebar .h3 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar h3 span, body.single-post .post-page__content .post-page__content-sidebar .h3 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar h3 span, body.single-post .post-page__content .post-page__content-sidebar .h3 span {
    font-size: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar h3 span, body.single-post .post-page__content .post-page__content-sidebar .h3 span {
    font-size: 25px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 28px;
  margin-bottom: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    margin-bottom: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar h3:after, body.single-post .post-page__content .post-page__content-sidebar .h3:after {
    margin-bottom: 28px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input label {
    margin-bottom: 3px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .input input {
    font-size: 14px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
body.single-post .post-page__content .post-page__content-sidebar .agree input {
  position: absolute;
  opacity: 0;
}
body.single-post .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .agree span {
  margin: 0;
}
body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .agree span.wpcf7-list-item-label {
  display: block;
}
body.single-post .post-page__content .post-page__content-sidebar .send input {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  border: 0.11vw solid #00D563;
  background-color: #00D563;
  color: #fff;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .post-page__content-sidebar .send input {
    padding-bottom: 12px;
  }
}
body.single-post .post-page__content .post-page__content-sidebar .send input:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
body.single-post .post-page__content .post-page__content-sidebar .send span.wpcf7-spinner {
  display: none;
}
@media (min-width: 992px) {
  body.single-post .post-page__content {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content {
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content {
    line-height: 1.4300847458vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content {
    line-height: 27px;
  }
}
body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
  color: #060F45;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
    margin-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
    margin-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content h1, body.single-post .post-page__content .h1,
body.single-post .post-page__content h2,
body.single-post .post-page__content .h2,
body.single-post .post-page__content h3,
body.single-post .post-page__content .h3,
body.single-post .post-page__content h4,
body.single-post .post-page__content .h4,
body.single-post .post-page__content h5,
body.single-post .post-page__content .h5,
body.single-post .post-page__content h6,
body.single-post .post-page__content .h6 {
    margin-bottom: 20px;
  }
}
body.single-post .post-page__content ol {
  padding-left: 18px;
  margin: 0;
}
@media (min-width: 992px) {
  body.single-post .post-page__content ol {
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ol {
    padding-left: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ol {
    padding-left: 18px;
  }
}
body.single-post .post-page__content ol li {
  margin-bottom: 14px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content ol li {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ol li {
    margin-bottom: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ol li {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content ol li {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ol li {
    padding-left: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ol li {
    padding-left: 15px;
  }
}
body.single-post .post-page__content ol li::marker {
  color: #00D563;
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content ol li::marker {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ol li::marker {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ol li::marker {
    font-size: 18px;
  }
}
body.single-post .post-page__content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content ul li {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ul li {
    margin-bottom: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ul li {
    margin-bottom: 14px;
  }
}
body.single-post .post-page__content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0.11vw solid #00D563;
  border-radius: 100rem;
  position: absolute;
  left: -32px;
  top: 8px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content ul li:before {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ul li:before {
    width: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ul li:before {
    width: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content ul li:before {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ul li:before {
    height: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ul li:before {
    height: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content ul li:before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ul li:before {
    left: -1.6949152542vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ul li:before {
    left: -32px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__content ul li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content ul li:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content ul li:before {
    top: 8px;
  }
}
body.single-post .post-page__content img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content img {
    border-radius: 20px;
  }
}
body.single-post .post-page__content p a {
  color: #00D563;
  text-decoration: underline;
}
body.single-post .post-page__content .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media (min-width: 992px) {
  body.single-post .post-page__content .wp-block-image img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__content .wp-block-image img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__content .wp-block-image img {
    border-radius: 20px;
  }
}
body.single-post .post-page__nav .prev a img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #00D563;
}
@media (min-width: 992px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    line-height: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    letter-spacing: 1.1px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    letter-spacing: 0.0582627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__nav .prev a span,
body.single-post .post-page__nav .next a span {
    letter-spacing: 1.1px;
  }
}
body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
  color: #060F45;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-top: 7px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    line-height: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    margin-top: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__nav .prev a strong,
body.single-post .post-page__nav .next a strong {
    margin-top: 7px;
  }
}
body.single-post .post-page__nav .prev a:hover strong,
body.single-post .post-page__nav .next a:hover strong {
  color: #00D563;
}
body.single-post .post-page__autor {
  position: relative;
}
body.single-post .post-page__autor .autorInfo {
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .autorInfo {
    padding: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .autorInfo {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .autorInfo {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .autorInfo {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo .info {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo .info {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  body.single-post .post-page__autor .autorInfo .info {
    margin-left: 1.0593220339vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  body.single-post .post-page__autor .autorInfo .info {
    margin-left: 20px;
  }
}
body.single-post .post-page__autor .autorInfo .info span {
  font-size: 12px;
  line-height: 17px;
  color: #87919C;
  font-weight: 500;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo .info span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .autorInfo .info span {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .autorInfo .info span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo .info span {
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .autorInfo .info span {
    line-height: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .autorInfo .info span {
    line-height: 17px;
  }
}
body.single-post .post-page__autor .autorInfo .info a {
  font-size: 18px;
  font-weight: 600;
  color: #060F45;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .autorInfo .info a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .autorInfo .info a {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .autorInfo .info a {
    font-size: 18px;
  }
}
body.single-post .post-page__autor .img img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .img img {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .img img {
    width: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .img img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .img img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .img img {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .img img {
    height: 40px;
  }
}
body.single-post .post-page__autor .right {
  gap: 10px;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .right {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .right {
    gap: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .right {
    gap: 40px;
  }
}
body.single-post .post-page__autor .right .socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .right .socialMedia {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .right .socialMedia {
    gap: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .right .socialMedia {
    gap: 20px;
  }
}
body.single-post .post-page__autor .right .socialMedia a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .right .socialMedia a {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .right .socialMedia a {
    width: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .right .socialMedia a {
    width: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .right .socialMedia a {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .right .socialMedia a {
    height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .right .socialMedia a {
    height: 30px;
  }
}
body.single-post .post-page__autor .right .socialMedia a img {
  width: auto;
  height: 14px;
}
@media (min-width: 992px) {
  body.single-post .post-page__autor .right .socialMedia a img {
    height: 14px;
  }
}
@media (min-width: 1200px) {
  body.single-post .post-page__autor .right .socialMedia a img {
    height: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .post-page__autor .right .socialMedia a img {
    height: 14px;
  }
}
body.single-post div#comments {
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 992px) {
  body.single-post div#comments {
    margin-left: -6px;
  }
}
@media (min-width: 1200px) {
  body.single-post div#comments {
    margin-left: -0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.single-post div#comments {
    margin-left: -6px;
  }
}
@media (min-width: 992px) {
  body.single-post div#comments {
    margin-right: -6px;
  }
}
@media (min-width: 1200px) {
  body.single-post div#comments {
    margin-right: -0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.single-post div#comments {
    margin-right: -6px;
  }
}
body.single-post .commentsPost {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost {
    margin-bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost {
    margin-bottom: 30px;
  }
}
body.single-post .commentsPost div#respond {
  background: #F7F7F7;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond {
    padding: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond {
    border-radius: 20px;
  }
}
body.single-post .commentsPost div#respond h3, body.single-post .commentsPost div#respond .h3 {
  color: #060F45;
  font-weight: 600;
}
body.single-post .commentsPost div#respond p.logged-in-as a {
  color: #060F45;
}
body.single-post .commentsPost div#respond p.comment-form-comment label {
  display: block;
  width: 100%;
}
body.single-post .commentsPost div#respond p label {
  display: block;
  width: 100%;
}
body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: 0.1vw solid #e8e8e8;
  resize: none;
  border-radius: 10px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    height: 50px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p input#author,
body.single-post .commentsPost div#respond p input#email,
body.single-post .commentsPost div#respond p input#url {
    border-radius: 10px;
  }
}
body.single-post .commentsPost div#respond p.comment-form-cookies-consent input {
  position: absolute;
  opacity: 0;
}
body.single-post .commentsPost div#respond p.comment-form-cookies-consent input:checked ~ label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent input:checked ~ label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent input:checked ~ label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent input:checked ~ label:before {
    font-size: 15px;
  }
}
body.single-post .commentsPost div#respond p.comment-form-cookies-consent label {
  position: relative;
  padding-left: 40px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label {
    padding-left: 40px;
  }
}
body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
  content: "";
  background: #fff;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -2px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    top: -2px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    top: -0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond p.comment-form-cookies-consent label:before {
    top: -2px;
  }
}
body.single-post .commentsPost div#respond textarea#comment {
  width: 100%;
  height: 190px;
  margin-top: 10px;
  border: 0.1vw solid #e8e8e8;
  resize: none;
  border-radius: 15px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond textarea#comment {
    height: 190px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond textarea#comment {
    height: 10.063559322vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond textarea#comment {
    height: 190px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond textarea#comment {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond textarea#comment {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond textarea#comment {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost div#respond textarea#comment {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost div#respond textarea#comment {
    border-radius: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost div#respond textarea#comment {
    border-radius: 15px;
  }
}
body.single-post .commentsPost ol.comment-list .comment-metadata {
  margin-top: 10px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list .comment-metadata {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list .comment-metadata {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list .comment-metadata {
    margin-top: 10px;
  }
}
body.single-post .commentsPost ol.comment-list .comment-metadata a {
  color: #080f45;
}
body.single-post .commentsPost ol.comment-list a.comment-reply-link {
  background: #080f45;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  color: #fff;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-bottom: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list a.comment-reply-link {
    padding-right: 30px;
  }
}
body.single-post .commentsPost ol.comment-list .comment-author a {
  color: #080f45;
}
body.single-post .commentsPost ol.comment-list .avatar {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list .avatar {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list .avatar {
    height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list .avatar {
    height: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list .avatar {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list .avatar {
    width: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list .avatar {
    width: 30px;
  }
}
body.single-post .commentsPost ol.comment-list ol {
  list-style-type: none;
}
body.single-post .commentsPost ol.comment-list ol li {
  list-style-type: none;
}
body.single-post .commentsPost ol.comment-list > li {
  border: 0.1vw solid #f2f5f7;
  background: #fff;
}
body.single-post .commentsPost ol.comment-list ol.children {
  margin-top: 30px;
  padding: 0px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list ol.children {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list ol.children {
    margin-top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list ol.children {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list ol.children {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list ol.children {
    padding: 0vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list ol.children {
    padding: 0px;
  }
}
body.single-post .commentsPost ol.comment-list ol.children li {
  padding: 30px;
  border-top: 0.1vw solid #f2f5f7;
  border-bottom: 0.1vw solid #f2f5f7;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list ol.children li {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list ol.children li {
    padding: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list ol.children li {
    padding: 30px;
  }
}
body.single-post .commentsPost ol.comment-list ol.children li:last-child {
  border: 0;
}
body.single-post .commentsPost ol.comment-list li {
  padding: 30px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list li {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list li {
    padding: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list li {
    padding: 30px;
  }
}
body.single-post .commentsPost ol.comment-list li::marker {
  display: none;
}
body.single-post .commentsPost ol.comment-list li footer {
  background-color: #fff;
  padding: 0px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list li footer {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list li footer {
    padding: 0vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list li footer {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  body.single-post .commentsPost ol.comment-list li footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-post .commentsPost ol.comment-list li footer {
    padding-bottom: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.single-post .commentsPost ol.comment-list li footer {
    padding-bottom: 20px;
  }
}

body.page .post-content__table-of-contents {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents {
    position: sticky;
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.page .post-content__table-of-contents {
    top: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.page .post-content__table-of-contents {
    top: 6.8855932203vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.page .post-content__table-of-contents {
    top: 130px;
  }
}
body.page .post-content__table-of-contents ul {
  padding: 0;
  margin: 0;
}
body.page .post-content__table-of-contents ul:before {
  content: "Spis Treści";
  color: #080f45;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-family: "Baloo 2", cursive;
  font-size: 18px;
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul:before {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul:before {
    margin-bottom: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul:before {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul:before {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul:before {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul:before {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul {
    max-width: 16vw;
    position: absolute;
    left: -5vw;
    width: calc(100% + 2vw);
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul {
    max-width: 290px;
    left: -90px;
    position: absolute;
    width: 100%;
  }
}
body.page .post-content__table-of-contents ul li {
  list-style-type: none;
  position: relative;
}
body.page .post-content__table-of-contents ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: -17px;
  top: 11px;
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li:before {
    width: 6px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li:before {
    width: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li:before {
    width: 6px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li:before {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li:before {
    height: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li:before {
    height: 6px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li:before {
    left: -17px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li:before {
    left: -0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li:before {
    left: -17px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li:before {
    top: 11px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li:before {
    top: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li:before {
    top: 11px;
  }
}
body.page .post-content__table-of-contents ul li.active:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.12vw solid #1C2238;
  left: -20px;
  top: 8px;
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li.active:before {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li.active:before {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li.active:before {
    width: 12px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li.active:before {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li.active:before {
    height: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li.active:before {
    height: 12px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li.active:before {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li.active:before {
    left: -1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li.active:before {
    left: -20px;
  }
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li.active:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li.active:before {
    top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li.active:before {
    top: 8px;
  }
}
body.page .post-content__table-of-contents ul li a {
  color: #060F45;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.4;
}
@media (min-width: 992px) {
  body.page .post-content__table-of-contents ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body.page .post-content__table-of-contents ul li a {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  body.page .post-content__table-of-contents ul li a {
    font-size: 12px;
  }
}
body.page .post-content__table-of-contents ul li a.active {
  opacity: 1;
}

body.blog div#navigation {
  display: none !important;
}

.blockBlog {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .blockBlog {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .blockBlog {
    padding-top: 7.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .blockBlog {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .blockBlog {
    padding-bottom: 4.2372881356vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog {
    padding-bottom: 80px;
  }
}
.blockBlog > * {
  position: relative;
}
.blockBlog img.contactDataFormElement {
  position: absolute;
  top: 0;
  right: 0;
  width: 1084px;
  height: auto;
}
@media (min-width: 992px) {
  .blockBlog img.contactDataFormElement {
    width: 1084px;
  }
}
@media (min-width: 1200px) {
  .blockBlog img.contactDataFormElement {
    width: 57.4152542373vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog img.contactDataFormElement {
    width: 1084px;
  }
}
.blockBlog h1, .blockBlog .h1 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .blockBlog h1, .blockBlog .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .blockBlog h1, .blockBlog .h1 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog h1, .blockBlog .h1 {
    font-size: 44px;
  }
}
.blockBlog .rowCat a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #87919C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .blockBlog .rowCat a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .rowCat a {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .rowCat a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .blockBlog .rowCat a {
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .rowCat a {
    line-height: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .rowCat a {
    line-height: 24px;
  }
}
.blockBlog .rowCat a:hover {
  color: #060F45;
}
.blockBlog .rowCat a.active {
  font-weight: 700;
  color: #283B41;
  position: relative;
}
.blockBlog .rowCat a.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background-color: #00D563;
}
@media (min-width: 992px) {
  .blockBlog .rowCat a.active:before {
    bottom: -14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .rowCat a.active:before {
    bottom: -0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .rowCat a.active:before {
    bottom: -14px;
  }
}
@media (min-width: 992px) {
  .blockBlog .rowCat a.active:before {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .rowCat a.active:before {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .rowCat a.active:before {
    height: 2px;
  }
}
.blockBlog .gridSingleBigContent {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
          box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data {
    width: 50%;
  }
}
.blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #717684;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .gridSingleContent-cat a {
    line-height: 22px;
  }
}
.blockBlog .gridSingleBigContent-data .desc {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .desc {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .desc {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .desc {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .desc {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .desc {
    margin-bottom: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .desc {
    margin-bottom: 15px;
  }
}
.blockBlog .gridSingleBigContent-data .desc p {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #717684;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .desc p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .desc p {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .desc p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .desc p {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .desc p {
    line-height: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .desc p {
    line-height: 22px;
  }
}
.blockBlog .gridSingleBigContent-data .readmore {
  font-size: 14px;
  line-height: 21px;
  color: #142C47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    gap: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent-data .readmore {
    gap: 10px;
  }
}
.blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
  color: #142C47;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    font-size: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    line-height: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-title a {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-thumb {
    width: 50%;
  }
}
.blockBlog .gridSingleBigContent .gridSingleBigContent-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-thumb img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-thumb img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .gridSingleBigContent .gridSingleBigContent-thumb img {
    border-radius: 20px;
  }
}
.blockBlog .grid {
  gap: 0;
}
@media (min-width: 768px) {
  .blockBlog .grid {
    gap: 2.2vw;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid {
    gap: 0.9vw;
    margin-left: -2px;
    margin-right: -5px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .blockBlog .grid {
    margin-left: -2px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .blockBlog .grid {
    margin-left: -0.1059322034vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .blockBlog .grid {
    margin-left: -2px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .blockBlog .grid {
    margin-right: -5px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .blockBlog .grid {
    margin-right: -0.2648305085vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .blockBlog .grid {
    margin-right: -5px;
  }
}
.blockBlog .grid .gridSingle {
  background: #FAFAFA;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle {
    padding: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .blockBlog .grid .gridSingle {
    width: calc(50% - 1.2vw);
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle {
    width: calc(33.33333% - 0.67vw);
  }
}
.blockBlog .grid .gridSingle:hover .gridSingle-title a {
  color: #00D563;
}
.blockBlog .grid .gridSingle-thumb {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-thumb {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-thumb {
    margin-bottom: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-thumb {
    margin-bottom: 16px;
  }
}
.blockBlog .grid .gridSingle-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-thumb img {
    border-top-left-radius: 13px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-thumb img {
    border-top-left-radius: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-thumb img {
    border-top-left-radius: 13px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-thumb img {
    border-top-right-radius: 13px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-thumb img {
    border-top-right-radius: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-thumb img {
    border-top-right-radius: 13px;
  }
}
.blockBlog .grid .gridSingle-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-cat {
    padding-left: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-cat {
    padding-left: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-cat {
    padding-left: 14px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-cat {
    padding-right: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-cat {
    padding-right: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-cat {
    padding-right: 14px;
  }
}
.blockBlog .grid .gridSingle-cat .loopCat a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #717684;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-cat .loopCat a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-cat .loopCat a {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-cat .loopCat a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-cat .loopCat a {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-cat .loopCat a {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-cat .loopCat a {
    line-height: 20px;
  }
}
.blockBlog .grid .gridSingle-cat .stars .kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .blockBlog .grid .gridSingle-cat .stars .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
  background: url(https://dev.ecommerceo.pl/wp-content/uploads/2022/12/star-o.svg);
  background-size: contain;
}
.blockBlog .grid .gridSingle-cat .stars .kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .blockBlog .grid .gridSingle-cat .stars .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background: url(https://dev.ecommerceo.pl/wp-content/uploads/2022/12/star-i.svg);
  background-size: contain;
}
.blockBlog .grid .gridSingle-cat .stars .kksr-icon {
  width: 14px !important;
  height: 12px !important;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-cat .stars .kksr-icon {
    width: 14px !important;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-cat .stars .kksr-icon {
    width: 0.7415254237vw !important;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-cat .stars .kksr-icon {
    width: 14px !important;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-cat .stars .kksr-icon {
    height: 12px !important;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-cat .stars .kksr-icon {
    height: 0.6355932203vw !important;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-cat .stars .kksr-icon {
    height: 12px !important;
  }
}
.blockBlog .grid .gridSingle-cat .stars .kksr-legend {
  display: none !important;
}
.blockBlog .grid .gridSingle-title {
  margin-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-title {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-title {
    margin-top: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-title {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-title {
    padding-left: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-title {
    padding-left: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-title {
    padding-left: 14px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-title {
    padding-right: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-title {
    padding-right: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-title {
    padding-right: 14px;
  }
}
.blockBlog .grid .gridSingle-title a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #142C47;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-title a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-title a {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-title a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-title a {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-title a {
    line-height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-title a {
    line-height: 26px;
  }
}
.blockBlog .grid .gridSingle-autor {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  margin-top: 15px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor {
    padding: 9px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor {
    padding: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor {
    padding: 9px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor {
    margin-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor {
    border-radius: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor {
    border-radius: 8px;
  }
}
.blockBlog .grid .gridSingle-autor .img img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .img img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .img img {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .img img {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .img img {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .img img {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .img img {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .img img {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .img img {
    border-radius: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .img img {
    border-radius: 8px;
  }
}
.blockBlog .grid .gridSingle-autor .info {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info {
    padding-left: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info {
    padding-right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info {
    padding-right: 10px;
  }
}
.blockBlog .grid .gridSingle-autor .info .name {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #060F45;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info .name {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info .name {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info .name {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info .name {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info .name {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info .name {
    line-height: 20px;
  }
}
.blockBlog .grid .gridSingle-autor .info .infoBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom {
    gap: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom {
    gap: 15px;
  }
}
.blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
  color: #A8B4C1;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
    gap: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date, .blockBlog .grid .gridSingle-autor .info .infoBottom .time {
    gap: 6px;
  }
}
.blockBlog .grid .gridSingle-autor .info .infoBottom .date img, .blockBlog .grid .gridSingle-autor .info .infoBottom .time img {
  width: 12px;
  height: auto;
}
@media (min-width: 992px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date img, .blockBlog .grid .gridSingle-autor .info .infoBottom .time img {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date img, .blockBlog .grid .gridSingle-autor .info .infoBottom .time img {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .grid .gridSingle-autor .info .infoBottom .date img, .blockBlog .grid .gridSingle-autor .info .infoBottom .time img {
    width: 12px;
  }
}
.blockBlog .sidebar .search {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
          box-shadow: 0px -5px 30px rgba(20, 44, 71, 0.05), 0px 30px 50px rgba(20, 44, 71, 0.06);
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search {
    border-radius: 20px;
  }
}
.blockBlog .sidebar .search .text span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.71px;
  text-transform: uppercase;
  color: #283B41;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search .text span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search .text span {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search .text span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search .text span {
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search .text span {
    line-height: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search .text span {
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search .text span {
    letter-spacing: 1.71px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search .text span {
    letter-spacing: 0.0905720339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search .text span {
    letter-spacing: 1.71px;
  }
}
.blockBlog .sidebar .search .text p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search .text p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search .text p {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search .text p {
    font-size: 14px;
  }
}
.blockBlog .sidebar .search form {
  position: relative;
}
.blockBlog .sidebar .search form #s {
  background: #FAFAFA;
  border-radius: 25px;
  width: 100%;
  border: 0;
  height: 50px;
  text-indent: 15px;
  font-size: 14px;
  color: #87919C;
  font-weight: 500;
  outline: 0;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form #s {
    border-radius: 25px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form #s {
    border-radius: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form #s {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form #s {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form #s {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form #s {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form #s {
    text-indent: 15px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form #s {
    text-indent: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form #s {
    text-indent: 15px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form #s {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form #s {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form #s {
    font-size: 14px;
  }
}
.blockBlog .sidebar .search form #s::-webkit-input-placeholder {
  font-size: 14px;
  color: #87919C;
  font-weight: 500;
}
.blockBlog .sidebar .search form #s::-moz-placeholder {
  font-size: 14px;
  color: #87919C;
  font-weight: 500;
}
.blockBlog .sidebar .search form #s:-ms-input-placeholder {
  font-size: 14px;
  color: #87919C;
  font-weight: 500;
}
.blockBlog .sidebar .search form #s::-ms-input-placeholder {
  font-size: 14px;
  color: #87919C;
  font-weight: 500;
}
.blockBlog .sidebar .search form #s::placeholder {
  font-size: 14px;
  color: #87919C;
  font-weight: 500;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form #s::-webkit-input-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s::-moz-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s:-ms-input-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s::-ms-input-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form #s::-webkit-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .blockBlog .sidebar .search form #s::-moz-placeholder {
    font-size: 0.7415254237vw;
  }
  .blockBlog .sidebar .search form #s:-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .blockBlog .sidebar .search form #s::-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .blockBlog .sidebar .search form #s::placeholder {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form #s::-webkit-input-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s::-moz-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s:-ms-input-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s::-ms-input-placeholder {
    font-size: 14px;
  }
  .blockBlog .sidebar .search form #s::placeholder {
    font-size: 14px;
  }
}
.blockBlog .sidebar .search form button {
  border: 0;
  width: 34px;
  padding: 0;
  border-radius: 200px;
  position: absolute;
  top: 7px;
  right: 10px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form button {
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form button {
    width: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form button {
    width: 34px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form button {
    top: 7px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form button {
    top: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form button {
    top: 7px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form button {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form button {
    right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form button {
    right: 10px;
  }
}
.blockBlog .sidebar .search form button img {
  width: 34px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .search form button img {
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .search form button img {
    width: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .search form button img {
    width: 34px;
  }
}
.blockBlog .sidebar .posts-sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding: 25px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar {
    padding: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar {
    padding: 25px;
  }
}
.blockBlog .sidebar .posts-sidebar span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.71px;
  text-transform: uppercase;
  color: #283B41;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar span {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar span {
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar span {
    line-height: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar span {
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar span {
    letter-spacing: 1.71px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar span {
    letter-spacing: 0.0905720339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar span {
    letter-spacing: 1.71px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
  border-radius: 20px;
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    width: 88px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    width: 4.6610169492vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    width: 88px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    height: 4.6610169492vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-thumb img {
    height: 88px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #717684;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
    line-height: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-cat a {
    line-height: 18px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #142C47;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
    line-height: 0.9004237288vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-title a {
    line-height: 17px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date {
  color: #87919C;
  font-size: 11px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date {
    font-size: 11px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date img {
  width: auto;
  height: 13px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date img {
    height: 13px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date img {
    height: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .date img {
    height: 13px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name {
  text-align: left;
  color: #87919C;
  letter-spacing: 0;
  text-transform: unset;
  font-size: 11px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name {
    font-size: 11px;
  }
}
.blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    border-radius: 100px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    border-radius: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    border-radius: 100px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .posts-sidebar .gridSingle .gridSingle-Text .gridSingle-autor .info .name img {
    height: 20px;
  }
}
.blockBlog .sidebar .tags {
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags {
    padding: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags {
    padding: 25px;
  }
}
.blockBlog .sidebar .tags span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.71px;
  text-transform: uppercase;
  color: #283B41;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags span {
    font-size: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags span {
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags span {
    line-height: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags span {
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags span {
    letter-spacing: 1.71px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags span {
    letter-spacing: 0.0905720339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags span {
    letter-spacing: 1.71px;
  }
}
.blockBlog .sidebar .tags a {
  background: #FAFAFA;
  border-radius: 20px;
  font-size: 11px;
  color: #283B41;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags a {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags a {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags a {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags a {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags a {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags a {
    padding-left: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags a {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .tags a {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .tags a {
    padding-right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .tags a {
    padding-right: 10px;
  }
}
.blockBlog .sidebar .tags a.active, .blockBlog .sidebar .tags a:hover {
  background-color: #00D563;
  color: #fff;
}
.blockBlog .sidebar .form {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
          box-shadow: 0px 10px 100px rgba(81, 81, 79, 0.1);
  border-radius: 15px;
  padding: 20px;
  padding-top: 45px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form {
    padding: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form {
    padding-top: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form {
    padding-top: 45px;
  }
}
.blockBlog .sidebar .form:before {
  content: "";
  background: #00D563;
  width: 40px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 0px 0px 6px 6px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form {
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .blockBlog .sidebar .form {
    top: 120px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .blockBlog .sidebar .form {
    top: 6.3559322034vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .blockBlog .sidebar .form {
    top: 120px;
  }
}
.blockBlog .sidebar .form h3, .blockBlog .sidebar .form .h3 {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
  color: #060F45;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form h3, .blockBlog .sidebar .form .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form h3, .blockBlog .sidebar .form .h3 {
    font-size: 1.7478813559vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form h3, .blockBlog .sidebar .form .h3 {
    font-size: 33px;
  }
}
.blockBlog .sidebar .form h3 span, .blockBlog .sidebar .form .h3 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form h3 span, .blockBlog .sidebar .form .h3 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form h3 span, .blockBlog .sidebar .form .h3 span {
    font-size: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form h3 span, .blockBlog .sidebar .form .h3 span {
    font-size: 25px;
  }
}
.blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 28px;
  margin-bottom: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    margin-top: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    margin-bottom: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form h3:after, .blockBlog .sidebar .form .h3:after {
    margin-bottom: 28px;
  }
}
.blockBlog .sidebar .form .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input label {
    margin-bottom: 3px;
  }
}
.blockBlog .sidebar .form .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .input input {
    font-size: 14px;
  }
}
.blockBlog .sidebar .form .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.blockBlog .sidebar .form .agree input {
  position: absolute;
  opacity: 0;
}
.blockBlog .sidebar .form .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.blockBlog .sidebar .form .agree span {
  margin: 0;
}
.blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
.blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.blockBlog .sidebar .form .agree span.wpcf7-list-item-label {
  display: block;
}
.blockBlog .sidebar .form .send input {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  border: 0.11vw solid #00D563;
  background-color: #00D563;
  color: #fff;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .send input {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .send input {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .send input {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .send input {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .send input {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .send input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .send input {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .send input {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .send input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .sidebar .form .send input {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .sidebar .form .send input {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .sidebar .form .send input {
    padding-bottom: 12px;
  }
}
.blockBlog .sidebar .form .send input:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
.blockBlog .sidebar .form .send span.wpcf7-spinner {
  display: none;
}
.blockBlog .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links {
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links {
    gap: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links {
    gap: 9px;
  }
}
.blockBlog .pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  color: #87919C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links .page-numbers {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links .page-numbers {
    width: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links .page-numbers {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links .page-numbers {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links .page-numbers {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links .page-numbers {
    height: 40px;
  }
}
.blockBlog .pagination .nav-links .page-numbers:hover {
  background-color: #060F45;
  color: #fff;
}
.blockBlog .pagination .nav-links .page-numbers.current {
  font-weight: 700;
  color: #fff;
  background-color: #00D563;
}
.blockBlog .pagination .nav-links a.next.page-numbers {
  font-size: 0;
  background: url(/wp-content/uploads/2022/12/arrow-nav.svg);
  width: 12px;
  height: 6px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    width: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    height: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    height: 6px;
  }
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    margin-left: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links a.next.page-numbers {
    margin-left: 10px;
  }
}
.blockBlog .pagination .nav-links a.prev.page-numbers {
  font-size: 0;
  background: url(/wp-content/uploads/2022/12/arrow-nav.svg);
  width: 12px;
  height: 6px;
  background-size: contain;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    width: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    width: 12px;
  }
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    height: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    height: 6px;
  }
}
@media (min-width: 992px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    margin-right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .blockBlog .pagination .nav-links a.prev.page-numbers {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  body.error404 .heroContentTabs {
    max-width: 458px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  body.error404 .heroContentTabs {
    max-width: 458px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body.error404 .heroContentTabs {
    max-width: 24.2584745763vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  body.error404 .heroContentTabs {
    max-width: 458px;
  }
}
body.error404 .thriveContentIcon img {
  height: 60px;
  width: auto;
}
@media (min-width: 992px) {
  body.error404 .thriveContentIcon img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  body.error404 .thriveContentIcon img {
    height: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  body.error404 .thriveContentIcon img {
    height: 60px;
  }
}
body.error404 .thriveContentIcon span {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  body.error404 .thriveContentIcon span {
    max-width: 10vw;
  }
}

.popupForm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: #FBFBFB;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .popupForm {
    overflow: scroll;
  }
}
@media (min-width: 1200px) {
  .popupForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.popupForm select,
.popupForm input {
  -webkit-appearance: none;
}
.popupForm.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popupForm .popupForm-close {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0px;
  z-index: 2;
}
@media (min-width: 992px) {
  .popupForm .popupForm-close {
    top: 25px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-close {
    top: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-close {
    top: 25px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupForm-close {
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-close {
    right: 0vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-close {
    right: 0px;
  }
}
.popupForm .popupForm-close img {
  width: 15px;
}
@media (min-width: 992px) {
  .popupForm .popupForm-close img {
    width: 23px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-close img {
    width: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-close img {
    width: 23px;
  }
}
.popupForm .popupFormContent-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .popupForm .popupFormContent-thanks {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent-thanks {
    gap: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent-thanks {
    gap: 12px;
  }
}
.popupForm .popupFormContent-thanks h3, .popupForm .popupFormContent-thanks .h3 {
  color: #060F45;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .popupForm .popupFormContent-thanks h3, .popupForm .popupFormContent-thanks .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent-thanks h3, .popupForm .popupFormContent-thanks .h3 {
    font-size: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent-thanks h3, .popupForm .popupFormContent-thanks .h3 {
    font-size: 34px;
  }
}
.popupForm .popupFormContent-thanks a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  background: #00D563;
  color: #fff;
  max-width: 390px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .popupForm .popupFormContent-thanks a {
    max-width: 390px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent-thanks a {
    max-width: 20.656779661vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent-thanks a {
    max-width: 390px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormContent-thanks a {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent-thanks a {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent-thanks a {
    height: 50px;
  }
}
.popupForm .agreeContent {
  max-width: 948px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .popupForm .agreeContent {
    max-width: 948px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent {
    max-width: 50.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent {
    max-width: 948px;
  }
}
@media (min-width: 992px) {
  .popupForm .agreeContent {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent {
    padding-top: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .popupForm .agreeContent {
    margin: 0 auto 120px;
  }
}
.popupForm .agreeContent input {
  position: absolute;
  opacity: 0;
}
.popupForm .agreeContent input:checked ~ span:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .popupForm .agreeContent input:checked ~ span:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent input:checked ~ span:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent input:checked ~ span:before {
    font-size: 15px;
  }
}
.popupForm .agreeContent span {
  margin: 0;
}
.popupForm .agreeContent span {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .popupForm .agreeContent span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .popupForm .agreeContent span {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .popupForm .agreeContent span {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span {
    padding-left: 43px;
  }
}
.popupForm .agreeContent span:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #7a7a7a;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .popupForm .agreeContent span:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .popupForm .agreeContent span:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .agreeContent span:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .agreeContent span:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .popupForm .agreeContent span:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .agreeContent span:before {
    top: -4px;
  }
}
.popupForm .agreeContent span {
  display: block;
}
.popupForm .popupFormNav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 948px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .popupForm .popupFormNav {
    max-width: 948px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav {
    max-width: 50.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav {
    max-width: 948px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav {
    padding-top: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav {
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav {
    padding-bottom: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav {
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .popupForm .popupFormNav {
    display: none;
  }
}
.popupForm .popupFormNav:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 48px;
  background: rgb(0, 213, 99);
  background: -webkit-gradient(linear, left top, right top, color-stop(9%, rgb(0, 213, 99)), color-stop(9%, rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgb(0, 213, 99) 9%, rgb(242, 245, 247) 9%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 855px;
  margin: 0 auto;
  left: calc(50% + 0.4vw);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .popupForm .popupFormNav:before {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav:before {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav:before {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav:before {
    top: 48px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav:before {
    top: 2.5423728814vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav:before {
    top: 48px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav:before {
    max-width: 855px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav:before {
    max-width: 45.2860169492vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav:before {
    max-width: 855px;
  }
}
.popupForm .popupFormNav[data-line="2"]:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(0, 213, 99)), color-stop(30%, rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgb(0, 213, 99) 30%, rgb(242, 245, 247) 30%);
}
.popupForm .popupFormNav[data-line="3"]:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(0, 213, 99)), color-stop(50%, rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgb(0, 213, 99) 50%, rgb(242, 245, 247) 50%);
}
.popupForm .popupFormNav[data-line="4"]:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(0, 213, 99)), color-stop(70%, rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgb(0, 213, 99) 70%, rgb(242, 245, 247) 70%);
}
.popupForm .popupFormNav[data-line="5"]:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgb(0, 213, 99)), color-stop(90%, rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgb(0, 213, 99) 90%, rgb(242, 245, 247) 90%);
}
.popupForm .popupFormNav[data-line="6"]:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(0, 213, 99)), to(rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgb(0, 213, 99) 100%, rgb(242, 245, 247) 100%);
}
.popupForm .popupFormNav .stepNav {
  text-align: center;
}
.popupForm .popupFormNav .stepNav:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2023/01/point.svg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .popupForm .popupFormNav .stepNav:before {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav .stepNav:before {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav .stepNav:before {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav .stepNav:before {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav .stepNav:before {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav .stepNav:before {
    height: 50px;
  }
}
.popupForm .popupFormNav .stepNav.activeLast:before, .popupForm .popupFormNav .stepNav:not(.stepNav-6).active:before {
  z-index: -1;
  background: url("/wp-content/uploads/2023/01/point-a.svg");
  background-size: cover;
}
.popupForm .popupFormNav .stepNav.activeLast span, .popupForm .popupFormNav .stepNav:not(.stepNav-6).active span {
  color: #060F45;
}
.popupForm .popupFormNav .stepNav span {
  display: block;
  margin-top: 7px;
  max-width: 100px;
  font-size: 14px;
  line-height: 20px;
  color: #92A2AD;
}
@media (min-width: 992px) {
  .popupForm .popupFormNav .stepNav span {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav .stepNav span {
    margin-top: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav .stepNav span {
    margin-top: 7px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav .stepNav span {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav .stepNav span {
    max-width: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav .stepNav span {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav .stepNav span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav .stepNav span {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav .stepNav span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormNav .stepNav span {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormNav .stepNav span {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormNav .stepNav span {
    line-height: 20px;
  }
}
.popupForm .popupFormContent {
  max-width: 948px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 43px 20px 20px 20px;
}
@media (min-width: 992px) {
  .popupForm .popupFormContent {
    max-width: 948px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent {
    max-width: 50.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent {
    max-width: 948px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormContent {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent {
    top: -0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent {
    top: -10px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupFormContent {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent {
    border-radius: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupFormContent {
    border-radius: 20px;
  }
}
@media (max-width: 640px) {
  .popupForm .popupFormContent {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupFormContent {
    width: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .popupForm .popupFormContent {
    padding: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .popupForm .popupFormContent {
    padding: 2.6483050847vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .popupForm .popupFormContent {
    padding: 50px;
  }
}
.popupForm .step {
  display: none;
}
.popupForm .step.step-1 {
  display: block;
}
.popupForm .step h3, .popupForm .step .h3 {
  color: #060F45;
  font-size: 22px;
  font-weight: 700;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .popupForm .step h3, .popupForm .step .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step h3, .popupForm .step .h3 {
    font-size: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step h3, .popupForm .step .h3 {
    font-size: 34px;
  }
}
.popupForm .step strong {
  font-weight: 500;
  margin-bottom: 0 !important;
}
.popupForm .step .stepForm {
  color: #060F45;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm {
    gap: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm {
    gap: 15px;
  }
}
.popupForm .step .stepForm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm > div {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm > div {
    gap: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm > div {
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .popupForm .step .stepForm > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popupForm .step .stepForm input:not(.normal-input) {
  position: relative;
  top: -8px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 0.15vw solid #EAEAEA;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    top: -8px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    top: -0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    top: -8px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    max-width: 200px;
  }
}
@media (min-width: 640px) and (min-width: 992px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    max-width: 200px;
  }
}
@media (min-width: 640px) and (min-width: 1200px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    max-width: 10.593220339vw;
  }
}
@media (min-width: 640px) and (min-width: 1920px) {
  .popupForm .step .stepForm input:not(.normal-input) {
    max-width: 200px;
  }
}
.popupForm .step .stepForm input:not(.normal-input):focus::-webkit-input-placeholder {
  opacity: 0;
}
.popupForm .step .stepForm input:not(.normal-input):focus::-moz-placeholder {
  opacity: 0;
}
.popupForm .step .stepForm input:not(.normal-input):focus:-ms-input-placeholder {
  opacity: 0;
}
.popupForm .step .stepForm input:not(.normal-input):focus::-ms-input-placeholder {
  opacity: 0;
}
.popupForm .step .stepForm input:not(.normal-input):focus::placeholder {
  opacity: 0;
}
.popupForm .step .stepForm input:not(.normal-input)::-webkit-input-placeholder {
  font-size: 14px;
  color: #80919E;
  text-align: center;
}
.popupForm .step .stepForm input:not(.normal-input)::-moz-placeholder {
  font-size: 14px;
  color: #80919E;
  text-align: center;
}
.popupForm .step .stepForm input:not(.normal-input):-ms-input-placeholder {
  font-size: 14px;
  color: #80919E;
  text-align: center;
}
.popupForm .step .stepForm input:not(.normal-input)::-ms-input-placeholder {
  font-size: 14px;
  color: #80919E;
  text-align: center;
}
.popupForm .step .stepForm input:not(.normal-input)::placeholder {
  font-size: 14px;
  color: #80919E;
  text-align: center;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm input:not(.normal-input)::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-moz-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input):-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input)::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm input:not(.normal-input)::-webkit-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-moz-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm input:not(.normal-input):-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm input:not(.normal-input)::placeholder {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm input:not(.normal-input)::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-moz-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input):-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm input:not(.normal-input)::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .popupForm .step .stepForm input:not(.normal-input)::-webkit-input-placeholder {
    text-align: left;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-moz-placeholder {
    text-align: left;
  }
  .popupForm .step .stepForm input:not(.normal-input):-ms-input-placeholder {
    text-align: left;
  }
  .popupForm .step .stepForm input:not(.normal-input)::-ms-input-placeholder {
    text-align: left;
  }
  .popupForm .step .stepForm input:not(.normal-input)::placeholder {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .popupForm .step .stepForm .wpcf7-date {
    text-align: left;
    color: #000000;
  }
}
.popupForm .step .stepForm select {
  position: relative;
  top: -8px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 0.15vw solid #EAEAEA;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  color: #353535;
  background-image: url(/wp-content/uploads/2022/11/arrow-normal.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 7px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm select {
    top: -8px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm select {
    top: -0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm select {
    top: -8px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm select {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm select {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm select {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm select {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm select {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm select {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm select {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm select {
    background-size: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm select {
    background-size: 7px;
  }
}
@media (min-width: 640px) {
  .popupForm .step .stepForm select {
    max-width: 200px;
  }
}
@media (min-width: 640px) and (min-width: 992px) {
  .popupForm .step .stepForm select {
    max-width: 200px;
  }
}
@media (min-width: 640px) and (min-width: 1200px) {
  .popupForm .step .stepForm select {
    max-width: 10.593220339vw;
  }
}
@media (min-width: 640px) and (min-width: 1920px) {
  .popupForm .step .stepForm select {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm select {
    width: 200px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .popupForm .step .stepForm select {
    width: 200px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .popupForm .step .stepForm select {
    width: 10.593220339vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .popupForm .step .stepForm select {
    width: 200px;
  }
}
.popupForm .step .stepForm .normal-input {
  background: #FBFBFB;
  border: 3px solid #F6F7F9;
  border-radius: 10px;
  height: 50px;
  resize: none;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .normal-input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .normal-input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .normal-input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .normal-input {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .normal-input {
    padding: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .normal-input {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .normal-input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .normal-input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .normal-input {
    font-size: 14px;
  }
}
.popupForm .step .stepForm .normal-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm .normal-input::-moz-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm .normal-input:-ms-input-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm .normal-input::-ms-input-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm .normal-input::placeholder {
  font-size: 14px;
  color: #80919E;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .normal-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input::-moz-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .normal-input::-webkit-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm .normal-input::-moz-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm .normal-input:-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm .normal-input::-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm .normal-input::placeholder {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .normal-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input::-moz-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm .normal-input::placeholder {
    font-size: 14px;
  }
}
.popupForm .step .stepForm textarea {
  background: #FBFBFB;
  border: 3px solid #F6F7F9;
  border-radius: 10px;
  height: 100px;
  resize: none;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  color: #80919E;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm textarea {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm textarea {
    height: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm textarea {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm textarea {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm textarea {
    padding: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm textarea {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm textarea {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm textarea {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm textarea {
    font-size: 14px;
  }
}
.popupForm .step .stepForm textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm textarea::-moz-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #80919E;
}
.popupForm .step .stepForm textarea::placeholder {
  font-size: 14px;
  color: #80919E;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea::-moz-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm textarea::-webkit-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm textarea::-moz-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm textarea:-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm textarea::-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .popupForm .step .stepForm textarea::placeholder {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea::-moz-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .popupForm .step .stepForm textarea::placeholder {
    font-size: 14px;
  }
}
.popupForm .step .stepForm .inline-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox {
    gap: 19px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox {
    gap: 1.0063559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox {
    gap: 19px;
  }
}
.popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item {
  margin: 0;
}
.popupForm .step .stepForm .inline-checkbox input {
  position: absolute;
  opacity: 0;
}
.popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 36px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 1.906779661vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
.popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.popupForm .step .stepForm .block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox {
    gap: 19px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox {
    gap: 1.0063559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox {
    gap: 19px;
  }
}
.popupForm .step .stepForm .block-checkbox span.wpcf7-list-item {
  margin: 0;
}
.popupForm .step .stepForm .block-checkbox input {
  position: absolute;
  opacity: 0;
}
.popupForm .step .stepForm .block-checkbox input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
  border: 1px solid #4bdd67;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 36px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    padding-left: 1.906779661vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
.popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .block-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.popupForm .step .stepForm .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popupForm .step .stepForm .column2 > span {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .column2 > span {
    width: calc(50% - 16px);
  }
}
.popupForm .step .stepForm .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popupForm .step .stepForm .column3 > span {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .column3 > span {
    width: calc(33% - 16px);
  }
}
.popupForm .step .stepForm .number-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.popupForm .step .stepForm .number-checkbox > span {
  width: 100%;
  margin-bottom: 10px !important;
  margin: 0;
  background: #FBFBFB;
  border: 2px solid #EEEFF3;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .popupForm .step .stepForm .number-checkbox > span {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .popupForm .step .stepForm .number-checkbox > span {
    width: calc(25% - 4.8vw);
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .number-checkbox > span {
    width: calc(25% - 2.5vw);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .popupForm .step .stepForm .number-checkbox > span:last-child {
    width: 100%;
  }
}
.popupForm .step .stepForm .number-checkbox > span input {
  position: absolute;
  opacity: 0;
  position: absolute !important;
  opacity: 0 !important;
}
.popupForm .step .stepForm .number-checkbox > span input:checked ~ span {
  background: #00d563;
  color: #fff;
}
.popupForm .step .stepForm .number-checkbox > span label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #060F45;
  cursor: pointer;
}
.popupForm .step .stepForm .number-checkbox > span label span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #060F45;
  cursor: pointer;
  padding: 20px;
}
.popupForm .step .stepForm .inline-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox {
    gap: 19px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox {
    gap: 1.0063559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox {
    gap: 19px;
  }
}
.popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item {
  margin: 0;
}
.popupForm .step .stepForm .inline-checkbox input {
  position: absolute;
  opacity: 0;
}
.popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
  border: 1px solid #4bdd67;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 36px;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 1.906779661vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
.popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step .stepForm .inline-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.popupForm .popupForm-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 0px 50px rgba(6, 15, 69, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom {
    padding-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom {
    padding-bottom: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom {
    padding-bottom: 15px;
  }
}
.popupForm .popupForm-bottom .col {
  max-width: 948px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom .col {
    max-width: 948px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom .col {
    max-width: 50.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom .col {
    max-width: 948px;
  }
}
@media (max-width: 1199px) {
  .popupForm .popupForm-bottom .popupForm-bottom_buttons button {
    padding: 6px 20px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom .popupForm-bottom_buttons button {
    padding: 0.5vw 1.6vw;
  }
}
.popupForm .popupForm-bottom .popupForm-bottom_buttons button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.popupForm .popupForm-bottom_buttonsForm button {
  padding: 0;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom_buttonsForm button {
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom_buttonsForm button {
    gap: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom_buttonsForm button {
    gap: 6px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom_buttonsForm button {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom_buttonsForm button {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom_buttonsForm button {
    font-size: 14px;
  }
}
.popupForm .popupForm-bottom_buttonsForm button.nextColor {
  opacity: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-top: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-bottom: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-left: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .popupForm-bottom_buttonsForm button.nextColor {
    padding-right: 20px;
  }
}
.popupForm .popupForm-bottom_buttonsForm button:hover {
  opacity: 1;
}
.popupForm .popupForm-bottom_buttonsForm button.prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.popupForm .wpcf7-response-output {
  background: red;
  color: #fff;
  border: 0 !important;
  padding: 10px !important;
  font-size: 13px !important;
  margin-top: 20px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  .popupForm .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .popupForm .wpcf7-response-output {
    padding: 0.5296610169vw !important;
  }
}
@media (min-width: 1920px) {
  .popupForm .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .popupForm .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .popupForm .wpcf7-response-output {
    font-size: 0.688559322vw !important;
  }
}
@media (min-width: 1920px) {
  .popupForm .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .popupForm .wpcf7-response-output {
    margin-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .popupForm .wpcf7-response-output {
    margin-top: 1.0593220339vw !important;
  }
}
@media (min-width: 1920px) {
  .popupForm .wpcf7-response-output {
    margin-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .popupForm .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .popupForm .wpcf7-response-output {
    margin-left: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .popupForm .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .popupForm .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .popupForm .wpcf7-response-output {
    margin-right: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .popupForm .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
.popupForm .step-1 .wpcf7-not-valid-tip {
  position: relative;
  font-size: 11px;
  top: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .popupForm .step-1 .wpcf7-not-valid-tip {
    top: -67px;
  }
}
@media (min-width: 1200px) {
  .popupForm .step-1 .wpcf7-not-valid-tip {
    top: -3.5487288136vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .step-1 .wpcf7-not-valid-tip {
    top: -67px;
  }
}
.popupForm .wpcf7-not-valid-tip {
  position: relative;
  font-size: 11px;
}
.popupForm .last-step .money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #717684;
}
@media (min-width: 992px) {
  .popupForm .last-step .money {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupForm .last-step .money {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupForm .last-step .money {
    font-size: 14px;
  }
}
.popupForm form.sent .wpcf7-response-output {
  background: #00d563 !important;
}

.popupFormEnd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.popupFormEnd.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popupFormEnd .popupFormEnd-content {
  max-width: 740px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content {
    max-width: 740px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content {
    max-width: 39.1949152542vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content {
    padding: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .popupFormEnd .popupFormEnd-content {
    width: calc(100% - 30px);
  }
}
.popupFormEnd .popupFormEnd-content h2, .popupFormEnd .popupFormEnd-content .h2 {
  color: #060F45;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content h2, .popupFormEnd .popupFormEnd-content .h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content h2, .popupFormEnd .popupFormEnd-content .h2 {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content h2, .popupFormEnd .popupFormEnd-content .h2 {
    font-size: 28px;
  }
}
.popupFormEnd .popupFormEnd-content h2:after, .popupFormEnd .popupFormEnd-content .h2:after {
  margin-left: auto;
  margin-right: auto;
}
.popupFormEnd .popupFormEnd-content input.wpcf7-text {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    margin-top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content input.wpcf7-text {
    margin-top: 30px;
  }
}
.popupFormEnd .popupFormEnd-content input.wpcf7-text:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}
.popupFormEnd .popupFormEnd-content input {
  max-width: 390px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content input {
    max-width: 390px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content input {
    max-width: 20.656779661vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content input {
    max-width: 390px;
  }
}
.popupFormEnd .popupFormEnd-content .wpcf7-submit {
  background: #00D563;
  border-radius: 100px;
  border: 0;
  color: white;
  padding: 10px;
  margin-top: 13px;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content .wpcf7-submit {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content .wpcf7-submit {
    padding: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content .wpcf7-submit {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content .wpcf7-submit {
    margin-top: 13px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content .wpcf7-submit {
    margin-top: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content .wpcf7-submit {
    margin-top: 13px;
  }
}
.popupFormEnd .popupFormEnd-content .closeEnd {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popupFormEnd .popupFormEnd-content .closeEnd img {
  width: 15px;
  height: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .popupFormEnd .popupFormEnd-content .closeEnd img {
    width: 23px;
  }
}
@media (min-width: 1200px) {
  .popupFormEnd .popupFormEnd-content .closeEnd img {
    width: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .popupFormEnd .popupFormEnd-content .closeEnd img {
    width: 23px;
  }
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.section-price {
  position: relative;
  z-index: 1;
  background-color: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .section-price {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .section-price {
    padding-top: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .section-price {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .section-price {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .section-price {
    padding-bottom: 5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .section-price {
    padding-bottom: 100px;
  }
}
.section-price .heading span {
  color: #060F45;
  font-family: "Baloo 2", cursive;
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .section-price .heading span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading span {
    font-size: 28px;
  }
}
.section-price .heading h2, .section-price .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-price .heading h2, .section-price .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading h2, .section-price .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading h2, .section-price .heading .h2 {
    font-size: 44px;
  }
}
.section-price .heading h2 span, .section-price .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .section-price .heading h2 span, .section-price .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading h2 span, .section-price .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading h2 span, .section-price .heading .h2 span {
    font-size: 28px;
  }
}
.section-price .heading h2:after, .section-price .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading h2:after, .section-price .heading .h2:after {
    margin-bottom: 34px;
  }
}
.section-price .packages-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1200px) {
  .section-price .packages-content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
}
.section-price .packages-content__single {
  background-color: #fff;
  border-top: 6px solid;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  border-left: 2px solid #F2F5F7 !important;
  border-bottom: 2px solid #F2F5F7 !important;
  border-right: 2px solid #F2F5F7 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  position: relative;
}
@media (min-width: 992px) {
  .section-price .packages-content__single {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single {
    padding-top: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single {
    padding-bottom: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single:hover {
    top: -20px;
  }
}
.section-price .packages-content__single:hover .ec-btn {
  background-color: #00D563;
  color: #fff;
  border-color: #00D563;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
.section-price .packages-content__single:nth-child(1) {
  border-color: #D59900;
}
.section-price .packages-content__single:nth-child(1) .info {
  color: #D59900;
  background-color: #FFFAE7;
}
.section-price .packages-content__single:nth-child(1) .price span {
  color: #D59900;
}
.section-price .packages-content__single:nth-child(2) {
  border-color: #00D563;
  padding-top: 40px !important;
}
@media (min-width: 992px) {
  .section-price .packages-content__single:nth-child(2) {
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single:nth-child(2) {
    padding-top: 4.6610169492vw !important;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single:nth-child(2) {
    padding-top: 88px !important;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single:nth-child(2) {
    height: calc(100% + 4vw);
    margin-top: -2vw;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.section-price .packages-content__single:nth-child(2) .info {
  color: #00D563;
  background-color: #E7FFF1;
}
.section-price .packages-content__single:nth-child(2) .price span {
  color: #060F45;
}
.section-price .packages-content__single:nth-child(3) {
  border-color: #04A6EB;
}
.section-price .packages-content__single:nth-child(3) .info {
  color: #04A6EB;
  background-color: #E5F6FD;
}
.section-price .packages-content__single:nth-child(3) .price span {
  color: #04A6EB;
}
.section-price .packages-content__single h3, .section-price .packages-content__single .h3 {
  font-weight: 700;
  color: #060F45;
}
.section-price .packages-content__single .info {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  border-radius: 1000px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .section-price .packages-content__single .info {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .info {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .info {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single .info {
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .info {
    padding-top: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .info {
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single .info {
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .info {
    padding-bottom: 0.2648305085vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .info {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single .info {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .info {
    padding-left: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .info {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .section-price .packages-content__single .info {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .info {
    padding-right: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .info {
    padding-right: 15px;
  }
}
.section-price .packages-content__single .excerpt {
  font-weight: 400;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-price .packages-content__single .excerpt {
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .excerpt {
    max-width: 16.4194915254vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .excerpt {
    max-width: 310px;
  }
}
.section-price .packages-content__single .excerpt p {
  font-weight: 400;
}
.section-price .packages-content__single .price span {
  font-weight: 700;
  font-size: 28px;
  font-family: "Baloo 2", cursive;
}
@media (min-width: 992px) {
  .section-price .packages-content__single .price span {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .section-price .packages-content__single .price span {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .section-price .packages-content__single .price span {
    font-size: 44px;
  }
}
.section-price .heading-down h3, .section-price .heading-down .h3 {
  color: #060F45;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-price .heading-down h3, .section-price .heading-down .h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .section-price .heading-down h3, .section-price .heading-down .h3 {
    font-size: 1.5360169492vw;
  }
}
@media (min-width: 1920px) {
  .section-price .heading-down h3, .section-price .heading-down .h3 {
    font-size: 29px;
  }
}
.section-price .tabs-packages__single {
  background-color: #fff;
  border-bottom: 2px solid #F9F9F9;
}
.section-price .tabs-packages__single:not(.active) .tabs-packages__content {
  display: none;
}
.section-price .tabs-packages__single.active .tabs-packages__name h3 img, .section-price .tabs-packages__single.active .tabs-packages__name .h3 img {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-filter: unset;
          filter: unset;
}
.section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
  color: #060F45;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #F9F9F9;
  font-family: "Poppins";
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-top: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .tabs-packages__name h3, .section-price .tabs-packages__single .tabs-packages__name .h3 {
    padding-right: 40px;
  }
}
.section-price .tabs-packages__single .tabs-packages__name h3 img, .section-price .tabs-packages__single .tabs-packages__name .h3 img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.44;
}
.section-price .tabs-packages__single .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top {
    padding-right: 40px;
  }
}
.section-price .tabs-packages__single .top .column1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F45;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column1 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column1 {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column1 {
    font-size: 18px;
  }
}
.section-price .tabs-packages__single .top .column2,
.section-price .tabs-packages__single .top .column3,
.section-price .tabs-packages__single .top .column4 {
  width: 16.6666666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-price .tabs-packages__single .top .column2 {
  color: #D59900;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column2 {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column2 {
    font-size: 18px;
  }
}
.section-price .tabs-packages__single .top .column3 {
  position: relative;
}
.section-price .tabs-packages__single .top .column3::before {
  content: "";
  width: 100%;
  height: 65%;
  background-color: #F7F7F7;
  border-radius: 15px 15px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-price .tabs-packages__single .top .column3 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  background-color: #00D563;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column3 span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column3 span {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column3 span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-top: 9px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-top: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-top: 9px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-left: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-bottom: 9px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-bottom: 0.4766949153vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column3 span {
    padding-bottom: 9px;
  }
}
.section-price .tabs-packages__single .top .column4 {
  color: #04A6EB;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .top .column4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .top .column4 {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .top .column4 {
    font-size: 18px;
  }
}
.section-price .tabs-packages__single .single {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .single {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .single {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .single {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .single {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .single {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .single {
    padding-right: 40px;
  }
}
.section-price .tabs-packages__single .single:last-child .column3 {
  border-radius: 0 0 15px 15px;
}
.section-price .tabs-packages__single .single .column1 {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .single .column1 {
    width: 50%;
  }
}
.section-price .tabs-packages__single .single .column1 h4, .section-price .tabs-packages__single .single .column1 .h4 {
  color: #060F45;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .single .column1 h4, .section-price .tabs-packages__single .single .column1 .h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .single .column1 h4, .section-price .tabs-packages__single .single .column1 .h4 {
    font-size: 1.0063559322vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .single .column1 h4, .section-price .tabs-packages__single .single .column1 .h4 {
    font-size: 19px;
  }
}
.section-price .tabs-packages__single .single .column1 p {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-price .tabs-packages__single .single .column1 p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .section-price .tabs-packages__single .single .column1 p {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .section-price .tabs-packages__single .single .column1 p {
    font-size: 14px;
  }
}
.section-price .tabs-packages__single .single .column2,
.section-price .tabs-packages__single .single .column3,
.section-price .tabs-packages__single .single .column4 {
  width: 16.6666666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.status .elem {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 100px;
  background: #f2f2f2;
  color: #abadb8;
  font-size: 14px;
  font-weight: 600;
}

.status {
  margin-bottom: 30px;
}

.status .elem.elem-1.active {
  background: #fffae7;
  color: #d59800;
}

.status .elem.elem-2.active {
  background: #e8fff1;
  color: #00d563;
}

.status .elem.elem-3.active {
  background: #e5f6fd;
  color: #05a6eb;
}

.blockNewsletter {
  background-color: #FAFAFA;
  position: relative;
  z-index: 1;
}
.blockNewsletter .heading h2, .blockNewsletter .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .blockNewsletter .heading h2, .blockNewsletter .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .heading h2, .blockNewsletter .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .heading h2, .blockNewsletter .heading .h2 {
    font-size: 44px;
  }
}
.blockNewsletter .heading h2 span, .blockNewsletter .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .blockNewsletter .heading h2 span, .blockNewsletter .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .heading h2 span, .blockNewsletter .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .heading h2 span, .blockNewsletter .heading .h2 span {
    font-size: 28px;
  }
}
.blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .heading h2:after, .blockNewsletter .heading .h2:after {
    margin-bottom: 34px;
  }
}
.blockNewsletter .row-second {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .blockNewsletter .row-second {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .row-second {
    gap: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .row-second {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .blockNewsletter .row-second {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blockNewsletter .row-second {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.blockNewsletter .row-second .col {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media (min-width: 992px) {
  .blockNewsletter .row-second .col {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .row-second .col {
    padding: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .row-second .col {
    padding: 50px;
  }
}
.blockNewsletter .row-second .col .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (min-width: 992px) {
  .blockNewsletter .row-second .col .top {
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .row-second .col .top {
    gap: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .row-second .col .top {
    gap: 6px;
  }
}
.blockNewsletter .row-second .col .top .number, .blockNewsletter .row-second .col .top h3, .blockNewsletter .row-second .col .top .h3 {
  font-family: "Poppins";
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 992px) {
  .blockNewsletter .row-second .col .top .number, .blockNewsletter .row-second .col .top h3, .blockNewsletter .row-second .col .top .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blockNewsletter .row-second .col .top .number, .blockNewsletter .row-second .col .top h3, .blockNewsletter .row-second .col .top .h3 {
    font-size: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .blockNewsletter .row-second .col .top .number, .blockNewsletter .row-second .col .top h3, .blockNewsletter .row-second .col .top .h3 {
    font-size: 24px;
  }
}
.blockNewsletter .row-second .col .top .number {
  color: #00D563;
}
.blockNewsletter .row-second .col .top h3, .blockNewsletter .row-second .col .top .h3 {
  color: #060F45;
}

.blockSeo {
  position: relative;
  z-index: 1;
}
.blockSeo .heading h2, .blockSeo .heading .h2 {
  color: #060F45;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .blockSeo .heading h2, .blockSeo .heading .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading h2, .blockSeo .heading .h2 {
    font-size: 2.3305084746vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading h2, .blockSeo .heading .h2 {
    font-size: 44px;
  }
}
.blockSeo .heading h2 span, .blockSeo .heading .h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .blockSeo .heading h2 span, .blockSeo .heading .h2 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading h2 span, .blockSeo .heading .h2 span {
    font-size: 1.4830508475vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading h2 span, .blockSeo .heading .h2 span {
    font-size: 28px;
  }
}
.blockSeo .heading h2:after, .blockSeo .heading .h2:after {
  content: "";
  background-color: #00D563;
  width: 50px;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    height: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    margin-top: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    margin-bottom: 1.8008474576vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading h2:after, .blockSeo .heading .h2:after {
    margin-bottom: 34px;
  }
}
.blockSeo .heading .desc {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blockSeo .heading .desc {
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .heading .desc {
    max-width: 33.8983050847vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .heading .desc {
    max-width: 640px;
  }
}
.blockSeo .row-second {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .blockSeo .row-second {
    grid-template-columns: 1fr 1fr;
    row-gap: 70px;
    -webkit-column-gap: 760px;
       -moz-column-gap: 760px;
            column-gap: 760px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blockSeo .row-second {
    row-gap: 70px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .blockSeo .row-second {
    row-gap: 3.7076271186vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .blockSeo .row-second {
    row-gap: 70px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blockSeo .row-second {
    -webkit-column-gap: 470px;
       -moz-column-gap: 470px;
            column-gap: 470px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .blockSeo .row-second {
    -webkit-column-gap: 40.2542372881vw;
       -moz-column-gap: 40.2542372881vw;
            column-gap: 40.2542372881vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .blockSeo .row-second {
    -webkit-column-gap: 760px;
       -moz-column-gap: 760px;
            column-gap: 760px;
  }
}
.blockSeo .row-second .img-center {
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  height: auto;
}
@media (min-width: 992px) {
  .blockSeo .row-second .img-center {
    width: 400px;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blockSeo .row-second .img-center {
    width: 380px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .blockSeo .row-second .img-center {
    width: 34.9576271186vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .blockSeo .row-second .img-center {
    width: 660px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .blockSeo .row-second .col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .blockSeo .row-second .col:nth-child(even) .col-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .blockSeo .row-second .col:nth-child(even) .col-text h3, .blockSeo .row-second .col:nth-child(even) .col-text .h3 {
    text-align: right;
  }
}
.blockSeo .row-second .col .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockSeo .row-second .col .col-text img {
  width: 54px;
  height: auto;
}
@media (min-width: 992px) {
  .blockSeo .row-second .col .col-text img {
    width: 54px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .row-second .col .col-text img {
    width: 2.8601694915vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .row-second .col .col-text img {
    width: 54px;
  }
}
@media (max-width: 576px) {
  .blockSeo .row-second .col .col-text img {
    width: 34px;
    position: relative;
    top: -8px;
  }
}
@media (max-width: 576px) and (min-width: 992px) {
  .blockSeo .row-second .col .col-text img {
    width: 34px;
  }
}
@media (max-width: 576px) and (min-width: 1200px) {
  .blockSeo .row-second .col .col-text img {
    width: 1.8008474576vw;
  }
}
@media (max-width: 576px) and (min-width: 1920px) {
  .blockSeo .row-second .col .col-text img {
    width: 34px;
  }
}
.blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
  color: #060F45;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    font-size: 0.9533898305vw;
  }
}
@media (min-width: 1920px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    max-width: 190px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    max-width: 190px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    max-width: 10.063559322vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .blockSeo .row-second .col .col-text h3, .blockSeo .row-second .col .col-text .h3 {
    max-width: 190px;
  }
}

.newsletterFooter {
  position: relative;
  background-color: #fff;
}
.newsletterFooter .rowNewsletter .wpcf7-response-output {
  background: red;
  color: #fff;
  border: 0 !important;
  border-radius: 0;
  padding: 10px !important;
  font-size: 13px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    padding: 0.5296610169vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    font-size: 0.688559322vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    margin-left: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    margin-right: 0vw !important;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .wpcf7-response-output {
    margin-right: 0px !important;
  }
}
.newsletterFooter .rowNewsletter form.sent .wpcf7-response-output {
  background: #00d563 !important;
}
.newsletterFooter .rowNewsletter .rowNewsletterContent {
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
  background: url(/wp-content/uploads/2022/11/nw-bg.png);
  background-position: center center;
  border-radius: 30px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    margin-bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    margin-bottom: -5.2966101695vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    margin-bottom: -100px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-left: 3.7076271186vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-right: 3.7076271186vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-top: 37px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-top: 2.4894067797vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-top: 47px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-bottom: 37px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-bottom: 2.4894067797vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent {
    padding-bottom: 47px;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    font-size: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    margin-bottom: 0.4237288136vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    width: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    width: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    width: 25.4237288136vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start h2, .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start .h2 {
    width: 480px;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start p {
  margin-bottom: 0;
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.5;
  display: block;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
    font-size: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
    line-height: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .text-lg-start span {
    line-height: 16px;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input span.wpcf7-spinner {
  display: none;
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
  mix-blend-mode: normal;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
  text-indent: 25px;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    text-indent: 25px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    text-indent: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    text-indent: 25px;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
    font-size: 0.7415254237vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
    font-size: 0.7415254237vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
    font-size: 14px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
    line-height: 1.1122881356vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
    line-height: 1.1122881356vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
    line-height: 1.1122881356vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
    line-height: 1.1122881356vw;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-webkit-input-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-moz-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text:-ms-input-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::-ms-input-placeholder {
    line-height: 21px;
  }
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text::placeholder {
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    width: 230px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    width: 230px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    width: 12.1822033898vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    width: 230px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    margin-right: 0.5296610169vw;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-text {
    margin-right: 10px;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100rem;
  color: #fff;
  background-color: #00D563;
  border: 0;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-left: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-right: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-top: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-bottom: 0.6355932203vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit {
    padding-bottom: 12px;
  }
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-submit:hover {
  background-color: #00D563;
  color: #fff;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 20px 50px rgba(6, 15, 69, 0.15);
}
.newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  display: block;
  background: rgba(197, 23, 23, 0.4901960784);
  left: 0;
  right: 0px;
  text-align: center;
  padding: 4px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    right: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    padding: 4px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    padding: 0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    margin-top: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .newsletterFooter .rowNewsletter .rowNewsletterContent .input .wpcf7-not-valid-tip {
    position: relative;
  }
}
.newsletterFooter .wpcf7-response-output {
  border-radius: 50px;
  text-align: center;
  padding: 4px;
}
@media (min-width: 992px) {
  .newsletterFooter .wpcf7-response-output {
    padding: 4px;
  }
}
@media (min-width: 1200px) {
  .newsletterFooter .wpcf7-response-output {
    padding: 0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .newsletterFooter .wpcf7-response-output {
    padding: 4px;
  }
}

footer {
  background: #FAFAFA;
  padding-top: 150px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  footer {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-top: 9.0042372881vw;
  }
}
@media (min-width: 1920px) {
  footer {
    padding-top: 170px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  footer {
    padding-bottom: 30px;
  }
}
footer .footerLogo img {
  width: 243px;
  height: auto;
}
@media (min-width: 992px) {
  footer .footerLogo img {
    width: 243px;
  }
}
@media (min-width: 1200px) {
  footer .footerLogo img {
    width: 12.8707627119vw;
  }
}
@media (min-width: 1920px) {
  footer .footerLogo img {
    width: 243px;
  }
}
footer .colSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .colSingle .icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
@media (min-width: 992px) {
  footer .colSingle .icon {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .icon {
    width: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  footer .colSingle .icon {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .icon {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .icon {
    height: 50px;
  }
}
@media (min-width: 992px) {
  footer .colSingle .icon {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .icon {
    margin-right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .icon {
    margin-right: 20px;
  }
}
footer .colSingle .icon img {
  width: 20px;
  height: auto;
}
@media (min-width: 992px) {
  footer .colSingle .icon img {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .icon img {
    width: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .icon img {
    width: 20px;
  }
}
footer .colSingle .colSingleText strong {
  color: #060F45;
  font-weight: 700;
  display: block;
  margin-bottom: 23px;
  margin-top: 13px;
}
@media (min-width: 992px) {
  footer .colSingle .colSingleText strong {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .colSingleText strong {
    margin-bottom: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .colSingleText strong {
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  footer .colSingle .colSingleText strong {
    margin-top: 13px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .colSingleText strong {
    margin-top: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .colSingleText strong {
    margin-top: 13px;
  }
}
footer .colSingle .colSingleText p {
  color: #80919E;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 992px) {
  footer .colSingle .colSingleText p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .colSingleText p {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .colSingleText p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  footer .colSingle .colSingleText p {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  footer .colSingle .colSingleText p {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  footer .colSingle .colSingleText p {
    line-height: 21px;
  }
}
footer .socialMedia {
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (min-width: 992px) {
  footer .socialMedia {
    margin-left: 70px;
  }
}
@media (min-width: 1200px) {
  footer .socialMedia {
    margin-left: 3.7076271186vw;
  }
}
@media (min-width: 1920px) {
  footer .socialMedia {
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  footer .socialMedia {
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  footer .socialMedia {
    gap: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  footer .socialMedia {
    gap: 25px;
  }
}
footer .navFooter h5, footer .navFooter .h5 {
  color: #060F45;
  font-size: 16px;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .navFooter h5, footer .navFooter .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  footer .navFooter h5, footer .navFooter .h5 {
    font-size: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  footer .navFooter h5, footer .navFooter .h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  footer .navFooter h5, footer .navFooter .h5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  footer .navFooter h5, footer .navFooter .h5 {
    margin-bottom: 2.3834745763vw;
  }
}
@media (min-width: 1920px) {
  footer .navFooter h5, footer .navFooter .h5 {
    margin-bottom: 45px;
  }
}
footer .navFooter h5 .arrow, footer .navFooter .h5 .arrow {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .navFooter h5.active .arrow, footer .navFooter .active.h5 .arrow {
  -webkit-transform: rotate(180deg) translateY(-50%) !important;
          transform: rotate(180deg) translateY(-50%) !important;
}
@media (max-width: 991px) {
  footer .navFooter h5:before, footer .navFooter .h5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #F3F3F3;
    width: 2500%;
    top: 0;
    height: 1px;
    left: -100%;
  }
}
footer .navFooter ul {
  display: none;
}
@media (min-width: 992px) {
  footer .navFooter ul {
    display: block !important;
  }
}
footer .navFooter ul li {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  footer .navFooter ul li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  footer .navFooter ul li {
    margin-bottom: 0.8474576271vw;
  }
}
@media (min-width: 1920px) {
  footer .navFooter ul li {
    margin-bottom: 16px;
  }
}
footer .navFooter ul li:last-child {
  margin-bottom: 0;
}
footer .navFooter ul li a {
  color: #060F45;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  footer .navFooter ul li a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  footer .navFooter ul li a {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  footer .navFooter ul li a {
    font-size: 15px;
  }
}
footer .navFooter ul li a:hover {
  color: #00D563;
}
footer .navFooter:last-child > div {
  position: relative;
}
@media (max-width: 991px) {
  footer .navFooter:last-child > div ul {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .navFooter:last-child > div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #F3F3F3;
    width: 2500%;
    bottom: 0;
    height: 1px;
    left: -100%;
  }
}
footer .copy span {
  color: #060F45;
  font-size: 13px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (min-width: 992px) {
  footer .copy span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  footer .copy span {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  footer .copy span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  footer .copy span {
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  footer .copy span {
    line-height: 1.1122881356vw;
  }
}
@media (min-width: 1920px) {
  footer .copy span {
    line-height: 21px;
  }
}
footer img.footer-shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  max-width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1370px;
  z-index: -1;
}
@media (min-width: 992px) {
  footer img.footer-shape {
    width: 1370px;
  }
}
@media (min-width: 1200px) {
  footer img.footer-shape {
    width: 72.563559322vw;
  }
}
@media (min-width: 1920px) {
  footer img.footer-shape {
    width: 1370px;
  }
}

.callForm img {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  width: 40px;
  height: auto;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 213, 99, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 213, 99, 0.5);
  border-radius: 100px;
  -webkit-animation: pulse 1.5s infinite;
}
@media (min-width: 992px) {
  .callForm img {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .callForm img {
    width: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .callForm img {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .callForm img {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .callForm img {
    bottom: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callForm img {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .callForm img {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .callForm img {
    left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callForm img {
    left: 30px;
  }
}
.callForm img:hover {
  opacity: 0.7;
}

.callFormContent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2705882353);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.callFormContent.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.callFormContent .closeForm img {
  position: absolute;
  height: auto;
  width: 23px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .callFormContent .closeForm img {
    width: 23px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .closeForm img {
    width: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .closeForm img {
    width: 23px;
  }
}
@media (min-width: 992px) {
  .callFormContent .closeForm img {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .closeForm img {
    top: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .closeForm img {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .callFormContent .closeForm img {
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .closeForm img {
    right: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .closeForm img {
    right: 20px;
  }
}
.callFormContent .callFormContent-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  opacity: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0px 30px 50px rgba(6, 15, 69, 0.15);
          box-shadow: 0px 30px 50px rgba(6, 15, 69, 0.15);
  padding-left: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
  border-left: 8px solid #00D563;
  width: 100%;
  max-width: 619px;
}
.callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  color: #060F45;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
    font-size: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
    line-height: 1.8538135593vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper h4, .callFormContent .callFormContent-wrapper .h4 {
    line-height: 35px;
  }
}
.callFormContent .callFormContent-wrapper h4 span, .callFormContent .callFormContent-wrapper .h4 span {
  font-weight: 400;
  font-size: 23px;
  display: block;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper h4 span, .callFormContent .callFormContent-wrapper .h4 span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper h4 span, .callFormContent .callFormContent-wrapper .h4 span {
    font-size: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper h4 span, .callFormContent .callFormContent-wrapper .h4 span {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper {
    border-radius: 25px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    border-radius: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    padding-left: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    padding-top: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    padding-bottom: 3.1779661017vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    padding-right: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    max-width: 619px;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .callFormContent .callFormContent-wrapper {
    max-width: 619px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper {
    max-width: 32.7860169492vw;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper {
    max-width: 619px;
  }
}
@media (max-width: 640px) {
  .callFormContent .callFormContent-wrapper {
    max-width: 619px;
    height: 100%;
    border-radius: 0;
    min-width: 100%;
    overflow-y: scroll;
  }
}
.callFormContent .callFormContent-wrapper .wpcf7-submit {
  background: #00D563;
  border-radius: 100px;
  border: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-top: 11px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-top: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-top: 11px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-bottom: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-right: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-left: 1.5889830508vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .wpcf7-submit {
    padding-left: 30px;
  }
}
.callFormContent .callFormContent-wrapper .textInfo {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 23px;
  color: #717684;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    margin-top: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    margin-bottom: 1.3241525424vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    line-height: 23px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    line-height: 1.218220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .textInfo {
    line-height: 23px;
  }
}
.callFormContent .callFormContent-wrapper .textInfo a {
  color: #00D563;
}
.callFormContent .callFormContent-wrapper .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.callFormContent .callFormContent-wrapper .column3 > span {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .column3 > span {
    width: calc(33% - 16px);
  }
}
.callFormContent .callFormContent-wrapper .inline-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox {
    gap: 19px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox {
    gap: 1.0063559322vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox {
    gap: 19px;
  }
}
.callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item {
  margin: 0;
}
.callFormContent .callFormContent-wrapper .inline-checkbox input {
  position: absolute;
  opacity: 0;
}
.callFormContent .callFormContent-wrapper .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
  border: 1px solid #4bdd67;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 36px;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 1.906779661vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label {
    padding-left: 36px;
  }
}
.callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .inline-checkbox span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.callFormContent .callFormContent-wrapper .agree input {
  position: absolute;
  opacity: 0;
}
.callFormContent .callFormContent-wrapper .agree input:checked ~ span.wpcf7-list-item-label:before {
  content: "✓";
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4bdd67;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 0.7944915254vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree input:checked ~ span.wpcf7-list-item-label:before {
    font-size: 15px;
  }
}
.callFormContent .callFormContent-wrapper .agree span {
  margin: 0;
}
.callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #717684;
  padding-left: 43px;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    font-size: 0.688559322vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    line-height: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    padding-left: 2.2775423729vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
    padding-left: 43px;
  }
}
.callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
  content: "";
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 7px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    border-radius: 0.3707627119vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    height: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    width: 1.3771186441vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    top: -0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label:before {
    top: -4px;
  }
}
.callFormContent .callFormContent-wrapper .agree span.wpcf7-list-item-label {
  display: block;
  font-style: italic;
}
.callFormContent .callFormContent-wrapper .flex-column strong {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 22px;
  border-top: 2px solid #F7F7F7;
  padding-top: 11px;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    margin-top: 1.1652542373vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    padding-top: 11px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    padding-top: 0.5826271186vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .flex-column strong {
    padding-top: 11px;
  }
}
.callFormContent .callFormContent-wrapper .input label {
  color: #060F45;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input label {
    font-size: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input label {
    letter-spacing: 0.0439618644vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input label {
    letter-spacing: 0.83px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input label {
    margin-bottom: 0.1588983051vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input label {
    margin-bottom: 3px;
  }
}
.callFormContent .callFormContent-wrapper .input input {
  background: #FBFBFB;
  border: 0.1vw solid #F6F7F9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-indent: 20px;
  font-size: 14px;
  outline: 0;
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input input {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input input {
    border-radius: 0.5296610169vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input input {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input input {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input input {
    height: 2.6483050847vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input input {
    text-indent: 20px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input input {
    text-indent: 1.0593220339vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input input {
    text-indent: 20px;
  }
}
@media (min-width: 992px) {
  .callFormContent .callFormContent-wrapper .input input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .callFormContent .callFormContent-wrapper .input input {
    font-size: 0.7415254237vw;
  }
}
@media (min-width: 1920px) {
  .callFormContent .callFormContent-wrapper .input input {
    font-size: 14px;
  }
}
.callFormContent .callFormContent-wrapper .input input:focus {
  background-color: #F9FCFF;
  border-color: #060F45;
}

.pulse-btn {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 213, 99, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 213, 99, 0.5);
  border-radius: 100px;
  -webkit-animation: pulse 1.5s infinite;
}
.pulse-btn:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 213, 99, 0.5) !important;
          box-shadow: 0 0 0 0 rgba(0, 213, 99, 0.5) !important;
}

@-webkit-keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 213, 99, 0);
            box-shadow: 0 0 0 20px rgba(0, 213, 99, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 213, 99, 0);
            box-shadow: 0 0 0 0 rgba(0, 213, 99, 0);
  }
}
.mouse-icon {
  margin: 0 auto;
  border: 0.1vw solid #060F45;
  border-radius: 200px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  bottom: -30px;
}
@media (min-width: 992px) {
  .mouse-icon {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .mouse-icon {
    height: 2.1186440678vw;
  }
}
@media (min-width: 1920px) {
  .mouse-icon {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .mouse-icon {
    width: 24px;
  }
}
@media (min-width: 1200px) {
  .mouse-icon {
    width: 1.2711864407vw;
  }
}
@media (min-width: 1920px) {
  .mouse-icon {
    width: 24px;
  }
}
@media (min-width: 1024px) {
  .mouse-icon {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 1024px) and (min-width: 992px) {
  .mouse-icon {
    bottom: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .mouse-icon {
    bottom: 2.6483050847vw;
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .mouse-icon {
    bottom: 50px;
  }
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  border-radius: 100px;
  background: #060F45;
  height: 6px;
  width: 2px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .mouse-icon .wheel {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .mouse-icon .wheel {
    height: 0.3177966102vw;
  }
}
@media (min-width: 1920px) {
  .mouse-icon .wheel {
    height: 6px;
  }
}
@media (min-width: 992px) {
  .mouse-icon .wheel {
    width: 2px;
  }
}
@media (min-width: 1200px) {
  .mouse-icon .wheel {
    width: 0.1059322034vw;
  }
}
@media (min-width: 1920px) {
  .mouse-icon .wheel {
    width: 2px;
  }
}
@media (min-width: 992px) {
  .mouse-icon .wheel {
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .mouse-icon .wheel {
    top: 0.2118644068vw;
  }
}
@media (min-width: 1920px) {
  .mouse-icon .wheel {
    top: 4px;
  }
}

@-webkit-keyframes drop {
  0% {
    top: 5px;
    @media (min-width: 992px) {
      top: 5px;
    }
    @media (min-width: 1200px) {
      top: 0.2648305085vw;
    }
    @media (min-width: 1920px) {
      top: 5px;
    }
    opacity: 0;
  }
  30% {
    top: 10px;
    @media (min-width: 992px) {
      top: 10px;
    }
    @media (min-width: 1200px) {
      top: 0.5296610169vw;
    }
    @media (min-width: 1920px) {
      top: 10px;
    }
    opacity: 1;
  }
  100% {
    top: 25px;
    @media (min-width: 992px) {
      top: 25px;
    }
    @media (min-width: 1200px) {
      top: 1.3241525424vw;
    }
    @media (min-width: 1920px) {
      top: 25px;
    }
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    @media (min-width: 992px) {
      top: 5px;
    }
    @media (min-width: 1200px) {
      top: 0.2648305085vw;
    }
    @media (min-width: 1920px) {
      top: 5px;
    }
    opacity: 0;
  }
  30% {
    top: 10px;
    @media (min-width: 992px) {
      top: 10px;
    }
    @media (min-width: 1200px) {
      top: 0.5296610169vw;
    }
    @media (min-width: 1920px) {
      top: 10px;
    }
    opacity: 1;
  }
  100% {
    top: 25px;
    @media (min-width: 992px) {
      top: 25px;
    }
    @media (min-width: 1200px) {
      top: 1.3241525424vw;
    }
    @media (min-width: 1920px) {
      top: 25px;
    }
    opacity: 0;
  }
}
/*# sourceMappingURL=main.css.map */
