*,
*::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: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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 {
  font-size: 0.875em;
}

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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 470px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: none;
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --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: 992px;
  }
}
@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: 1140px;
  }
}
/*!
 * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
  --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, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 30px;
  --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 > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
}

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

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

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

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

.d-inline-grid {
  display: inline-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;
}

.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-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-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-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-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-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-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-auto {
  margin-left: auto !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;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .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-inline-grid {
    display: inline-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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-inline-grid {
    display: inline-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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-inline-grid {
    display: inline-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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-inline-grid {
    display: inline-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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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-inline-grid {
    display: inline-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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@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-inline-grid {
    display: inline-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;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

:root {
  --white: #FFFFFF;
  --black: #333333;
  --grey: #808285;
  --blue: #003594;
  --blue-active: #134fc0;
  --orange: #FA4C06;
  --orange-active: #fd6529;
  --base-ff: "PTSans";
  --blue_light_01: #EEF4F9;
  --blue_light_02: #DAEAF8;
  --blue_light_03: #c7e5ff;
  --green_01: #51CC71;
  --green_02: #F0FFF4;
  --red: #A14343;
  --red_02: #FAF4F4;
  --light-text-icons-tertiary: #CCCFDE;
}

@font-face {
  font-family: "PTSans";
  src: url(./fonts/PTSans-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: "italic";
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url(./fonts/PTSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url(./fonts/SFProDisplay-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url(./fonts/SFProDisplay-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: "normal";
  font-display: swap;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 600;
  font-family: "SFProDisplay";
  line-height: 120%;
  color: var(--blue);
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span {
  color: var(--orange);
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 20px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

.title {
  font-family: "SFProDisplay";
  font-weight: 600;
  line-height: 120%;
}

.f-18 {
  font-size: 18px;
  line-height: 140%;
}

.grey-text {
  color: var(--grey);
}

.lh-130 {
  line-height: 130%;
}

.blue-text {
  color: var(--blue);
}

.orange-text {
  color: var(--orange);
}

.white-bg {
  background: var(--white);
}

.web-text {
  font-size: 16px;
  line-height: 130%;
}

.web-text-big {
  font-size: 18px;
  line-height: 140%;
}

.web-text-mini {
  font-size: 12px;
  line-height: 120%;
}

.section {
  margin: 90px 0;
}
.section--bg {
  background: var(--blue_light_01);
}
.section-head {
  margin-bottom: 20px;
}
.section-title {
  color: var(--blue_light_01);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}
.section-title--white {
  color: var(--white);
}

.mobile {
  display: none;
}

.slider {
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
}
.slider-btn {
  border-radius: 10px;
  background: var(--blue_light_01);
  width: 40px;
  height: 40px;
  fill: var(--blue);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.slider-btn svg {
  width: 20px;
  height: 20px;
}
.slider-btn:hover {
  background: var(--blue);
  fill: var(--white);
}

.badge {
  background: var(--blue_light_02);
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--blue);
}
.fixed-btn {
  position: fixed;
  z-index: 90;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 23px;
  }
  h2, .h2 {
    font-size: 16px;
  }
  .h2-mob {
    font-size: 16px;
  }
  .f-18 {
    font-size: 16px;
  }
  .section {
    margin: 60px 0;
  }
  .row {
    --bs-gutter-x: 10px;
  }
  .f-14-mob {
    font-size: 14px;
  }
  .mobile {
    display: block;
  }
  .desctop {
    display: none;
  }
  .mob-text {
    font-size: 14px;
    line-height: 140%;
  }
  .mob-text-big {
    font-size: 16px;
    line-height: 140%;
  }
  .mob-text-mini {
    font-size: 11px;
    line-height: 140%;
  }
  .rounded-20 {
    border-radius: 10px;
  }
  
  .fixed-btn {
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
}
html {
  height: 100%;
}

body {
  font-family: "PTSans";
  font-size: 16px;
  line-height: 130%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: underline;
  color: var(--blue);
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

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

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content--inner {
  padding-top: 50px;
}
.content-title {
  margin-bottom: 30px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.icon {
  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;
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
}

.icon-outline {
  fill: none;
  stroke-width: 1px;
  stroke: var(--black);
}
.icon-outline svg {
  stroke-width: inherit;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.outline-block {
  position: relative;
}
.outline-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--blue_light_02);
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 767px) {
  .content--inner {
    padding-top: 40px;
  }
}
.btn {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 32px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-radius: 10px;
  background: var(--blue);
  color: var(--white);
  fill: var(--white);
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.btn[aria-expanded=true] .down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn:hover {
  background: var(--blue_light_02);
  color: var(--blue);
  fill: var(--blue);
}
/* .btn:active {
  background: var(--orange-active);
} */
.btn__icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn__icon--mobile {
  display: none;
}
.btn-big {
  font-size: 18px;
  line-height: 140%;
}
.btn-outline {
  background: transparent;
  color: var(--blue);
  position: relative;
  fill: var(--blue);
}
.btn-outline::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--blue);
  border-radius: inherit;
  pointer-events: none;
}
.btn-outline:hover {
  background: unset;
  opacity: .5;
}
/* .btn-outline:active {
  background: var(--blue-active);
} */
.btn-orange {
  background: var(--orange);
}
.btn-orange:hover {
  background: var(--red_02);
  color: var(--orange);
  fill: var(--orange);
}
/* .btn-orange:active {
  background: var(--blue-active);
} */

@media (max-width: 767px) {
  .btn {
    padding: 14px 28px;
  }
  .btn__icon--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-big {
    font-size: 16px;
    line-height: 130%;
  }
}
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 10px;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: var(--blue);
}
.footer__top {
  background: var(--blue_light_01);
  padding: 40px 0;
}
.footer__bottom {
  background: var(--blue_light_02);
  padding: 20px 0;
}
.footer__mobile {
  background: var(--white);
  padding: 15px 0;
}
.footer-top__inner-menu {
  margin-left: 125px;
  width: 350px;
}
.footer-top__inner-download {
  margin-left: auto;
}
.footer-menu {
  color: var(--black);
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin-bottom: -15px;
}
.footer-menu__item {
  margin-bottom: 15px;
}
.footer-download__group-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-download__group-right {
  margin-left: 30px;
}
.footer-download__link {
  margin-bottom: 20px;
}
.footer-download__link:last-child {
  margin: 0;
}
.footer-dwnld__title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-dwnld__btn img {
  height: 39px;
  width: auto;
}

@media (max-width: 1199px) {
  .footer-top__inner-menu {
    margin-left: 75px;
  }
}
@media (max-width: 991px) {
  .footer-top__inner-logo {
    display: none;
  }
  .footer-top__inner-menu {
    margin-left: 0;
  }
  .footer-bottom__inner-item {
    margin-bottom: 10px;
  }
  .footer-bottom__inner-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
  .footer__top {
    padding: 20px 0;
  }
  .footer-top__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-top__inner-logo {
    display: none;
  }
  .footer-top__inner-menu {
    width: 100%;
    margin: 0;
  }
  .footer-top__inner-download {
    display: none;
  }
  .footer-bottom__inner {
    -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;
  }
  .footer-bottom__inner-item:nth-child(2) {
    max-width: 255px;
  }
  .footer-menu {
    margin-bottom: -10px;
  }
  .footer-menu__item {
    margin-bottom: 10px;
  }
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 30px;
  position: relative;
  z-index: 19;
}
.header.sticky {
  position: sticky;
  top: 0;
  opacity: 0;
}
.header.sticky .header-content {
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.14);
}
.header.animate {
  opacity: 1;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.header-content {
  background: var(--white);
  padding: 20px 30px;
  margin: 0 -30px;
}
.header-content--bg {
  background: var(--blue_light_01);
}
.header-content__inner-m-menu {
  display: none;
}

.menu__item {
  margin-right: 37px;
}
.menu__item:last-child {
  margin: 0;
}
.menu__link {
  text-decoration: none;
  color: inherit;
}
.menu__link:hover, .menu__link--selected {
  color: var(--blue);
}

@media (max-width: 1199px) {
  .header-content {
    margin: 0;
  }
  .header-btn {
    padding: 14px 20px;
  }
  .menu {
    font-size: 16px;
  }
  .menu__item {
    margin-right: 16px;
  }
  .logo img {
    max-width: 74px;
  }
}
@media (max-width: 991px) {
  .header-content__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-content__inner-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .header-content__inner-menu .nav {
    display: block;
    padding-top: 24px;
  }
  .header-content__inner-m-menu {
    display: block;
  }
  .header-btn {
    padding: 10px;
  }
  .header-btn__txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 0;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.14);
  }
  .header.sticky .header-content {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .header-content {
    padding: 24px 0;
    border-radius: 0;
    background: none;
  }
  .header-content__inner-menu {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    background: var(--blue_light_01);
    z-index: 9;
  }
  .header-content__inner-menu .nav {
    padding: 20px 15px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -10px;
    height: 98px;
  }
  .menu__item {
    margin-bottom: 10px;
  }
}
.modal-content__group {
  border-radius: 16px;
  background: var(--white);
  padding: 40px;
  margin-bottom: 20px;
  position: relative;
}
.modal-content__group:last-child {
  margin-bottom: 0;
}
.modal-close {
  width: 24px;
  height: 24px;
  top: 40px;
  right: 40px;
  position: absolute;
  fill: var(--grey);
}
.modal-logo {
  text-align: center;
  margin-bottom: 35px;
}
.modal-title {
  text-align: center;
  margin-bottom: 25px;
}
.modal-form.form-error .modal-form__error {
  display: block;
}
.modal-form__top {
  margin-bottom: 25px;
}
.modal-form__top-item {
  margin-bottom: 15px;
}
.modal-form__top-item:last-child {
  margin-bottom: 0;
}
.modal-form__top-item-recovery {
  float: right;
}
.modal-form__bottom-item {
  margin-bottom: 25px;
}
.modal-form__bottom-item:last-child {
  margin-bottom: 0;
}
.modal-form__error {
  text-align: center;
  margin-bottom: 25px;
  display: none;
}
.modal-registration {
  text-align: center;
}
.modal-registration__btn {
  width: 100%;
  margin-bottom: 20px;
}
.modal-txt {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .modal-dialog {
    --bs-modal-margin: 16px;
  }
  .modal-content__group {
    padding: 20px 15px;
    margin-bottom: 16px;
  }
  .modal-content__group--mobile-blue {
    background: var(--blue);
  }
  .modal-logo {
    display: none;
  }
  .modal-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .modal-title--mb-5 {
    margin-bottom: 5px;
  }
  .modal-close {
    top: 22px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .modal-form__top {
    margin-bottom: 20px;
  }
  .modal-form__top-item {
    margin-bottom: 10px;
  }
  .modal-form__bottom-item {
    margin-bottom: 10px;
  }
  .modal-form__btn {
    width: 100%;
  }
  .modal-form__error {
    text-align: left;
    margin-bottom: 20px;
  }
  .modal-form__submit {
    margin-bottom: 20px;
  }
  .modal-registration__btn {
    background: var(--white);
    color: var(--blue);
  }
  .modal-registration__btn::before {
    border-color: var(--white);
  }
  .modal-registration__txt {
    color: var(--white);
  }
}
.newsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.newsCard-img{
  max-height: 190px;
}
.newsCard-info {
  background: var(--blue_light_01);
  border-radius: 20px 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px 30px 20px;
  margin-top: -32px;
}
.newsCard-title {
  margin-bottom: 10px;
}
.newsCard-title a {
  text-decoration: none;
}
.newsCard-txt {
  margin-bottom: 10px;
  min-height: 140px;
}
.newsCard-btn {
  margin-top: auto;
  padding: 10px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  background: var(--blue_light_02);
  text-decoration: none;
}
.newsCard-btn__icon {
  margin-left: 10px;
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsCard-btn:hover {
  background: var(--blue_light_03);
}

@media (max-width: 767px) {
  .newsCard {
    border-radius: 0;
  }
  .newsCard-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .newsCard-img img {
    min-height: 97px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newsCard-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .newsCard-info {
    margin-top: 0;
    border-radius: 0;
    background: none;
    padding: 0;
  }
  .newsCard-txt {
    display: none;
  }
  .newsCard-btn {
    padding: 6px 12px;
  }
  .newsCard-btn__icon {
    width: 20px;
  }
}
.form-txt a {
  color: var(--blue);
}
.form-item {
  display: block;
  position: relative;
}
.form-item.focus .form-item__label {
  top: 5px;
  font-size: 13px;
  line-height: 16px;
}
.form-item.focus .form-item__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item.error .form-field {
  border-color: var(--orange);
}
.form-item.error .form-item__label {
  color: var(--orange);
}
.form-item__label {
  position: absolute;
  left: 16px;
  top: 20px;
  line-height: 1;
  color: var(--grey);
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.form-item__label--textarea {
  top: 16px;
}
.form-item__clear {
  fill: var(--light-text-icons-tertiary);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.form-field {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 25px 48px 5px 16px;
  font-size: 18px;
  line-height: 140%;
}
.form-input {
  height: 56px;
  border: 1px solid var(--grey);
}
.form-input.error, .form-textarea.error {
  border: 1px solid var(--red);
}
.form-textarea {
  height: 88px;
  border: 1px solid var(--white);
  min-height: 88px;
  overflow: hidden;
}
.form-file {
  display: block;
}
.form-file input {
  display: none;
}
.form-file__inner {
  display: block;
  border-radius: 15px;
  border: 1px dashed var(--blue);
  padding: 15px;
}
.form-file__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 6px 12px;
  border-radius: 8px;
}
.form-file__txt {
  color: var(--blue);
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
  max-width: 222px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.form-file__output {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 100%;
}
.form-file__output:not(.active) {
  display: none;
}
.form-file__output-list {
  margin-right: -4px;
  margin-bottom: -4px;
}
.form-file__output-item {
  margin-bottom: 4px;
  margin-right: 4px;
}
.form-file__output-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--grey);
}
.form-file__output-item-txt {
  width: calc(100% - 16px);
}
.form-file__output-item-remove {
  width: 16px;
  height: 16px;
}
.form-file__output-item:hover {
  fill: var(--black);
}
.form-btn {
  width: 100%;
  border: unset;
}
.form-btn:disabled {
  background: #606060;
}
.form-select {
  position: relative;
}
.form-select.error .form-select__btn {
  border-color: var(--orange);
  fill: var(--orange);
}
.form-select.error .form-select__btn-label {
  color: var(--orange);
}
.form-select__btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 25px 90px 5px 16px;
  font-size: 18px;
  line-height: 140%;
  height: 56px;
  border: 1px solid var(--grey);
  position: relative;
  fill: var(--grey);
}
.form-select__btn.active .form-select__btn-label {
  top: 5px;
  font-size: 13px;
  line-height: 16px;
}
.form-select__btn[aria-expanded=true] .form-select__btn-arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-select__btn-label {
  position: absolute;
  left: 16px;
  top: 20px;
  line-height: 1;
  color: var(--grey);
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.form-select__btn-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-select__dropdown {
  border-radius: 8px;
  background: var(--white);
  width: 100%;
  padding: 16px;
}
.form-select__dropdown::before {
  border-color: var(--grey);
}
.form-radio input {
  display: none;
}
.form-radio input:checked + span .form-radio__icon::before {
  opacity: 1;
}
.form-radio__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-radio__icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  position: relative;
  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;
}
.form-radio__icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0;
}
.form-radio__txt {
  width: calc(100% - 20px);
  padding-left: 10px;
}

.dropdown-menu__list-item {
  margin-bottom: 10px;
}
.dropdown-menu__list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-file__txt {
    color: var(--black);
    font-size: 16px;
    line-height: 140%;
  }
}
.cookies {
  position: fixed;
  width: 884px;
  max-width: 100%;
  z-index: 99;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.cookies.show {
  display: block;
}
.cookies-content {
  padding: 20px 30px;
  background: var(--white);
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(14,14,14,15%);
  box-shadow: 0 3px 15px 0 rgba(14,14,14,15%);
}

@media (max-width: 767px) {
  .cookies {
    bottom: 0;
    max-width: 320px;
    bottom: 20px;
  }
  .cookies-content {
    padding: 15px;
    border-radius: 15px;
  }
  .cookies-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .cookies-content__inner-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .cookies-content__inner-right {
    width: 100%;
  }
  .cookies-content__btn {
    padding: 13.5px;
    width: 100%;
  }
}
.intro {
  margin-top: -127px;
}
.intro__top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 580px;
  padding-top: 226px;
}
.intro__info {
  max-width: 445px;
}
.intro-title {
  margin-bottom: 17px;
}
.intro-txt {
  margin-bottom: 17px;
}
.intro-scroll {
  margin-top: 35px;
}
.intro-scroll__btn {
  width: 40px;
  height: 40px;
  fill: var(--orange);
  margin: auto;
  -webkit-animation: arrowDown 2.5s infinite;
          animation: arrowDown 2.5s infinite;
}
.intro-subtitle {
  width: 100%;
  margin-bottom: 20px;
}

@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateX(0%) translateY(-150%);
            transform: translateX(0%) translateY(-150%);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateX(0%) translateY(-150%);
            transform: translateX(0%) translateY(-150%);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: 0;
  }
  .intro__top {
    background: none !important;
    padding-top: 40px;
    height: auto;
  }
  .intro__info {
    text-align: center;
    max-width: 100%;
  }
  .intro__info--plan {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__info--plan .intro-subtitle {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro__info--plan .intro-btn {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
  }
  .intro__info--plan .intro-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 30px;
  }
  .intro__info--plan .intro-img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 30px;
  }
  .intro__info--plan .intro-txt {
    color: var(--black);
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 0;
  }
  .intro-title {
    margin-bottom: 20px;
  }
  .intro-txt {
    margin-bottom: 20px;
  }
  .intro-btn {
    width: 100%;
  }
  .intro-scroll {
    margin-top: 30px;
  }
  .intro-img {
    text-align: center;
  }
  .intro-img img {
    border-radius: 10px;
  }
}
.mainAbout {
  margin-top: 50px;
}
.mainAbout-list {
  margin-bottom: -30px;
}
.mainAbout-list__item {
  margin-bottom: 30px;
}
.mainAbout-card {
  padding: 35px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainAbout-card__title {
  margin-bottom: 10px;
}
.mainAbout-card__title span {
  color: var(--orange);
}
.mainAbout-card__txt {
  min-height: 125px;
  margin-bottom: 30px;
}
.mainAbout-card__btn {
  margin-top: auto;
}
.mainAbout-card__head {
  margin-bottom: 15px;
  display: none;
}
.mainAbout-card__btn-mobile {
  padding: 8px;
  border-radius: 7px;
}
.mainAbout-card__btn-mobile span {
  width: 15px;
  height: 15px;
}
.mainAbout-card__img {
  padding: 7px;
  border-radius: 7px;
  background: var(--white);
}
.mainAbout-card__img-icon {
  width: 17px;
  height: 17px;
  fill: var(--blue);
}

@media (max-width: 991px) {
  .mainAbout-list__item {
	cursor: pointer;
  }
  .mainAbout-list__item--1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            /*order: 2;*/
  }
  .mainAbout-list__item--2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            /*order: 1;*/
  }
  .mainAbout-list__item--3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            /*order: 3;*/
  }
}
@media (max-width: 767px) {
  .mainAbout {
    margin-top: 20px;
  }
  .mainAbout-list {
    margin-bottom: -10px;
  }
  .mainAbout-list__item {
    margin-bottom: 10px;
  }
  .mainAbout-card {
    background: var(--blue_light_01);
    border-radius: 10px;
    padding: 15px;
  }
  .mainAbout-card::before {
    display: none;
  }
  .mainAbout-card__title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .mainAbout-card__txt {
    min-height: initial;
    margin-bottom: 0;
  }
  .mainAbout-card__btn {
    display: none;
  }
  .mainAbout-card__head {
    display: block;
  }
}
.mainAdvantages-title {
  font-size: 72px;
}
.mainAdvantages-list {
  margin-bottom: -25px;
}
.mainAdvantages-list__item {
  margin-bottom: 25px;
}
.mainAdvantages-item__img {
  margin-bottom: 20px;
}
.mainAdvantages-item__title {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .mainAdvantages-list__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mainAdvantages-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mainAdvantages-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .mainAdvantages-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .mainAdvantages-item__img {
    max-width: 25px;
    margin-bottom: 15px;
  }
  .mainAdvantages-item__title {
    margin-bottom: 5px;
  }
  .mainAdvantages-item__txt {
    color: var(--black);
  }
  .mainAdvantages-item__txt span {
    display: none;
  }
}
.mainDoctor-title {
  /*font-size: 143px;*/
  font-size: 76px;
}
.mainDoctor-img {
  position: relative;
}
.mainDoctor-img__play {
  position: absolute;
  top: 32px;
  left: 88px;
  border-radius: 40px;
  padding: 11px 21px;
  font-size: 12px;
  line-height: 120%;
}
.mainDoctor-img__play-icon {
  width: 13px;
  height: 13px;
}
.mainDoctor-info__title {
  font-size: 30px;
}
.mainDoctor-info__subtitle {
  margin-bottom: 10px;
}
.mainDoctor-info__txt {
  margin-bottom: 20px;
}
.mainDoctor-info__txt p {
  margin-bottom: 11px;
}

@media (max-width: 1199px) {
  .mainDoctor-title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .mainDoctor-title {
    font-size: 88px;
  }
  .mainDoctor-content__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .mainDoctor-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .mainDoctor-title {
    font-size: 65px;
  }
  .mainDoctor-content__left {
    margin-top: 10px;
  }
  .mainDoctor-img {
    border-radius: 10px;
    overflow: hidden;
  }
  .mainDoctor-img__content img {
    width: 100%;
  }
  .mainDoctor-img__play {
    top: 11px;
    left: 10px;
    font-size: 9.427px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    padding: 8.5px 16.5px;
  }
  .mainDoctor-img__play-icon {
    width: 10px;
    height: 10px;
  }
  .mainDoctor-info__title {
    font-size: 23px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .mainDoctor-info__txt p:first-child {
    display: none;
  }
  .mainDoctor-info__btn {
    width: 100%;
  }
}
.mainStats {
  padding-top: 192px;
  padding-bottom: 185px;
  background: url(./images/general/stats-bg.svg) center no-repeat;
}
.mainStats-item {
  background: var(--white);
  padding: 30px;
  height: 100%;
}
.mainStats-item::before {
  border-color: transparent;
}
.mainStats-item__number {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .mainStats {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .mainStats {
    padding: 0;
    background: none;
  }
  .mainStats-list {
    margin-bottom: -30px;
  }
  .mainStats-list__item {
    margin-bottom: 30px;
  }
  .mainStats-item {
    border-radius: 10px;
  }
  .mainStats-item::before {
    border-color: var(--blue_light_02);
  }
}
@media (max-width: 767px) {
  .mainStats-list {
    margin-bottom: -10px;
  }
  .mainStats-list__item {
    margin-bottom: 10px;
  }
  .mainStats-item {
    padding: 16px;
  }
  .mainStats-item__number {
    margin-bottom: 5px;
  }
  .mainStats-item__txt {
    color: var(--black);
  }
}
.mainBanner {
  margin-bottom: 100px;
}
.mainBanner-title{
	font-size: 76px;
}
.mainBanner-content {
  background: var(--blue_light_01);
  padding: 35px 95px;
}
.mainBanner-content__title {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .mainBanner-content {
    padding: 35px 70px;
  }
}
@media (max-width: 991px) {
  .mainBanner-content {
    padding: 35px;
  }
  .mainBanner-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainBanner-content__inner-img {
    margin-bottom: 25px;
  }
  .mainBanner-content__title {
    text-align: center;
  }
  .mainBanner-content__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .mainBanner {
    margin-bottom: 60px;
  }
  .mainBanner-content {
    padding: 35px 15px 25px;
    border-radius: 10px;
  }
  .mainBanner-content__img img {
    max-width: 225px;
  }
  .mainBanner-content__title {
    margin-bottom: 30px;
  }
  .mainBanner-content__btn {
    width: 100%;
  }
  .mainBanner-content__btn .btn__icon {
    display: none;
  }
}
.mainReviews {
  overflow: hidden;
  padding: 60px 0;
}
.mainReviews-title {
  font-size: 140px;
}
.mainReviews-head {
  margin-bottom: 60px;
}
.mainReviews-slider-wrapper {
  /* width: 730px; */
  margin-left: -95px;
}
.mainReviews-slider__slide {
  width: 350px;
  height: initial;
}
.mainReviews-item {
  padding: 35px 30px;
  height: 100%;
}
.mainReviews-item__group {
  margin-bottom: 10px;
}
.mainReviews-item__rating {
  margin-bottom: 10px;
}
.mainReviews-item__rating-item {
  margin-right: 8px;
}
.mainReviews-item__rating-item:last-child {
  margin: 0;
}
.mainReviews-controls__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainReviews-controls__inner-item {
  margin-right: 8px;
}
.mainReviews-controls__inner-item:last-child {
  margin: 0;
}
.mainReviews-btn {
  width: 31px;
  height: 31px;
  border-radius: 7px;
  background: var(--blue);
  fill: var(--white);
}
.mainReviews-btn svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 991px) {
  .mainReviews-slider-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .mainReviews {
    padding: 30px 0;
  }
  .mainReviews-head {
    margin-bottom: 10px;
  }
  .mainReviews-title {
    font-size: 65px;
  }
  .mainReviews-slider__slide {
    width: auto;
  }
  .mainReviews-item {
    padding: 15px;
    border-radius: 10px;
  }
  .mainReviews-item__group {
    margin-bottom: 7px;
  }
  .mainReviews-item__name {
    font-size: 20px;
  }
}
.mainUseful-title {
  font-size: 133px;
}
.mainUseful-slider__slide {
  height: initial;
}
.mainUseful-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainUseful-prev {
  left: -70px;
}
.mainUseful-next {
  right: -70px;
}

@media (max-width: 1279px) {
  .mainUseful-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mainUseful-title {
    font-size: 112px;
  }
}
@media (max-width: 991px) {
  .mainUseful-title {
    font-size: 82px;
  }
}
@media (max-width: 767px) {
  .mainUseful {
    overflow: hidden;
  }
  .mainUseful-title {
    font-size: 59px;
  }
  .mainUseful-slider-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .mainUseful-slider {
    overflow: initial;
  }
  .mainUseful-slider__slide {
    width: 141px;
  }
}
.mainInfo {
  padding: 50px 0;
}
.mainInfo-info__title {
  max-width: 350px;
  margin-bottom: 20px;
}
.mainInfo-info__more {
  fill: var(--blue);
  width: 100%;
  display: none;
}
.mainInfo-info__more.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mainInfo-img {
  overflow: hidden;
}
.mainInfo-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .mainInfo-content__left {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mainInfo {
    padding: 30px 0;
  }
  .mainInfo-img {
    border-radius: 10px;
  }
  .mainInfo-info__title {
    margin-bottom: 10px;
  }
  .mainInfo-info__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    color: var(--black);
  }
  .mainInfo-info__txt.full {
    display: block;
  }
  .mainInfo-info__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.mainWarning-content {
  padding: 30px;
  text-align: center;
}
.mainWarning-content--plan {
  text-align: left;
  padding: 35px 40px;
}
.mainWarning-content__title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mainWarning-content {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .mainWarning-content__title {
    margin-bottom: 10px;
  }
}
.news {
  padding-bottom: 85px;
}
.news-list {
  margin-bottom: -30px;
}
.news-list__item {
  margin-bottom: 30px;
}
.news-more {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.news-more.hidden {
  display: none;
}

@media (min-width: 992px) {
  .news-list.full .news-list__item:nth-child(n+9) {
    display: block;
  }
  .news-list__item:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 991px) {
  .news-list.full .news-list__item:nth-child(n+10) {
    display: block;
  }
  .news-list__item:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 767px) {
  .news {
    padding-bottom: 60px;
  }
  .news-list {
    margin-bottom: -15px;
  }
  .news-list__item {
    margin-bottom: 15px;
  }
  .news-more {
    width: 100%;
  }
}
.notFound {
  margin-top: -24px;
  margin-bottom: -15px;
}
.notFound-content {
  text-align: center;
}
.notFound-title {
  font-size: 390px;
  line-height: 1;
  margin-bottom: -16px;
}
.notFound-subtitle {
  margin-bottom: 40px;
}
.notFound-btn {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .notFound-title {
    font-size: 320px;
  }
}
@media (max-width: 767px) {
  .notFound {
    margin-top: -8px;
    margin-bottom: 0;
  }
  .notFound-title {
    font-size: 145px;
    margin-bottom: 4px;
  }
  .notFound-subtitle {
    margin-bottom: 20px;
  }
  .notFound-btn {
    width: 100%;
  }
}
.textPage {
  padding-bottom: 90px;
}
.textPage h2, .textPage p, .textPage ul {
  margin-bottom: 10px;
}
.textPage h2 {
  color: var(--black);
}
.textPage a {
  color: var(--blue);
  text-decoration: underline;
}
.textPage-title {
  margin-bottom: 20px;
}
.textPage-content__group {
  margin-bottom: 20px;
}
.textPage-content__group > *:last-child {
  margin-bottom: 0;
}
.textPage-content__group:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .textPage {
    padding-bottom: 60px;
  }
  .textPage p, .textPage ul {
    font-size: 14px;
    line-height: 140%;
  }
  .textPage h2 {
    color: var(--blue);
  }
  .textPage strong {
    font-weight: normal;
    color: var(--blue);
  }
}
.contacts {
  padding-bottom: 90px;
}
.contacts-item {
  background: var(--blue_light_01);
  min-height: 225px;
}
.contacts-item__inner {
  padding: 25px 20px;
}
.contacts-item__img {
  width: 50px;
  height: 50px;
  background: var(--white);
  fill: var(--blue);
  margin-bottom: 20px;
}
.contacts-item__img svg {
  width: 30px;
  height: 30px;
}
.contacts-item__open {
  margin-top: 20px;
  fill: var(--blue);
}
.contacts-item__open[aria-expanded=true] {
  opacity: 0.5;
}
.contacts-item__open[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contacts-item__txt {
  margin-top: 10px;
}
.contacts-item__txt a {
  color: var(--blue);
  text-decoration: underline;
}
.contacts-item__hidden-inner {
  padding: 5px 20px 25px;
}
.contacts-form__title {
  margin-bottom: 15px;
}
.contacts-form__fields {
  margin-bottom: 15px;
}
.contacts-form__fields-item {
  margin-bottom: 10px;
}
.contacts-form__fields-item:last-child {
  margin-bottom: 0;
}
.contacts-form__foot-item {
  margin-bottom: 15px;
}
.contacts-form__foot-item:last-child {
  margin-bottom: 0;
}
.contacts-status {
  position: fixed;
  top: 40px;
  width: 100%;
  display: none;
  z-index: 999;
}
.contacts-status.active {
  display: block;
}
.contacts-status__txt {
  width: 350px;
  padding: 24px 24px 24px 20px;
  margin-left: auto;
  background: var(--green_02);
  position: relative;
  color: var(--green_01);
  font-size: 18px;
  line-height: 140%;
  border-radius: 16px;
  overflow: hidden;
}
.contacts-status__txt::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 0 0 3px;
  background: var(--green_01);
}
.contacts-status__txt.error {
  background: var(--red_02);
  color: var(--red);
}
.contacts-status__txt.error::before {
  background: var(--red);
}

@media (max-width: 991px) {
  .contacts-content__item {
    margin-bottom: 20px;
  }
  .contacts-content__item:first-child {
    -webkit-box-ordinal-group: 3;
        /* -ms-flex-order: 2;
            order: 2; */
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding-bottom: 60px;
  }
  .contacts-item {
    min-height: initial;
    border-radius: 10px;
  }
  .contacts-item__inner {
    padding: 20px 15px;
  }
  .contacts-item__img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .contacts-item__img--mb-20 {
    margin-bottom: 20px;
  }
  .contacts-item__img svg {
    width: 22px;
    height: 22px;
  }
  .contacts-item__open {
    width: 100%;
  }
  .contacts-item__hidden-inner {
    padding: 0 15px 20px;
  }
  .contacts-form__title {
    margin-bottom: 10px;
  }
  .contacts-form__fields {
    margin-bottom: 10px;
  }
  .contacts-form__foot-item {
    margin-bottom: 10px;
  }
  .contacts-status {
    top: 0;
  }
  .contacts-status .container {
    padding: 0;
  }
  .contacts-status__txt {
    color: var(--white);
    padding: 16px 13px;
    background: var(--green_01);
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
  }
  .contacts-status__txt::before {
    display: none;
  }
  .contacts-status__txt.error {
    background: var(--red);
    color: var(--white);
  }
}
.account-block {
  padding: 25px 20px;
}
.account-result__title {
  margin-bottom: 25px;
}
.account-result__list-item {
  margin-bottom: 35px;
}
.account-result__list-item:last-child {
  margin-bottom: 0;
}
.account-result__item-number {
  width: 35px;
  height: 35px;
  background: var(--blue_light_01);
}
.account-result__item-txt {
  width: calc(100% - 35px);
  padding-left: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}
.account-result__item-txt a {
  text-decoration: underline;
}
.account-sert {
  background: var(--blue_light_01);
}
.account-sert__inner-right {
  width: 234px;
}
.account-sert__inner-left {
  width: calc(100% - 234px);
  padding-right: 30px;
}
.account-sert__title {
  margin-bottom: 20px;
}
.account-sert__title-icon {
  width: 50px;
  height: 50px;
  background: var(--white);
  fill: var(--blue);
}
.account-sert__title-icon svg {
  width: 30px;
  height: 30px;
}
.account-sert__title-txt {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.account-sert__txt-item {
  margin-bottom: 5px;
}
.account-sert__txt-item:last-child {
  margin-bottom: 0;
}
.account-sert__btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
}
.account-sert__btn {
  margin-top: 30px;
}
.account-sert__img {
  text-align: center;
}
.account-sert__img img {
  max-width: 166px;
  border-radius: 14px;
}
.account-curriculum {
  margin-top: 80px;
}
.account-curriculum__title {
  font-size: 138px;
  line-height: 90%;
}
.account-gifts {
  margin-top: 80px;
  margin-bottom: -5px;
}
.account-gifts__title {
  margin-bottom: 30px;
}
.account-list {
  margin-bottom: 30px;
}
.account-list__item {
  margin-bottom: 20px;
}
.account-list__item:last-child {
  margin-bottom: 0;
}
.account-list__item-number {
  width: 35px;
  height: 35px;
  background: var(--white);
}
.account-list__item-txt {
  width: calc(100% - 35px);
  padding-left: 20px;
  -ms-flex-item-align: center;
      align-self: center;
}
.account-list__item-txt a {
  text-decoration: underline;
}
.account-gift {
  background: var(--blue_light_01);
  height: 100%;
}
.account-gift > *:last-child {
  margin-bottom: 0;
}
.account-gift__logo {
  margin-bottom: 20px;
}
.account-gift__title {
  margin-bottom: 20px;
}
.account-gift__title--mb-10 {
  margin-bottom: 10px;
}
.account-gift__promocode {
  margin-bottom: 30px;
}
.account-gift__promocode-value {
  border-radius: 8px;
  border: 2px dashed var(--orange);
  padding: 18px 56px;
  color: var(--orange);
}
.account-gift__promocode-txt {
  margin-left: 30px;
}
.account-gift__promocode-txt span {
  display: block;
}
.account-gift__txt {
  margin-bottom: 10px;
}
.account-gift__download {
  margin-bottom: 30px;
}
.account-gift__download-txt {
  margin-bottom: 5px;
}
.account-gift__download-list {
  margin-left: -12px;
  margin-right: -12px;
}
.account-gift__download-col {
  padding-left: 12px;
  padding-right: 12px;
}

.curriculum-list__item {
  margin-bottom: 30px;
}
.curriculum-list__item:last-child {
  margin-bottom: 0;
}
.curriculum-item {
  padding: 30px;
  background: var(--blue_light_01);
  position: relative;
  margin: 0 -30px;
}
.curriculum-item--py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.curriculum-item__learn {
  padding: 10px 15px;
  background: var(--blue_light_02);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.curriculum-item__title {
  margin-bottom: 30px;
}
.curriculum-item__time {
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  fill: var(--blue);
}
.curriculum-item__time::before {
  border-color: var(--blue);
}
.curriculum-item__time-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.curriculum-item__info {
  background: var(--white);
  padding: 30px;
}
.curriculum-item__info--px-24 {
  padding: 30px 24px;
  height: 100%;
}
.curriculum-item__btn {
  margin-top: 30px;
  width: 100%;
}
.curriculum-item__btn--d-hidden {
  display: none;
}
.curriculum-item__btn--disabled{
  color: var(--grey);
}

.curriculum-item__btn.curriculum-item__btn--full-disabled, .curriculum-item__btn.curriculum-item__btn--full-disabled:hover {
	background-color: var(--grey);
	color: var(--white);
	fill: var(--white);
}
.curriculum-item__btn--disabled::before {
  border-color: var(--grey);
}

.curriculum-item__img img {
  width: 100%;
}
.curriculum-item__result {
  height: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--green_01);
  color: var(--white);
  fill: var(--white);
  text-align: center;
}
.curriculum-item__result--red {
  background: var(--red);
}
.curriculum-item__result--blue {
  background: var(--blue);
}
.curriculum-item__result--light-blue {
  background: var(--blue_light_02);
  color: var(--blue);
  fill: var(--blue);
}
.curriculum-item__result-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.curriculum-item__result-txt {
  margin-top: 20px;
}
.curriculum-item__result-value {
  color: inherit;
}

@media (max-width: 1199px) {
  .curriculum-item {
    margin: 0 -15px;
  }
  .curriculum-item__result {
    height: 220px;
  }
  .account-gift__download-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .account-info__result {
    margin-bottom: 20px;
  }
  .account-info__gift {
    margin-bottom: 30px;
  }
  .account-info__gift:last-child {
    margin-bottom: 0;
  }
  .curriculum-item {
    margin: 0;
  }
  .curriculum-item__result {
    height: 220px;
  }
  .curriculum-item__btn {
    margin-top: 20px;
  }
  .curriculum-item__btn--m-hidden {
    display: none;
  }
  .curriculum-item__btn--d-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .curriculum-item__info--top {
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .curriculum-item__info--bottom {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 767px) {
  .account-block {
    padding: 20px 15px;
  }
  .account-sert--btn {
    padding: 25px 20px;
    padding-bottom: 190px;
    position: relative;
  }
  .account-sert__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-sert__inner-right {
    display: none;
  }
  .account-sert__inner-right--m-visible {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .account-sert__inner-left {
    width: 100%;
    padding-right: 0;
  }
  .account-sert__title-icon {
    width: 40px;
    height: 40px;
  }
  .account-sert__title-icon svg {
    width: 22px;
    height: 22px;
  }
  .account-sert__title-icon--big {
    width: 50px;
    height: 50px;
  }
  .account-sert__title-icon--big svg {
    width: 30px;
    height: 30px;
  }
  .account-sert__title-txt {
    width: calc(100% - 40px);
    padding-left: 15px;
  }
  .account-sert__title-txt--big {
    width: calc(100% - 50px);
    padding-left: 20px;
  }
  .account-sert__btn {
    position: absolute;
    bottom: 105px;
    left: 20px;
    right: 20px;
    width: initial;
    padding: 18px;
  }
  .account-sert__btn:last-child {    
    bottom: 20px;
  }
  .account-sert__img img {
    max-width: 100%;
    width: 100%;
  }
  .account-curriculum {
    background: var(--blue_light_01);
    padding: 35px 0;
    margin-top: 60px;
  }
  .account-curriculum__title {
    font-size: 58px;
    line-height: 110%;
    color: var(--white);
  }
  .account-gifts {
    margin-top: 60px;
  }
  .account-list__item {
    margin-bottom: 10px;
  }
  .account-list__item--m-mb-20 {
    margin-bottom: 20px;
  }
  .account-list__item-number {
    width: 29px;
    height: 29px;
    border-radius: 7px;
  }
  .account-list__item-txt {
    width: calc(100% - 29px);
    padding-left: 10px;
  }
  .account-gift {
    padding: 25px 15px;
  }
  .account-gift__logo {
    text-align: center;
  }
  .account-gift__title {
    margin-bottom: 10px;
  }
  .account-gift__title--m-center {
    text-align: center;
    margin-bottom: 20px;
  }
  .account-gift__title--m-mb-20 {
    margin-bottom: 20px;
  }
  .account-gift__promocode {
    text-align: center;
  }
  .account-gift__promocode-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .account-gift__promocode-value {
    padding: 7px;
    width: 100%;
    font-size: 15px;
  }
  .account-gift__promocode-txt {
    margin-left: 0;
    margin-top: 7px;
  }
  .account-gift__promocode-txt span {
    display: inline;
  }
  .account-gift__download {
    margin-top: 20px;
  }
  .account-gift__download-txt {
    margin-bottom: 15px;
  }
  .account-gift__download-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .account-gift__download-col:last-child {
    margin-bottom: 0;
  }
  .account-gift__download-item {
    display: block;
  }
  .account-gift__download-item img {
    width: 100%;
  }
  .curriculum-list__item {
    margin-bottom: 20px;
  }
  .curriculum-item {
    padding: 16px 15px;
    background: var(--white);
  }
  .curriculum-item__time {
    display: none;
  }
  .curriculum-item__learn {
    margin-bottom: 15px;
  }
  .curriculum-item__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .curriculum-item__info {
    padding: 0;
  }
  .curriculum-item__result {
    height: auto;
    padding: 20px 15px;
    margin-top: 15px;
  }
  .curriculum-item__result-value {
    font-size: 16px;
  }
  .curriculum-item__result-txt {
    margin-top: 5px;
  }
  .curriculum-item__btn {
    margin-top: 10px;
  }
  .curriculum-item__btn--disabled {
    display: none;
  }
}
.lesson {
  padding-bottom: 90px;
  overflow: hidden;
}
.lesson-info:not(.active) {
  display: none;
}
.lesson-head {
  margin-bottom: 30px;
}
.lesson-controls {
  overflow: hidden;
  border-radius: 10px;
}
.lesson-controls::before {
  border-color: var(--grey);
}
.lesson-controls__btn {
  padding: 18px 50.5px;
  color: var(--grey);
  display: block;
  text-decoration: none;
}
.lesson-controls__btn:hover {
  color: var(--blue);
}
.lesson-controls__btn--selected {
  padding: 18px 48.5px;
  background: var(--blue);
  color: var(--white);
}
.lesson-controls__btn--selected:hover {
  color: var(--white);
}
.lesson-download__inner-left {
  margin-right: 30px;
}
.lesson-download__btn {
  white-space: nowrap;
  padding: 18px 22.5px;
}
.lesson-download__txt {
  text-align: right;
  max-width: 445px;
}
.lesson-intro {
  margin: 0 -30px;
  padding: 16px 30px;
  background: var(--blue_light_01);
}
.lesson-intro__head {
  margin-bottom: 10px;
}
.lesson-intro__title {
  margin-bottom: 30px;
}
.lesson-intro__title--mb-20 {
  margin-bottom: 20px;
}
.lesson-intro__video {
  position: relative;
}
.lesson-intro__video video {
  display: block;
  width: 100%;
  height: auto;
}
.lesson-intro__info {
  padding: 24px 30px;
  background: var(--white);
}
.lesson-intro__info--px-24 {
  padding: 30px 24px;
}
.lesson-intro__text-title {
  margin-bottom: 15px;
}
.lesson-intro__text-list {
  margin-bottom: 20px;
}
.lesson-intro__text-list ul {
  padding-left: 24px;
}
.lesson-intro__text-list ul li {
  margin-bottom: 10px;
}
.lesson-intro__text-list ul li:last-child {
  margin-bottom: 0;
}
.lesson-intro__text-list a {
  text-decoration: none;
}
.lesson-intro__text-list a:hover {
  color: var(--orange);
}
.lesson-intro__text-btn {
  width: 100%;
}
.lesson-intro__text-btn-download {
  width: 100%;
  display: none;
  margin-top: 10px;
}
.lesson-intro__time {
  padding: 10px 15px;
  fill: var(--blue);
}
.lesson-intro__time::before {
  border-color: var(--blue);
}
.lesson-intro__time-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.lesson-intro__img img {
  width: 100%;
}
.lesson-scroll {
  margin-top: 30px;
  margin-bottom: 40px;
}
.lesson-scroll__btn {
  margin: auto;
  width: 40px;
  height: 40px;
  fill: var(--orange);
  -webkit-animation: arrowDown 2.5s infinite;
          animation: arrowDown 2.5s infinite;
}
.lesson-content {
  font-size: 18px;
  line-height: 140%;
}
.lesson-content .h1 {
  margin-bottom: 30px;
}
.lesson-content .h1--m-m-20 {
  margin-bottom: 20px;
}
.lesson-content .h1--mb-40 {
  margin-bottom: 40px;
}
.lesson-content .h1--mb-60 {
  margin-bottom: 60px;
}
.lesson-content .h2 {
  margin-bottom: 10px;
}
.lesson-content .h2--mb-20 {
  margin-bottom: 20px;
}
.lesson-content .h2--mb-30 {
  margin-bottom: 30px;
}
.lesson-content p {
  margin-bottom: 10px;
}
.lesson-content i {
  letter-spacing: 0.18px;
}
.lesson-content__group {
  margin-bottom: 40px;
}
.lesson-content__group--pb-30 {
  padding-bottom: 30px;
}
.lesson-content__group:last-child {
  margin-bottom: 0;
}
.lesson-content__group-item {
  margin-bottom: 30px;
}
.lesson-content__group-top {
  margin-bottom: 60px;
}
.lesson-content__group-bottom {
  margin-bottom: 20px;
}
.lesson-content__group > *:last-child {
  margin-bottom: 0;
}
.lesson-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.lesson-content__text.mobile {
  display: none;
}
.lesson-content__text--item-mb-20 p {
  margin-bottom: 20px;
}
.lesson-content__text-item {
  margin-bottom: 30px;
}
.lesson-content__text-item > *:last-child {
  margin-bottom: 0;
}
.lesson-content__text > *:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.lesson-content__text--top > *:last-child {
  margin-top: initial;
}
.lesson-content__text-group-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lesson-content__text-group-img--negative-top {
  margin-top: -74px;
}
.lesson-content__text-group-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
}
.lesson-content__text-group-info > *:last-child {
  margin-bottom: 0;
}
.lesson-content p:last-child {
  margin-bottom: 0;
}
.lesson-content__tabs-wrapper-item {
  margin-bottom: 60px;
}
.lesson-content__tabs-wrapper-item:last-child {
  margin-bottom: 0;
}
.lesson-content__tabs-col {
  width: 33.3333333333%;
}
.lesson-content__tabs-links {
  margin-bottom: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lesson-content__tabs-links--mb-20 {
  margin-bottom: 20px;
}
.lesson-content__tabs-link {
  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;
  color: var(--grey);
  text-decoration: none;
  border-bottom: 1px solid var(--grey);
  text-align: center;
}

.lesson-content__tabs-link .lesson-content__tabs-link-img {
  filter: grayscale(1);
}
.lesson-content__tabs-link.lesson-content__tabs-link--selected .lesson-content__tabs-link-img {
  filter: grayscale(0);
  transition: filter 0.2s ease-out;
}

.lesson-content__tabs-link--selected {
  color: var(--orange);
  border-color: var(--orange);
}
.lesson-content__tabs-link-img {
  margin-bottom: 30px;
}
.lesson-content__tabs-link-txt {
  padding: 0 8px 8px;
}
.lesson-content__tabs-content:not(.active) {
  display: none;
}
.lesson-content__outline-block {
  padding: 30px;
  border-radius: 20px;
  background: var(--blue_light_01);
  color: var(--blue);
  text-align: center;
}
.lesson-content__outline-block--no-bg {
  background: none;
  color: var(--blue);
}
.lesson-content__outline-block--left {
  text-align: left;
}
.lesson-content__outline-block::before {
  border-color: var(--blue);
}
.lesson-content__ol {
  margin-bottom: 20px;
}
.lesson-content__img--center {
  text-align: center;
}
.lesson-content__img--my-15 {
  margin: 15px 0;
}
.lesson-content__highlight {
  padding: 20px;
  border-radius: 20px;
  background: var(--blue_light_01);
  color: var(--blue);
}
.lesson-content__highlight--30-70 {
  padding: 30px 70px;
}
.lesson-content__highlight--fw {
  padding: 40px 0;
  position: relative;
  border-radius: 0;
  background: none;
}
.lesson-content__highlight--fw::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--blue_light_01);
  width: 200vw;
  left: -50vw;
}
.lesson-content__highlight--center {
  text-align: center;
}
.lesson-content__highlight--blue {
  background: var(--blue);
  color: var(--white);
}
.lesson-content__highlight--px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.lesson-content__highlight--p-30 {
  padding: 30px;
}
.lesson-content__highlight-inner {
  position: relative;
  z-index: 3;
}
.lesson-content__highlight-group-left {
  width: 562px;
  max-width: 100%;
}
.lesson-content__highlight-group-right {
  width: calc(100% - 562px);
  padding-left: 30px;
}
.lesson-content__highlight-row {
  margin-left: -25px;
  margin-right: -25px;
}
.lesson-content__highlight-col {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}
.lesson-content__highlight-img {
  text-align: center;
}
.lesson-content__highlight-img-img {
  margin-bottom: 30px;
}
.lesson-content__highlight-img-txt {
  margin-bottom: 0 !important;
}
.lesson-content__highlight-white {
  padding: 20px;
  border-radius: 20px;
  background: var(--white);
}
.lesson-content__highlight-has-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson-content__highlight-has-img-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lesson-content__highlight-has-img-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
}
.lesson-content__highlight-has-img img {
  border-radius: 20px;
}
.lesson-content__highlight-has-img p {
  margin-bottom: 15px;
}
.lesson-content__highlight-has-img p:last-child {
  margin-bottom: 0;
}
.lesson-content__card-img {
  margin-bottom: 10px;
}
.lesson-content__btn {
  width: 100%;
}

@media (max-width: 1199px) {
  .lesson-intro {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .lesson-download__inner-left {
    display: none;
  }
  .lesson-content__highlight-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lesson-content__highlight-group-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .lesson-content__highlight-group-right {
    width: 100%;
    padding-left: 0;
  }
  .lesson-content__text-group-img--negative-top {
    margin-top: 0;
  }
  .lesson-content__group--pb-30 {
    padding-bottom: 0;
  }
  .lesson-content__group > .row .col-lg-6 {
    margin-bottom: 30px;
  }
  .lesson-content__group > .row .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .lesson-content__group-item > .row .col-lg-6 {
    margin-bottom: 30px;
  }
  .lesson-content__group-item > .row .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .lesson-content__img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lesson {
    padding-bottom: 60px;
  }
  .lesson-head {
    margin-bottom: 25px;
  }
  .lesson-head__title {
    margin-bottom: 25px;
  }
  .lesson-head__inner-right {
    display: none;
  }
  .lesson-intro {
    padding: 0;
    border-radius: 0;
    background: none;
    margin: 0;
  }
  .lesson-intro__info {
    padding: 0;
    border-radius: 0;
  }
  .lesson-intro__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .lesson-intro__text.mobile {
    display: block;
  }
  .lesson-intro__text--mt-0 {
    margin-top: 0;
  }
  .lesson-intro__text--mt-0 .lesson-intro__text-buttons {
    margin-bottom: 25px;
  }
  .lesson-intro__text-buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
  .lesson-intro__text-title {
    font-size: 23px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  .lesson-intro__text-list {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lesson-intro__text-btn-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lesson-scroll {
    display: none;
  }
  .lesson-content {
    margin-top: 60px;
    font-size: 16px;
  }
  .lesson-content__group > .row .col-lg-6 {
    margin-bottom: 20px;
  }
  .lesson-content__group > .row--mb-item-30 .col-lg-6 {
    margin-bottom: 30px;
  }
  .lesson-content__group-item {
    margin-bottom: 20px;
  }
  .lesson-content__group-item--mb-35 {
    margin-bottom: 35px;
  }
  .lesson-content__group-item--mb-35 > .row .col-lg-6 {
    margin-bottom: 35px;
  }
  .lesson-content__group-item > .row--mb-item-10 .col-lg-6 {
    margin-bottom: 10px;
  }
  .lesson-content__group-item > .row--mb-item-20 .col-lg-6 {
    margin-bottom: 20px;
  }
  .lesson-content__group-top {
    background: var(--blue_light_01);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .lesson-content__group-bottom {
    margin-bottom: 20px;
  }
  .lesson-content .h1 {
    margin-bottom: 20px;
    word-break: break-word;
  }
  .lesson-content .h1--m-m-20 {
    margin-bottom: 20px;
  }
  .lesson-content .h1--m-m-30 {
    margin-bottom: 30px;
  }
  .lesson-content .h1--mb-40 {
    margin-bottom: 40px;
  }
  .lesson-content .h1--m-mb-10 {
    margin-bottom: 10px;
  }
  .lesson-content .h2 {
    margin-bottom: 5px;
  }
  .lesson-content .h2--mb-20 {
    margin-bottom: 20px;
  }
  .lesson-content .h2--m-mb-35 {
    margin-bottom: 35px;
  }
  .lesson-content .h2--m-mb-20 {
    margin-bottom: 20px;
  }
  .lesson-content .h2--m-mb-10 {
    margin-bottom: 10px;
  }
  .lesson-content p {
    margin-bottom: 5px;
  }
  .lesson-content .col-lg-6.mb-0 {
    margin-bottom: 0 !important;
  }
  .lesson-content__outline-block {
    border-radius: 10px;
    padding: 25px 15px;
  }
  .lesson-content__outline-block--no-bg {
    padding: 15px;
  }
  .lesson-content__text {
    height: auto;
  }
  .lesson-content__text.mobile {
    display: block;
  }
  .lesson-content__text--mobile-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .lesson-content__text--item-mb-20 p {
    margin-bottom: 20px;
  }
  .lesson-content__text-img-border {
    padding: 6px;
  }
  .lesson-content__text-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lesson-content__text-group-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .lesson-content__text-group-info {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lesson-content__text-item {
    margin-bottom: 20px;
  }
  .lesson-content__text-item--mb-35 {
    margin-bottom: 35px;
  }
  .lesson-content__text-item p > .h2 {
    font-weight: normal;
    font-family: inherit;
  }
  .lesson-content__controls-download {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .lesson-content__highlight {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .lesson-content__highlight--30-70 {
    padding: 15px;
  }
  .lesson-content__highlight--fw {
    padding: 25px 0;
  }
  .lesson-content__highlight--p-15 {
    padding: 15px;
  }
  .lesson-content__highlight--m-py-25 {
    padding: 25px 15px;
  }
  .lesson-content__highlight--p-0 {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .lesson-content__highlight--blue {
    padding: 15px;
  }
  .lesson-content__highlight-row-reverce .col-lg-6:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .lesson-content__highlight-txt {
    color: var(--black);
  }
  .lesson-content__highlight-white {
    padding: 15px;
    border-radius: 10px;
  }
  .lesson-content__highlight-img-txt {
    font-size: 16px;
  }
  .lesson-content__highlight-img-img {
    margin-bottom: 10px;
  }
  .lesson-content__highlight-has-img {
    -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;
  }
  .lesson-content__highlight-has-img-left {
    margin-bottom: 30px;
  }
  .lesson-content__highlight-has-img-right {
    padding-left: 0;
  }
  .lesson-content__highlight-has-img-right p {
    margin-bottom: 15px;
  }
  .lesson-content__img {
    margin-bottom: 20px;
  }
  .lesson-content__img--my-15 {
    margin-top: 0;
  }
  .lesson-content__card-txt {
    font-size: 14px;
    line-height: 140%;
  }
  .lesson-content__tabs--1 .lesson-content__tabs-link-img img {
    height: 136px;
    width: auto;
  }
  .lesson-content__tabs--2 .lesson-content__tabs-link-img img {
    height: 67px;
    width: auto;
  }
  .lesson-content__tabs-wrapper .h2 {
    font-size: 20px;
    color: var(--orange);
    margin-bottom: 20px;
  }
  .lesson-content__tabs-wrapper .h2--mb-30 {
    margin-bottom: 30px;
  }
  .lesson-content__tabs-links {
    margin-bottom: 20px;
  }
  .lesson-content__tabs-link-img {
    margin-bottom: 15px;
  }
  .lesson-content__tabs-link-txt {
    font-size: 16px;
    padding: 0 4px 4px;
  }
}
.test-page {
  padding-bottom: 90px;
}

.test {
  background: var(--blue_light_01);
  padding: 30px;
  margin: 0 -30px;
}
.test.end .test-head__inner-title {
  display: none;
}
.test.end .test-head__inner-name {
  display: block;
}
.test-head {
  margin-bottom: 30px;
}
.test-head__inner-name {
  display: none;
}
.test-steps {
  padding: 10px 15px;
  white-space: nowrap;
}
.test-steps::before {
  border-color: var(--blue);
}
.test-content {
  background: var(--white);
  padding: 30px;
}
.test-content.hidden {
  display: none;
}
.test-content__btn {
  width: 100%;
}
.test-content__btn.hidden {
  display: none;
}
.test-content__btn.disabled {
  cursor: auto;
  background: var(--grey);
}
.test-content__btn.disabled:hover {
  color: var(--white);
  fill: var(--white);
}
.test-content__buttons {
  margin-top: 30px;
}
.test-content__buttons-controls {
  display: none;
}
.test-question:not(.active) {
  display: none;
}
.test-question__title {
  margin-bottom: 30px;
}
.test-question__list-item {
  margin-bottom: 20px;
}
.test-question__list-item:last-child {
  margin-bottom: 0;
}
.test-question__item input {
  display: none;
}
.test-question__item input:checked + span .test-question__item-icon {
  border-color: var(--orange);
  background: var(--orange) url(./images/general/check_16w.svg) center no-repeat;
}
.test-question__item-icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey);
  border-radius: 50%;
}
.test-question__item-icon--checkbox {
  border-radius: 4px;
}
.test-question__item-txt {
  width: calc(100% - 20px);
  padding-left: 8px;
}
.test-result {
  display: none;
  --color-1: #51CC71;
  --color-2: #F0FFF4;
}
.test-result--error {
  --color-1: #A14343;
  --color-2: #FAF4F4;
}
.test-result.visible {
  display: block;
}
.test-result__content {
  padding: 25px 20px;
  color: var(--color-1);
  background: var(--white);
}
.test-result__buttons {
  margin-top: 30px;
}
.test-result__info-icon {
  width: 50px;
  height: 50px;
  fill: var(--white);
  background: var(--color-1);
}
.test-result__info-icon svg {
  width: 30px;
  height: 30px;
}
.test-result__info-txt {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.test-result__stats {
  padding: 10px 20px;
  background: var(--color-2);
}
.test-result__stats::before {
  border-color: var(--color-1);
}
.test-result__stats-group {
  margin-right: 38px;
}
.test-result__stats-group:last-child {
  margin: 0;
}
.test-result__stats-number {
  width: 35px;
  height: 35px;
  color: var(--white);
  background: var(--color-1);
}
.test-result__stats-txt {
  width: calc(100% - 35px);
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .test {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .test {
    margin: 0;
  }
  .test-result__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .test-result__inner-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .test-page {
    padding-bottom: 60px;
  }
  .test {
    border-radius: 0;
    padding: 0;
    background: none;
  }
  .test.end .test-head__inner-title {
    display: block;
  }
  .test.end .test-head__inner-name {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 25px;
  }
  .test-head {
    margin-bottom: 25px;
  }
  .test-head__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .test-content {
    background: var(--blue_light_01);
    padding: 20px 15px 30px;
  }
  .test-content__buttons {
    margin-top: 25px;
  }
  .test-content__buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .test-content__btn-back {
    padding: 18px;
  }
  .test-prev {
    margin-top: 10px;
  }
  .test-steps {
    padding: 5px 10px;
    border-radius: 7px;
  }
  .test-question__title {
    margin-bottom: 25px;
  }
  .test-result__content {
    padding: 20px 15px;
    background: var(--color-2);
  }
  .test-result__info {
    font-size: 20px;
  }
  .test-result__stats {
    padding: 10px;
    background: var(--white);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .test-result__stats-group {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .test-result__buttons {
    margin-top: 25px;
  }
  .test-result__buttons-item {
    margin-bottom: 10px;
  }
  .test-result__buttons-item:last-child {
    margin-bottom: 0;
  }
}
.article {
  font-size: 18px;
  line-height: 140%;
}
.article-startBtn {
  display: none;
}
.article-navigation {
  position: sticky;
  top: 20px;
}
.article-navigation.top {
  top: 160px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.article-navigation__item {
  margin-bottom: 20px;
}
.article-navigation__item:last-child {
  margin-bottom: 0;
}
.article-navigation__link {
  text-decoration: none;
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 140%;
}
.article-navigation__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid var(--grey);
  min-width: 7px;
  margin-right: 20px;
}
.article-navigation__link--selected {
  color: var(--orange);
  font-weight: 600;
  font-family: "SFProDisplay";
  font-size: 20px;
  line-height: 120%;
}
.article-navigation__link--selected::before {
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-color: var(--orange);
}
.article-group {
  margin-bottom: 20px;
}
.article-group:last-child {
  margin-bottom: 0;
}
.article-group > * {
  margin-bottom: 20px;
}
.article-group > *:last-child {
  margin-bottom: 0;
}
.article-img img {
  border-radius: 20px;
}
.article p .h2, .article p h2 {
  color: var(--orange);
  display: inline;
}
.article ol:not([class]) {
  padding-left: 27px;
}
.article ol:not([class]) li {
  margin-bottom: 30px;
}
.article ol:not([class]) li:last-child {
  margin-bottom: 0;
}
.article h1, .article .h1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.article-highligh {
  border-radius: 20px;
  background: var(--blue_light_01);
  padding: 35px 40px;
  margin-bottom: 30px;
}
.article-highligh__inner {
  max-width: 695px;
}
.article-highligh__inner > * {
  margin-bottom: 20px;
}
.article-highligh__inner > *:last-child {
  margin-bottom: 0;
}
.article-highligh__btn {
  width: 100%;
}
.article-highligh--py-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-highligh > * {
  margin-bottom: 20px;
}
.article-highligh > *:last-child {
  margin-bottom: 0;
}
.article blockquote {
  border-radius: 20px;
  background: var(--blue_light_01);
  padding: 58px 40px;
  letter-spacing: 0.18px;
  font-style: italic;
  color: var(--blue);
  font-size: 18px;
  line-height: 140%;
  position: relative;
}
.article blockquote::before, .article blockquote::after {
  position: absolute;
}
.article blockquote::before {
  content: url(./images/general/q-top.svg);
  top: 20px;
  left: 40px;
}
.article blockquote::after {
  content: url(./images/general/q-bottom.svg);
  bottom: 20px;
  right: 40px;
}
.article-ol {
  padding: 0;
  list-style-type: none;
  counter-reset: num;
}
.article-ol li {
  margin-bottom: 15px;
  min-height: 35px;
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-ol li:last-child {
  margin-bottom: 0;
}
.article-ol li::before {
  content: counter(num);
  counter-increment: num;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  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;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 0;
}
.article-hidden {
  color: var(--grey);
}
.article-hidden__inner {
  padding-top: 30px;
}
.article-open {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.article-open[aria-expanded=true] {
  opacity: 0.5;
}
.article-links {
  margin-top: 30px;
}
.article-links__inner-item {
  margin-right: 10px;
}
.article-head {
  margin-bottom: 30px;
}
.article-head__share {
  width: 40px;
  height: 40px;
  background: var(--blue_light_02);
  fill: var(--blue);
  border-radius: 7px;
}
.article-head__share svg {
  width: 15px;
  height: 15px;
}
.article-head__share:hover {
  background: var(--blue);
  fill: var(--white);
}
.article-head__share:active {
  background: var(--blue-active);
}

@media (max-width: 991px) {
  .article-row__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article-row__aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .articlePage-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .article {
    font-size: 16px;
    line-height: 140%;
  }
  .article-startBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
  }
  .article-navigation__item {
    margin-bottom: 20px;
  }
  .article-navigation__link {
    font-size: 14px;
  }
  .article-navigation__link--selected {
    font-size: 16px;
  }
  .article-group > * {
    margin-bottom: 30px;
  }
  .article-img img {
    min-height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .article blockquote {
    padding: 53px 15px;
    font-size: 16px;
    line-height: 140%;
    font-style: normal;
  }
  .article blockquote::before {
    left: 15px;
    top: 15px;
  }
  .article blockquote::after {
    bottom: 15px;
    right: 15px;
  }
  .article-highligh {
    padding: 20px 15px;
  }
  .article-highligh > * {
    margin-bottom: 15px;
  }
  .article-highligh__inner > * {
    margin-bottom: 15px;
  }
  .article h1, .article .h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article h2.h1 {
    font-size: 23px;
  }
  .article-head {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .article-head__share {
    width: 31px;
    height: 31px;
    border-radius: 7px;
  }
  .article-links__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .article-links__inner-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .article-links__inner-item:first-child {
    margin-bottom: 0;
  }
  .article-links__btn {
    width: 100%;
  }
}
.needtime {
  margin-top: 50px;
}
.needtime-title {
  font-size: 90px;
}
.needtime-subtitle {
  margin-bottom: 15px;
}
.needtime-txt {
  margin-bottom: 40px;
}
.needtime-list {
  margin-bottom: -30px;
}
.needtime-list__item {
  margin-bottom: 30px;
}
.needtime-item__icon {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .needtime-title {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .needtime {
    margin-top: 60px;
  }
  .needtime-title {
    font-size: 53px;
  }
  .needtime-subtitle {
    margin-bottom: 30px;
  }
  .needtime-txt {
    margin-bottom: 30px;
  }
  .needtime-list__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .needtime-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .needtime-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .needtime-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .needtime-list__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .needtime-item__icon {
    margin-bottom: 15px;
  }
}
.planCourse-head {
  position: sticky;
  top: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgb(255, 255, 255));
  z-index: 9;
}
.planCourse-title {
  font-size: 90px;
}
.planCourse-list__item {
  margin-bottom: 30px;
}
.planCourse-list__item:last-child {
  margin: 0;
}
.planCourse-item {
  padding: 35px 30px;
}
.planCourse-item--no-padding {
  padding: 0;
  position: sticky;
  top: 112px;
}
.planCourse-item__txt {
  margin-top: 10px;
}
.planCourse-item__txt--mt-15 {
  margin-top: 15px;
}
.planCourse-subtitle {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .planCourse-title {
    font-size: 62px;
  }
  .planCourse-content {
    margin-bottom: -30px;
  }
  .planCourse-content__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .planCourse-head {
    position: initial;
  }
  .planCourse-title {
    font-size: 58px;
  }
  .planCourse-content {
    margin-bottom: -10px;
  }
  .planCourse-content__item {
    margin-bottom: 10px;
  }
  .planCourse-item {
    padding: 15px;
    background: var(--blue_light_01);
    border-radius: 10px;
    height: 100%;
  }
  .planCourse-item--2 {
    padding-right: 16px;
  }
  .planCourse-item__img {
    width: 31px;
    height: 31px;
    border-radius: 7px;
    background: var(--white);
    margin-bottom: 10px;
  }
  .planCourse-item__txt {
    margin: 0;
  }
}
.planLessons {
  padding: 60px 0;
}
.planLessons-title {
  color: var(--white);
  font-size: 140px;
}
.planLessons-list {
  margin-bottom: -30px;
}
.planLessons-list__item {
  margin-bottom: 30px;
}
.planLessons-item {
  background: var(--white);
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.planLessons-item__head {
  margin-bottom: 15px;
}
.planLessons-item__head-inner--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.planLessons-item__head-inner--column .planLessons-item__head-left {
  max-width: 100%;
  margin-top: 15px;
}
.planLessons-item__head-left {
  max-width: 225px;
}
.planLessons-item__list {
  margin-bottom: 30px;
}
.planLessons-item__list ul {
  padding-left: 24px;
}
.planLessons-item__list li {
  margin-bottom: 15px;
}
.planLessons-item__list li:last-child {
  margin-bottom: 0;
}
.planLessons-item__list .planLessons-item__ul {
  padding-left: 0;
}
.planLessons-item__btn {
  margin-top: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .planLessons {
    padding: 0;
    background: none;
  }
  .planLessons-title {
    font-size: 58px;
    color: var(--blue_light_01);
  }
}
@media (max-width: 767px) {
  .planLessons {
    padding: 35px 0;
    background: var(--blue_light_01);
  }
  .planLessons-head {
    display: none;
  }
  .planLessons-list {
    margin-bottom: -20px;
  }
  .planLessons-list__item {
    margin-bottom: 20px;
  }
  .planLessons-item {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planLessons-item__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .planLessons-item__head-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .planLessons-item__head-left {
    width: 100%;
    margin-top: 15px;
  }
  .planLessons-item__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .planLessons-item__btn[aria-expanded=true] {
    opacity: 0.5;
  }
  .planLessons-item__btn[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .planLessons-item__mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
  .planLessons-item__list {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
  .planLessons-item__list ul {
    margin-top: 20px !important;
  }
}
.planTesting-title {
  font-size: 90px;
}
.planTesting-list {
  margin-bottom: -30px;
}
.planTesting-list__item {
  margin-bottom: 30px;
}
.planTesting-item {
  padding: 30px;
  height: 100%;
}
.planTesting-item__title {
  fill: var(--blue);
  margin-bottom: 10px;
}
.planTesting-item__title-icon {
  width: 20px;
  height: 20px;
}
.planTesting-item__title-txt {
  width: calc(100% - 20px);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .planTesting-title {
    display: none;
  }
  .planTesting-list {
    margin-bottom: -20px;
  }
  .planTesting-list__item {
    margin-bottom: 20px;
  }
  .planTesting-item {
    padding: 20px 15px;
  }
  .planTesting-item__title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 120%;
  }
  .planTesting-item__title-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planTesting-item__title-txt {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.planCertification-head {
  margin-bottom: 30px;
}
.planCertification-title {
  font-size: 90px;
}
.planCertification-img {
  text-align: center;
}
.planCertification-img img {
  border-radius: 20px;
}
.planCertification-info__title {
  margin-bottom: 20px;
}
.planCertification-info__txt {
  margin-bottom: 20px;
}
.planCertification-info__txt p {
  margin-bottom: 15px;
}
.planCertification-info__txt p:last-child {
  margin-bottom: 0;
}
.planCertification-info__btn {
  padding: 18px 82px;
}

@media (max-width: 991px) {
  .planCertification-img {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .planCertification {
    display: none;
  }
}
.whatsnext-title {
  font-size: 58px;
}
.whatsnext-info {
  border-radius: 10px;
  background: var(--blue_light_01);
  padding: 25px 15px;
}
.whatsnext-list__item {
  margin-bottom: 20px;
}
.whatsnext-list__item:last-child {
  margin-bottom: 0;
}
.whatsnext-item__number {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: var(--white);
  font-size: 18px;
}
.whatsnext-item__info {
  width: calc(100% - 35px);
  padding-left: 15px;
}
.whatsnext-item__info-txt {
  margin-right: -1px;
}
.whatsnext-item__info-img {
  margin-top: 20px;
}
.whatsnext-item__info-img img {
  border-radius: 14px;
}
.whatsnext-item__info a {
  text-decoration: none;
}

.atopicIntro {
  margin-top: -38px;
}
.atopicIntro-content {
  position: relative;
  padding-bottom: 76px;
}
.atopicIntro-logo {
  margin-bottom: -8px;
}
.atopicIntro-info {
  max-width: 584px;
}
.atopicIntro-title {
  margin-bottom: 17px;
}
.atopicIntro-img {
  position: absolute;
  right: 10px;
  bottom: -93px;
}

@media (max-width: 1199px) {
  .atopicIntro-img {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .atopicIntro-img {
    max-width: 370px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .atopicIntro {
    margin-top: 0;
  }
  .atopicIntro-content {
    padding-bottom: 60px;
  }
  .atopicIntro-img {
    position: initial;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -8px;
  }
  .atopicIntro-logo {
    text-align: center;
    margin-bottom: -42px;
  }
  .atopicIntro-logo img {
    max-width: 255px;
  }
  .atopicIntro-title {
    margin-bottom: 10px;
  }
}
.atopicAbout__top {
  background: var(--blue_light_01);
  padding: 60px 0;
}
.atopicAbout__bottom {
  margin-top: 30px;
}
.atopicAbout-info__txt {
  margin-bottom: 17px;
}
.atopicAbout-info__txt-name {
  font-size: 50px;
}
.atopicAbout-txt {
  text-align: center;
}

@media (max-width: 991px) {
  .atopicAbout-img {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .atopicAbout__top {
    padding: 30px 0;
  }
  .atopicAbout__bottom {
    display: none;
  }
  .atopicAbout-info__txt-name {
    font-size: inherit;
  }
  .atopicAbout-info__txt:last-child {
    font-weight: normal;
    font-family: "PTSans";
  }
  .atopicAbout-img {
    margin-bottom: 10px;
  }
  .atopicAbout-img img {
    max-width: 257px;
  }
}
.atopicTraining {
  padding: 80px 0;
}
.atopicTraining-title {
  font-size: 207px;
  line-height: 80%;
}
.atopicTraining-info__title {
  margin-bottom: 17px;
}
.atopicTraining-info__title-name {
  font-size: 50px;
  font-weight: bold;
  line-height: 125%;
}
.atopicTraining-info__txt {
  margin-bottom: 17px;
}
.atopicTraining-info__link {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .atopicTraining-title {
    font-size: 170px;
  }
}
@media (max-width: 991px) {
  .atopicTraining-title {
    font-size: 128px;
  }
  .atopicTraining-img {
    text-align: center;
  }
  .atopicTraining-content__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .atopicTraining {
    padding: 60px 0;
  }
  .atopicTraining-title {
    font-size: 54px;
    line-height: 90px;
  }
  .atopicTraining-content__img {
    margin-top: -48px;
  }
  .atopicTraining-info__title-name {
    font-size: inherit;
    line-height: inherit;
  }
}
.atopicSupport {
  padding: 60px 0;
  background: var(--blue_light_01);
}
.atopicSupport-head {
  margin-bottom: 30px;
}
.atopicSupport-title {
  font-size: 168px;
  line-height: 90%;
  color: var(--white);
}
.atopicSupport-img {
  text-align: right;
}
.atopicSupport-img img {
  margin-right: 95px;
}
.atopicSupport-info__title {
  margin-bottom: 17px;
  line-height: 125%;
}
.atopicSupport-info__title-name {
  font-size: 50px;
  font-weight: bold;
  line-height: 110%;
}
.atopicSupport-info__txt {
  margin-bottom: 17px;
  line-height: 150%;
}
.atopicSupport-info__link {
  display: inline-block;
  margin-bottom: 17px;
  line-height: 150%;
}
.atopicSupport-download__inner-item {
  margin-right: 30px;
}
.atopicSupport-download__inner-item:last-child {
  margin: 0;
}

@media (max-width: 1199px) {
  .atopicSupport-title {
    font-size: 144px;
  }
}
@media (max-width: 991px) {
  .atopicSupport-title {
    font-size: 100px;
  }
  .atopicSupport-content__img {
    margin-bottom: 40px;
  }
  .atopicSupport-img {
    text-align: center;
  }
  .atopicSupport-img img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .atopicSupport {
    padding: 30px 0;
  }
  .atopicSupport-title {
    font-size: 38px;
    line-height: 90px;
  }
  .atopicSupport-content__img {
    margin-top: -68px;
    margin-bottom: 20px;
  }
  .atopicSupport-info__title {
    font-size: 16px;
    line-height: 120%;
  }
  .atopicSupport-info__title-name {
    font-size: inherit;
  }
  .atopicSupport-info__txt {
    line-height: 140%;
  }
  .atopicSupport-download__inner-item {
    margin-right: 15px;
  }
}
.atopicCare {
  padding-top: 80px;
  margin-bottom: 60px;
}
.atopicCare-title {
  font-size: 300px;
  line-height: 125%;
  margin-bottom: -74px;
}
.atopicCare-info {
  position: relative;
}
.atopicCare-info__img {
  position: absolute;
  right: 96px;
  bottom: -96px;
}
.atopicCare-info__content {
  max-width: 576px;
}
.atopicCare-info__title {
  margin-bottom: 17px;
  line-height: 125%;
}
.atopicCare-info__title-name {
  font-weight: bold;
  font-size: 50px;
  line-height: 110%;
}
.atopicCare-info__txt {
  margin-bottom: 17px;
}
.atopicCare-info__link {
  display: block;
}

@media (max-width: 1199px) {
  .atopicCare-info__img {
    right: 0;
  }
}
@media (max-width: 991px) {
  .atopicCare-title {
    font-size: 250px;
  }
  .atopicCare-info__img {
    position: initial;
    margin-bottom: 9px;
    text-align: center;
  }
  .atopicCare-info__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .atopicCare {
    padding: 60px 0;
  }
  .atopicCare-title {
    font-size: 103px;
    line-height: 90px;
    margin-bottom: -35px;
  }
  .atopicCare-info__img img {
    max-width: 191px;
    margin-right: -35px;
  }
  .atopicCare-info__title-name {
    font-size: inherit;
  }
  .atopicCare-info__link {
    color: var(--blue);
  }
}
.atopicPartners {
  padding-top: 110px;
  padding-bottom: 50px;
  background: var(--blue_light_01);
  overflow: hidden;
  margin-bottom: 40px;
}
.atopicPartners-info {
  text-align: center;
}
.atopicPartners-info__link {
  display: block;
  margin-bottom: 10px;
  line-height: 150%;
}
.atopicPartners-info__txt {
  line-height: 150%;
}
.atopicPartners-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atopicPartners-slider__slide {
  width: auto;
  height: initial;
}

.atopicPartners__item img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .atopicPartners {
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .atopicPartners-info__link {
    color: var(--blue);
    line-height: 140%;
  }
  .atopicPartners-info__txt {
    line-height: 140%;
  }
  .atopicPartners__item img {
    max-width: 128px;
  }
}

/*кнопки в шапке ЛК*/
.special-btns{
  display: flex;
  justify-content: space-between;
  /*width: 240px;*/
  width: 230px;
}

.special-btns .header-btn{
  max-width: 150px;
}

a.report-hidden span.icon{
  background: url(./images/svg/symbol/reports_w.svg) no-repeat;
}

a.report-hidden:hover span.icon{
  background: url(./images/svg/symbol/reports_b.svg) no-repeat;
}

button[name="logout_butt"] span.icon{
  background: url(./images/svg/symbol/logout_w.svg) no-repeat;
}

button[name="logout_butt"]:hover span.icon{
  background: url(./images/svg/symbol/logout_b.svg) no-repeat;
}

@media (max-width: 991px){
  .special-btns{
    max-width: 90px;
  }
}

.mainReviews-item__rating-wrapper {
  border: 1px solid var(--grey);
  border-radius: 8px;
  padding: 25px 48px 5px 16px;
}

.form-item__label.form-item__label--rating {
  top: -20px;
  left: 0;
}
.item-rating.active {
  background-image: url("https://atopicschool.gccit2.ru/local/templates/main2023/images/general/star.svg");
}

.item-rating {
  background-image: url("https://atopicschool.gccit2.ru/local/templates/main2023/images/general/star-null.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.form-field.error {
  border: 1px solid var(--red);
}

.menu__item {
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .menu__item {
      margin-right: 16px;
  }

}

.header-content__social-web {
  display: flex;
  /*gap: 15px;*/
  gap: 10px;
  padding: 0 10px;
  align-items: center;
}

.header__icon-vk {
  padding: 13px 9px;
  border-radius: 5px;
}

.header__icon-vk .btn__icon {
  width: 23px;
  height: 15px;
}

.header__icon-tg {
  border-radius: 100px;
  padding: 10px;
  position: relative;
  width: 40px;
  height: 40px;
}

.header__icon-tg .btn__icon {
  position: absolute;
  top: 52%;
  left: 48%;
  transform: translate(-52%, -48%);
}


@media (min-width: 1200px){
	.header-content__social-web{
		padding: 0;
		gap: 5px;
	}
}

@media (max-width: 991px) {
  .header-content__social-web {
      order: 1;
      gap: 10px;
      padding: 0px 5px;
  }

  .header-content__inner-logo {
      order: 2;
  }

  .header-content__wrap.header-content__social-web {
      order: 3;
  }

  .header-content__inner-menu {
      order: 4;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
  }

}