/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

::-webkit-file-upload-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;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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 {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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 {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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 {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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 {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

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

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
html {
  line-height: 1.15; /* 1 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.text-white {
  color: #FDFDFD !important;
}

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

.text-black {
  color: #2C415C !important;
}

.bg-black {
  background-color: #2C415C !important;
}

.text-blue {
  color: #151E50 !important;
}

.bg-blue {
  background-color: #151E50 !important;
}

.text-gray {
  color: #A5A9B0 !important;
}

.bg-gray {
  background-color: #A5A9B0 !important;
}

.text-special-gray {
  color: #696F78 !important;
}

.bg-special-gray {
  background-color: #696F78 !important;
}

.text-green {
  color: #409E99 !important;
}

.bg-green {
  background-color: #409E99 !important;
}

.text-light-green {
  color: #F2FAF9 !important;
}

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

.viewbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 26, 80, 0.75);
  background-blend-mode: multiply;
  z-index: 700;
}

.viewbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
}

.viewbox-header {
  margin: 10px;
  display: none;
}

.viewbox-content {
  margin: 0px;
  width: 300px;
  height: 300px;
}

.viewbox-footer {
  margin: 10px;
  display: none;
}

.viewbox-content .viewbox-image {
  width: 100%;
  height: 100%;
}

/* buttons */
.viewbox-button-default {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.viewbox-button-default > svg {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  transform: translateX(0px);
  color: white;
}

.viewbox-button-default {
  fill: white;
}

.viewbox-button-default:hover {
  fill: #fff;
}

.viewbox-button-close {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 9;
}

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 62px;
  width: 62px;
  z-index: 9;
  transform: translateY(-50%);
}

.viewbox-button-next {
  right: -60px;
}

.viewbox-button-prev {
  left: -60px;
}

/* loader */
.viewbox-container .loader {
  widows: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.viewbox-container .loader * {
  margin: 0;
  padding: 0;
}

.viewbox-container .loader .spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.viewbox-container .loader .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

html {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
  outline: none;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

svg:not(.sprite) * {
  fill: currentColor;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  color: #2C415C;
  font-size: 2rem;
  line-height: 3.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  margin: 0;
  color: #2C415C;
}

strong {
  font-weight: 600;
}

a {
  color: #151E50;
  font-weight: normal;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: #151E50;
}
a:hover, a:focus {
  color: currentColor;
}

.btn {
  display: inline-flex;
  background: #FDFDFD;
  color: #2C415C;
  border: 1px solid #A6ACB8;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.9rem 1.6rem;
  align-items: center;
  justify-content: center;
  line-height: 1.6rem;
  width: max-content;
  cursor: pointer;
  border-radius: 30px;
}
.btn:hover, .btn:focus {
  background: #FDFDFD;
  border-color: currentColor;
}
.btn--with_icon svg {
  margin-right: 0.9rem;
}
.btn--small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
}
.btn-md {
  padding: 1.5rem 1.6rem;
}
.btn-xmd {
  padding: 1.9rem 3.1rem;
}
.btn-xmd .btn-text {
  padding: 0 !important;
}
.btn-navy {
  border-color: transparent;
  background: #F4F5FB;
  color: #2C415C;
}
.btn-navy-32 {
  padding: 1.9rem 3.2rem !important;
}
.btn-blue {
  background-color: #2C415C;
  border-color: #2C415C;
  color: #FDFDFD;
}
.btn-blue:hover, .btn-blue:focus {
  border-color: #2C415C;
  color: #2C415C;
}
.btn-blue-border {
  border-color: #2C415C;
  color: #2C415C;
}
.btn-blue-border:hover, .btn-blue-border:focus {
  border-color: #2C415C;
  color: #2C415C;
}
.btn-white {
  color: #2C415C;
  border-color: #FDFDFD;
  background-color: #FDFDFD;
}
.btn-white:hover {
  background-color: #2C415C;
  color: #FDFDFD;
  border-color: #2C415C;
}
.btn-transparent {
  background-color: transparent;
  color: #2C415C;
  border-color: transparent;
}
.btn-second {
  position: relative;
  padding: 0;
  border: 0;
}
.btn-second.btn-md span {
  padding: 1.5rem 1.6rem;
}
.btn-second.btn-blue {
  background-color: transparent;
}
.btn-second.btn-blue span {
  background-color: #2C415C;
  border-color: #2C415C;
  color: #FDFDFD;
}
.btn-second.btn-blue:before {
  border-color: #2C415C;
}
.btn-second span {
  display: flex;
  align-items: center;
  padding: 1.9rem 1.6rem;
  gap: 8px;
  background-color: #FDFDFD;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  border: 1px solid #A6ACB8;
  transform: translateY(-6px);
}
.btn-second:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 44px;
  border: 2px solid #4B93F3;
}
.btn-second:hover span {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 19px 16px;
    line-height: 16px;
  }
  .btn-md {
    padding: 15px 16px;
  }
  .btn-second {
    position: relative;
    padding: 0;
    border: 0;
  }
  .btn-second.btn-md span {
    padding: 15px 36px;
  }
  .btn-second span {
    display: flex;
    align-items: center;
    padding: 19px;
    justify-content: center;
    width: 100%;
  }
}

.link {
  display: inline-block;
  color: #409E99;
  font-weight: 500;
  padding-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
.link svg {
  margin-left: 1.3rem;
}
@media (max-width: 767px) {
  .link {
    font-size: 14px;
  }
  .link svg {
    margin-left: 13px;
  }
}

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

.section-text {
  padding: 2.8rem 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  margin-bottom: 36px;
}
.section-text h3 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 6rem;
  color: #2C415C;
}
.section-text h3 em {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  color: #0050CF;
}
.section-text .btn-line {
  position: static;
}
.section-text .btn-line:before {
  top: initial;
  transform: initial;
}
.section-text:has(.row) h3 {
  margin-bottom: 3.6rem;
}
.section-text:has(.row) .row {
  row-gap: 2.4rem;
}
@media (max-width: 767px) {
  .section-text {
    padding: 32px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .section-text .section-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .section-text h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .section-text .row {
    row-gap: 32px;
  }
  .section-text:has(.row) h3 {
    margin-bottom: 32px;
  }
}
.section-title {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.section-title em {
  color: #0050CF;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.section-head {
  margin-bottom: 4rem;
}
.section-head.search-page {
  margin-bottom: 2.8rem;
}
.section-head .section-title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-head {
    margin-bottom: 20px;
  }
  .section-head.search-page {
    margin-bottom: 1.8rem;
  }
}
.section-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.section-block .d-flex {
  gap: 2.8rem;
  flex-direction: column;
}
.section-block .form-group {
  margin-bottom: 0;
}
.section-block .form-group .form-control {
  border-radius: 24px;
  padding: 1.5rem 2.3rem;
  padding-right: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}
@media (max-width: 767px) {
  .section-block {
    display: block;
  }
  .section-block .d-flex {
    gap: 16px;
  }
  .section-block .form-group {
    margin-bottom: 0;
    margin-top: 4px;
  }
  .section-block .form-group .form-control {
    padding: 15px 24px;
    margin-left: auto;
    padding-right: 50px;
    font-size: 14px;
    line-height: 14px;
    width: max-content;
  }
}
.section-block-centers {
  align-items: start;
}
.section-block-centers .about-center {
  padding-top: 1.4rem;
}
.section-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.section-nav:has(.section-nav__slider) {
  margin-bottom: 3.6rem;
}
.section-nav__slider .swiper-container {
  overflow: visible;
}
.section-nav__slider .swiper-slide {
  width: max-content !important;
}
.section-nav .btn {
  border-color: #A6ACB8;
}
.section-nav .btn.active {
  background-color: #F4F5FB;
}
.section-nav.contact-nav {
  gap: 6px;
}
.section-nav.contact-nav .btn {
  border-color: rgba(44, 65, 92, 0.1);
}
.section-nav.contact-nav .btn.active, .section-nav.contact-nav .btn:hover {
  background-color: #FFFFFF;
  border-color: #001029;
}
@media (max-width: 767px) {
  .section-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .section-nav .btn {
    white-space: nowrap;
  }
}
.section-tab {
  display: flex;
  gap: 2.4rem;
  align-items: flex-end;
}
.section-tab-link {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #A6ACB8;
  border: 0;
  padding: 0;
  background: none;
  transition: all 0.1s ease-in-out;
}
.section-tab-link.active {
  font-size: 4rem;
  line-height: 4rem;
  color: #2C415C;
}
@media (max-width: 767px) {
  .section-tab-link {
    font-size: 16px;
    line-height: 125%;
  }
  .section-tab-link.active {
    font-size: 24px;
    line-height: 36px;
  }
}

h3.section-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}
@media (max-width: 767px) {
  h3.section-title {
    font-size: 24px;
    line-height: 36px;
  }
}

h4.section-title {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4.section-title {
    font-size: 24px;
    line-height: 30px;
  }
}

h3.mb-24-t {
  margin-bottom: 2.4rem !important;
}
@media (max-width: 767px) {
  h3.mb-24-t {
    margin-bottom: 20px !important;
  }
}

h3.mb-40-t {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  h3.mb-40-t {
    margin-bottom: 24px !important;
  }
}

h4.mb-24-t {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  h4.mb-24-t {
    margin-bottom: 20px;
  }
}

.mb-56-t {
  margin-bottom: 5.6rem !important;
}
@media (max-width: 767px) {
  .mb-56-t {
    margin-bottom: 32px !important;
  }
}

.page-head {
  margin-bottom: 2.4rem;
}
.page-head .breadcrumbs-block .container-fluid, .page-head .breadcrumbs-block .container-sm, .page-head .breadcrumbs-block .container-md, .page-head .breadcrumbs-block .container-lg, .page-head .breadcrumbs-block .container-xl, .page-head .breadcrumbs-block .container-xxl {
  padding: 0;
}
.page-head:has(p) .page-title {
  margin-bottom: 2.4rem;
}
.page-head p {
  max-width: 63.8rem;
}
@media (max-width: 767px) {
  .page-head {
    margin-bottom: 24px;
  }
  .page-head:has(p) .page-title {
    margin-bottom: 10px;
  }
}
.page-title {
  font-size: 3.2rem;
  font-weight: 500;
}
.page-title em {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  color: #0050CF;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-video__item video, .page-video__item img {
  width: 100%;
}
.page-video__text {
  padding-top: 7.2rem;
}
.page-video__text h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .page-video {
    padding-bottom: 32px;
  }
  .page-video__text {
    padding-top: 48px;
  }
  .page-video__text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.page-hero {
  margin-bottom: 5.6rem;
}
.page-hero__img {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.page-hero__img img {
  width: 100%;
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
}
.page-hero-full {
  position: relative;
}
.page-hero-full .page-hero__img img {
  width: 100%;
  height: 100%;
  object-position: top;
}
.page-hero-full .page-hero__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 7.2rem;
}
.page-hero-full .page-hero__desc .row {
  margin: 0 -0.7rem;
}
.page-hero-full .page-hero__desc .row > * {
  padding: 0 0.7rem;
}
.page-hero-full .page-hero__desc .row > *:first-child {
  width: 36.65%;
}
.page-hero-full .page-hero__desc .row > *:last-child {
  width: 63.35%;
  position: relative;
}
.page-hero-full .page-hero__desc__item {
  padding: 2.7rem;
  background-color: #FDFDFD;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  height: 100%;
}
.page-hero-full .page-hero__desc__item h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.5rem;
}
.page-hero-full .page-hero__desc__item h2 em {
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 4.2rem;
  color: #0050CF;
}
.page-hero-full .page-hero__desc__helper {
  background: #FDFDFD;
  padding: 1.4rem 2.4rem;
  top: -8rem;
  right: 0.7rem;
  width: fit-content;
  position: absolute;
  color: #2C415C;
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .page-hero-full .page-hero__desc__helper {
    padding: 1.2rem 1.6rem;
    top: -37.5rem;
  }
  .page-hero-full .page-hero__desc__helper img {
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 350px) {
  .page-hero-full .page-hero__desc__helper {
    top: -34.5rem;
  }
}
.page-hero .team__item {
  height: 100%;
  padding: 5.6rem 2rem;
  border-radius: 4px;
}
.page-hero .team__desc {
  margin-top: 0;
}
.page-hero .team__slider {
  height: 100%;
}
.page-hero .team__slider .swiper-container {
  height: 100%;
}
.page-hero .team__slider .swiper-pagination-bullets {
  bottom: 3.2rem;
}
.page-hero .team__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background-color: #F4F5FB;
  opacity: 1;
}
.page-hero .team__slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A6ACB8;
}
@media (max-width: 767px) {
  .page-hero-full {
    margin-bottom: 62px;
  }
  .page-hero-full.page-hero-mobile {
    margin-bottom: 0;
  }
  .page-hero-full.page-hero-mobile .page-hero__img {
    height: 191px;
  }
  .page-hero-full .page-hero__img {
    height: 464px;
  }
  .page-hero-full .page-hero__desc {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }
  .page-hero-full .page-hero__desc .row {
    flex-direction: column;
    row-gap: 12px;
  }
  .page-hero-full .page-hero__desc .row > *:first-child {
    width: 100%;
  }
  .page-hero-full .page-hero__desc .row > *:last-child {
    width: 100%;
  }
  .page-hero-full .page-hero__desc__item {
    padding: 2.7rem;
    background-color: #FDFDFD;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
  }
  .page-hero-full .page-hero__desc__item h2 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.5rem;
  }
  .page-hero-full .page-hero__desc__item h2 em {
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 4.2rem;
    color: #0050CF;
  }
  .page-hero__img {
    height: 191px;
  }
  .page-hero__img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .page-hero .team__item {
    height: auto;
    padding: 24px;
    flex-direction: row;
    gap: 20px;
    margin-top: 8px;
  }
  .page-hero .team__img {
    width: 96px;
    height: 96px;
    min-width: 96px;
  }
  .page-hero .team__desc {
    text-align: start;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
  .page-hero .team__desc h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .page-hero .team__slider .swiper-pagination-bullets {
    bottom: 22px;
    height: 7px;
  }
  .page-hero .team__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.page-slider__media__item img, .page-slider__media__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-slider .row {
  margin-top: 4rem;
}
.page-slider__info__item {
  background-color: #FDFDFD;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  flex: 1;
}
.page-slider__info .swiper-wrapper > * {
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.page-slider__item {
  position: relative;
}
.page-slider__desc {
  padding: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.page-slider__desc h2 {
  color: inherit;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5.1rem;
  margin-bottom: 2.4rem;
  max-width: 70.1rem;
}
.page-slider__desc h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin-bottom: 2.9rem;
  color: inherit;
}
.page-slider__desc p {
  max-width: 48rem;
}
.page-slider__date {
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.page-slider__date h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: inherit;
}
.page-slider .slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FDFDFD;
  border: 0;
}
.page-slider .slider__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.page-slider .slider__arrow--next {
  right: -2.8rem;
}
.page-slider .slider__arrow--prev {
  left: -2.8rem;
}
.page-slider .slider__arrow--prev img {
  transform: rotate(180deg);
}
.page-slider__banner {
  height: 50rem;
}
.page-slider__banner img, .page-slider__banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-slider .swiper-scrollbar {
  height: 2px;
  background: #F4F5FB;
}
.page-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2C415C;
}
.page-slider .swiper-pagination-fraction {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: end;
  position: unset;
}
.page-slider .swiper-pagination {
  position: unset;
  margin-top: 1.6rem;
}
.page-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  background-color: #F4F5FB;
}
.page-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6E6D7A;
}
.page-slider.simple {
  overflow: hidden;
}
.page-slider.simple .swiper-container {
  overflow: visible;
}
@media (max-width: 767px) {
  .page-slider {
    overflow: hidden;
  }
  .page-slider__media__item {
    height: 228px;
  }
  .page-slider__media__item img, .page-slider__media__item video {
    border-radius: 4px;
  }
  .page-slider__media .swiper-container {
    overflow: visible;
  }
  .page-slider .row {
    margin-top: 12px;
  }
  .page-slider .row > *:nth-child(2) {
    order: -1;
  }
  .page-slider__info {
    margin-top: 16px;
  }
  .page-slider__info__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .page-slider .swiper-pagination-fraction {
    font-size: 16px;
    line-height: 20px;
  }
  .page-slider.simple {
    overflow: hidden;
  }
  .page-slider.simple .swiper-container {
    overflow: visible;
  }
  .page-slider.simple .slider__arrow {
    display: none;
  }
  .page-slider__desc {
    padding: 12px;
    font-size: 14px;
    line-height: 15.68px;
  }
  .page-slider__desc h2 {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
    max-width: 100%;
  }
  .page-slider__desc h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .page-slider__desc p {
    max-width: 48rem;
  }
  .page-slider__date {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  .page-slider__date h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .page-slider__banner {
    height: 308px;
  }
}

.btn-line {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 4.4rem;
}
.btn-line .btn {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767px) {
  .btn-line {
    margin-top: 48px;
  }
}

.custom-list {
  padding: 7.2rem 0 2.8rem;
}
.custom-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 5.6rem;
}
.custom-list ul li:nth-child(1):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(2):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(3):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(4):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(5):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(6):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(7):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(8):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(9):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(10):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(11):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(12):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(13):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(14):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(15):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(16):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(17):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(18):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(19):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(20):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(21):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(22):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(23):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(24):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(25):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(26):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(27):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(28):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(29):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(30):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(31):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(32):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(33):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(34):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(35):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(36):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(37):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(38):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(39):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(40):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(41):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(42):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(43):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(44):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(45):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(46):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(47):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(48):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(49):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(50):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(51):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(52):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(53):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(54):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(55):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(56):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(57):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(58):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(59):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(60):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(61):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(62):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(63):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(64):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(65):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(66):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(67):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(68):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(69):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(70):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(71):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(72):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(73):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(74):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(75):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(76):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(77):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(78):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(79):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(80):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(81):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(82):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(83):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(84):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(85):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(86):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(87):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(88):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(89):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(90):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(91):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(92):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(93):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(94):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(95):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(96):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(97):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(98):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(99):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(100):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(101):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(102):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(103):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(104):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(105):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(106):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(107):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(108):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(109):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(110):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(111):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(112):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(113):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(114):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(115):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(116):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(117):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(118):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(119):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(120):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(121):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(122):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(123):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(124):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(125):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(126):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(127):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(128):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(129):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(130):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(131):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(132):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(133):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(134):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(135):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(136):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(137):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(138):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(139):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(140):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(141):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(142):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(143):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(144):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(145):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(146):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(147):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(148):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(149):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(150):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(151):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(152):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(153):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(154):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(155):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(156):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(157):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(158):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(159):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(160):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(161):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(162):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(163):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(164):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(165):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(166):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(167):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(168):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(169):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(170):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(171):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(172):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(173):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(174):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(175):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(176):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(177):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(178):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(179):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(180):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(181):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(182):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(183):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(184):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(185):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(186):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(187):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(188):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(189):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(190):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(191):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(192):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(193):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(194):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(195):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(196):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(197):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(198):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(199):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(200):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(201):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(202):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(203):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(204):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(205):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(206):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(207):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(208):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(209):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(210):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(211):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(212):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(213):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(214):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(215):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(216):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(217):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(218):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(219):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(220):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(221):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(222):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(223):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(224):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(225):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(226):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(227):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(228):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(229):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(230):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(231):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(232):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(233):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(234):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(235):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(236):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(237):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(238):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(239):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(240):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(241):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(242):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(243):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(244):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(245):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(246):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(247):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(248):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(249):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(250):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(251):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(252):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(253):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(254):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(255):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(256):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(257):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(258):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(259):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(260):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(261):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(262):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(263):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(264):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(265):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(266):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(267):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(268):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(269):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(270):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(271):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(272):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(273):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(274):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(275):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(276):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(277):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(278):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(279):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(280):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(281):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(282):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(283):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(284):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(285):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(286):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(287):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(288):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(289):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(290):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(291):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(292):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(293):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(294):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(295):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(296):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(297):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(298):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(299):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(300):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(301):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(302):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(303):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(304):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(305):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(306):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(307):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(308):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(309):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(310):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(311):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(312):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(313):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(314):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(315):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(316):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(317):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(318):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(319):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(320):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(321):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(322):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(323):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(324):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(325):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(326):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(327):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(328):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(329):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(330):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(331):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(332):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(333):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(334):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(335):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(336):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(337):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(338):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(339):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(340):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(341):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(342):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(343):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(344):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(345):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(346):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(347):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(348):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(349):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(350):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(351):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(352):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(353):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(354):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(355):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(356):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(357):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(358):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(359):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(360):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(361):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(362):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(363):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(364):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(365):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(366):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(367):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(368):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(369):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(370):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(371):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(372):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(373):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(374):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(375):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(376):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(377):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(378):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(379):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(380):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(381):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(382):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(383):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(384):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(385):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(386):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(387):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(388):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(389):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(390):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(391):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(392):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(393):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(394):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(395):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(396):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(397):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(398):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(399):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(400):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(401):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(402):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(403):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(404):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(405):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(406):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(407):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(408):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(409):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(410):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(411):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(412):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(413):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(414):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(415):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(416):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(417):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(418):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(419):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(420):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(421):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(422):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(423):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(424):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(425):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(426):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(427):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(428):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(429):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(430):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(431):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(432):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(433):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(434):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(435):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(436):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(437):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(438):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(439):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(440):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(441):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(442):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(443):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(444):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(445):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(446):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(447):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(448):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(449):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(450):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(451):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(452):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(453):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(454):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(455):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(456):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(457):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(458):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(459):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(460):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(461):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(462):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(463):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(464):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(465):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(466):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(467):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(468):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(469):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(470):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(471):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(472):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(473):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(474):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(475):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(476):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(477):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(478):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(479):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(480):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(481):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(482):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(483):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(484):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(485):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(486):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(487):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(488):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(489):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(490):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(491):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(492):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(493):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(494):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(495):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(496):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(497):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(498):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(499):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(500):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(501):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(502):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(503):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(504):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(505):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(506):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(507):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(508):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(509):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(510):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(511):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(512):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(513):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(514):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(515):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(516):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(517):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(518):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(519):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(520):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(521):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(522):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(523):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(524):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(525):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(526):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(527):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(528):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(529):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(530):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(531):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(532):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(533):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(534):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(535):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(536):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(537):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(538):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(539):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(540):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(541):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(542):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(543):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(544):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(545):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(546):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(547):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(548):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(549):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(550):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(551):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(552):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(553):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(554):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(555):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(556):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(557):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(558):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(559):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(560):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(561):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(562):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(563):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(564):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(565):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(566):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(567):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(568):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(569):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(570):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(571):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(572):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(573):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(574):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(575):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(576):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(577):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(578):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(579):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(580):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(581):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(582):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(583):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(584):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(585):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(586):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(587):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(588):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(589):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(590):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(591):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(592):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(593):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(594):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(595):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(596):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(597):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(598):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(599):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(600):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(601):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(602):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(603):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(604):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(605):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(606):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(607):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(608):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(609):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(610):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(611):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(612):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(613):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(614):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(615):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(616):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(617):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(618):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(619):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(620):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(621):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(622):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(623):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(624):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(625):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(626):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(627):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(628):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(629):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(630):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(631):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(632):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(633):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(634):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(635):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(636):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(637):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(638):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(639):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(640):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(641):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(642):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(643):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(644):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(645):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(646):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(647):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(648):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(649):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(650):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(651):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(652):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(653):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(654):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(655):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(656):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(657):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(658):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(659):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(660):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(661):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(662):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(663):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(664):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(665):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(666):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(667):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(668):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(669):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(670):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(671):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(672):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(673):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(674):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(675):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(676):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(677):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(678):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(679):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(680):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(681):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(682):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(683):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(684):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(685):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(686):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(687):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(688):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(689):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(690):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(691):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(692):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(693):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(694):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(695):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(696):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(697):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(698):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(699):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(700):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(701):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(702):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(703):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(704):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(705):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(706):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(707):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(708):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(709):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(710):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(711):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(712):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(713):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(714):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(715):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(716):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(717):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(718):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(719):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(720):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(721):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(722):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(723):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(724):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(725):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(726):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(727):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(728):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(729):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(730):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(731):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(732):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(733):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(734):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(735):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(736):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(737):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(738):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(739):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(740):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(741):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(742):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(743):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(744):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(745):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(746):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(747):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(748):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(749):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(750):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(751):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(752):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(753):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(754):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(755):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(756):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(757):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(758):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(759):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(760):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(761):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(762):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(763):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(764):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(765):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(766):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(767):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(768):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(769):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(770):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(771):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(772):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(773):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(774):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(775):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(776):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(777):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(778):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(779):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(780):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(781):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(782):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(783):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(784):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(785):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(786):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(787):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(788):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(789):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(790):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(791):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(792):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(793):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(794):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(795):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(796):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(797):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(798):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(799):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(800):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(801):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(802):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(803):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(804):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(805):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(806):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(807):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(808):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(809):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(810):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(811):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(812):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(813):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(814):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(815):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(816):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(817):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(818):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(819):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(820):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(821):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(822):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(823):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(824):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(825):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(826):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(827):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(828):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(829):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(830):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(831):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(832):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(833):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(834):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(835):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(836):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(837):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(838):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(839):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(840):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(841):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(842):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(843):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(844):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(845):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(846):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(847):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(848):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(849):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(850):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(851):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(852):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(853):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(854):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(855):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(856):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(857):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(858):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(859):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(860):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(861):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(862):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(863):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(864):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(865):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(866):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(867):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(868):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(869):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(870):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(871):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(872):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(873):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(874):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(875):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(876):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(877):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(878):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(879):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(880):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(881):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(882):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(883):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(884):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(885):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(886):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(887):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(888):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(889):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(890):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(891):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(892):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(893):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(894):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(895):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(896):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(897):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(898):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(899):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(900):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(901):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(902):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(903):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(904):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(905):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(906):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(907):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(908):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(909):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(910):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(911):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(912):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(913):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(914):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(915):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(916):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(917):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(918):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(919):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(920):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(921):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(922):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(923):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(924):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(925):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(926):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(927):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(928):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(929):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(930):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(931):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(932):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(933):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(934):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(935):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(936):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(937):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(938):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(939):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(940):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(941):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(942):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(943):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(944):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(945):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(946):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(947):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(948):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(949):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(950):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(951):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(952):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(953):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(954):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(955):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(956):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(957):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(958):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(959):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(960):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(961):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(962):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(963):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(964):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(965):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(966):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(967):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(968):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(969):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(970):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(971):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(972):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(973):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(974):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(975):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(976):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(977):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(978):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(979):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(980):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(981):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(982):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(983):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(984):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(985):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(986):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(987):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(988):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(989):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(990):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(991):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(992):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(993):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(994):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(995):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li:nth-child(996):before {
  background-image: url("../images/svg-icons/list1.svg");
}
.custom-list ul li:nth-child(997):before {
  background-image: url("../images/svg-icons/list2.svg");
}
.custom-list ul li:nth-child(998):before {
  background-image: url("../images/svg-icons/list3.svg");
}
.custom-list ul li:nth-child(999):before {
  background-image: url("../images/svg-icons/list4.svg");
}
.custom-list ul li:nth-child(1000):before {
  background-image: url("../images/svg-icons/list5.svg");
}
.custom-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  flex: 0 0 calc(50% - 1rem);
}
.custom-list ul li:before {
  display: block;
  content: " ";
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .custom-list {
    padding: 32px 0;
    margin-bottom: 0 !important;
  }
  .custom-list ul {
    flex-direction: column;
    row-gap: 40px;
  }
  .custom-list ul li {
    gap: 14px;
    font-size: 18px;
    line-height: 27px;
    flex: 0 0 100%;
  }
  .custom-list ul li:before {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}

.back {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid rgba(44, 65, 92, 0.12);
  color: #2C415C;
  z-index: -10;
}
.back:hover {
  background-color: #2C415C;
  border-color: #2C415C;
  color: #FDFDFD;
}

.copy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid rgba(44, 65, 92, 0.12);
  color: #2C415C;
}
.copy-link:hover {
  background-color: #2C415C;
  border-color: #2C415C;
  color: #FDFDFD;
}
.copy-link.with-words {
  width: fit-content;
  border-radius: 24px;
  padding: 1.6rem 2.4rem;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000000;
}
.copy-link.with-words:hover {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .copy-link.with-words {
    height: fit-content;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .copy-link {
    width: 48px;
    height: 48px;
    margin-left: auto;
  }
}

.socials {
  position: absolute;
  top: 42%;
  transform: translateY(-42%);
  z-index: 5;
  left: 0;
  right: 0;
}
.socials ul {
  display: flex;
  flex-direction: column;
  background: rgba(253, 253, 253, 0.35);
  backdrop-filter: blur(24px);
  width: max-content;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
}
.socials ul li:first-child a {
  padding-top: 1.2rem;
}
.socials ul li:last-child a {
  padding-bottom: 1.2rem;
}
.socials ul li a {
  color: #FDFDFD;
  display: flex;
  align-items: unset;
  justify-content: center;
  padding: 0.8rem 0.95rem;
}
.socials ul li a:hover {
  background: rgba(253, 253, 253, 0.35);
}

.page-block h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
  color: #222222;
}
.page-block__item {
  padding: 5.6rem;
  border-radius: 12px;
  background-color: #F1F5F7;
  min-height: 40.4rem;
}
@media (max-width: 767px) {
  .page-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-block__item {
    padding: 0;
    min-height: 191px;
    border-radius: 4px;
  }
  .page-block__item img {
    height: 100%;
    min-height: 191px;
  }
}

@media (max-width: 767px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}

.pagination {
  display: flex;
  border-radius: 8px;
  border: 1px solid #F1F2F4;
  width: max-content;
  margin: 8rem auto 0;
  overflow: hidden;
}
.pagination li {
  margin-bottom: 0 !important;
}
.pagination li:before {
  display: none !important;
}
.pagination li.arrow a {
  display: flex;
  color: #090C02;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #FDFDFD;
}
.pagination li.arrow a:hover {
  background-color: #F7F8F9;
}
.pagination li.arrow.disabled a {
  background-color: #FDFDFD;
  color: #B0B7C3;
  cursor: default;
  pointer-events: none;
}
.pagination li.arrow.prev a {
  border-right: 1px solid #F1F2F4;
}
.pagination li.arrow.prev svg, .pagination li.arrow.prev img {
  transform: rotate(180deg);
}
.pagination li.link-item a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  color: #090C02;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #FDFDFD;
  border-right: 1px solid #F1F2F4;
}
.pagination li.link-item:hover a {
  background-color: #F7F8F9;
}
.pagination li.link-item.active a {
  background-color: #2C415C;
  color: #FDFDFD;
}
.pagination li.link-item.disabled a {
  background-color: #FDFDFD;
  color: #B0B7C3;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pagination {
    margin: 24px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagination li.arrow a {
    width: 48px;
    height: 48px;
  }
  .pagination li.link-item a {
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .sticky-section {
    background-color: #FDFDFD;
    position: sticky;
    top: 9rem;
    height: fit-content;
  }
  .sticky-section:nth-child(1) {
    z-index: 1;
  }
  .sticky-section:nth-child(2) {
    z-index: 2;
  }
  .sticky-section:nth-child(3) {
    z-index: 3;
  }
  .sticky-section:nth-child(4) {
    z-index: 4;
  }
  .sticky-section:nth-child(5) {
    z-index: 5;
  }
  .sticky-section:nth-child(6) {
    z-index: 6;
  }
  .sticky-section:nth-child(7) {
    z-index: 7;
  }
  .sticky-section:nth-child(8) {
    z-index: 8;
  }
  .sticky-section:nth-child(9) {
    z-index: 9;
  }
  .sticky-section:nth-child(10) {
    z-index: 10;
  }
  .sticky-section:nth-child(11) {
    z-index: 11;
  }
  .sticky-section:nth-child(12) {
    z-index: 12;
  }
  .sticky-section:nth-child(13) {
    z-index: 13;
  }
  .sticky-section:nth-child(14) {
    z-index: 14;
  }
  .sticky-section:nth-child(15) {
    z-index: 15;
  }
  .sticky-section:nth-child(16) {
    z-index: 16;
  }
  .sticky-section:nth-child(17) {
    z-index: 17;
  }
  .sticky-section:nth-child(18) {
    z-index: 18;
  }
  .sticky-section:nth-child(19) {
    z-index: 19;
  }
  .sticky-section:nth-child(20) {
    z-index: 20;
  }
  .sticky-section:nth-child(21) {
    z-index: 21;
  }
  .sticky-section:nth-child(22) {
    z-index: 22;
  }
  .sticky-section:nth-child(23) {
    z-index: 23;
  }
  .sticky-section:nth-child(24) {
    z-index: 24;
  }
  .sticky-section:nth-child(25) {
    z-index: 25;
  }
  .sticky-section:nth-child(26) {
    z-index: 26;
  }
  .sticky-section:nth-child(27) {
    z-index: 27;
  }
  .sticky-section:nth-child(28) {
    z-index: 28;
  }
  .sticky-section:nth-child(29) {
    z-index: 29;
  }
  .sticky-section:nth-child(30) {
    z-index: 30;
  }
  .sticky-section:nth-child(31) {
    z-index: 31;
  }
  .sticky-section:nth-child(32) {
    z-index: 32;
  }
  .sticky-section:nth-child(33) {
    z-index: 33;
  }
  .sticky-section:nth-child(34) {
    z-index: 34;
  }
  .sticky-section:nth-child(35) {
    z-index: 35;
  }
  .sticky-section:nth-child(36) {
    z-index: 36;
  }
  .sticky-section:nth-child(37) {
    z-index: 37;
  }
  .sticky-section:nth-child(38) {
    z-index: 38;
  }
  .sticky-section:nth-child(39) {
    z-index: 39;
  }
  .sticky-section:nth-child(40) {
    z-index: 40;
  }
  .sticky-section:nth-child(41) {
    z-index: 41;
  }
  .sticky-section:nth-child(42) {
    z-index: 42;
  }
  .sticky-section:nth-child(43) {
    z-index: 43;
  }
  .sticky-section:nth-child(44) {
    z-index: 44;
  }
  .sticky-section:nth-child(45) {
    z-index: 45;
  }
  .sticky-section:nth-child(46) {
    z-index: 46;
  }
  .sticky-section:nth-child(47) {
    z-index: 47;
  }
  .sticky-section:nth-child(48) {
    z-index: 48;
  }
  .sticky-section:nth-child(49) {
    z-index: 49;
  }
  .sticky-section:nth-child(50) {
    z-index: 50;
  }
  .sticky-section:nth-child(51) {
    z-index: 51;
  }
  .sticky-section:nth-child(52) {
    z-index: 52;
  }
  .sticky-section:nth-child(53) {
    z-index: 53;
  }
  .sticky-section:nth-child(54) {
    z-index: 54;
  }
  .sticky-section:nth-child(55) {
    z-index: 55;
  }
  .sticky-section:nth-child(56) {
    z-index: 56;
  }
  .sticky-section:nth-child(57) {
    z-index: 57;
  }
  .sticky-section:nth-child(58) {
    z-index: 58;
  }
  .sticky-section:nth-child(59) {
    z-index: 59;
  }
  .sticky-section:nth-child(60) {
    z-index: 60;
  }
  .sticky-section:nth-child(61) {
    z-index: 61;
  }
  .sticky-section:nth-child(62) {
    z-index: 62;
  }
  .sticky-section:nth-child(63) {
    z-index: 63;
  }
  .sticky-section:nth-child(64) {
    z-index: 64;
  }
  .sticky-section:nth-child(65) {
    z-index: 65;
  }
  .sticky-section:nth-child(66) {
    z-index: 66;
  }
  .sticky-section:nth-child(67) {
    z-index: 67;
  }
  .sticky-section:nth-child(68) {
    z-index: 68;
  }
  .sticky-section:nth-child(69) {
    z-index: 69;
  }
  .sticky-section:nth-child(70) {
    z-index: 70;
  }
  .sticky-section:nth-child(71) {
    z-index: 71;
  }
  .sticky-section:nth-child(72) {
    z-index: 72;
  }
  .sticky-section:nth-child(73) {
    z-index: 73;
  }
  .sticky-section:nth-child(74) {
    z-index: 74;
  }
  .sticky-section:nth-child(75) {
    z-index: 75;
  }
  .sticky-section:nth-child(76) {
    z-index: 76;
  }
  .sticky-section:nth-child(77) {
    z-index: 77;
  }
  .sticky-section:nth-child(78) {
    z-index: 78;
  }
  .sticky-section:nth-child(79) {
    z-index: 79;
  }
  .sticky-section:nth-child(80) {
    z-index: 80;
  }
  .sticky-section:nth-child(81) {
    z-index: 81;
  }
  .sticky-section:nth-child(82) {
    z-index: 82;
  }
  .sticky-section:nth-child(83) {
    z-index: 83;
  }
  .sticky-section:nth-child(84) {
    z-index: 84;
  }
  .sticky-section:nth-child(85) {
    z-index: 85;
  }
  .sticky-section:nth-child(86) {
    z-index: 86;
  }
  .sticky-section:nth-child(87) {
    z-index: 87;
  }
  .sticky-section:nth-child(88) {
    z-index: 88;
  }
  .sticky-section:nth-child(89) {
    z-index: 89;
  }
  .sticky-section:nth-child(90) {
    z-index: 90;
  }
  .sticky-section:nth-child(91) {
    z-index: 91;
  }
  .sticky-section:nth-child(92) {
    z-index: 92;
  }
  .sticky-section:nth-child(93) {
    z-index: 93;
  }
  .sticky-section:nth-child(94) {
    z-index: 94;
  }
  .sticky-section:nth-child(95) {
    z-index: 95;
  }
  .sticky-section:nth-child(96) {
    z-index: 96;
  }
  .sticky-section:nth-child(97) {
    z-index: 97;
  }
  .sticky-section:nth-child(98) {
    z-index: 98;
  }
  .sticky-section:nth-child(99) {
    z-index: 99;
  }
  .sticky-section:nth-child(100) {
    z-index: 100;
  }
}
.colored-block .row::-webkit-scrollbar, .contact-card .row::-webkit-scrollbar, .qualifications__table::-webkit-scrollbar, .library .row::-webkit-scrollbar, .team .row::-webkit-scrollbar, .steps__grid__images::-webkit-scrollbar, .faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper::-webkit-scrollbar, .graduate .row::-webkit-scrollbar, .students .row::-webkit-scrollbar, .section-nav::-webkit-scrollbar {
  display: none;
}
.colored-block .row::-webkit-scrollbar-track, .contact-card .row::-webkit-scrollbar-track, .qualifications__table::-webkit-scrollbar-track, .library .row::-webkit-scrollbar-track, .team .row::-webkit-scrollbar-track, .steps__grid__images::-webkit-scrollbar-track, .faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper::-webkit-scrollbar-track, .graduate .row::-webkit-scrollbar-track, .students .row::-webkit-scrollbar-track, .section-nav::-webkit-scrollbar-track {
  box-shadow: none;
}
.colored-block .row::-webkit-scrollbar-thumb, .contact-card .row::-webkit-scrollbar-thumb, .qualifications__table::-webkit-scrollbar-thumb, .library .row::-webkit-scrollbar-thumb, .team .row::-webkit-scrollbar-thumb, .steps__grid__images::-webkit-scrollbar-thumb, .faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper::-webkit-scrollbar-thumb, .graduate .row::-webkit-scrollbar-thumb, .students .row::-webkit-scrollbar-thumb, .section-nav::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: none;
}

.menu::-webkit-scrollbar, .leadership__grid::-webkit-scrollbar, .popup__body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.menu::-webkit-scrollbar-track, .leadership__grid::-webkit-scrollbar-track, .popup__body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.menu::-webkit-scrollbar-thumb, .leadership__grid::-webkit-scrollbar-thumb, .popup__body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}

.custom-radio__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul, .listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.custom-radio__label:after, .custom-radio__label:before, .custom-radio, .menu, .books__item__img img, .branch__slider__img img, .faculties__item, .img__slider__img img, .library__img img, .acc__head:after, .acc__head, .partners__item img, .news__img img, .hero__arrow, .popup__close, .popup, .header__burger, .header__profile__list, .header__lang__list, .header__lang, .header__search__input .form-control, .header__menu, .btn, .btn-second span, .btn-second:before {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.ellipsis-gradient:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none; /* so the text is still selectable */
}

.header {
  background-color: #FDFDFD;
  position: sticky;
  top: 0;
  z-index: 1001;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2.4rem 0 1.6rem;
}
.header__logo {
  width: 7rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C415C;
}
.header__logo img, .header__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.header__menu {
  display: flex;
}
.header__menu:hover > li a {
  opacity: 0.5;
}
.header__menu > li:hover > a {
  opacity: 1;
}
.header__menu > li:hover .header__menu__sub {
  transition-delay: 0.1s;
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.header__menu > li > a {
  display: block;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #2C415C;
}
.header__menu__sub {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  background-color: #FDFDFD;
  top: 100%;
  padding: 0 0 2.4rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.55, 0.24, 0.18, 1);
  z-index: 5;
}
.header__menu__sub:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 2rem;
  width: 100%;
  z-index: 4;
}
.header__menu__sub li {
  flex: 0 0 auto;
  width: 25%;
}
.header__menu__sub li a {
  display: block;
  padding: 3.2rem 4.8rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #2C415C;
  opacity: 1 !important;
}
.header__menu__sub li a:hover {
  background-color: #F1F5F7;
  color: #2C415C;
}
.header__tools {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header__search__input {
  position: relative;
}
.header__search__input .form-control {
  border-radius: 20px;
  border: 0;
  background-color: #F4F5FB;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding: 1.1rem 1.6rem 1.1rem 4rem;
  width: 15rem;
}
.header__search__input .form-control::placeholder {
  color: #6E6D7A;
}
.header__search__input .form-control:focus, .header__search__input .form-control:hover {
  box-shadow: none;
  background-color: rgb(236.52, 238.2, 248.28);
}
.header__search__input label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.header__search__input label img {
  transition: all 0.6s cubic-bezier(0.55, 0.24, 0.18, 1);
  position: absolute;
  width: 16px;
  height: 16px;
  min-width: 16px;
  object-fit: contain;
}
.header__search__input label .search_close {
  opacity: 0;
}
.header__lang {
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  color: black;
  background-color: rgba(253, 253, 253, 0.25);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  border: 1px solid rgba(44, 65, 92, 0.12);
}
.header__lang:hover {
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(44, 65, 92, 0.3);
  border-bottom-color: transparent;
}
.header__lang:hover .header__lang__list {
  opacity: 1;
  pointer-events: auto;
}
.header__lang__selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 3.8rem;
  height: 3.8rem;
  justify-content: center;
}
.header__lang__selected img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  object-fit: cover;
}
.header__lang__list {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: -1px;
  right: -1px;
  padding: 2px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  pointer-events: none;
  background-color: #FDFDFD;
  border: 1px solid rgba(44, 65, 92, 0.3);
  border-top: 0;
}
.header__lang__list li a {
  display: flex;
  font-weight: inherit;
  color: black;
  padding: 6px 4px;
  border-radius: 6px;
  justify-content: center;
}
.header__lang__list li a:hover {
  background-color: #F4F5FB;
}
.header__profile {
  cursor: pointer;
  position: relative;
}
.header__profile::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}
.header__profile:hover .header__profile__list {
  opacity: 1;
  pointer-events: auto;
}
.header__profile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(44, 65, 92, 0.12);
}
.header__profile__icon:hover {
  border: 1px solid rgba(44, 65, 92, 0.3);
}
.header__profile__list {
  position: absolute;
  z-index: 5;
  top: 5rem;
  right: 0;
  width: max-content;
  padding: 4px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  background-color: #FDFDFD;
  box-shadow: 0px 0px 12px 0px rgba(44, 65, 92, 0.1215686275);
  border: 1px solid rgba(44, 65, 92, 0.12);
  border-top: 0;
}
.header__profile__list li a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  color: black;
  padding: 1rem 2rem;
  border-radius: 6px;
  text-align: start;
}
.header__profile__list li a:hover {
  background-color: #F4F5FB;
}
.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  padding: 0.7rem 1.9rem;
  border: 1px solid rgba(44, 65, 92, 0.12);
  height: 4rem;
}
.header__burger:hover {
  border: 1px solid rgba(44, 65, 92, 0.3);
}
.header__burger i {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__burger i, .header__burger i::before, .header__burger i::after {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #292D32;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header__burger i::before, .header__burger i::after {
  position: absolute;
  content: "";
}
.header__burger i::before {
  top: -3px;
}
.header__burger i::after {
  top: 3px;
}
.header__burger i {
  background-color: transparent !important;
}
.header__burger i:after, .header__burger i:before {
  background-color: #0E1B2F !important;
  border-radius: 16px;
}
.header__burger.active i {
  background-color: transparent;
}
.header__burger.active i::before {
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.header__burger.active i::after {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -moz-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}
@media (max-width: 991px) {
  .header__lang {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__wrapper {
    display: none;
  }
  .header__mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
  }
  .header__mobile .header__search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(44, 65, 92, 0.12);
  }
  .header__mobile .header__search__button img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(3036%) hue-rotate(174deg) brightness(94%) contrast(88%);
  }
  .header__mobile .header__search__input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  .header__mobile .header__search__input .form-control {
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 16px;
  }
  .header__mobile .header__search__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    left: auto;
  }
  .header__mobile .header__search__close img {
    opacity: 1;
  }
  .header__logo {
    width: 96px;
    height: 36px;
    margin-right: auto;
  }
  .header__profile__icon {
    width: 40px;
    height: 40px;
  }
  .header__profile__list li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .header__burger {
    padding: 7px 20px;
    height: 40px;
  }
  .header__burger i {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header__burger i, .header__burger i::before, .header__burger i::after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #292D32;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header__burger i::before, .header__burger i::after {
    position: absolute;
    content: "";
  }
  .header__burger i::before {
    top: -3px;
  }
  .header__burger i::after {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .header__lang {
    cursor: pointer;
  }
  .header__lang:hover {
    border-radius: 20px;
    border: 1px solid rgba(44, 65, 92, 0.3);
  }
  .header__lang::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(44, 65, 92, 0.25);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header__lang.active::after {
    opacity: 1;
    pointer-events: auto;
  }
  .header__lang__selected {
    z-index: 101;
    cursor: pointer;
  }
  .header__lang__list {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-height: calc(100vh - 270px);
    height: auto;
    overflow-y: auto;
    background-color: #FDFDFD;
    border-radius: 12px 12px 0 0 !important;
    border: none !important;
    border-top: 1px solid rgba(44, 65, 92, 0.12) !important;
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: all 0.3s ease !important;
    z-index: 100;
    padding: 4px;
  }
  .header__lang__list li {
    width: 100%;
  }
  .header__lang__list li a {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 30px 20px !important;
    display: block !important;
    color: #000 !important;
    text-align: center !important;
    border-radius: 6px;
    font-weight: inherit;
  }
  .header__lang__list li a:hover {
    background-color: #F4F5FB;
  }
  .header__lang__close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    text-align: end;
    padding: 10px 20px;
    height: 48px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #2C415C;
    cursor: pointer;
    z-index: 2;
  }
  .header__lang__close-btn:hover {
    background-color: #F4F5FB;
  }
  .header__lang.active .header__lang__list {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  .header__profile::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(44, 65, 92, 0.25);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header__profile.active::after {
    opacity: 1;
    pointer-events: auto;
  }
  .header__profile__icon {
    z-index: 101;
  }
  .header__profile__list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 270px);
    height: auto;
    overflow-y: auto;
    background-color: #FDFDFD;
    border-radius: 12px 12px 0 0;
    border-top: 1px solid rgba(44, 65, 92, 0.12);
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: all 0.3s ease;
    z-index: 100;
  }
  .header__profile__close-btn {
    position: absolute;
    right: 0;
    width: auto;
    text-align: end;
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #2C415C;
    cursor: pointer;
    z-index: 2;
  }
  .header__profile__close-btn:hover {
    background-color: #F4F5FB;
  }
  .header__profile__list li {
    gap: 2px;
  }
  .header__profile__list li a {
    font-size: 16px;
    line-height: 20px;
    padding: 30px 20px;
    display: block;
    color: #000;
    text-align: center;
  }
  .header__profile__list li a:hover {
    background-color: #F4F5FB;
  }
}

#search__toggle:checked ~ .header .header__search .header__search__input {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  color: #D0D0C8;
  background: linear-gradient(94deg, rgb(16, 22, 56) -7%, rgb(6, 9, 26) 47%);
}
.footer__top {
  padding: 5rem 0 7.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__top > .row {
  padding-top: 4.8rem;
  max-width: 52.9rem;
  row-gap: 9.2rem;
}
.footer__title {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  color: rgba(253, 253, 253, 0.4);
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__menu li a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #D0D0C8;
  display: block;
}
.footer__info {
  background-color: #080C22;
  padding: 4.8rem;
  flex: 1;
  max-width: 68.6rem;
}
.footer__info__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  color: rgba(208, 208, 200, 0.5);
  margin-bottom: 6.8rem;
}
.footer__info__list li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.footer__info__list li span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: block;
  margin-bottom: 0.8rem;
  color: #D0D0C8;
}
.footer__contact {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: rgba(208, 208, 200, 0.5);
}
.footer__contact a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #FDFDFD;
}
.footer__contact__head {
  margin-bottom: 2.4rem;
}
.footer__contact__head a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.96rem;
  text-align: left;
  color: #D0D0C8;
}
.footer__contact h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  color: #D0D0C8;
}
.footer__contact p {
  margin-bottom: 0.8rem;
}
.footer__socials {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__socials li a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDFDFD;
  color: #001029;
  border-radius: 50%;
}
.footer__bottom {
  padding-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: rgba(208, 208, 200, 0.4);
}
.footer__bottom p:last-child {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.footer__bottom p:last-child a {
  color: #D0D0C8;
  border-bottom: 1px solid transparent;
}
.footer__bottom p:last-child a:hover {
  border-color: currentColor;
}
.footer__lang {
  display: flex;
  gap: 4px;
}
.footer__lang a {
  padding: 0.8rem 1.6rem;
  color: rgba(208, 208, 200, 0.4);
  display: block;
  background-color: #001029;
  border-radius: 4px;
}
.footer__lang a.active {
  color: #D0D0C8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 40px 8px 28px;
    flex-direction: column;
    gap: 40px;
  }
  .footer__top > .row {
    max-width: 100%;
    row-gap: 40px;
  }
  .footer__title {
    margin-bottom: 20px;
  }
  .footer__menu {
    gap: 8px;
  }
  .footer__menu li a {
    font-size: 14px;
    line-height: 24px;
  }
  .footer__info {
    background-color: transparent;
    padding: 0;
    max-width: 100%;
  }
  .footer__info__list {
    gap: 20px;
    margin-bottom: 0;
    width: 39%;
    float: left;
  }
  .footer__info__list li {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__info__list li span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .footer__contact {
    float: right;
    width: 49%;
    font-size: 12px;
    line-height: 16px;
    margin-top: -31px;
  }
  .footer__contact p a {
    display: block;
    margin-top: 4px;
  }
  .footer__contact a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__contact__head {
    margin-bottom: 24px;
  }
  .footer__contact__head a {
    font-size: 14px;
    line-height: 19.6px;
  }
  .footer__contact h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .footer__contact p {
    margin-bottom: 8px;
  }
  .footer__socials {
    gap: 16px;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .footer__socials li a {
    width: 32px;
    height: 32px;
  }
  .footer__socials li a svg {
    width: 16px;
    height: 16px;
  }
  .footer__bottom {
    padding-bottom: 40px;
    font-size: 12px;
    line-height: 16px;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .footer__bottom p:last-child {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__lang {
    display: none;
  }
}

.breadcrumbs-block {
  padding: 1.4rem 0 0;
}
.breadcrumbs-block--white {
  padding: 2.4rem 0;
  margin-bottom: 0;
  background-color: #FDFDFD;
}
@media (max-width: 767px) {
  .breadcrumbs-block {
    padding: 24px 0 0;
    margin-bottom: 24px;
  }
  .breadcrumbs-block--white {
    margin-bottom: 0;
    padding-top: 16px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs.after-hide li:last-child {
  display: none;
}
.breadcrumbs.after-hide li:nth-last-child(2) a:after {
  display: none;
}
.breadcrumbs li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline;
  color: #2C415C;
}
.breadcrumbs li:last-child span {
  color: #153946 !important;
}
.breadcrumbs li:last-child span:after {
  display: none;
}
.breadcrumbs li a, .breadcrumbs li span {
  color: rgba(44, 65, 92, 0.5);
  align-items: center;
  display: inline-flex;
  font-weight: inherit;
}
.breadcrumbs li a:after, .breadcrumbs li span:after {
  content: "";
  display: inline-block;
  margin: 0 1.6rem;
  width: 8px;
  height: 8px;
  background-color: rgba(44, 65, 92, 0.25);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: 12px;
  }
  .breadcrumbs li a:after, .breadcrumbs li span:after {
    margin: 0 16px;
    width: 8px;
    height: 8px;
  }
}

.content {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.5rem;
  margin-bottom: 5.6rem;
}
.content.news-inner .breadcrumbs-block {
  padding: 3.6rem 0 2.4rem;
}
.content.news-inner .breadcrumbs-block .container-fluid, .content.news-inner .breadcrumbs-block .container-sm, .content.news-inner .breadcrumbs-block .container-md, .content.news-inner .breadcrumbs-block .container-lg, .content.news-inner .breadcrumbs-block .container-xl, .content.news-inner .breadcrumbs-block .container-xxl {
  padding: 0;
}
.content.branch-content .row {
  row-gap: 24px;
}
@media (min-width: 768px) {
  .content.branch-content .row {
    margin: 0 -12px;
  }
  .content.branch-content .row > * {
    padding: 0 12px;
  }
}
.content.branch-content .content__box {
  min-height: auto;
  justify-content: start;
  height: 100%;
  padding: 2.4rem 3rem;
}
.content.branch-content .content__box h6 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #090C02;
}
.content .page-head .container-fluid, .content .page-head .container-sm, .content .page-head .container-md, .content .page-head .container-lg, .content .page-head .container-xl, .content .page-head .container-xxl {
  padding: 0;
}
.content .breadcrumbs-block .breadcrumbs {
  margin-bottom: 0;
  padding: 0 !important;
}
.content > img {
  margin-bottom: 5.6rem;
}
.content p {
  margin-bottom: 3.2rem;
}
.content p:last-child {
  margin-bottom: 0;
}
.content p strong {
  font-weight: 500;
}
.content .section-nav {
  margin-bottom: 3.6rem;
}
.content__socials {
  display: flex;
  gap: 1.4rem;
}
.content__socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C415C;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #F4F5FB;
}
.content__socials li a:hover {
  background-color: #2C415C;
  color: #FDFDFD;
}
.content h4 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
.content h5 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 1.6rem;
}
.content__text {
  margin-bottom: 7.2rem;
}
.content__text:last-child {
  margin-bottom: 0;
}
.content ul:not(.content__socials) {
  margin-bottom: 2.4rem;
  padding-left: 24px;
  list-style: revert;
}
.content ul:not(.content__socials) li {
  gap: 8px;
}
.content ul:not(.content__socials) li ul, .content ul:not(.content__socials) li ol {
  margin-top: 12px;
}
.content__row {
  row-gap: 8px;
  margin-bottom: 2.4rem !important;
}
.content__row:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .content__row {
    margin: 0 -4px;
  }
  .content__row > * {
    padding: 0 4px;
  }
}
.content__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.4rem;
  background-color: #F4F5FB;
  border-radius: 4px;
  min-height: 10.7rem;
  line-height: 3rem;
}
.content__box h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.content__box p {
  margin-bottom: 1.6rem;
}
.content__box p strong {
  font-weight: 500;
}
.content__box p:last-child {
  margin-bottom: 0;
}
.content .contact-card {
  margin-top: 10rem;
  padding-bottom: 0;
}
.content__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: block;
  margin-top: 5.6rem;
  color: #A6ACB8;
}
.content__pdf {
  margin-top: 4.8rem;
}
.content__pdf a {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3.2rem;
  background-color: #F4F4F9;
  color: #001029;
  border-radius: 4px;
}
.content__pdf a b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-align: center;
  padding: 0.6rem 1.6rem;
  border-radius: 20px;
  background-color: #0050CF;
  color: #FDFDFD;
}
.content__pdf a span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
}
.content__register {
  width: 28.3rem;
  max-width: 100%;
}
.content-inner h4 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.content-inner p {
  margin-bottom: 4.8rem;
}
.content-inner p:last-of-type {
  margin-bottom: 1.2rem;
}
.content-inner p strong {
  font-weight: 500;
}
.content-inner li::marker {
  color: #0050CF;
}
@media (max-width: 767px) {
  .content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .content.news-inner .breadcrumbs-block {
    padding: 24px 0;
    margin-bottom: 0;
  }
  .content.news-inner .breadcrumbs-block .container-fluid, .content.news-inner .breadcrumbs-block .container-sm, .content.news-inner .breadcrumbs-block .container-md, .content.news-inner .breadcrumbs-block .container-lg, .content.news-inner .breadcrumbs-block .container-xl, .content.news-inner .breadcrumbs-block .container-xxl {
    padding: 0;
  }
  .content.branch-content .row:first-child {
    row-gap: 4px;
    margin: 0 -2px;
  }
  .content.branch-content .row:first-child > * {
    padding: 0 2px;
  }
  .content.branch-content .content__box {
    padding: 28px 18px;
  }
  .content.branch-content .content__box h6 {
    font-size: 14px;
    line-height: 14px;
  }
  .content img {
    margin-bottom: 32px;
  }
  .content .rectors__head {
    padding-top: 0;
    margin-top: 24px;
  }
  .content .container-fluid .container-fluid--md, .content .container-sm .container-fluid--md, .content .container-md .container-fluid--md, .content .container-lg .container-fluid--md, .content .container-xl .container-fluid--md, .content .container-xxl .container-fluid--md {
    padding: 0;
  }
  .content__socials {
    gap: 14px;
  }
  .content__socials li a {
    width: 40px;
    height: 40px;
  }
  .content__text {
    margin-bottom: 32px;
  }
  .content__text:last-child {
    margin-bottom: 0;
  }
  .content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 24px;
  }
  .content__box {
    padding: 24px;
    min-height: 84px;
    line-height: 20px;
  }
  .content__box h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .content__box p {
    margin-bottom: 16px;
  }
  .content__box p strong {
    font-weight: 500;
  }
  .content__box p:last-child {
    margin-bottom: 0;
  }
  .content .contact-card {
    margin-top: 48px;
    padding: 0;
  }
  .content__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 32px;
  }
  .content-inner h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .content-inner p {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .content-inner p:last-child {
    margin-bottom: 0;
  }
  .content-inner p strong {
    font-weight: 500;
  }
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
}
.popup__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(44, 65, 92, 0.2);
}
.popup__close {
  all: unset;
  width: 2.2rem;
  height: 2.2rem;
  background-color: rgba(64, 64, 64, 0.2);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}
.popup__close:hover {
  background-color: #dc3545;
}
.popup__close:before, .popup__close:after {
  content: "";
  width: 2px;
  height: 1.2rem;
  background-color: #FDFDFD;
  position: absolute;
  transform: rotate(-45deg);
}
.popup__close:after {
  transform: rotate(45deg);
}
.popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__body {
  padding: 2.4rem 1.6rem;
  position: absolute;
  max-height: 100%;
  overflow-y: auto;
  z-index: 15;
  background-color: #FDFDFD;
  width: 67rem;
}
@media (max-width: 767px) {
  .popup__body {
    width: 90%;
    max-height: 90%;
  }
  .popup__close {
    width: 25px;
    height: 25px;
    margin-bottom: 12px;
  }
  .popup__close:before, .popup__close:after {
    height: 12px;
  }
}

input:checked + .popup {
  opacity: 1;
  pointer-events: auto;
}

.not-found {
  width: 100%;
  margin-top: 96px;
}
@media (min-width: 1024px) {
  .not-found {
    margin-top: 0;
  }
}
.not-found-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .not-found-content {
    padding: 24px 0;
    margin-bottom: 0;
  }
}
.not-found-content h1 {
  font-family: DM Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .not-found-content h1 {
    margin-bottom: 32px;
  }
}
.not-found .banner-container {
  padding: 0;
}
@media (min-width: 768px) {
  .not-found .banner-container {
    padding: 24px 16px;
  }
}
@media (min-width: 1024px) {
  .not-found .banner-container {
    padding: 24px 32px;
  }
}
.not-found .banner-container .banner-404 {
  width: 100%;
  height: 450px;
}
.not-found .banner-container .banner-404 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  overflow: hidden;
}
.hero__item {
  position: relative;
}
.hero__media {
  position: relative;
  max-height: calc(100vh - 80px);
}
.hero__media div {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 12, 34, 0) 34.36%, #080C22 100%);
  z-index: 2;
}
.hero__media img, .hero__media video {
  width: 100%;
  height: 171.88vw;
  object-fit: cover;
  pointer-events: none;
}
@media (min-width: 375px) {
  .hero__media img, .hero__media video {
    height: 146.67vw;
  }
}
@media (min-width: 768px) {
  .hero__media img, .hero__media video {
    height: 71.61vw;
  }
}
@media (min-width: 1024px) {
  .hero__media img, .hero__media video {
    height: 53.71vw;
  }
}
@media (min-width: 1280px) {
  .hero__media img, .hero__media video {
    height: 42.97vw;
  }
}
@media (min-width: 1440px) {
  .hero__media img, .hero__media video {
    height: 38.19vw;
  }
}
.hero__media .web {
  display: block;
}
.hero__media .mobile {
  display: none;
}
.hero__desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 5.6rem;
  color: #FDFDFD;
  z-index: 3;
}
.hero__desc h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: inherit;
}
.hero__desc a {
  display: block;
  color: #FDFDFD;
  max-width: 88%;
}
.hero__slider {
  position: relative;
}
.hero__slider .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__slider .swiper-pagination-bullet {
  width: 100%;
  height: 6px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  background-color: rgba(253, 253, 253, 0.35) !important;
  opacity: 0 !important;
}
.hero__slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__slider .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1 !important;
  flex: 0 0 100%;
}
.hero__slider .swiper-pagination-bullet-active::before {
  background-color: #FDFDFD;
  animation: slide-progress 10s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .hero__slider .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.hero__arrows {
  position: absolute;
  right: 0;
  pointer-events: none;
  bottom: 5.6rem;
  left: 0;
  z-index: 4;
}
.hero__arrows .container-fluid, .hero__arrows .container-sm, .hero__arrows .container-md, .hero__arrows .container-lg, .hero__arrows .container-xl, .hero__arrows .container-xxl {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: flex-end;
}
.hero__arrow {
  color: #FDFDFD;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(253, 253, 253, 0.12);
  backdrop-filter: blur(6px);
}
.hero__arrow:hover {
  background: rgba(253, 253, 253, 0.3);
}
@media (max-width: 767px) {
  .hero__media {
    min-height: 550px;
  }
  .hero__media img, .hero__media video {
    height: 550px;
    object-fit: cover;
    pointer-events: none;
  }
  .hero__media .web {
    display: none;
  }
  .hero__media .mobile {
    display: block;
  }
  .hero__desc {
    padding-bottom: 40px;
  }
  .hero__desc a {
    max-width: none;
  }
  .hero__desc h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .hero__arrows {
    display: none;
  }
  .hero .socials {
    display: none;
  }
}
.web {
  display: block;
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.statistics-top {
  margin-top: 5.6rem;
}

.statistics {
  padding: 1.6rem 0 7.2rem;
  margin: 0 auto;
  width: 100%;
}
.statistics .statistics-swiper {
  overflow-x: hidden;
}
.statistics__list {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  overflow-x: auto;
  padding: 1.6rem 0;
}
.statistics__item {
  width: 100%;
  min-width: 20rem;
  max-width: 20rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.statistics__item h2 {
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 7.2rem;
  margin-bottom: 1.6rem;
}
.statistics .row {
  row-gap: 4.8rem;
}
.statistics__item {
  color: #001029;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.statistics__item h2 {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 5.6rem;
  margin-bottom: 1.4rem;
  color: inherit;
}
@media (max-width: 767px) {
  .statistics {
    padding: 32px 0;
  }
  .statistics__list {
    column-gap: 8px;
    row-gap: 32px;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .statistics__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    flex: 1 0 calc(50% - 4px);
  }
  .statistics__item h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .statistics .row {
    row-gap: 32px;
  }
  .statistics__item {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .statistics__item br {
    display: none;
  }
  .statistics__item h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px;
    color: #2C415C;
  }
}

.hovered-slider, .gallery__slider, .news__slider {
  position: relative;
}
.hovered-slider__item, .gallery__slider__item, .news__slider__item {
  position: relative;
}
.hovered-slider__item:hover:before, .gallery__slider__item:hover:before, .news__slider__item:hover:before {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.hovered-slider__item:hover .hovered-slider__desc .btn, .hovered-slider__item:hover .gallery__slider__desc .btn, .hovered-slider__item:hover .news__slider__desc .btn, .gallery__slider__item:hover .hovered-slider__desc .btn, .gallery__slider__item:hover .gallery__slider__desc .btn, .gallery__slider__item:hover .news__slider__desc .btn, .news__slider__item:hover .hovered-slider__desc .btn, .news__slider__item:hover .gallery__slider__desc .btn, .news__slider__item:hover .news__slider__desc .btn {
  margin-bottom: 0;
  opacity: 1;
}
.hovered-slider__item:before, .gallery__slider__item:before, .news__slider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: currentColor;
  opacity: 0.95;
  transition: all 0.6s cubic-bezier(0.55, 0.24, 0.18, 1);
}
.hovered-slider__desc, .gallery__slider__desc, .news__slider__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hovered-slider__desc h4, .gallery__slider__desc h4, .news__slider__desc h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}
.hovered-slider__desc .btn, .gallery__slider__desc .btn, .news__slider__desc .btn {
  margin-bottom: -60px;
  opacity: 0;
  transition: all 0.3s ease;
}
.hovered-slider__media, .gallery__slider__media, .news__slider__media {
  position: relative;
  padding-bottom: 109.6%;
  overflow: hidden;
}
.hovered-slider__media img, .hovered-slider__media video, .gallery__slider__media img, .gallery__slider__media video, .news__slider__media img, .news__slider__media video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 25%;
}

.hovered__arrows, .gallery__arrows {
  position: absolute;
  right: 7.2rem;
  bottom: -28px;
  z-index: 1;
  pointer-events: none;
}
.hovered__arrows .container-fluid, .hovered__arrows .container-sm, .hovered__arrows .container-md, .hovered__arrows .container-lg, .hovered__arrows .container-xl, .hovered__arrows .container-xxl, .gallery__arrows .container-fluid, .gallery__arrows .container-sm, .gallery__arrows .container-md, .gallery__arrows .container-lg, .gallery__arrows .container-xl, .gallery__arrows .container-xxl {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.news__arrows .container-fluid, .news__arrows .container-sm, .news__arrows .container-md, .news__arrows .container-lg, .news__arrows .container-xl, .news__arrows .container-xxl, .branch__arrows .container-fluid, .branch__arrows .container-sm, .branch__arrows .container-md, .branch__arrows .container-lg, .branch__arrows .container-xl, .branch__arrows .container-xxl {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  padding: 0 0 0 12px;
}

.hovered__arrow, .gallery__arrow, .news__arrow, .branch__arrow {
  color: #2C415C;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(44, 65, 92, 0.12);
  transition: all 0.3s ease;
  cursor: pointer;
}
.hovered__arrow:hover, .gallery__arrow:hover, .news__arrow:hover, .branch__arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.news__arrow, .branch__arrow {
  width: 46px;
  height: 46px;
}

@media (max-width: 768px) {
  .hovered-slider__desc, .gallery-slider__desc, .news-slider__desc, .branch-slider__desc {
    padding: 32px;
    gap: 24px;
  }
  .hovered-slider__desc h4, .gallery-slider__desc h4, .news-slider__desc h4, .branch-slider__desc h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .hovered-slider__desc .btn, .gallery-slider__desc .btn, .news-slider__desc .btn, .branch-slider__desc .btn {
    margin-bottom: -60px;
    opacity: 0;
  }
  .hovered__arrows, .gallery__arrows, .news__arrows, .branch__arrows {
    display: none;
  }
  .hovered__arrow, .gallery__arrow, .news__arrow, .branch__arrow {
    width: 48px;
    height: 48px;
  }
}
.life {
  padding: 7.2rem 0;
  counter-reset: my-awesome-counter;
}
.life__row {
  margin: 0 -2px;
}
.life__row > * {
  padding: 0 2px;
}
.life__row > *:first-child .life__item {
  gap: 3.2rem;
  height: calc(100% - 4px);
}
.life__row > *:first-child .life__img {
  max-height: 34.4rem;
}
.life__row > *:first-child .life__head__text h4 {
  margin-bottom: 2.4rem;
}
.life__row > *:nth-child(2) .life__item:first-child .life__img {
  height: 12rem;
}
.life__row > *:nth-child(2) .life__item:first-child .life__img img {
  object-position: top;
}
.life__row > *:nth-child(2) .life__item:last-child .life__img {
  height: 20rem;
}
.life__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem;
  background-color: #F4F5FB;
  margin-bottom: 4px;
  min-height: 29rem;
  overflow: hidden;
  border-radius: 4px;
}
.life__item:not(:nth-child(2)) {
  min-height: auto;
}
.life__head {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  counter-increment: my-awesome-counter;
  gap: 4px;
}
.life__head:after {
  content: counter(my-awesome-counter);
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 12px;
  background-color: #FDFDFD;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.life__head h4 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}
.life__head__text {
  flex: 1;
}
.life__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .life {
    padding: 32px 0;
  }
  .life__item {
    gap: 16px;
    padding: 32px 24px;
    margin-bottom: 4px;
    min-height: 180px;
  }
  .life__row > *:first-child .life__item {
    gap: 32px;
  }
  .life__row > *:first-child .life__head__text h4 {
    margin-bottom: 16px;
  }
  .life__head {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
  }
  .life__head:after {
    content: counter(my-awesome-counter);
    width: 32px;
    height: 32px;
    border-radius: 6.4px;
    font-size: 13px;
    line-height: 13px;
  }
  .life__head h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .life__img {
    max-height: 116px;
  }
}

.students {
  padding: 2.8rem 0 7.2rem;
}
.students__item {
  position: relative;
}
.students__img {
  position: relative;
  padding-bottom: 145.7%;
  border-radius: 4px;
  overflow: hidden;
}
.students__img img,
.students__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.students__img video {
  display: none;
}
.students__item:hover .students__img img {
  display: none;
}
.students__item:hover .students__img video {
  display: block;
}
.students__desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem;
  transition: all 0.3s ease-in-out;
}
.students__desc:hover {
  cursor: pointer;
}
.students__desc .d-flex {
  align-items: center;
  justify-content: space-between;
}
.students__volume {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.students__volume button {
  border: none;
  font-size: 1.4rem;
}
.students__volume .hidden {
  display: none;
}
.students__name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  padding: 0.8rem 1.2rem;
  background-color: #FDFDFD;
  border-radius: 20px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.students__country {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  overflow: hidden;
  min-width: 3.2rem;
}
.students__country img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.students__play {
  display: flex;
  align-items: center;
  border: 0;
  padding: 4px;
  background: rgba(253, 253, 253, 0.35);
  border-radius: 50px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 0px 12px 0px rgba(44, 65, 92, 0.1215686275);
}
.students__play img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.students__play span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  color: #FDFDFD;
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateX(10px);
  transition: width 0.4s ease-in-out, transform 0.3s ease-in-out;
}
.students__play.played span {
  margin: 0 8px;
  width: auto;
  height: auto;
  opacity: 1;
  transform: translateX(0);
}
.students__volume {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  z-index: 10;
}
.students__volume .volume-icon {
  padding: 0.8rem 0.7rem;
  background-color: #FDFDFD;
  border-radius: 20px;
  width: max-content;
  max-width: 100%;
}
.students__volume button {
  border: none;
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  .students {
    padding: 32px 0;
    overflow: hidden;
  }
  .students .container-fluid, .students .container-sm, .students .container-md, .students .container-lg, .students .container-xl, .students .container-xxl {
    padding: 0;
  }
  .students .section-title {
    padding: 0 16px;
  }
  .students .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 16px;
    margin: 0 -4px;
  }
  .students .row > * {
    padding: 0 4px;
    width: 26.7rem;
  }
  .students__img img, .students__img video {
    width: 26.7rem;
    height: 39rem;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.video-modal.hidden {
  display: none;
}
.video-modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #000;
  overflow: hidden;
}
.video-modal__video {
  width: 100%;
  height: auto;
  display: block;
}
.video-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  z-index: 10;
}

.join {
  background-color: #F4F5FB;
  padding: 4.8rem 0;
}
.join__desc {
  padding: 4.8rem;
  border-radius: 8px 0 0 8px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  background-color: #FDFDFD;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.join__desc h4 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}
.join__buttons {
  display: flex;
  gap: 9px;
  margin-top: 2.4rem;
}
.join__img {
  height: 100%;
  margin-top: 0 !important;
}
.join__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .join {
    padding: 40px 0;
  }
  .join__desc {
    padding: 32px 24px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    line-height: 24px;
    gap: 0;
  }
  .join__desc h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .join__buttons {
    gap: 16px;
    margin-top: 28px;
    flex-direction: column;
  }
  .join__buttons .btn {
    width: 100%;
  }
  .join__buttons .btn span {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .join__img {
    height: 324px;
  }
  .join__img.mt-5 {
    margin-top: 32px !important;
  }
}

.news {
  padding: 7.2rem 0;
  overflow: hidden;
}
.news__slider .swiper-container {
  overflow: visible;
}
.news__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 2rem;
}
.news__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 40%;
}
.news .btn-group {
  display: flex;
  align-items: center;
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.news__item--row {
  flex-direction: row;
  align-items: center;
  gap: 3.2rem !important;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(44, 65, 92, 0.12);
}
.news__item--row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.news__item--row .news__img {
  width: 25rem;
  padding-bottom: 26.8% !important;
}
.news__item:hover .news__img img {
  transform: scale(1.05);
}
.news__img {
  position: relative;
  padding-bottom: 56.8%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.news__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 4px;
  transform-origin: top left;
}
.news__desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  flex: 1;
}
.news__desc span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: block;
  margin-bottom: 0.8rem;
  color: #A6ACB8;
}
.news__desc h6 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 1.6rem;
}
.news__desc p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.news-md .news__item {
  gap: 2rem;
}
.news-md .news__img {
  padding-bottom: 62.2%;
}
.news-md .news__desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.news-md .news__desc h6 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0.8rem;
}
.news__row {
  row-gap: 2rem;
}
.news-page {
  padding-top: 0;
}
.news-page .news__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.news-page .news__desc span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  line-height: 2rem;
}
.news-page .news__desc h6 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 0.8rem;
}
.news__filter {
  margin-bottom: 2.4rem;
}
.news__filter .section-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.news__filter .section-nav a {
  white-space: nowrap;
  padding: 1.5rem 2.3rem;
}
.news-inner__hero {
  position: relative;
  margin-bottom: 7.2rem;
}
@media (max-width: 767px) {
  .news-inner__hero {
    margin-bottom: 0;
  }
}
.news-inner__hero a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-inner__player {
  margin: 1.6rem 0;
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border-radius: 6px;
  padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  width: fit-content;
}
.news-inner .files__block .row {
  row-gap: 2rem;
}
.news-inner .files__block span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__details {
  list-style: none !important;
  margin: 0 0 1.6rem !important;
  padding: 0 !important;
  display: flex;
}
.news__details li {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(44, 65, 92, 0.75);
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  gap: 0 !important;
}
.news__details li svg {
  margin-right: 0.6rem;
}
.news__details li:after {
  content: "";
  display: inline-block;
  margin: 0 1.2rem;
  width: 4px;
  height: 4px;
  background-color: rgba(44, 65, 92, 0.25);
  border-radius: 50%;
}
.news__details li:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .news {
    padding: 32px 0;
  }
  .news .section-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  .news .section-block .section-title {
    flex: 1;
  }
  .news__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 8px;
  }
  .news__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
    width: 43%;
  }
  .news__item {
    gap: 24px;
  }
  .news__item--row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px !important;
    margin-bottom: 32px;
    padding-bottom: 0;
    border: 0;
  }
  .news__item--row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .news__item--row .news__img {
    width: 100%;
    padding-bottom: 62.2% !important;
  }
  .news__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .news__desc span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .news__desc h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .news-md .row {
    row-gap: 32px;
  }
  .news-md .news__item {
    gap: 20px;
  }
  .news-md .news__img {
    padding-bottom: 62.2%;
  }
  .news-md .news__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .news-md .news__desc h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .news__row {
    row-gap: 32px;
  }
  .news-page {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .news-page .news__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .news-page .news__desc span {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 14px;
  }
  .news-page .news__desc h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

.events {
  padding: 2.8rem 0 7.2rem;
}
.events__row {
  row-gap: 2rem;
}
.events__item {
  border-radius: 4px;
  background-color: #F4F5FB;
  padding: 4.8rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.events__date {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #6E6D7A;
  margin-bottom: 2rem;
}
.events__date .date {
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(44, 65, 92, 0.12);
}
.events__date .date span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 4px 4px;
  background-color: #FDFDFD;
  color: #2C415C;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  position: relative;
  z-index: 2;
}
.events__date .date:before {
  content: "";
  position: absolute;
  border-radius: 8px 8px 4px 4px;
  background-color: #FF5A43;
  width: 4.8rem;
  height: 4.8rem;
  bottom: 3px;
}
.events__desc h6 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 3.2rem;
}
.events__buttons {
  display: flex;
  gap: 0.8rem;
  margin-top: auto;
}
@media (min-width: 767px) {
  .events__buttons .btn {
    max-width: 50%;
  }
}
.events__buttons .btn span {
  display: -webkit-box;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-page {
  padding-top: 0;
}
@media (max-width: 767px) {
  .events {
    padding: 32px 0;
  }
  .events-page {
    padding-top: 0;
  }
  .events .row {
    row-gap: 12px;
  }
  .events .section-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .events__item {
    padding: 32px 24px;
  }
  .events__date {
    gap: 16px;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 20px;
  }
  .events__date .date span {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
  }
  .events__date .date:before {
    width: 40px;
    height: 40px;
  }
  .events__desc h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px;
  }
  .events__buttons {
    gap: 16px;
    flex-wrap: wrap;
  }
  .events__buttons .btn {
    font-size: 14px;
    line-height: 14px;
    max-width: 100%;
  }
  .events__buttons .btn span {
    padding: 12px 26px;
  }
}

.graduate {
  padding: 7.2rem 0;
}
.graduate__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  align-items: center;
}
.graduate__item:hover .graduate__img {
  overflow: hidden;
}
.graduate__item:hover .graduate__img img {
  scale: 1.05;
}
.graduate__img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
}
.graduate__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.graduate__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  color: #A6ACB8;
}
.graduate__desc h6 {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
  line-height: 3.6rem;
  text-align: center;
}
.graduate-page {
  margin-bottom: 7.2rem;
}
.graduate-page .row {
  gap: 6rem;
  row-gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .graduate-page .row {
    gap: 12px;
    row-gap: 32px;
  }
}
.graduate-page .col-6, .graduate-page .col-md-3 {
  padding: 0;
  width: 100%;
  max-width: 21rem;
}
.graduate-page .graduate__item {
  border-radius: 8px;
  text-align: center;
  align-items: center;
  gap: 0;
}
.graduate-page .graduate__img {
  border-radius: 123px;
  height: 20rem;
  width: 20rem;
  position: relative;
}
.graduate-page .graduate__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.graduate-page .graduate__desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #6E6D7A;
  padding: 2rem 1.2rem;
  width: 100%;
}
.graduate-page .graduate__desc:has(p) h6 {
  margin-bottom: 1.1rem;
}
.graduate-page .graduate__desc h6 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .graduate__tab .row {
    margin: 0 -20px;
  }
  .graduate__tab .row > * {
    padding: 0 20px;
  }
}
.graduate__tab .col-md-3 {
  width: 20%;
}
@media (max-width: 991px) {
  .graduate .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -4px;
  }
  .graduate .row > * {
    padding: 0 4px;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .graduate .graduate__tab .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .graduate .graduate__tab .row::-webkit-scrollbar {
    display: none;
  }
  .graduate .graduate__tab .row > * {
    flex: 0 0 auto;
    width: 70%;
    max-width: 240px;
    margin-right: 12px;
  }
  .graduate .graduate__tab .row .col-6, .graduate .graduate__tab .row .col-md-3 {
    max-width: 34rem;
  }
  .graduate .graduate__tab .row .graduate__img {
    height: 25rem;
    width: 25rem;
  }
  .graduate {
    padding: 24px 0;
    overflow: hidden;
  }
  .graduate .section-head {
    padding: 0 12px;
  }
  .graduate .section-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .graduate .container-fluid, .graduate .container-sm, .graduate .container-md, .graduate .container-lg, .graduate .container-xl, .graduate .container-xxl {
    padding: 0;
  }
  .graduate .section-tab {
    align-items: center;
  }
  .graduate__item {
    gap: 12px;
  }
  .graduate__img {
    width: 120px;
    height: 120px;
  }
  .graduate__desc {
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
  }
  .graduate__desc h6 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 18px;
  }
  .graduate .row {
    flex-wrap: wrap;
    margin: 0 -6px;
  }
  .graduate .row > * {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 16px;
  }
  .graduate-page {
    margin-bottom: 40px;
  }
  .graduate-page .col-6, .graduate-page .col-md-3 {
    max-width: 18rem;
  }
  .graduate-page .graduate__img {
    height: 18rem;
    width: 18rem;
  }
  .graduate-page.martyrs .graduate__desc h6 {
    text-align: start !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
  .graduate-page.martyrs .graduate__desc h6 br {
    display: none;
  }
  .graduate-page .row {
    row-gap: 8px;
  }
  .graduate-page .graduate__desc {
    font-size: 12px;
    padding: 8px 4px;
  }
  .graduate-page .graduate__desc:has(p) h6 {
    margin-bottom: 8px;
  }
  .graduate-page .graduate__desc h6 {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .graduate .row {
    flex-wrap: wrap;
    margin: 0 -4px;
  }
  .graduate .row > * {
    padding: 0 4px;
    width: 50%;
    margin-bottom: 12px;
  }
}

.partners {
  padding: 2rem 0 5.6rem;
  overflow: hidden;
}
.partners__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.partners__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 11.1111111111%;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14.4rem;
  height: 14.4rem;
}
.partners__item:hover img {
  filter: none;
}
.partners__item img {
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .partners {
    padding: 28px 0 0;
    overflow: hidden;
  }
  .partners .section-title {
    margin-bottom: 16px;
  }
  .partners__item {
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partners__slider .swiper-container {
    overflow: visible;
  }
  .partners__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 20px;
    align-items: center;
  }
  .partners__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
    width: 50%;
  }
}

.usefully {
  padding: 1.6rem 0 2.2rem;
  overflow: hidden;
}
.usefully__slider .swiper-container {
  overflow: visible;
}
.usefully__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 20%;
}
.usefully__slider .swiper-slide {
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.usefully__slider .swiper-slide:first-child .usefully__item {
  padding-left: 0;
}
.usefully__slider .swiper-slide:last-child .usefully__item {
  border-right: 0;
}
.usefully__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  height: 100%;
  flex: 1;
  padding: 2rem 4.8rem 2rem 4.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #A6ACB8;
  border-right: 1px solid rgba(44, 65, 92, 0.12);
}
.usefully__item h5 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
}
@media (max-width: 767px) {
  .usefully {
    padding: 24px 0;
  }
  .usefully__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
    width: 90%;
  }
  .usefully__item {
    gap: 30px;
    padding: 20px 48px 20px 48px;
    font-size: 12px;
    line-height: 12px;
    justify-content: space-between;
  }
  .usefully__item h5 {
    font-size: 14px;
    line-height: 14px;
  }
}

.values {
  overflow: hidden;
  padding-top: 7.2rem;
}
.values.pb-56 {
  padding-bottom: 5.6rem;
}
.values.pb-56 .section-title {
  margin-bottom: 3.2rem;
}
.values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 2.4rem;
}
.values__item {
  padding: 0 2rem;
  display: flex;
  gap: 1.4rem;
}
.values__item span {
  min-width: 8px;
  height: 8px;
  background-color: #B9EDDD;
  border-radius: 50%;
  margin: 12px 4px;
}
@media (max-width: 767px) {
  .values {
    padding: 32px 0;
  }
  .values.pb-56 {
    padding-bottom: 32px;
  }
  .values.pb-56 .section-title {
    margin-bottom: 28px;
  }
  .values__grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .values__item {
    padding: 0 20px;
    min-height: auto;
  }
}

.leadership {
  padding: 2.8rem 0;
}
.leadership .container-lead {
  max-width: 1360px;
  padding: 0 32px;
  margin: 0 auto;
}
.leadership__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem;
}
.leadership__item {
  display: flex;
  flex-direction: column;
}
.leadership__img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
}
.leadership__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership__desc {
  flex: 1;
  padding: 2.4rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  color: #A6ACB8;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.leadership__desc h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-top: 0;
}
.leadership__desc span {
  height: 2rem;
}
@media (max-width: 1024px) {
  .leadership__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .leadership {
    padding: 32px 0;
  }
  .leadership .container-lead {
    padding: 0;
  }
  .leadership .container-lead h3 {
    padding: 0 16px;
  }
  .leadership__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
  }
  .leadership__img {
    width: 200px;
    height: 200px;
  }
  .leadership__item {
    width: 90%;
  }
  .leadership__desc {
    padding: 20px 12px;
    font-size: 12px;
    line-height: 12px;
    gap: 8px;
    text-align: center;
  }
  .leadership__desc h4 {
    font-size: 18px;
    line-height: 27px;
  }
}

.awards {
  padding: 7.2rem 0;
}
.awards .section-title {
  margin-bottom: 7.2rem;
}
.awards__item {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(44, 65, 92, 0.12);
  margin-bottom: 3.2rem;
}
.awards__item:last-child {
  margin-bottom: 0;
}
.awards__head {
  display: flex;
  align-items: start;
  border: 0;
  width: 100%;
  padding: 0;
  background: none;
  color: #2C415C;
  position: relative;
}
.awards__head:before {
  content: "";
  background: linear-gradient(94deg, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  bottom: 0;
  width: 63.6rem;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.awards__head.active:before {
  opacity: 0;
}
.awards__head.active span.awards__text {
  text-overflow: ellipsis;
  overflow: visible;
  white-space: wrap;
}
.awards__head.active span.awards__toggle {
  transform: rotate(180deg);
}
.awards__head span.awards__text {
  text-align: start;
  margin-left: auto;
  max-width: 64rem;
  width: 100%;
  gap: 12px;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 28px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.awards__head span.awards__toggle {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  background-image: url("../images/svg-icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  margin-left: 1rem;
}
.awards__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media (max-width: 767px) {
  .awards {
    padding: 32px 0;
  }
  .awards .section-title {
    margin-bottom: 28px;
  }
  .awards__item {
    padding-bottom: 24px;
    margin-bottom: 12px;
  }
  .awards__item:last-child {
    margin-bottom: 0;
  }
  .awards__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .awards__head:before {
    display: none;
  }
  .awards__head.active span.awards__text {
    -webkit-line-clamp: 100;
  }
  .awards__head span.awards__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
    max-width: none;
    max-height: 56px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .awards__head span.awards__toggle {
    display: none;
  }
}

.partners-uni {
  padding: 2.8rem 0 7.2rem;
}
.partners-uni__block {
  display: flex;
  align-items: center;
}
.partners-uni__item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #6E6D7A;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  position: relative;
}
.partners-uni__item .dashed-line {
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}
.partners-uni__item .dashed-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 1px;
  height: 1px;
  background: radial-gradient(5px 5px, rgba(44, 65, 92, 0.2) 80%, transparent 87%) 0 0/16px 100%;
}
.partners-uni__item h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin-bottom: 1rem;
  max-width: 28.9rem;
}
.partners-uni__item p {
  margin-bottom: 0.8rem;
}
.partners-uni__items {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  min-width: 41.8rem;
  margin-right: -10rem;
}
.partners-uni__right {
  margin-right: 0;
  margin-left: -10rem;
}
.partners-uni__right .partners-uni__item {
  text-align: end;
}
.partners-uni__right .partners-uni__item h5 {
  margin-left: auto;
}
.partners-uni__img {
  width: 64rem;
  height: 64rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  flex: 1;
}
.partners-uni__img img, .partners-uni__img video {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .partners-uni {
    padding: 32px 0;
    position: relative;
    overflow: hidden;
  }
  .partners-uni__block {
    flex-direction: column;
    align-items: start;
  }
  .partners-uni__item {
    font-size: 16px;
    line-height: 24px;
  }
  .partners-uni__item h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .partners-uni__items {
    gap: 28px;
    min-width: auto;
    margin-right: 0;
  }
  .partners-uni__right {
    margin-right: 0;
    margin-left: 0;
  }
  .partners-uni__right .partners-uni__item {
    text-align: start;
  }
  .partners-uni__right .partners-uni__item h5 {
    margin-left: 0;
  }
  .partners-uni__img {
    width: 450px;
    height: 450px;
    top: 50%;
    transform: translateY(-50%);
    right: -30%;
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 520px) {
  .partners-uni__img {
    width: 450px;
    height: 450px;
    right: -65%;
    position: absolute;
    z-index: -1;
  }
}

.achievements {
  padding: 3.2rem 0 2.8rem;
  overflow: hidden;
}
.achievements .achievements__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .achievements .achievements__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .achievements .achievements__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.achievements__slider .swiper-container {
  overflow: visible;
}
.achievements__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 2rem;
}
.achievements__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 32.3%;
}
.achievements__slider .swiper-wrapper > * {
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.achievements__item {
  padding: 3.6rem;
  border-radius: 8px;
  background-color: #F4F5FB;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.achievements__desc {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
}
.achievements__desc h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: auto;
}
.achievements-new {
  padding: 7.2rem 0;
  background-color: #F4F4F9;
  margin-bottom: 6.6rem;
}
.achievements-new .achievements__item {
  background-color: #FDFDFD;
}
@media (max-width: 767px) {
  .achievements {
    padding: 32px 0;
  }
  .achievements__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 8px;
  }
  .achievements__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
    width: 80%;
  }
  .achievements__item {
    padding: 32px 24px;
    gap: 24px;
  }
  .achievements__desc {
    gap: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  .achievements__desc h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.achievements .section-block {
  display: flex !important;
}

.rectors {
  padding-bottom: 11.2rem;
}
.rectors__img {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.rectors__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.rectors__desc {
  font-size: 1.6rem;
  color: #6E6D7A;
  padding: 2.4rem 1.2rem;
}
.rectors__desc h6 {
  font-size: 2rem;
  font-weight: 500;
}
.rectors__head {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  padding: 3.6rem 0;
}
.rectors__head__block {
  display: flex;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  gap: 3.2rem;
  flex: 1;
}
.rectors__head__img {
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.rectors__head__img img {
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.rectors__head__desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #6E6D7A;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.rectors__head__desc.type-center {
  align-items: center;
}
.rectors__head__desc h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}
.rectors__head__desc .btn-span {
  background: #F4F5FB;
  display: inline-block;
  color: #2C415C;
  padding: 0.6rem 1.6rem;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .rectors {
    padding-bottom: 32px;
  }
  .rectors .row {
    row-gap: 8px;
  }
  .rectors__desc {
    font-size: 16px;
    color: #6E6D7A;
    line-height: 24px;
    padding: 20px 12px;
  }
  .rectors__desc h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .rectors__head {
    display: flex;
    align-items: flex-start;
    padding: 40px 0 32px;
    position: relative;
    margin-top: 32px;
  }
  .rectors__head .back {
    display: none;
  }
  .rectors__head__block {
    margin-top: 10px;
    gap: 24px;
  }
  .rectors__head__img {
    width: 96px;
    height: 96px;
  }
  .rectors__head__desc {
    font-size: 14px;
    line-height: 21px;
    gap: 14px;
    flex-direction: column-reverse;
    flex: 1;
  }
  .rectors__head__desc .copy-link {
    position: absolute;
    top: -20px;
    right: 0;
    width: 36px;
    height: 36px;
  }
  .rectors__head__desc h2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 6px;
  }
}

.rector-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.rector-modal.active {
  display: flex;
}
.rector-modal .modal-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.rector-modal .modal-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
.rector-modal .modal-content h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
}
.rector-modal .modal-content p {
  font-size: 16px;
  color: #666;
  line-height: 125%;
}
.rector-modal .modal-content .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s ease;
}
.rector-modal .modal-content .close-modal:hover {
  color: #000;
}

.rectors_fixed {
  width: 48px;
  height: 48px;
}

.strategic {
  padding: 4.8rem 0 4rem;
  background-color: #F4F5FB;
  counter-reset: my-awesome-counter;
}
.strategic .row {
  row-gap: 1.2rem;
}
@media (min-width: 768px) {
  .strategic .row {
    margin: 0 -0.6rem;
  }
  .strategic .row > * {
    padding: 0 0.6rem;
  }
  .strategic .row > *.col-md-4 .strategic__item {
    min-height: 30rem;
  }
}
.strategic__item {
  padding: 3.2rem;
  background-color: #FDFDFD;
  border-radius: 4px;
  height: 100%;
  min-height: 18rem;
  counter-increment: my-awesome-counter;
  display: flex;
  flex-direction: column;
}
.strategic__item:after {
  content: counter(my-awesome-counter);
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 12px;
  background-color: #F4F5FB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0050CF;
  margin-left: auto;
  margin-top: auto;
}
.strategic__item h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: left;
  max-width: 50.3rem;
}
@media (max-width: 767px) {
  .strategic {
    padding: 40px 0;
  }
  .strategic .row {
    row-gap: 8px;
  }
  .strategic__item {
    padding: 32px 24px;
    min-height: 193px;
    border-radius: 7px;
  }
  .strategic__item:after {
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 13px;
  }
  .strategic__item h4 {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}

.icon-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-radius: 4px;
  border: 1px solid rgba(44, 65, 92, 0.12);
  padding: 4.4rem 3.2rem;
  min-height: 30rem;
  height: 100%;
}
.icon-box__head {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.icon-box__head h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.icon-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #F4F5FB;
}
.icon-box__desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.icon-box-second {
  min-height: 23.4rem;
  padding: 3.1rem 3.2rem;
  gap: 1.8rem;
}
.icon-box-second .icon-box__head {
  padding: 1.2rem 0;
}
.icon-box-second .icon-box__desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .icon-box {
    gap: 18px;
    padding: 32px 24px;
    min-height: auto;
  }
  .icon-box__head {
    gap: 14px;
  }
  .icon-box__head h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .icon-box__icon {
    width: 56px;
    height: 56px;
  }
  .icon-box__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .icon-box-second {
    min-height: 210px;
    padding: 31px 24px;
    gap: 18px;
  }
  .icon-box-second .icon-box__head {
    padding: 0;
  }
  .icon-box-second .icon-box__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.info-block {
  padding: 7.2rem 0;
  background-color: #F4F5FB;
}
.info-block .page-hero {
  margin-top: 3.6rem;
}
.info-block .row {
  row-gap: 1.2rem;
}
@media (min-width: 768px) {
  .info-block .row {
    margin: 0 -0.6rem;
  }
  .info-block .row > * {
    padding: 0 0.6rem;
  }
}
.info-block__item {
  padding: 3.6rem;
  border-radius: 8px;
  background-color: #FDFDFD;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.info-block__item h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.info-block__item a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #0050CF;
}
@media (max-width: 767px) {
  .info-block {
    padding: 40px 0;
  }
  .info-block .page-hero {
    margin-top: 28px;
  }
  .info-block .row {
    row-gap: 8px;
  }
  .info-block__item {
    padding: 32px 24px;
    gap: 24px;
  }
  .info-block__item h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .info-block__item a {
    font-size: 16px;
  }
}

.advantages__list {
  list-style: auto;
  padding-left: 2rem;
}
.advantages__list li {
  padding: 4.8rem 3.6rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}
.advantages__img {
  position: sticky;
  top: 10rem;
}
@media (max-width: 767px) {
  .advantages__list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .advantages__list li {
    padding: 29px 24px;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid rgba(44, 65, 92, 0.12);
    border-radius: 8px;
    font-weight: 500;
  }
  .advantages__img {
    position: unset;
    height: 191px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
  }
  .advantages__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.book-banner {
  padding: 3.2rem 0;
  background-color: #F4F5FB;
  margin-bottom: 5.8rem;
}
.book-banner__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.6rem 7.2rem;
  background-color: #FDFDFD;
  border-radius: 8px;
}
.book-banner__desc {
  flex: 1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  max-width: 60.4rem;
}
.book-banner__desc h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.book-banner__img {
  height: 27.5rem;
}
.book-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .book-banner {
    padding: 40px 8px;
    margin-bottom: 32px;
  }
  .book-banner__block {
    padding: 32px 24px;
    flex-direction: column-reverse;
  }
  .book-banner__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 100%;
  }
  .book-banner__desc h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .book-banner__img {
    height: 200px;
  }
}

.history {
  padding: 3.2rem 0 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: rgba(44, 65, 92, 0.75);
}
.history__block {
  position: relative;
}
.history__block .reverse-card .row:nth-child(2) {
  flex-direction: row-reverse;
}
.history__block .reverse-card .row:nth-child(2) .history__img:before {
  left: -4.1rem;
  right: auto;
}
.history__block .reverse-card .row:nth-child(2) .history__desc {
  padding-left: 0;
  padding-right: 4.8rem;
}
.history__block .row {
  margin: 0 -3.5rem 0;
  padding-bottom: 7.2rem;
  align-items: center;
}
.history__block .row:has(.history__date) {
  padding-bottom: 0;
}
.history__block .row:nth-child(4n) {
  flex-direction: row-reverse;
}
.history__block .row:nth-child(4n) .history__img:before {
  left: -4.1rem;
  right: auto;
}
.history__block .row:nth-child(4n) .history__desc {
  padding-left: 0;
  padding-right: 4.8rem;
}
.history__block .row:last-child {
  margin-bottom: 0;
}
.history__block .row:last-child .history__img:after {
  display: none;
}
.history__block .row > * {
  padding: 0 3.5rem;
}
.history__date {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 3.2rem;
  text-align: end;
  color: #2C415C;
  position: relative;
}
.history__date:before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #E1B167;
  z-index: 1;
  border-radius: 50%;
  right: -4.1rem;
  box-shadow: 0px 0px 0px 8px #F6EAD8;
}
.history__img {
  position: relative;
  height: 100%;
}
.history__img img {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
}
.history__desc {
  padding-left: 4.8rem;
}
.history .the-follower {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #E1B167;
  height: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .history .the-follower {
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .history {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
    color: #2C415C;
    overflow: hidden;
  }
  .history__block {
    padding-left: 27px;
  }
  .history__block .row {
    margin: 0;
    padding-bottom: 46px;
    align-items: flex-start;
  }
  .history__block .row:not(.date-row) {
    row-gap: 20px;
    flex-direction: column-reverse !important;
  }
  .history__block .row:has(.history__date) {
    padding-bottom: 0;
  }
  .history__block .row:nth-child(4n) {
    flex-direction: row-reverse;
  }
  .history__block .row:nth-child(4n) .history__img:before {
    left: 0;
    right: auto;
  }
  .history__block .row:nth-child(4n) .history__desc {
    padding-left: 0;
    padding-right: 0;
  }
  .history__block .row:last-child {
    margin-bottom: 0;
    padding-bottom: 36px;
  }
  .history__block .row:last-child .history__img:after {
    display: none;
  }
  .history__block .row > * {
    padding: 0;
  }
  .history__date {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: start;
  }
  .history__date:before {
    width: 12px;
    height: 12px;
    right: auto;
    top: 7px;
    left: -26px;
  }
  .history__desc {
    padding-left: 0;
  }
  .history .the-follower {
    top: 8px;
    left: 6px;
    transform: none;
    width: 2px;
  }
}
.acc__item {
  border-radius: 4px;
  background-color: #F4F5FB;
  overflow: hidden;
  margin-bottom: 4px;
}
.acc__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.2rem;
  padding: 3.6rem 2.4rem;
  border-radius: 4px;
  background-color: #F4F5FB;
  border: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #2C415C;
  text-align: start;
}
.acc__head:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/svg-icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  filter: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(429%) hue-rotate(173deg) brightness(91%) contrast(88%);
}
.acc__head.active:after {
  transform: rotate(180deg);
}
.acc__body {
  padding: 0 2.4rem 3.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  display: none;
}
@media (max-width: 767px) {
  .acc__head {
    align-items: center;
    gap: 16px;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .acc__head:after {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .acc__body {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.faq {
  padding: 7.2rem 0 2.8rem;
  overflow: hidden;
}
.faq-page {
  padding-top: 0;
  padding-bottom: 7.2rem;
}
.faq .btn-line .container-fluid, .faq .btn-line .container-sm, .faq .btn-line .container-md, .faq .btn-line .container-lg, .faq .btn-line .container-xl, .faq .btn-line .container-xxl {
  padding-right: 0;
}
.faq__filter {
  margin-bottom: 5rem;
}
.faq__filter a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 10.7rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #001029;
  border-radius: 4px;
  padding: 2.4rem;
  border: 1.5px solid rgba(44, 65, 92, 0.1);
}
.faq__filter a.active {
  border-color: #0050CF;
}
.faq__filter__slider .swiper-container {
  overflow: visible;
}
.faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 8px;
}
.faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 25%;
}
@media (max-width: 767px) {
  .faq {
    padding: 0 0 32px;
  }
  .faq .section-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .faq .section-block .section-title {
    flex: 1;
  }
  .faq__filter {
    margin-bottom: 40px;
  }
  .faq__filter a {
    min-height: auto;
    font-size: 16px;
    line-height: 20px;
    color: #001029;
    padding: 14px 16px;
    white-space: nowrap;
    text-align: center;
  }
  .faq__filter__slider .swiper-container {
    overflow: visible;
  }
  .faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 8px;
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 16px;
    width: auto;
  }
  .faq__filter__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
    width: auto;
  }
}

.steps {
  padding: 2.8rem 0 7.2rem;
}
.steps__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.2rem;
  margin-top: 5.6rem;
}
.steps__list li {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #2C415C;
  padding: 1.2rem 0;
}
.steps__list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #F4F5FB;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.steps__grid {
  position: relative;
}
.steps__grid__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.steps__desc {
  padding: 5.6rem;
  background-color: #F4F5FB;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 49.74%;
  height: 49.74%;
}
.steps__desc h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 3.6rem;
}
.steps__desc .btn {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .steps {
    padding: 32px 0;
    overflow: hidden;
  }
  .steps__list {
    margin: 32px 0;
    flex-direction: column;
  }
  .steps__list li {
    gap: 14px;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 0;
  }
  .steps__list li br {
    display: none;
  }
  .steps__list li span {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 27px;
  }
  .steps__img {
    width: 267px;
    min-width: 267px;
    height: 219px;
  }
  .steps__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .steps__grid__images {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    position: relative;
    margin: 0 -16px 8px;
    padding: 0 16px;
  }
  .steps__desc {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
    position: unset;
    width: 100%;
    height: auto;
  }
  .steps__desc h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .steps__desc .btn {
    margin-top: 28px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }
  .steps__desc .btn span {
    text-align: center;
  }
}

.team {
  padding: 2.8rem 0;
}
.team__item {
  border: 2px solid rgba(44, 65, 92, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.4rem 2rem;
  gap: 2rem;
  text-align: center;
  height: 100%;
}
.team__img {
  width: 15.6rem;
  height: 15.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.team__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__desc {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #A6ACB8;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.team__desc h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .team {
    padding: 32px 0;
    overflow: hidden;
  }
  .team .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .team .row > * {
    width: 80%;
  }
  .team__item {
    padding: 20px;
    gap: 20px;
    text-align: center;
    height: 100%;
  }
  .team__img {
    width: 200px;
    height: 200px;
  }
  .team__desc {
    font-size: 14px;
  }
  .team__desc h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

.library {
  padding: 2.8rem 0 7.2rem;
}
.library .row {
  row-gap: 1.6rem;
}
@media (min-width: 768px) {
  .library .row {
    margin: 0 -4px;
  }
  .library .row > * {
    padding: 0 4px;
  }
}
.library__item {
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  border-radius: 4px;
  background-color: #F4F5FB;
  gap: 0.8rem;
}
.library__item:hover .library__img img {
  transform: scale(1.05);
}
.library__img {
  position: relative;
  padding-bottom: 89.6%;
  border-radius: 4px;
  overflow: hidden;
}
.library__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}
.library__desc {
  padding: 1.6rem;
}
.library__desc h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
}
.library__desc h4 a {
  font-weight: inherit;
  color: inherit;
}
.library-small .library__img {
  padding-bottom: 39.9%;
}
.library-small .library__desc {
  padding: 2rem;
}
.library-small .library__desc h4 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .library {
    overflow: hidden;
    padding: 32px 0;
  }
  .library .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 16px;
  }
  .library .row > * {
    padding: 0 4px;
    width: 78.5%;
  }
  .library__item {
    padding: 8px;
    gap: 4px;
  }
  .library__desc {
    padding: 10px;
  }
  .library__desc h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .library-small .row {
    flex-wrap: wrap;
  }
  .library-small .row > * {
    width: 100%;
  }
  .library-small .library__img {
    padding-bottom: 76.5%;
  }
  .library-small .library__desc {
    padding: 20px;
  }
  .library-small .library__desc h4 {
    font-size: 18px;
  }
}

.department .row {
  row-gap: 1.6rem;
}
.department__item {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  padding: 3.6rem 3.2rem;
  border: 1px solid rgba(44, 65, 92, 0.12);
  border-radius: 8px;
  height: 100%;
}
.department__item h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.department__item .btn {
  border-color: #F4F5FB;
  background-color: #F4F5FB;
  margin-top: auto;
}
@media (max-width: 767px) {
  .department .row {
    row-gap: 8px;
  }
  .department__item {
    gap: 38px;
    padding: 32px 24px;
  }
  .department__item h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.professors {
  padding: 2.8rem 0;
}
.professors__wrapper {
  background-color: #F4F5FB;
  padding: 2.4rem;
  border-radius: 8px;
}
.professors__block {
  margin-bottom: 3.6rem;
}
.professors__block:last-child {
  margin-bottom: 0;
}
.professors__block h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.professors__block .row {
  row-gap: 2rem;
}
.professors__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 3.8rem 3.6rem;
  background-color: white;
  border-radius: 12px;
  height: 100%;
  max-height: 14.6rem;
}
.professors__img {
  width: 5.6rem;
  height: 5.6rem;
  min-width: 5.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.professors__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.professors__desc {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgba(44, 65, 92, 0.8);
}
.professors__desc h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.professors__arrow {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 4px;
  background-color: #F4F5FB;
}
@media (max-width: 767px) {
  .professors {
    padding: 32px 0;
  }
  .professors__wrapper {
    padding: 16px;
  }
  .professors__block {
    margin-bottom: 32px;
  }
  .professors__block h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .professors__block .row {
    row-gap: 8px;
  }
  .professors__item {
    gap: 12px;
    padding: 20px 12px;
  }
  .professors__img {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .professors__desc {
    font-size: 14px;
  }
  .professors__desc h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .professors__arrow {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}

.gallery {
  padding: 2.8rem 0 3.5rem;
  margin-bottom: 6.5rem;
  overflow: hidden;
}
.gallery__slider .swiper-container {
  overflow: visible;
  max-width: 100%;
}
.gallery__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 0.8rem;
}
.gallery__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 31%;
}
.gallery__item {
  cursor: pointer;
}
.gallery__item.video__item {
  position: relative;
}
.gallery__item.video__item:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.gallery__item.video__item .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery__item.iframe__item iframe {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.gallery__item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .gallery {
    padding: 32px 0;
    margin-bottom: 0;
  }
}

.img {
  overflow: hidden;
}
.img__slider .swiper-container {
  overflow: visible;
}
.img__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 0.8rem;
}
.img__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 31%;
}
.img__slider__item:hover .img__slider__img img {
  transform: scale(1.05);
}
.img__slider__img {
  position: relative;
  padding-bottom: 75.1%;
  display: block;
  overflow: hidden;
}
.img__slider__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
  .img {
    padding: 32px 0;
    margin-bottom: 0;
  }
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.image-modal.hidden {
  display: none;
}
.image-modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #000;
  overflow: hidden;
  max-height: 75vh;
}
.image-modal__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 75vh;
  object-fit: contain;
}
.image-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  z-index: 10;
}

.hidden {
  display: none !important;
}

.image-modal__prev,
.image-modal__next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  user-select: none;
}

.image-modal__prev {
  left: 10px;
}

.image-modal__next {
  right: 10px;
}

.qualifications {
  padding: 2.8rem 0 7.2rem;
}
.qualifications__items {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
.qualifications__items > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  padding: 3.6rem 3.2rem 3.2rem;
  border-radius: 8px;
  background-color: #F4F5FB;
}
.qualifications__items > li .web-version {
  display: block;
}
.qualifications__items > li .mobile-version {
  display: none;
}
.qualifications__items > li ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: rgba(44, 65, 92, 0.8);
  display: inline;
}
.qualifications__items > li ul li:last-child:after {
  display: none;
}
.qualifications__items > li ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0050CF;
  margin: 0 1.4rem 2px;
}
.qualifications__desc {
  flex: 1;
}
.qualifications__desc h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.qualifications .btn span {
  padding: 1.5rem 3.2rem;
}
.qualifications__filter {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 2.4rem;
  gap: 1.2rem;
}
.qualifications__filter .form-group {
  margin-bottom: 0;
  max-width: 20rem;
  min-width: 16rem;
  flex-shrink: 0;
  width: 100%;
  display: inline-block;
}
.qualifications__filter .form-group .form-control {
  border: 1px solid rgba(44, 65, 92, 0.1);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 2rem 2.8rem;
  border-radius: 50px;
}
.qualifications__filter .btn {
  margin: 0 auto;
  width: 21.5rem;
  max-width: 100%;
}
.qualifications__table .btn {
  display: flex;
  margin: 2.4rem auto 0;
}
.qualifications__table table {
  background-color: #F4F5FB;
  width: 100%;
}
.qualifications__table table th {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 2.4rem;
  color: #6E6D7A;
}
.qualifications__table table tbody tr {
  border-bottom: 1px solid rgba(44, 65, 92, 0.1);
}
.qualifications__table table tbody tr:last-child {
  border-bottom: 0;
}
.qualifications__table table td {
  padding: 2.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}
.qualifications__table table td span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #6E6D7A;
}
.qualifications__table table td h5 {
  font-size: 1.8rem;
  font-weight: 500;
}
.qualifications__table table td .price {
  color: #0050CF;
}
@media (max-width: 767px) {
  .qualifications {
    padding: 32px 0;
  }
  .qualifications .section-block {
    display: flex;
    align-items: flex-start;
  }
  .qualifications__items {
    gap: 20px;
    margin-bottom: 0;
  }
  .qualifications__items > li {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 24px;
  }
  .qualifications__items > li .web-version {
    display: none;
  }
  .qualifications__items > li .mobile-version {
    display: block;
  }
  .qualifications__items > li ul li {
    font-size: 14px;
    line-height: 14px;
  }
  .qualifications__items > li ul li:after {
    margin: 0 16px 2px;
  }
  .qualifications__filter {
    margin-bottom: 16px;
    gap: 8px;
  }
  .qualifications__filter .form-group {
    width: 100%;
  }
  .qualifications__filter .form-group select.form-control {
    background: url("../images/svg-icons/arrow-bottom.svg") right 14px top 50% no-repeat;
    background-size: 12.5px 6.75px;
    padding-right: 5rem;
  }
  .qualifications__filter .form-group .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 16px 16px;
  }
  .qualifications__table {
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .qualifications__table .btn {
    margin: 24px auto 0;
    display: flex;
  }
  .qualifications__table table {
    white-space: nowrap;
  }
  .qualifications__table table th {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 24px;
  }
  .qualifications__table table td {
    padding: 24px;
    font-size: 16px;
    line-height: 20px;
  }
  .qualifications__table table td span {
    font-size: 14px;
  }
  .qualifications__table table td h5 {
    font-size: 18px;
  }
}

.truncate-select {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 20px 45px 20px 28px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 12px 8px;
  box-sizing: border-box;
}

.faculties {
  padding: 2.8rem 0;
}
.faculties-page {
  padding: 0 0 6.2rem;
}
.faculties-page .row {
  row-gap: 1.8rem;
}
@media (min-width: 768px) {
  .faculties-page .row {
    margin: 0 -0.9rem;
  }
  .faculties-page .row > * {
    padding: 0 0.9rem;
  }
}
.faculties__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  border-radius: 8px;
  border: 1px solid rgba(44, 65, 92, 0.12);
  padding: 3.6rem 3.2rem;
  min-height: 22.8rem;
  height: 100%;
}
.faculties__item img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  display: block;
  margin-bottom: 4rem;
}
.faculties__item:hover {
  border-color: #2C415C;
}
.faculties__item h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .faculties {
    padding: 32px 0;
  }
  .faculties-page {
    padding: 0 0 32px;
  }
  .faculties-page .row {
    row-gap: 8px;
  }
  .faculties__item {
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 32px 24px;
    min-height: 200px;
  }
  .faculties__item h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.lessons {
  background-color: #F4F5FB;
}
.lessons__block {
  padding: 7.2rem 0;
}
.lessons__item {
  padding: 4.4rem 3.2rem 3.2rem;
  background-color: #FDFDFD;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.lessons__pdf {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  background-color: #FFD643;
  width: max-content;
  max-width: 100%;
  display: block;
  margin-bottom: 2rem;
  margin-left: auto;
}
.lessons__desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.lessons__desc h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-top: 0.8rem;
}
.lessons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.8rem;
  height: 5.8rem;
  background-color: #F4F5FB;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .lessons .row {
    row-gap: 8px;
  }
  .lessons__block {
    padding: 40px 0;
  }
  .lessons__item {
    padding: 32px;
  }
  .lessons__pdf {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
    margin-bottom: 20px;
  }
  .lessons__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .lessons__desc h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 8px;
  }
  .lessons__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
  }
}

.files {
  padding: 7.2rem 0;
}
.files.sustainable h5 {
  color: #2C415C;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.files.sustainable .files__item {
  padding: 2.4rem;
  justify-content: space-between;
}
.files.sustainable .row {
  row-gap: 0.8rem;
}
@media (min-width: 768px) {
  .files.sustainable .row {
    margin: 0 -4px;
  }
  .files.sustainable .row > * {
    padding: 0 4px;
  }
}
.files__block {
  margin-bottom: 4rem;
}
.files__block:last-child {
  margin-bottom: 0;
}
.files h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
.files__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: #F4F5FB;
  border-radius: 4px;
  padding: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #2C415C;
  min-height: 13.7rem;
  gap: 1.4rem;
}
.files__item span {
  color: #0050CF;
}
.files__item span:hover {
  color: #01409d;
}
.files__type {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  background-color: #FFD643;
  width: max-content;
  max-width: 100%;
  display: block;
  margin-left: auto;
}
.files__download {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 125%;
  color: #2C415C;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .files {
    padding: 32px 0;
  }
  .files__block {
    margin-bottom: 32px;
  }
  .files__block:last-child {
    margin-bottom: 0;
  }
  .files__block .row {
    row-gap: 8px;
  }
  .files h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .files__item {
    padding: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    min-height: 121px;
    gap: 16px;
  }
  .files__type {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
  }
  .files__download {
    font-size: 14px;
    line-height: 14px;
  }
  .files__desc {
    margin-bottom: 0 !important;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #2C415C;
  }
}

.instructions {
  padding-bottom: 7.2rem;
}
.instructions .row {
  row-gap: 2rem;
}
.instructions__item {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: #F4F5FB;
  padding: 3.2rem;
  height: 100%;
}
.instructions__item h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  color: #001029;
}
.instructions__item.link {
  padding-bottom: 0;
}
.instructions__item .d-flex {
  justify-content: space-between;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 3.2rem;
}
.instructions__type {
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-align: center;
  padding: 0.6rem 1.6rem;
  border-radius: 20px;
  background-color: #0050CF;
  color: #FDFDFD;
  margin-bottom: 1.4rem;
}
.instructions__type.pdf {
  color: #2C415C;
  background-color: #FFD643;
}
.instructions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7.4rem;
}
.instructions__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  height: 5.2rem;
  border-radius: 50px;
  background-color: #FDFDFD;
}
.instructions__img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .instructions {
    padding-bottom: 32px;
  }
  .instructions .row {
    row-gap: 16px;
  }
  .instructions__item {
    padding: 24px;
  }
  .instructions__item h4 {
    font-size: 18px;
    line-height: 22.5px;
  }
  .instructions__item h4 br {
    display: none;
  }
  .instructions__item .d-flex {
    margin-bottom: 94px;
  }
  .instructions__type {
    font-size: 16px;
    line-height: 16px;
    padding: 6px 16px;
    margin-bottom: 22px;
  }
  .instructions__icon {
    margin: 0 auto 36px;
  }
  .instructions__arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
  }
}

.admission {
  overflow: hidden;
  padding-top: 7.2rem;
}
.admission__banner {
  margin-bottom: 7.2rem;
}
.admission__banner__item {
  height: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.admission__banner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 34.8rem;
  transition: all 0.6s cubic-bezier(0.55, 0.24, 0.18, 1);
}
.admission__banner__slider {
  padding: 0 0 7.2rem;
}
.admission__banner__slider .slider__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 79.2rem;
}
.admission__banner__slider .slider__arrow {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FDFDFD;
  border: 0;
}
.admission__banner__slider .slider__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.admission__banner__slider .slider__arrow--next {
  right: 0;
}
.admission__banner__slider .slider__arrow--prev {
  left: 0;
}
.admission__banner__slider .slider__arrow--prev img {
  transform: rotate(180deg);
}
.admission__banner__slider .swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.admission__banner__slider .swiper-wrapper {
  align-items: center;
}
.admission__banner__slider .swiper-slide {
  transition: 0.3s all;
}
.admission__banner__slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
}
.admission__banner__slider .swiper-slide-active {
  transition: 0.3s all;
  opacity: 1;
}
.admission__banner__slider .swiper-slide-active .admission__banner__item img {
  height: 100%;
}
.admission__slider .swiper-container {
  overflow: visible;
}
.admission__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 4.5rem;
}
.admission__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 67.7%;
}
.admission__item .row {
  align-items: center;
}
.admission__desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding: 4rem 0 4rem 4rem;
}
.admission__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  padding: 1.4rem 2rem;
  color: white;
  border-radius: 25px;
  background-color: #4B93F3;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2.4rem;
  position: relative;
}
.admission__title:after {
  position: absolute;
  left: 4px;
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #4B93F3;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .admission {
    padding: 32px 0;
  }
  .admission__banner {
    margin-bottom: 32px;
  }
  .admission__banner__item {
    height: 167px;
  }
  .admission__banner__item img {
    height: 130px;
  }
  .admission__banner__slider {
    padding: 0 0 64px;
  }
  .admission__banner__slider .slider__arrows {
    max-width: 300px;
  }
  .admission__banner__slider .slider__arrow {
    width: 18px;
    height: 18px;
  }
  .admission__banner__slider .slider__arrow--next {
    right: 30px;
  }
  .admission__banner__slider .slider__arrow--prev {
    left: 30px;
  }
  .admission__banner__slider .swiper-slide-active {
    transition: 0.3s all;
    opacity: 1;
  }
  .admission__banner__slider .swiper-slide-active .admission__banner__item img {
    height: 100%;
  }
  .admission__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 24px 0 0 0;
  }
  .admission__title {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
    margin-bottom: 24px;
  }
}

.friendly {
  padding: 7.2rem 0 12rem;
}
.friendly .section-head .section-title {
  margin-bottom: 3.6rem;
}
@media (min-width: 1024px) {
  .friendly .row .col-md-3 {
    transition: all 0.3s;
  }
  .friendly .row .col-md-3:nth-child(even) {
    transform: translateY(48px);
  }
  .friendly .row:hover .col-md-3:nth-child(even) {
    transform: translateY(0);
  }
  .friendly .row:hover .col-md-3:nth-child(odd) {
    transform: translateY(48px);
  }
}
.friendly__item {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  padding: 3.2rem 2.4rem;
  color: #2C415C;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.friendly__item:has(.friendly__img) {
  padding: 0;
}
.friendly__item h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: inherit;
}
@media (max-width: 767px) {
  .friendly {
    padding: 0 0 32px;
  }
  .friendly .section-head {
    margin-bottom: 32px;
  }
  .friendly .section-head .section-title {
    margin-bottom: 16px;
  }
  .friendly .row {
    row-gap: 8px;
    margin: 0 -4px;
  }
  .friendly .row > * {
    padding: 0 4px;
  }
  .friendly .row > *:nth-child(even) {
    transform: none;
  }
  .friendly__item {
    padding: 24px 16px;
  }
  .friendly__item h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.info {
  position: relative;
}
.info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/pattern.svg");
  width: 60rem;
  height: 60rem;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.info__desc {
  padding: 7.2rem 0;
}
.info__desc p {
  margin-bottom: 3.6rem;
  max-width: 85.7rem;
}
.info__desc p:last-child {
  margin-bottom: 0;
}
.info__gallery {
  padding: 2.8rem 0;
}
.info__gallery .info__desc {
  padding-top: 0;
}
.info__gallery img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .info:after {
    display: none;
  }
  .info__desc {
    padding: 32px 0;
  }
  .info__desc p {
    margin-bottom: 32px;
  }
  .info__desc .section-title {
    margin-bottom: 16px;
  }
  .info__gallery {
    padding: 32px 0;
  }
  .info__gallery .info__desc {
    padding-top: 0;
  }
  .info__gallery .row {
    margin: 0 -4px;
  }
  .info__gallery .row > * {
    padding: 0 4px;
  }
  .info__gallery img.mb-4 {
    margin-bottom: 8px !important;
  }
}

.contact {
  padding: 2.8rem 0;
}
.contact .row {
  row-gap: 0.8rem;
}
@media (min-width: 768px) {
  .contact .row {
    margin: 0 -4px;
  }
  .contact .row > * {
    padding: 0 4px;
  }
}
.contact-first {
  padding-top: 10rem;
}
.contact .section-head .form-group {
  position: relative;
  width: 41.7rem;
  max-width: 100%;
}
.contact .section-head .form-group .form-control {
  padding-left: 5.6rem;
}
.contact .section-head .form-group .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.8rem;
}
.contact__box {
  display: flex;
  flex-direction: column;
  padding: 3.6rem 3.2rem;
  border: 1px solid #DFDFE5;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: #2C415C;
}
.contact__box a {
  font-weight: inherit;
}
.contact__box p {
  margin-bottom: 2rem;
}
.contact__box p:last-child {
  margin-bottom: 0;
}
.contact__box h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 2.8rem;
  color: #001029;
}
@media (max-width: 767px) {
  .contact {
    padding: 32px 0;
  }
  .contact-first {
    padding-top: 32px;
  }
  .contact .section-head .form-group {
    width: 100%;
    max-width: 100%;
  }
  .contact .section-head .form-group .form-control {
    padding-left: 56px;
  }
  .contact .section-head .form-group .icon {
    position: absolute;
    left: 28px;
  }
  .contact__box {
    padding: 24px;
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 8px;
  }
  .contact__box p {
    margin-bottom: 12px;
  }
  .contact__box p:last-child {
    margin-bottom: 0;
  }
  .contact__box h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  .contact .btn-line .btn {
    padding: 19px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
}

.cabinets {
  padding: 7.2rem 0;
  background-color: #F4F4F9;
}
.cabinets__item {
  height: 100%;
  background-color: #FDFDFD;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 12px;
  border-radius: 4px;
}
.cabinets__desc {
  padding: 3.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  color: #2C415C;
}
.cabinets__desc h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
  color: black;
}
.cabinets__buttons {
  display: flex;
  gap: 9px;
  margin-top: 3.2rem;
  flex-wrap: wrap;
  max-width: 220px;
}
.cabinets__buttons .btn {
  padding: 1.9rem 3.2rem;
  flex: 1 0 calc(50% - 5px);
  white-space: nowrap;
}
.cabinets__buttons .btn-white {
  border-color: rgba(0, 16, 41, 0.03);
}
.cabinets__img {
  width: 100%;
  height: 326px;
}
.cabinets__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cabinets {
    padding: 32px 0;
  }
  .cabinets .row {
    row-gap: 20px;
  }
  .cabinets__item {
    gap: 0;
    flex-direction: column;
  }
  .cabinets__item br {
    display: none;
  }
  .cabinets__desc {
    padding: 24px;
    font-size: 16px;
    line-height: 18px;
  }
  .cabinets__desc h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
    color: black;
  }
  .cabinets__buttons {
    gap: 8px;
    margin-top: 24px;
    max-width: 100%;
  }
  .cabinets__buttons .btn {
    padding: 14px;
    flex: 1 0 100%;
  }
}

.museums {
  padding-top: 2.8rem;
}
.museums__item {
  padding-bottom: 7.2rem;
}
@media (min-width: 768px) {
  .museums__item .row {
    margin: 0 -2.3rem;
  }
  .museums__item .row > * {
    padding: 0 2.3rem;
  }
}
.museums__item:nth-child(even) .row {
  flex-direction: row-reverse;
}
.museums__item:not(:first-child) .museums__desc {
  padding-top: 1.6rem;
}
.museums__icon {
  margin-bottom: 1.6rem;
}
.museums__img {
  min-height: 35.6rem;
  height: 100%;
}
.museums__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.museums__desc {
  padding: 2.8rem 0 0 4.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #2C415C;
  opacity: 0.75;
}
.museums__desc h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  color: black;
  margin-bottom: 3.7rem;
}
.museums__desc ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.museums__desc ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.museums__desc ul li img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .museums {
    padding-top: 0;
  }
  .museums__item {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .museums__item .row {
    margin: 0 -2.3rem;
  }
  .museums__item .row > * {
    padding: 0 2.3rem;
  }
}
@media (max-width: 767px) {
  .museums__item:not(:first-child) .museums__desc {
    padding-top: 0;
    border-top: none;
  }
  .museums__img {
    height: 191px;
    margin-bottom: 32px;
    min-height: auto;
  }
  .museums__img img {
    border-radius: 4px;
    object-fit: cover;
  }
  .museums__desc {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
  }
  .museums__desc h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .museums__desc ul {
    gap: 14px;
  }
}

.search-result {
  margin-bottom: 2.4rem;
}
.search-result h2 {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #A6ACB8;
  font-size: 1.8rem;
  line-height: 2.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .search-result {
    margin-bottom: 32px;
  }
  .search-result h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.specialists {
  padding: 2.8rem 0;
}
.specialists .btn-line .container-fluid, .specialists .btn-line .container-sm, .specialists .btn-line .container-md, .specialists .btn-line .container-lg, .specialists .btn-line .container-xl, .specialists .btn-line .container-xxl {
  padding-right: 0;
}
.specialists .row {
  row-gap: 2.4rem;
}
.specialists__item {
  background-color: #F4F5FB;
  border-radius: 4px;
  padding: 2.4rem 3rem;
  height: 100%;
  display: block;
}
.specialists__item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.specialists__item.laboratory {
  background: #ffffff;
  border-radius: 8px;
  padding: 3.6rem 3.2rem;
  border: 1px solid rgba(44, 65, 92, 0.12);
  display: flex;
  flex-direction: column;
}
.specialists__item.laboratory h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 3.6rem;
}
.specialists__item.laboratory a {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F5FB;
  color: #2C415C;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  border-radius: 44px;
  padding: 2rem 3.2rem;
}
.specialists__item.department {
  background: #ffffff;
  border-radius: 8px;
  padding: 3.6rem 3.2rem;
  border: 1px solid rgba(44, 65, 92, 0.12);
  display: flex;
  flex-direction: column;
}
.specialists__item.department h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #001029;
  line-height: 3rem;
  margin-bottom: 3.6rem;
}
.specialists__item.department div {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F5FB;
  color: #2C415C;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  border-radius: 44px;
  padding: 2rem 3.2rem;
}
.specialists__item.department div img {
  transition: all 0.3s ease-in-out;
}
.specialists__item.department:hover div img {
  transform: translateX(5px);
}
.specialists__item.udid {
  min-height: 18rem;
  padding: 3.2rem;
}
.specialists__item.udid h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  color: #001029;
  margin-bottom: 1.6rem;
}
.specialists__item.udid p {
  color: #2C415C;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.specialists__item.st-card {
  min-height: 15.6rem;
}
@media (max-width: 767px) {
  .specialists .section-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .specialists .row {
    row-gap: 4px;
  }
  .specialists__item {
    padding: 24px;
  }
  .specialists__item h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .specialists__item.udid h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .specialists__item.udid p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .specialists__item.st-card {
    min-height: 8.4rem;
  }
}

.branch.branch-inner .row {
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .branch.branch-inner .row {
    margin: 0 -10px;
  }
  .branch.branch-inner .row > * {
    padding: 0 10px;
  }
}
.branch.branch-inner .branch__list {
  display: block;
}
.branch.branch-inner .branch__list__item {
  padding: 5.2rem 3.2rem;
  height: 100%;
  border-radius: 4px;
  border: 1px solid rgba(44, 65, 92, 0.1);
}
.branch.branch-inner .branch__list__title {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 1.4rem;
}
.branch.branch-inner .branch__list__title h2 {
  color: #001029;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
}
.branch.branch-inner .branch__list__desc {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.branch.branch-inner .branch__list__desc li {
  display: flex;
  align-items: center;
  color: #2C415C;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.branch.branch-inner .branch__list__desc li:first-child:after {
  display: none;
}
.branch.branch-inner .branch__list__desc li a {
  color: #0050CF;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.branch__list {
  display: flex;
  padding: 1.6rem 0 1rem;
  gap: 8.4rem;
}
.branch__list__title {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.branch__list__title h2 {
  color: #001029;
  font-size: 7.2rem;
  line-height: 7.2rem;
  font-weight: 500;
}
.branch__list__title h4 {
  color: #2C415C;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.branch__list__desc {
  display: flex;
  margin-bottom: 0.8rem;
}
.branch__list__desc li {
  display: flex;
  align-items: center;
  color: #2C415C;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.branch__list__desc li:first-child:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2C415C;
  margin: 0 1.2rem 0;
}
.branch__list__desc li a {
  color: #0050CF;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.branch__slider {
  margin-top: 8rem;
  overflow: hidden;
}
.branch__slider .section-head {
  padding: 2rem 0;
  margin-bottom: 3.2rem;
}
.branch__slider .section-title {
  color: #001029;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
}
.branch__slider__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: #F4F5FB;
  padding: 0.8rem;
  border-radius: 4px;
}
.branch__slider__item:hover .branch__slider__img img {
  transform: scale(1.05);
}
.branch__slider__img {
  position: relative;
  padding-bottom: 125.8%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.branch__slider__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 4px;
  transform-origin: top left;
}
.branch__slider__desc {
  padding: 1.6rem;
}
.branch__slider__desc h6 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  color: #001029;
}
@media (max-width: 1024px) {
  .branch__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .branch.branch-inner .row {
    row-gap: 8px;
  }
  .branch.branch-inner .branch__list {
    display: block;
  }
  .branch.branch-inner .branch__list__item {
    padding: 32px;
  }
  .branch.branch-inner .branch__list__title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .branch.branch-inner .branch__list__desc li {
    font-size: 16px;
    line-height: 24px;
  }
  .branch__list {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 0 1rem;
    gap: 8px;
  }
  .branch__list__item {
    padding: 32px;
    border-radius: 4px;
    border: 1px solid rgba(44, 65, 92, 0.1);
  }
  .branch__list__title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 1.6rem;
  }
  .branch__list__title h2, .branch__list__title h4 {
    color: #001029;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  .branch__list__desc {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .branch__list__desc li {
    display: flex;
    align-items: center;
    color: #2C415C;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .branch__list__desc li:first-child:after {
    display: none;
  }
  .branch__list__desc li a {
    color: #0050CF;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .branch__slider {
    margin-top: 5.6rem;
    overflow: hidden;
  }
  .branch__slider .section-head {
    margin-bottom: 18px;
  }
  .branch__slider .section-title {
    color: #001029;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
  }
  .branch__slider__item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: #F4F5FB;
    padding: 0.8rem;
    border-radius: 4px;
  }
  .branch__slider__item:hover .branch__slider__img img {
    transform: scale(1.05);
  }
  .branch__slider__img {
    position: relative;
    padding-bottom: 110.8%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
  .branch__slider__desc {
    padding: 10px;
  }
  .branch__slider__desc h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #001029;
  }
}

.books {
  overflow: hidden;
  padding: 2.8rem 0 0;
  margin-bottom: 10rem;
}
.books__slider .swiper-container {
  overflow: visible;
}
.books__slider .swiper-slide {
  height: auto;
}
.books__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: 0.8rem;
}
.books__slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper > * {
  width: 31%;
}
@media (max-width: 767px) {
  .books {
    padding: 32px 0;
    margin-bottom: 0;
  }
}
.books__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.books__item__img {
  margin-bottom: 2.4rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 136.1%;
  display: block;
}
.books__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.books__item h3 {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  color: #2C415C;
}
.books__item p {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #2C415C;
}
.books__item a {
  margin-top: auto;
  display: flex;
  width: fit-content;
  border-radius: 24px;
  background: #FDFDFD;
  border: 1px solid rgba(44, 65, 92, 0.12);
  padding: 1.5rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #2C415C;
  transition: all 0.3s ease-in-out;
}
.books__item a:hover {
  border-color: #2C415C;
}
@media (max-width: 767px) {
  .books__item__img {
    margin-bottom: 2.4rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 136.1%;
    display: block;
  }
  .books__item h3 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 30px;
  }
  .books__item p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .books__item a {
    padding: 15px 24px;
    font-size: 14px;
    line-height: 14px;
  }
}

.player-container {
  width: 100%;
  padding: 2.4rem 3.2rem;
  min-height: 12.7rem;
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.player-container:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.player-container .controls {
  position: relative;
  background: #FAFAFA;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1rem;
}
.player-container h3 {
  position: relative;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.5%;
  color: #FFFFFF;
}
.player-container .player-tracker {
  position: relative;
  display: flex;
  width: 100%;
  gap: 1.6rem;
  height: fit-content;
  margin-top: auto;
}
.player-container .progress-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.player-container .progress-container input[type=range] {
  width: 100%;
  border-radius: 25px;
  height: 5px;
  flex: none;
  margin-bottom: 1rem;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.player-container .progress-container input[type=range]::-webkit-slider-thumb {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 24px;
  -webkit-appearance: none;
  background: #ffffff;
}
.player-container .progress-container .time {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.5%;
  color: white;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FDFDFD;
  z-index: 1000;
  padding-top: 10.2rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.menu__body {
  overflow: hidden;
  margin-bottom: 12px;
}
.menu__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  border: 0;
  padding: 1rem;
  background: none;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #A6ACB8;
  margin-bottom: 2.2rem;
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1rem 1rem 1rem;
}
.menu__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu__list li a {
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
  line-height: 2rem;
  color: #48556D;
}
.menu__footer {
  margin-top: auto;
  background-color: rgba(244, 244, 244, 0.35);
}
.menu__footer .footer__contact {
  color: #48556D;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 4.8rem 0 4.8rem 7.2rem;
}
.menu__footer .footer__contact a {
  color: #0E1B2F;
  font-weight: 500;
}
.menu__footer .footer__socials {
  padding: 4.8rem 10.2rem 4.8rem 0;
  justify-content: flex-start;
}
.menu__footer .footer__socials li a {
  border: 1px solid rgba(14, 27, 47, 0.06);
  color: #48556D;
}
.menu__footer .footer__lang {
  padding: 4.8rem 0 4.8rem 7.2rem;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.menu__footer .footer__lang a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding: 0.8rem 1.6rem;
  background-color: #F6F6F8;
  color: rgba(6, 9, 26, 0.4);
}
.menu__footer .footer__lang a.active {
  color: #06091A;
}
@media (max-width: 991px) {
  .menu {
    max-width: 50%;
    right: 0;
    left: auto;
  }
  .menu__footer {
    display: none;
  }
  .menu__row {
    flex-direction: column;
  }
  .menu__row .active .menu__title:after {
    transform: rotate(45deg);
  }
  .menu__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0;
    gap: 4px;
  }
  .menu__list li:before {
    display: none;
  }
  .menu__list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(34, 34, 34, 0.75);
    padding: 12px 0;
    width: 100%;
  }
  .menu__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
    margin-bottom: 0;
    padding: 16px 0;
    width: 100%;
  }
  .menu__title:after {
    content: "";
    display: block;
    background-image: url("../images/svg-icons/plus.svg");
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}

#menu_toggle:checked ~ .header .header__menu {
  opacity: 0;
  pointer-events: none;
}
#menu_toggle:checked ~ .header .header__burger i {
  background-color: transparent;
}
#menu_toggle:checked ~ .header .header__burger i::before {
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
#menu_toggle:checked ~ .header .header__burger i::after {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -moz-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}
#menu_toggle:checked ~ .menu {
  opacity: 1;
  pointer-events: auto;
}

/* branch:update-design/scss */
.article_section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article_section {
    margin-bottom: 72px;
  }
}

.article_text {
  width: 100%;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0px;
  color: #2C415C;
}
@media (min-width: 1024px) {
  .article_text {
    font-size: 20px;
  }
}

.section_title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .section_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.partners_section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  .partners_section {
    margin-bottom: 72px;
  }
}
.partners_section .proqram_partner_card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
}
.partners_section .proqram_partner_card img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  max-width: 96px;
  max-height: 96px;
  filter: grayscale(1);
  transition: all 0.3s;
}
.partners_section .proqram_partner_card:hover img {
  filter: grayscale(0);
}
@media (min-width: 1024px) {
  .partners_section .proqram_partner_card {
    width: 120px;
    height: 120px;
  }
}

.colored_blocks_section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  .colored_blocks_section {
    margin-bottom: 72px;
  }
}
.colored_blocks_section .colored_blocks_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.colored_blocks_section .colored_blocks_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 1;
  height: 240px;
  padding: 32px;
  border-radius: 24px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #fff;
}
.colored_blocks_section .colored_blocks_list li,
.colored_blocks_section .colored_blocks_list a {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #fff;
}
@media (min-width: 375px) {
  .colored_blocks_section .colored_blocks_list li {
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  .colored_blocks_section .colored_blocks_list li {
    height: 300px;
    line-height: 150%;
  }
}

.usefully_section #usefully-swiper {
  width: 100%;
}
.usefully_section .usefully_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 114px;
  padding: 20px 48px;
  border-left: 0.5px solid rgba(44, 65, 92, 0.1215686275);
  border-right: 0.5px solid rgba(44, 65, 92, 0.1215686275);
}
.usefully_section .usefully_item h5 {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2C415C;
}
.usefully_section .usefully_item p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #A6ACB8;
  transition: all 0.2s;
}
.usefully_section .usefully_item:hover p {
  color: #2C415C;
}

.article_section_2 {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article_section_2 {
    margin-bottom: 72px;
  }
}
.article_section_2 .section_article {
  width: 100%;
}
.article_section_2 .section_article h4 {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2C415C;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .article_section_2 .section_article h4 {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 125%;
  }
}
.article_section_2 .section_article p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0%;
  color: #2C415C;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .article_section_2 .section_article p {
    font-size: 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mobile_audio_player {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 24px;
  padding: 6px;
  padding-left: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .mobile_audio_player {
    display: none;
  }
}
.mobile_audio_player .audio_left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mobile_audio_player .audio_left .audio_mute_btn {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mobile_audio_player .audio_left .audio_mute_btn::after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile_audio_player .audio_left .audio_mute_btn.active::after {
  background-color: #253746;
}
.mobile_audio_player .audio_left .audio_mute_btn img {
  min-width: 14px;
  min-height: 12px;
  object-fit: contain;
  margin-bottom: 0;
}
.mobile_audio_player .audio_left .audio_duration {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #253746;
}
.mobile_audio_player #waveform {
  flex: 1;
}
.mobile_audio_player .audio_play_button {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 8px 16px;
  white-space: nowrap;
  border: none;
  outline: none;
  gap: 6px;
}
.mobile_audio_player .audio_play_button img {
  width: 9px;
  height: 12px;
  object-fit: contain;
  margin-bottom: 0;
}
.mobile_audio_player .audio_play_button span {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #253746;
}

.achievements__icon img {
  height: 100px !important;
  object-fit: contain !important;
}

.universitet-list-section {
  width: 100%;
  margin-bottom: 72px;
}

.universitet-tab-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.universitet-tab-buttons .tab-button {
  padding: 12px 16px;
  background-color: transparent;
  outline: none;
  border-radius: 24px;
  border: 1px solid rgba(44, 65, 92, 0.1215686275);
  font-weight: 500;
  font-size: 14px;
  color: #2C415C;
  line-height: 100%;
}
.universitet-tab-buttons .tab-button.active {
  border: 1px solid #2C415C;
}
@media (min-width: 992px) {
  .universitet-tab-buttons .tab-button {
    padding: 16px 24px;
    font-size: 16px;
  }
}

.universitet-list {
  width: 100%;
  list-style: none;
  padding: 24px 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .universitet-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .universitet-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .universitet-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.universitet-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.universitet-card {
  width: 100%;
  height: 300px;
  background-color: #F4F5FB;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  text-decoration: none;
}
.universitet-card .universitet-img {
  width: 100%;
  max-width: 245px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.universitet-card .universitet-img img {
  width: auto;
  height: auto;
  max-width: 245px;
  max-height: 162px;
  object-fit: contain;
}
.universitet-card .uni-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.universitet-card .uni-content .uni-title {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #2C415C;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}
.universitet-card .uni-content .uni-text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #6E6D7A;
  font-weight: 400;
}

.universitet-load-more-btn {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background-color: transparent;
  outline: none;
  border-radius: 30px;
  border: 1px solid rgba(44, 65, 92, 0.1215686275);
  font-weight: 500;
  font-size: 16px;
  color: #2C415C;
  line-height: 100%;
}

.universitet-modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  background-color: transparent;
  border: 1px solid #A6ACB8;
  min-width: 167px;
  height: 40px;
  padding: 16px;
  gap: 8px;
  border-radius: 44px;
  color: #2C415C;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.universitet-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
  display: none;
  z-index: 99990;
  opacity: 0;
  animation: modalAnimation 0.5s ease forwards;
}
.universitet-modal-backdrop.active {
  display: block;
}

.universitet-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  max-height: 85vh;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 99999;
  background-color: #fff;
  opacity: 0;
  animation: modalAnimation 0.7s ease forwards;
  padding: 60px 16px 20px;
}
@media (min-width: 992px) {
  .universitet-modal {
    background-color: #fff;
    padding: 80px 12px 40px 40px;
  }
}
.universitet-modal.active {
  display: flex;
}

@keyframes modalAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.universitet-modal-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .universitet-modal-close-button {
    top: 16px;
    right: 12px;
  }
}
.universitet-modal-close-button img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.universitet-modal-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 20px;
}
.universitet-modal-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.universitet-modal-content::-webkit-scrollbar-track {
  background: #F5F7F9;
  border-radius: 10px;
}
.universitet-modal-content::-webkit-scrollbar-thumb {
  background: #CFE4F9;
  border-radius: 10px;
}

.universitet-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.universitet-cards-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .universitet-cards-wrapper li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .universitet-cards-wrapper li {
    width: calc(33% - 20px);
  }
}
@media (min-width: 1400px) {
  .universitet-cards-wrapper li {
    width: calc(25% - 20px);
  }
}
.universitet-cards-wrapper .universitet-preview-card {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(44, 65, 92, 0.2509803922);
  text-decoration: none;
  padding-bottom: 20px;
}
.universitet-cards-wrapper .universitet-preview-card .upc-logo {
  width: auto;
  max-width: 100px;
  height: 32px;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
}
.universitet-cards-wrapper .universitet-preview-card .upc-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2C415C;
  margin-bottom: 4px;
}
.universitet-cards-wrapper .universitet-preview-card .upc-country {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.universitet-cards-wrapper .universitet-preview-card .upc-country .upc-flag {
  width: 16px;
  height: 12px;
  object-fit: contain;
}
.universitet-cards-wrapper .universitet-preview-card .upc-country-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E6D7A;
}

.news_tags {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-top: 36px;
  overflow: auto;
}
.news_tags::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .news_tags {
    margin-top: 48px;
    justify-content: center;
  }
}
.news_tags_item {
  padding: 12px 16px;
  border: 1px solid #E4E6EA;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.news_tags_item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.news_tags_item span {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .news_tags_item {
    padding: 16px 24px;
  }
  .news_tags_item span {
    font-size: 16px;
  }
}

.ixtisas_accordion {
  width: 100%;
  border-radius: 4px;
}
.ixtisas_accordion .thead {
  display: none;
  background-color: #F4F5FB;
}
.ixtisas_accordion .thead .th {
  width: 100%;
  padding: 24px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E6D7A;
}
.ixtisas_accordion .tbody {
  width: 100%;
}
.ixtisas_accordion .accordion_item {
  width: 100%;
  background-color: #F4F5FB;
  margin-bottom: 12px;
  border-radius: 4px;
}
.ixtisas_accordion .accordion_main_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.ixtisas_accordion .accordion_main_row .ixtisas_adi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.ixtisas_accordion .accordion_main_row .ixtisas_adi .th {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E6D7A;
}
.ixtisas_accordion .accordion_main_row .ixtisas_adi .dr {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #2C415C;
}
.ixtisas_accordion .accordion_main_row .ixtisas_adi .badge {
  display: none;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.ixtisas_accordion .accordion_main_row .accordion_collapse_button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ixtisas_accordion .accordion_main_row .accordion_collapse_button img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ixtisas_accordion .accordion_main_row .accordion_collapse_button img:nth-child(1) {
  display: none;
}
.ixtisas_accordion .accordion_main_row .accordion_collapse_button.active {
  transform: rotate(-180deg);
}
.ixtisas_accordion .accordion_collapse_row {
  width: 100%;
  padding: 20px 16px 16px;
  display: none;
}
.ixtisas_accordion .accordion_collapse_row.active {
  display: block;
}
.ixtisas_accordion .accordion_collapse_row .tr {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.ixtisas_accordion .accordion_collapse_row .tr:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.ixtisas_accordion .accordion_collapse_row .td {
  width: 100%;
  margin-bottom: 20px;
}
.ixtisas_accordion .accordion_collapse_row .td:last-child {
  margin-bottom: 0;
}
.ixtisas_accordion .accordion_collapse_row .td.tehsil_haqqi .dr {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0050CF;
}
.ixtisas_accordion .accordion_collapse_row .td.tehsil_haqqi .dr span {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E6D7A;
}
.ixtisas_accordion .accordion_collapse_row .th {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E6D7A;
  margin-bottom: 8px;
}
.ixtisas_accordion .accordion_collapse_row .dr {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #2C415C;
  margin-bottom: 8px;
}
.ixtisas_accordion .accordion_collapse_row .badge {
  display: none;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

@media (min-width: 1024px) {
  .ixtisas_accordion .thead {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .ixtisas_accordion .accordion_item {
    margin-bottom: 0;
  }
  .ixtisas_accordion .accordion_main_row {
    padding: 24px;
  }
  .ixtisas_accordion .accordion_main_row .ixtisas_adi {
    flex-direction: row;
    align-items: center;
  }
  .ixtisas_accordion .accordion_main_row .ixtisas_adi .th {
    display: none;
  }
  .ixtisas_accordion .accordion_main_row .ixtisas_adi .dr {
    margin-bottom: 0;
    font-size: 18px;
  }
  .ixtisas_accordion .accordion_main_row .ixtisas_adi .badge {
    display: block;
  }
  .ixtisas_accordion .accordion_main_row .accordion_collapse_button img:nth-child(1) {
    display: block;
  }
  .ixtisas_accordion .accordion_main_row .accordion_collapse_button img:nth-child(2) {
    display: none;
  }
  .ixtisas_accordion .accordion_collapse_row {
    padding: 0;
  }
  .ixtisas_accordion .accordion_collapse_row .tr {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #EAEBF1;
  }
  .ixtisas_accordion .accordion_collapse_row .tr .td {
    width: 100%;
    padding: 24px;
    margin-bottom: 0;
  }
  .ixtisas_accordion .accordion_collapse_row .tr .th {
    display: none;
  }
  .ixtisas_accordion .accordion_collapse_row .tr .ixtisas_adi {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .ixtisas_accordion .accordion_collapse_row .tr .ixtisas_adi .th {
    display: block;
  }
}
#fakulte_daxili_layout section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  #fakulte_daxili_layout section {
    margin-bottom: 72px;
  }
}
#fakulte_daxili_layout #diger-fakulteler {
  margin-bottom: 0;
}

.page_main_container {
  width: 100%;
  position: relative;
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  .page_main_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.page_main_container .aside_navigation {
  width: 100%;
  display: none;
  min-width: 218px;
  max-width: 218px;
  padding-bottom: 72px;
}
@media (min-width: 1024px) {
  .page_main_container .aside_navigation {
    display: block;
  }
}
.page_main_container .aside_navigation .navigation_links {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page_main_container .aside_navigation .navigation_links li {
  width: 100%;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(166, 172, 184, 0.2392156863);
}
.page_main_container .aside_navigation .navigation_links li a {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #2C415C;
}
.page_main_container .page_content {
  width: 100%;
}
@media (min-width: 1024px) {
  .page_main_container .page_content {
    width: calc(100% - 220px);
    flex: 1;
    padding-left: 48px;
  }
}
.page_main_container .page_content .container-fluid, .page_main_container .page_content .container-sm, .page_main_container .page_content .container-md, .page_main_container .page_content .container-lg, .page_main_container .page_content .container-xl, .page_main_container .page_content .container-xxl {
  padding: 0;
}

.statistika_siyahi {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .statistika_siyahi {
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
  }
}
@media (min-width: 1200px) {
  .statistika_siyahi {
    grid-template-columns: repeat(4, 1fr);
  }
}
.statistika_siyahi .statistics__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.statistika_siyahi .statistics__item span {
  font-size: 48px;
}
@media (min-width: 1024px) {
  .statistika_siyahi .statistics__item span {
    font-size: 72px;
  }
}
.statistika_siyahi .statistics__item p {
  max-width: 186px;
}
@media (min-width: 1200px) {
  .statistika_siyahi .statistics__item {
    align-items: flex-start;
    text-align: start;
  }
}

.kafedra_siyahi {
  width: 100%;
}
.kafedra_siyahi li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 32px;
  border: 1px solid rgba(44, 65, 92, 0.1215686275);
  border-radius: 8px;
  margin-bottom: 12px;
  background-color: #FDFDFD;
}
.kafedra_siyahi li h3 {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0px;
  color: #2C415C;
  margin-bottom: 16px;
}
.kafedra_siyahi li p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #2C415C;
  opacity: 0.8;
}

#mubadile_proqrami_layout section,
#mubadile_proqrami_daxili_layout section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  #mubadile_proqrami_layout section,
  #mubadile_proqrami_daxili_layout section {
    margin-bottom: 72px;
  }
}
#mubadile_proqrami_layout section.page_navigation_section, #mubadile_proqrami_layout section:last-child,
#mubadile_proqrami_daxili_layout section.page_navigation_section,
#mubadile_proqrami_daxili_layout section:last-child {
  margin-bottom: 0;
}

.page_main_heading {
  width: 100%;
  padding: 32px 0 24px;
}
.page_main_heading .page_title {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2C415C;
}
.page_main_heading .page_title i {
  color: #0050CF;
}
@media (min-width: 1024px) {
  .page_main_heading {
    padding: 56px 0;
    margin-bottom: 36px;
  }
  .page_main_heading .page_title {
    font-size: 40px;
  }
}

.page_article_section {
  width: 100%;
  margin-bottom: 24px;
}
.page_article_section article {
  width: 100%;
}
.page_article_section article .article_title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
.page_article_section article .article_text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0%;
}
@media (min-width: 1024px) {
  .page_article_section {
    margin-bottom: 36px;
  }
  .page_article_section article .article_title {
    line-height: 125%;
  }
  .page_article_section article .article_text {
    font-size: 20px;
  }
}

.program_list_section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  .program_list_section {
    margin-bottom: 72px;
  }
}
.program_list_section .program_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .program_list_section .program_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.program_list_section .program_list li {
  width: 100%;
}
.program_list_section .program_list .program_list_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  border-radius: 4px;
  background-color: #F4F5FB;
}
.program_list_section .program_list .program_list_item .program_img {
  width: 180px;
  height: 180px;
}
.program_list_section .program_list .program_list_item .program_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.program_list_section .program_list .program_list_item .program_title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #2C415C;
  margin-bottom: 12px;
}
.program_list_section .program_list .program_list_item .program_detail {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E6D7A;
}

.proqram_partners_section .proqram_partner_card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
}
.proqram_partners_section .proqram_partner_card img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  max-width: 96px;
  max-height: 96px;
  filter: grayscale(1);
  transition: all 0.3s;
}
.proqram_partners_section .proqram_partner_card:hover img {
  filter: grayscale(0);
}
@media (min-width: 1024px) {
  .proqram_partners_section .proqram_partner_card {
    width: 120px;
    height: 120px;
  }
}

.friendly .section_title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #2C415C;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .friendly .section_title {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

#ikili_diplom_layout section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1024px) {
  #ikili_diplom_layout section {
    margin-bottom: 72px;
  }
}
#ikili_diplom_layout section.page_navigation_section, #ikili_diplom_layout section:last-child {
  margin-bottom: 0;
}
#ikili_diplom_layout section.friendly.secondary {
  margin-bottom: 120px;
}

.hero_image {
  width: 100%;
  height: 200px;
}
.hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .hero_image {
    height: 450px;
  }
}

.ixtisas_siyahi li {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0%;
  margin-bottom: 12px;
  opacity: 0.8;
}

.sened_siyahi li {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0%;
  margin-bottom: 12px;
  opacity: 0.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sened_siyahi li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin-right: 12px;
  background-color: #B9EDDD;
  border-radius: 50%;
}

.page_head_section {
  padding: 24px 0;
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .page_head_section {
    padding: 32px 0 0;
  }
}
.page_head_section .breadcrumbs_link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto;
}
.page_head_section .breadcrumbs_link::-webkit-scrollbar {
  display: none;
}
.page_head_section .breadcrumbs_link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2C415C;
  opacity: 0.5;
  white-space: nowrap;
}
.page_head_section .breadcrumbs_link a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0.25;
  border-radius: 50%;
  background-color: #2C415C;
  margin: auto 16px;
}
.page_head_section .breadcrumbs_link li:first-child a::before {
  display: none;
}
.page_head_section .breadcrumbs_link li:last-child a {
  opacity: 1;
}
.page_head_section .title_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .page_head_section .title_block {
    gap: 32px;
    padding: 36px 0;
  }
}
.page_head_section .title_block .title_img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.page_head_section .title_block .title_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .page_head_section .title_block .title_img {
    width: 150px;
    height: 150px;
  }
}
.page_head_section .title_block .page_title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2C415C;
}
@media (min-width: 1024px) {
  .page_head_section .title_block .page_title {
    font-size: 32px;
    line-height: 125%;
  }
}

.page_navigation_section {
  width: 100%;
}
.page_navigation_section .navigation_links {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 25px;
  overflow: auto;
}
.page_navigation_section .navigation_links::-webkit-scrollbar {
  display: none;
}
.page_navigation_section .navigation_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #E4E6EA;
  border-radius: 24px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
}
.page_navigation_section .navigation_links li.active a {
  border-color: #2C415C;
}

.hero_section {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hero_section {
    margin-bottom: 56px;
  }
}

/* branch:update-design/scss */
input, select {
  -webkit-appearance: none;
}

.form-notification {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.form-notification--error {
  color: #dc3545;
}
.form-notification--success {
  color: #409E99;
}

.form-group {
  margin-bottom: 2.8rem;
}
.form-group label {
  color: #696F78;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.form-group .error-text {
  color: #dc3545 !important;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.form-group .form-control {
  border-color: #DBDEE4;
  background: #FDFDFD;
  font-weight: 500;
  color: #2C415C;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  -webkit-appearance: none;
}
.form-group .form-control.is-invalid {
  border-color: #dc3545 !important;
}
.form-group .form-control::placeholder {
  color: rgba(44, 65, 92, 0.3);
}
.form-group .form-control:focus {
  outline: none;
  border-color: #dee2e6;
  box-shadow: unset;
}
.form-group input[type=number]::-webkit-outer-spin-button, .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group select.form-control {
  background: url("../images/svg-icons/arrow-bottom.svg") right 20px top 50% no-repeat;
  background-size: 12.5px 6.75px;
  padding-right: 4rem;
}
.form-group textarea {
  resize: unset;
}
.custom-radio {
  background: #FDFDFD;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  padding: 2.5rem 3rem;
  margin-bottom: 2.4rem;
}
.custom-radio__label {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #2C415C;
  justify-content: unset;
  position: relative;
  cursor: pointer;
}
.custom-radio__label svg {
  margin-right: 1.2rem;
}
.custom-radio__label:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}
.custom-radio__label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
}
.custom-radio .form-group {
  margin-bottom: 0;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #E5E7EF;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #FDFDFD;
}
body.reverse {
  direction: rtl;
}
@media (max-width: 1024px) {
  body.reverse .header__logo {
    margin-left: auto;
    margin-right: initial;
  }
  body.reverse .header__mobile .header__search__close {
    left: 16px;
    right: initial;
  }
}
body.reverse .socials ul {
  margin-left: initial;
  margin-right: auto;
}
body.reverse .header__profile__list {
  left: 0;
  right: initial;
}
body.reverse .content ul:not(.content__socials) {
  padding-right: 24px;
  padding-left: 0;
}
body.reverse .hero__arrows .container-fluid .hero__arrow, body.reverse .hero__arrows .container-sm .hero__arrow, body.reverse .hero__arrows .container-md .hero__arrow, body.reverse .hero__arrows .container-lg .hero__arrow, body.reverse .hero__arrows .container-xl .hero__arrow, body.reverse .hero__arrows .container-xxl .hero__arrow {
  transform: rotate(180deg);
}
body.reverse .admission__banner__slider .slider__arrow {
  transform: rotate(180deg);
}
body.reverse .instructions__arrow {
  transform: rotate(180deg);
}
body.reverse .specialists__item.department a {
  margin-right: auto;
  margin-left: initial;
  transform: rotate(180deg);
}
body.reverse .professors__arrow {
  margin-right: auto;
  margin-left: initial;
}
body.reverse .professors__arrow img {
  transform: rotate(-90deg);
}
body.reverse .page-hero-full .page-hero__desc .row {
  flex-direction: row-reverse;
}
body.reverse .form-group select.form-control {
  background: url("../images/svg-icons/arrow-bottom.svg") left 20px top 50% no-repeat;
  background-size: 12.5px 6.75px;
  padding-left: 4rem;
  padding-right: 2rem;
}
body.reverse .back {
  transform: rotate(180deg);
}
body.reverse .advantages__list {
  list-style: auto;
  padding-right: 2rem;
}
body.reverse .pagination li.arrow a {
  transform: rotate(180deg);
}
body.reverse .history__date:before {
  right: initial;
  left: -4.1rem;
}
body.reverse .steps__desc {
  left: 0;
  right: initial;
}
@media (max-width: 767px) {
  body.reverse .partners-uni__img {
    left: -30%;
    right: initial;
  }
}

#all_parts {
  flex: 1;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1230px) {
  html {
    font-size: 50%;
  }
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

hr {
  margin: 0;
  border-color: #ECEDF0;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1360px;
  padding: 0 3.2rem;
}
.container-fluid--md {
  max-width: 920px;
}
@media (max-width: 991px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 16px;
  }
}

.swiper-wrapper {
  box-sizing: inherit !important;
}

.icon-block {
  padding: 7.2rem 0;
}
.icon-block .row {
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .icon-block {
    padding: 48px 0;
  }
  .icon-block .row {
    row-gap: 8px;
  }
}

.section-contact {
  padding: 7.2rem 0 9.7rem;
}
.section-contact .section-title {
  margin-bottom: 4.5rem;
}
.section-contact h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-bottom: 1rem;
}
.section-contact h4:last-child {
  margin-bottom: 0;
}
.section-contact .content__socials {
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .section-contact {
    padding: 32px 0;
  }
  .section-contact .section-title {
    margin-bottom: 20px;
  }
  .section-contact .row {
    row-gap: 44px;
  }
  .section-contact h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.info-img {
  padding: 7.2rem 0 2.8rem;
}
.info-img p {
  margin-bottom: 4rem;
  max-width: 52.8rem;
}
.info-img p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .info-img {
    padding: 32px 0;
  }
  .info-img .row {
    row-gap: 32px;
  }
  .info-img p {
    margin-bottom: 28px;
    max-width: 100%;
  }
}

.img-desc {
  padding: 2.8rem 0 7.2rem;
}
.img-desc__img img {
  width: 100%;
  height: 100%;
}
.img-desc__item {
  margin-bottom: 4rem;
}
.img-desc__item .row {
  align-items: center;
}
.img-desc .btn-line .container-fluid, .img-desc .btn-line .container-sm, .img-desc .btn-line .container-md, .img-desc .btn-line .container-lg, .img-desc .btn-line .container-xl, .img-desc .btn-line .container-xxl {
  padding-right: 0;
}
.img-desc__text {
  padding: 3.6rem 3.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.img-desc__text span:not(.category):not(.btn-text) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #A6ACB8;
  display: block;
  margin-bottom: 3.2rem;
}
.img-desc__text .category {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding: 1.2rem 1.8rem;
  border-radius: 20px;
  background-color: #FFD643;
  margin-bottom: 3.2rem;
  display: block;
  width: max-content;
  max-width: 100%;
}
.img-desc__text h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
.img-desc__text h3.lab-title {
  font-size: 3.2rem;
  line-height: 4rem;
}
.img-desc__text .btn {
  margin-top: 3.4rem;
}
.img-desc__text .btn span {
  padding: 1.5rem 3.5rem;
}
.img-desc-research .img-desc__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.img-desc-research .img-desc__text h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
.img-desc-research .img-desc__text .btn {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .img-desc {
    padding: 32px 0;
  }
  .img-desc .section-block {
    display: flex;
    align-items: flex-start;
  }
  .img-desc .section-block .section-title {
    flex: 1;
  }
  .img-desc__item {
    margin-bottom: 32px;
  }
  .img-desc__item .row {
    align-items: flex-start;
  }
  .img-desc__text {
    padding: 24px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .img-desc__text span:not(.category):not(.btn-text) {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .img-desc__text .category {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 18px;
    margin-bottom: 24px;
  }
  .img-desc__text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .img-desc__text h3.lab-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .img-desc__text .btn {
    margin-top: 24px;
  }
  .img-desc__text .btn span {
    padding: 15px 35px;
  }
  .img-desc-research .img-desc__text {
    font-size: 16px;
    line-height: 24px;
  }
  .img-desc-research .img-desc__text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .img-desc-research .img-desc__text .btn {
    margin-top: 24px;
  }
}

.apply-banner {
  padding: 2.8rem 0;
}
.apply-banner .row {
  align-items: center;
}
.apply-banner__desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  padding: 0 7.2rem;
}
.apply-banner__desc h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.apply-banner__desc .btn {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .apply-banner {
    padding: 40px 0;
  }
  .apply-banner .row {
    align-items: flex-start;
    row-gap: 32px;
    flex-direction: column-reverse;
  }
  .apply-banner__desc {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .apply-banner__desc h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .apply-banner__desc .btn {
    margin-top: 28px;
    width: 100%;
  }
  .apply-banner__desc .btn span {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.contact-card {
  padding: 2.8rem 0 7.2rem;
}
.contact-card__item {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 2.4rem;
  border: 1px solid rgba(44, 65, 92, 0.12);
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(44, 65, 92, 0.8);
  height: 100%;
}
.contact-card__item.udid-card {
  border-radius: 4px;
  gap: 1.4rem;
}
.contact-card__item a {
  color: inherit;
  font-weight: inherit;
  display: block;
}
.contact-card__item span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
  color: #A6ACB8;
}
.contact-card__item h5 {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(44, 65, 92, 0.8);
}
@media (max-width: 767px) {
  .contact-card {
    padding: 16px 0 32px;
  }
  .contact-card .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .contact-card .row > * {
    width: 80%;
  }
  .contact-card__item {
    gap: 48px;
    padding: 24px;
    font-size: 14px;
    border-radius: 4px;
  }
  .contact-card__item span {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .contact-card__item h5 {
    font-size: 18px;
    line-height: 27px;
  }
}

.laboratory-inner {
  margin-top: 5.6rem;
}
.laboratory-inner img {
  margin-bottom: 7.2rem;
  margin-top: 3.6rem;
}
.laboratory-inner p {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .laboratory-inner {
    margin-top: 24px;
  }
  .laboratory-inner img {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .laboratory-inner p {
    opacity: 1;
    margin-bottom: 24px;
  }
}

.colored-block__item {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 7.2rem;
  min-height: 20rem;
  justify-content: flex-end;
}
.colored-block__item span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.colored-block.branch-colored .row {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.colored-block.branch-colored .row > * {
  width: 30%;
}
@media (max-width: 991px) {
  .colored-block.branch-colored .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .colored-block.branch-colored .row > * {
    width: 78%;
  }
  .colored-block.branch-colored__item {
    padding: 32px;
    min-height: 200px;
  }
  .colored-block.branch-colored__item span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .colored-block .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .colored-block .row > * {
    width: 78%;
  }
  .colored-block__item {
    padding: 32px;
    min-height: 200px;
  }
  .colored-block__item span {
    font-size: 18px;
    line-height: 27px;
  }
}

.research-area {
  padding: 2.8rem 0;
}
.research-area .row {
  row-gap: 3.6rem;
  margin: 0 -4px;
}
.research-area .row > * {
  padding: 0 4px;
}
.research-area__item {
  background-color: #F4F5FB;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.4rem;
  min-height: 13.7rem;
  font-size: 1.4rem;
  color: #0050CF;
}
.research-area__item h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media (max-width: 767px) {
  .research-area {
    padding: 32px 0;
  }
  .research-area .row {
    row-gap: 8px;
  }
  .research-area__item {
    padding: 24px;
    min-height: 137px;
    font-size: 14px;
    line-height: 21px;
    color: #0050CF;
  }
  .research-area__item h4 {
    font-size: 16px;
    line-height: 40px;
  }
}

.grants {
  padding: 2.8rem 0;
}
.grants .row {
  row-gap: 2rem;
}
.grants__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 5.6rem 4.4rem 3.6rem;
  border-radius: 8px;
  background-color: #F4F5FB;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
.grants__item span:not(.btn-text) {
  font-size: 2rem;
  font-weight: 400;
  color: #6E6D7A;
  line-height: 3rem;
}
.grants__item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.grants__item .btn {
  background-color: #FDFDFD;
  border-color: #FDFDFD;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .grants {
    padding: 32px 0;
  }
  .grants .row {
    row-gap: 16px;
  }
  .grants__item {
    gap: 24px;
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .grants__item span:not(.btn-text) {
    font-size: 14px;
    line-height: 14px;
  }
  .grants__item h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .grants__item .btn {
    background-color: #FDFDFD;
    border-color: #FDFDFD;
    margin-top: 12px;
  }
}

.partners-list {
  padding-top: 7.2rem;
}
.partners-list h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.32rem;
  margin-bottom: 4rem;
}
.partners-list h2 em {
  color: #0050CF;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
.partners-list ul {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
.partners-list ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #262425;
}
.partners-list ul li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-bottom: 1rem;
  color: #2C415C;
}
.partners-list ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .partners-list {
    padding-top: 32px;
  }
  .partners-list h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .partners-list .row {
    row-gap: 20px;
  }
  .partners-list ul {
    gap: 20px;
  }
  .partners-list ul li {
    font-size: 16px;
    line-height: 16px;
  }
  .partners-list ul li h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}

.partners-info {
  padding: 7.2rem 0 0.8rem;
}
.partners-info__head {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  color: #2C415C;
  margin-bottom: 4rem;
}
.partners-info__head h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.32rem;
  color: inherit;
  margin-bottom: 4rem;
}
.partners-info__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.2rem;
  gap: 1.6rem;
  background-color: #F4F4F9;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #48556D;
}
.partners-info__item h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #001029;
}
@media (max-width: 767px) {
  .partners-info {
    padding: 32px 0;
  }
  .partners-info__head {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .partners-info__head h2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
  }
  .partners-info .row {
    row-gap: 12px;
  }
  .partners-info__item {
    padding: 32px;
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .partners-info__item h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

.about-center.contact-btn .btn {
  padding: 1.9rem 6rem;
  border-color: #2C415C;
  color: #2C415C;
}
@media (min-width: 768px) {
  .about-center.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about-center .btn {
  border-color: rgba(44, 65, 92, 0.12);
}
.about-center .btn:hover {
  border-color: #2C415C;
}
@media (max-width: 767px) {
  .about-center {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .about-center .btn {
    background: #fff;
    position: relative;
  }
}

.see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.8rem;
}
.see-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #A6ACB8;
  padding: 1.2rem 1.5rem;
  border-radius: 4.4rem;
  color: #2C415C;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .see-more {
    padding-top: 1.8rem;
  }
}

.pb-72 {
  padding-bottom: 7.2rem;
}
@media (max-width: 767px) {
  .pb-72 {
    padding-bottom: 3.2rem;
  }
}

.py-72 {
  padding: 7.2rem 0 !important;
}
@media (max-width: 767px) {
  .py-72 {
    padding: 32px 0 !important;
  }
}

.mb-72 {
  margin-bottom: 7.2rem;
}
@media (max-width: 767px) {
  .mb-72 {
    margin-bottom: 3.2rem;
  }
}

.pb-56 {
  padding-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .pb-56 {
    padding-bottom: 3.2rem;
  }
}

.pb-80 {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 6.4rem;
  }
}

.mt-32 {
  margin-top: 3.2rem;
}
.pb-44 {
  padding-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .pb-44 {
    padding-bottom: 1.6rem;
  }
}

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

.text-std {
  color: #090C02;
}

.mission-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 7.2rem;
}
.mission-body .card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F4F5FB;
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  gap: 4rem;
  padding: 3.6rem;
  font-family: "DM Sans";
}
.mission-body .card .text .title {
  font-size: 20px;
  font-weight: 500;
  color: #2C415C;
  margin-bottom: 2.4rem;
  line-height: 150%;
  text-transform: uppercase;
}
.mission-body .card .text .desc {
  font-size: 32px;
  line-height: 150%;
  color: #2C415C;
}
.mission-body .card .image img {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .mission-body {
    padding-bottom: 0;
  }
  .mission-body .card {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 2.4rem;
    gap: 2.8rem;
  }
  .mission-body .card .text .desc {
    font-size: 2rem;
  }
  .mission-body .card .image {
    height: 19.1rem;
  }
  .mission-body .card .image img {
    min-height: 19.1rem;
    max-height: 19.1rem;
  }
}

.section-conditions {
  font-family: "DM Sans", sans-serif;
}

.section-conditions .section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #23384a;
}

.section-conditions .swiper-wrapper {
  align-items: stretch;
}

.section-conditions .condition-card {
  display: flex;
  align-items: flex-start;
  min-height: 300px;
  padding: 32px;
  border-radius: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 125%;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.section-conditions .condition-card p {
  margin: 0;
}

.section-conditions .condition-card.card-purple {
  background: #A3A3FF;
}

.section-conditions .condition-card.card-blue {
  background: #77CBFA;
}

.section-conditions .condition-card.card-green {
  background: #5C8374;
}

.section-conditions .condition-card.card-lightblue {
  background: #A0BFE0;
}

/* Swiper navigation */
.section-conditions .swiper-button-next,
.section-conditions .swiper-button-prev {
  color: #23384a;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.section-conditions .swiper-button-next:after,
.section-conditions .swiper-button-prev:after {
  font-size: 20px;
}

.section-conditions .swiper-pagination-bullet {
  background: #cbd8e1;
  opacity: 1;
}

.section-conditions .swiper-pagination-bullet-active {
  background: #23384a;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-conditions .condition-card {
    min-height: 300px;
    padding: 28px;
  }
  .section-conditions .condition-card p {
    max-width: 85%;
  }
}
@media (max-width: 640px) {
  .section-conditions {
    padding: 32px 18px;
  }
  .section-conditions .condition-card {
    min-height: 240px;
    border-radius: 20px;
  }
  .section-conditions .condition-card p {
    max-width: 100%;
  }
  .section-conditions .swiper-button-next,
  .section-conditions .swiper-button-prev {
    display: none;
  }
}
.partners-section {
  font-family: "DM Sans", sans-serif;
}
.partners-section .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .partners-section .partners-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .partners-section .partners-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.partners-section .partner-card {
  background: #F4F5FB;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .partners-section .partner-card {
    padding: 24px 20px;
  }
}
.partners-section .partner-logo {
  width: 100%;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.partners-section .partner-logo img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .partners-section .partner-logo {
    height: 150px;
    margin-bottom: 20px;
  }
}
.partners-section .partner-name {
  font-size: 16px;
  font-weight: 500;
  color: #2C415C;
  margin: 0 0 12px 0;
  line-height: 125%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .partners-section .partner-name {
    font-size: 16px;
    min-height: 44px;
    margin-bottom: 8px;
  }
}
.partners-section .partner-country {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #6E6D7A;
  margin: 0;
}
@media (max-width: 768px) {
  .partners-section .partner-country {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
