:root,
[data-bs-theme=light] {
  --v-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --v-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --v-font-default: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --v-root-font-size: 16px;
  --v-body-font-family: var(--v-font-default);
  --v-body-font-size: calc(0.775rem + 0.1875vw);
  --v-body-font-weight: 400;
  --v-body-line-height: 1.25;
  --v-body-text-align: left;
  --v-body-color: #1D1F22;
  --v-body-bg: #FAFAFA;
  --v-border-width: 1px;
  --v-heading-color: inherit;
  --v-highlight-color: #1D1F22;
  --v-highlight-bg: rgb(255, 242.6, 205.4);
  --v-link-color-rgb: 0, 121, 192;
  --v-link-hover-color-rgb: 0, 121, 192;
  --v-link-opacity: 1;
  --v-code-color: #d63384;
  --v-secondary-color: rgba(29, 31, 34, 0.75);
}
@media (min-width: 1920px) {
  :root,
  [data-bs-theme=light] {
    --v-body-font-size: 1rem;
  }
}

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

:root {
  font-size: var(--v-root-font-size);
}

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

hr {
  margin: 1.25rem 0;
  color: inherit;
  border: 0;
  border-top: var(--v-border-width) solid;
  opacity: 0.25;
}

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

h1 {
  font-size: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(0.875rem + 0.9375vw);
}
@media (min-width: 1920px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(0.85rem + 0.75vw);
}
@media (min-width: 1920px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(0.825rem + 0.5625vw);
}
@media (min-width: 1920px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: calc(0.775rem + 0.1875vw);
}
@media (min-width: 1920px) {
  h6 {
    font-size: 1rem;
  }
}

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

abbr[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.75em;
}

mark {
  padding: 0.125em;
  color: var(--v-highlight-color);
  background-color: var(--v-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--v-link-color-rgb), var(--v-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --v-link-color-rgb: var(--v-link-hover-color-rgb);
  text-decoration: none;
}

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

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

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

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

kbd {
  padding: 0.3125rem 0.3125rem;
  font-size: 0.75em;
  color: var(--v-body-bg);
  background-color: var(--v-body-color);
  border-radius: 0.3125rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--v-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

.m-30 {
  margin: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

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

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

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

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

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

.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

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

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

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

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

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

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

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

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

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

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

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

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

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

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

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

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

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

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 0.3125rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 860px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 0.3125rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1476px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.3125rem !important;
  }
  .m-xxl-10 {
    margin: 0.625rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !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-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.b-section-train__img-left, .b-section-quote__sub, .b-section-news__img-left, .b-section-hr__left, .b-section-about__img-left {
  position: absolute;
}
.b-section-train__img-left::after, .b-section-quote__sub::after, .b-section-news__img-left::after, .b-section-hr__left::after, .b-section-about__img-left::after, .b-section-train__img-left::before, .b-section-quote__sub::before, .b-section-news__img-left::before, .b-section-hr__left::before, .b-section-about__img-left::before {
  content: "";
  display: block;
  background-color: #0079C0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
}
.b-section-train__img-left::before, .b-section-quote__sub::before, .b-section-news__img-left::before, .b-section-hr__left::before, .b-section-about__img-left::before {
  right: 0;
  width: 9999px;
}
.b-section-train__img-left::after, .b-section-quote__sub::after, .b-section-news__img-left::after, .b-section-hr__left::after, .b-section-about__img-left::after {
  background-size: contain;
  right: 0;
  left: 0;
}

.b-section-train__img-right, .b-section-quote__text, .b-section-news__img-right, .b-section-hr__right, .b-section-header__container-right, .b-section-about__img-right {
  position: absolute;
}
.b-section-train__img-right::after, .b-section-quote__text::after, .b-section-news__img-right::after, .b-section-hr__right::after, .b-section-header__container-right::after, .b-section-about__img-right::after, .b-section-train__img-right::before, .b-section-quote__text::before, .b-section-news__img-right::before, .b-section-hr__right::before, .b-section-header__container-right::before, .b-section-about__img-right::before {
  content: "";
  display: block;
  background-color: #0079C0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
}
.b-section-train__img-right::before, .b-section-quote__text::before, .b-section-news__img-right::before, .b-section-hr__right::before, .b-section-header__container-right::before, .b-section-about__img-right::before {
  left: 0;
  width: 9999px;
}
.b-section-train__img-right::after, .b-section-quote__text::after, .b-section-news__img-right::after, .b-section-hr__right::after, .b-section-header__container-right::after, .b-section-about__img-right::after {
  background-size: contain;
  right: 0;
  left: 0;
}

.row {
  --v-gutter-x: 0;
  --v-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--v-gutter-y));
  margin-right: calc(-0.5 * var(--v-gutter-x));
  margin-left: calc(-0.5 * var(--v-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--v-gutter-x) * 0.5);
  padding-left: calc(var(--v-gutter-x) * 0.5);
  margin-top: var(--v-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 860px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1476px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@font-face {
  font-family: "MyriadPro";
  font-display: swap;
  src: url("../fonts/MyriadPro-Black.woff") format("woff"), url("../fonts/MyriadPro-Black.woff2") format("woff2");
  font-weight: bolder;
}
@font-face {
  font-family: "MyriadPro";
  font-display: swap;
  src: url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "MyriadPro";
  font-display: swap;
  src: url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "MyriadPro";
  font-display: swap;
  src: url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "MyriadPro";
  font-display: swap;
  src: url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.woff2") format("woff2");
  font-weight: 300;
}
#deprecated {
  font-family: "MyriadPro", Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#deprecated {
  font-weight: 400;
  color: #1D1F22;
  font-size: 18px;
  line-height: 1.5;
}
#deprecated span, #deprecated h1, #deprecated h2, #deprecated h3, #deprecated h4, #deprecated h5, #deprecated h6, #deprecated p,
#deprecated blockquote, #deprecated a, #deprecated big, #deprecated img,
#deprecated ins, #deprecated kbd, #deprecated q, #deprecated s, #deprecated samp, #deprecated small, #deprecated strike, #deprecated strong, #deprecated sub, #deprecated sup, #deprecated b, #deprecated u, #deprecated i,
#deprecated center, #deprecated ol, #deprecated ul, #deprecated li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  list-style-type: none;
}
#deprecated img, #deprecated svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#deprecated .logo {
  display: block;
}
#deprecated h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 50px;
}
#deprecated .container {
  max-width: 1080px;
}
#deprecated .mb-sm {
  margin-bottom: 55px;
}
@media (max-width: 1220px) {
  #deprecated .mb-sm {
    margin-bottom: 30px;
  }
}
#deprecated .mb-sm:last-child {
  margin-bottom: 0;
}
#deprecated .mb-md {
  margin-bottom: 75px;
}
@media (max-width: 1220px) {
  #deprecated .mb-md {
    margin-bottom: 55px;
  }
}
#deprecated .mb-md:last-child {
  margin-bottom: 0;
}
#deprecated .list {
  position: relative;
  border-top: 1px solid #9DA0A5;
}
@media (max-width: 1220px) {
  #deprecated .list {
    font-size: 14px;
  }
}
#deprecated .list .list {
  font-size: 14px;
  margin-left: 20px;
  border-bottom: 0;
}
#deprecated .list .list li:last-child {
  border-bottom: 0;
}
#deprecated .list li {
  border-bottom: 1px solid #9DA0A5;
  break-inside: avoid;
}
#deprecated .list a {
  padding: 14px 0;
  width: 100%;
  display: block;
  line-height: 1.35;
}
@media (max-width: 1220px) {
  #deprecated .list a {
    padding: 17px 0;
  }
}
#deprecated .list-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1220px) {
  #deprecated .list-wrap {
    display: block;
    margin: 0;
    border-top: 1px solid #9DA0A5;
  }
}
#deprecated .list-wrap > .list {
  width: calc(50% - 60px);
  margin: 0 30px;
}
@media (max-width: 1220px) {
  #deprecated .list-wrap > .list {
    width: 100%;
    margin: 0;
    border-top: 0;
  }
}
#deprecated a {
  text-decoration: none;
  color: #1D1F22;
  transition: color 0.25s ease;
  will-change: color;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated a {
    transition: none;
    will-change: auto;
  }
}
.no-touchevents #deprecated a:hover {
  color: #0079C0;
}
#deprecated a.link-accent {
  color: #0079C0;
  border-bottom: 1px solid transparent;
}
.no-touchevents #deprecated a.link-accent:hover {
  border-color: #0079C0;
}
#deprecated a.link-bold {
  color: #1D1F22;
  font-weight: 600;
}
.no-touchevents #deprecated a.link-bold:hover {
  border-color: #0079C0;
}
#deprecated span.link-bold {
  font-weight: 600;
  color: #1D1F22;
  cursor: pointer;
}
.no-touchevents #deprecated span.link-bold:hover {
  color: #0079C0;
}

#deprecated .d-header {
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform, opacity;
  background-color: #ffffff;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateY(-100px);
  height: 100px;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header {
    transition: none;
    will-change: auto;
  }
}
.with-fancybox #deprecated .d-header {
  right: var(--fancybox-scrollbar-compensate);
}
@media (max-width: 1500px) {
  #deprecated .d-header {
    transform: translateY(-60px);
    height: 60px;
  }
}
#deprecated .d-header.is-active {
  opacity: 1;
  transform: translateY(0);
}
#deprecated .d-header.is-hidden .d-header__menu__drop {
  display: none !important;
}
#deprecated .d-header.is-menu {
  transition: none;
  top: 0 !important;
  transform: none;
  will-change: auto;
}
#deprecated .d-header.is-menu .d-header__search {
  opacity: 0;
  visibility: hidden;
}
#deprecated .d-header.is-menu .d-header__menu {
  opacity: 0;
  visibility: hidden;
}
#deprecated .d-header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
#deprecated .d-header__menu {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex: 1 0 0;
  width: 100%;
  transition: all 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header__menu {
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 1800px) {
  #deprecated .d-header__menu {
    padding-left: 10px;
  }
}
@media (max-width: 1500px) {
  #deprecated .d-header__menu {
    width: auto;
    padding: 0;
    padding-left: 3.75rem;
  }
}
@media (max-width: 991px) {
  #deprecated .d-header__menu {
    padding-left: 1.875rem;
  }
}
@media (max-width: 860px) {
  #deprecated .d-header__menu {
    display: none;
  }
}
#deprecated .d-header__menu__list {
  display: flex;
  margin: 0 -30px;
  position: relative;
}
@media (max-width: 1500px) {
  #deprecated .d-header__menu__list {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  #deprecated .d-header__menu__list {
    margin: 0 -10px;
  }
}
#deprecated .d-header__menu__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  #deprecated .d-header__menu__link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #deprecated .d-header__menu__link {
    font-size: 14px;
  }
}
#deprecated .d-header__menu__item {
  padding: 0 30px;
  position: relative;
  display: flex;
}
.no-touchevents #deprecated .d-header__menu__item:hover .d-header__menu__drop {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transition-delay: 0.25s;
}
@media (max-width: 1500px) {
  #deprecated .d-header__menu__item {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #deprecated .d-header__menu__item {
    padding: 0 10px;
  }
}
#deprecated .d-header__menu__item--full {
  position: static;
}
#deprecated .d-header__menu__item--full .d-header__menu__drop-list {
  column-count: 3;
  column-gap: 75px;
}
#deprecated .d-header__menu__item--full .d-header__menu__drop-list::before, #deprecated .d-header__menu__item--full .d-header__menu__drop-list::after {
  content: "";
  height: 1px;
  width: 75px;
  background-color: #ffffff;
  position: absolute;
  top: -1px;
}
#deprecated .d-header__menu__item--full .d-header__menu__drop-list::before {
  left: 210px;
}
#deprecated .d-header__menu__item--full .d-header__menu__drop-list::after {
  right: 210px;
}
#deprecated .d-header__menu__item--full .d-header__menu__drop-list li {
  width: 210px;
}
#deprecated .d-header__menu__drop {
  padding: 20px 0 60px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 20;
  min-width: 210px;
  top: 100%;
  left: 30px;
  transition: all 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header__menu__drop {
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 1500px) {
  #deprecated .d-header__menu__drop {
    left: 20px;
    padding: 55px 0;
  }
}
#deprecated .d-header__menu__drop::before, #deprecated .d-header__menu__drop::after {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
#deprecated .d-header__menu__drop::before {
  right: calc(100% - 1px);
}
#deprecated .d-header__menu__drop::after {
  left: calc(100% - 1px);
}
#deprecated .d-header__menu__drop-list {
  border-color: #E6E6E6;
}
#deprecated .d-header__menu__drop-list li {
  border-color: #E6E6E6;
}
#deprecated .d-header__menu__drop-list a {
  position: relative;
}
@media (max-width: 1500px) {
  #deprecated .d-header__menu__drop-list a {
    font-size: 16px;
  }
}
#deprecated .d-header__menu__drop-list a::before {
  content: "";
  background-image: url("../img/icon--link-arrow.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: calc(100% + 10px);
  transform: translateX(-10px) rotate(180deg);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header__menu__drop-list a::before {
    transition: none;
    will-change: auto;
  }
}
.no-touchevents #deprecated .d-header__menu__drop-list a:hover::before {
  opacity: 1;
  transform: translateX(0) rotate(180deg);
}
#deprecated .d-header__controls {
  display: flex;
  position: relative;
  z-index: 21;
}
@media (max-width: 860px) {
  #deprecated .d-header__controls {
    flex: 1 0 0;
    width: 100%;
    justify-content: flex-end;
  }
}
#deprecated .d-header__search > a {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 1.625rem;
  height: 1.625rem;
}
#deprecated .d-header__search > a::before {
  transition: background 0.4s ease;
  will-change: background;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  content: "";
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header__search > a::before {
    transition: none;
    will-change: auto;
  }
}
#deprecated .d-header__search > a::before {
  background: #1D1F22;
  mask-image: url(../img/icon--search.svg);
}
.no-touchevents #deprecated .d-header__search > a:hover::before {
  background: #0079C0;
}
#deprecated .d-header__logo {
  position: relative;
  z-index: 21;
  width: 180px;
  flex: 0 0 180px;
}
@media (max-width: 1500px) {
  #deprecated .d-header__logo {
    width: 120px;
    flex: 0 0 120px;
  }
}
#deprecated .d-header__burger {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 70px;
  cursor: pointer;
}
.no-touchevents #deprecated .d-header__burger:hover span {
  background-color: #0079C0;
}
@media (max-width: 1500px) {
  #deprecated .d-header__burger {
    width: 24px;
    height: 24px;
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  #deprecated .d-header__burger {
    margin-left: 30px;
  }
}
#deprecated .d-header__burger span {
  height: 2px;
  width: 100%;
  background-color: #1D1F22;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header__burger span {
    transition: none;
    will-change: auto;
  }
}
#deprecated .d-header__burger span:nth-child(1) {
  top: 0;
}
#deprecated .d-header__burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#deprecated .d-header__burger span:nth-child(3) {
  bottom: 0;
}
#deprecated .d-header__burger.is-active span:nth-child(1) {
  transform: translate(0px, 14px) rotate(-45deg);
}
@media (max-width: 1500px) {
  #deprecated .d-header__burger.is-active span:nth-child(1) {
    transform: translate(0px, 11px) rotate(-45deg);
  }
}
#deprecated .d-header__burger.is-active span:nth-child(2) {
  transform: translateX(-15px);
  opacity: 0;
}
#deprecated .d-header__burger.is-active span:nth-child(3) {
  transform: translate(0px, -14px) rotate(45deg);
}
@media (max-width: 1500px) {
  #deprecated .d-header__burger.is-active span:nth-child(3) {
    transform: translate(0px, -11px) rotate(45deg);
  }
}
#deprecated .d-header__drop {
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: fixed;
  width: auto;
  height: auto;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-header__drop {
    transition: none;
    will-change: auto;
  }
}
#deprecated .d-header__drop::-webkit-scrollbar {
  width: 0;
}
#deprecated .d-header__drop::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #ffffff;
  z-index: 2;
  height: 100px;
}
@media (max-width: 1500px) {
  #deprecated .d-header__drop::before {
    height: 60px;
  }
}
#deprecated .d-header__drop.is-active {
  z-index: 20;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 860px) {
  #deprecated .d-header__drop__item {
    margin-bottom: 0;
  }
  #deprecated .d-header__drop__item:first-child {
    border-top: 1px solid #E6E6E6;
  }
  #deprecated .d-header__drop__item.is-active .d-header__drop__content {
    display: block;
  }
  #deprecated .d-header__drop__item.is-active .d-header__drop__toggle {
    display: none;
  }
  #deprecated .d-header__drop__item.is-hidden {
    display: none;
  }
}
@media (max-width: 860px) {
  #deprecated .d-header__drop__toggle {
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
    padding: 25px 0;
    margin-bottom: 0;
  }
}
#deprecated .d-header__drop__back {
  display: none;
}
@media (max-width: 860px) {
  #deprecated .d-header__drop__back {
    font-weight: 600;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 20px;
  }
  #deprecated .d-header__drop__back.is-active {
    display: block;
  }
  #deprecated .d-header__drop__back::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #0079C0 transparent transparent;
  }
}
@media (max-width: 860px) {
  #deprecated .d-header__drop__content {
    display: none;
  }
}
#deprecated .d-header__drop__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1500px) {
  #deprecated .d-header__drop__inner {
    padding-top: 110px;
  }
}
@media (max-width: 1220px) {
  #deprecated .d-header__drop__inner {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 85px 20px;
  }
}
@media (max-width: 860px) {
  #deprecated .d-header__drop__inner {
    padding: 120px 20px;
    max-width: 100%;
  }
}

#deprecated .d-footer {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  #deprecated .d-footer {
    font-size: calc(0.7875rem + 0.28125vw);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1500px) and (min-width: 1920px) {
  #deprecated .d-footer {
    font-size: 1.125rem;
  }
}
@media (max-width: 1500px) and (max-width: 575.98px) {
  #deprecated .d-footer {
    font-size: 0.875rem;
  }
}
#deprecated .d-footer__section {
  padding: 110px 0 115px;
  color: #808184;
  position: relative;
}
@media (max-width: 991px) {
  #deprecated .d-footer__section {
    padding: 120px 0;
  }
}
@media (max-width: 860px) {
  #deprecated .d-footer__section {
    padding: 90px 0;
  }
}
#deprecated .d-footer__border {
  background-color: #0079C0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 16.6666666667%;
  height: 0.625rem;
}
@media (max-width: 575.98px) {
  #deprecated .d-footer__border {
    height: 0.625rem;
  }
}
@media (max-width: 1220px) {
  #deprecated .d-footer__border {
    width: 48%;
    right: auto;
  }
}
#deprecated .d-footer__border::after {
  content: "";
  background-color: #0079C0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9999px;
}
#deprecated .d-footer__container {
  position: relative;
  display: flex;
}
@media (max-width: 860px) {
  #deprecated .d-footer__container {
    display: block;
  }
}
#deprecated .d-footer__copyright {
  font-size: calc(0.7875rem + 0.28125vw);
  line-height: 1.5;
  letter-spacing: -0.02em;
  width: 240px;
  margin-right: 5.625rem;
}
@media (min-width: 1920px) {
  #deprecated .d-footer__copyright {
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  #deprecated .d-footer__copyright {
    font-size: 0.875rem;
  }
}
@media (max-width: 1220px) {
  #deprecated .d-footer__copyright {
    margin-right: 4.375rem;
  }
}
@media (max-width: 991px) {
  #deprecated .d-footer__copyright {
    width: 235px;
    padding-right: 3.75rem;
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  #deprecated .d-footer__copyright {
    width: 100%;
    padding: 0;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 860px) {
  #deprecated .d-footer__menu {
    margin-bottom: 3.125rem;
  }
}
#deprecated .d-footer__menu__item {
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  #deprecated .d-footer__menu__item {
    margin-bottom: 1rem;
  }
}
#deprecated .d-footer__menu__item:last-child {
  margin-bottom: 0;
}
#deprecated .d-footer__menu__sub_list {
  width: 670px;
  margin-top: 3.125rem;
}
@media (max-width: 991px) {
  #deprecated .d-footer__menu__sub_list {
    width: 100%;
    padding-right: 3.75rem;
  }
}
@media (max-width: 860px) {
  #deprecated .d-footer__menu__sub_list {
    padding-right: 1.25rem;
  }
}
#deprecated .d-footer__menu__sub_list a {
  font-size: calc(0.7625rem + 0.09375vw);
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  #deprecated .d-footer__menu__sub_list a {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  #deprecated .d-footer__menu__sub_list a {
    font-size: 0.75rem;
  }
}
#deprecated .d-footer__design {
  font-size: calc(0.7625rem + 0.09375vw);
  line-height: 1.5;
  letter-spacing: -0.02em;
  position: absolute;
  right: 0;
  margin: 0 0 0 auto;
  text-align: right;
}
@media (min-width: 1920px) {
  #deprecated .d-footer__design {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  #deprecated .d-footer__design {
    font-size: 0.75rem;
  }
}
@media (max-width: 860px) {
  #deprecated .d-footer__design {
    position: initial;
    text-align: left;
  }
}
#deprecated .d-footer__design a {
  transition: color 0.4s ease;
  will-change: color;
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-footer__design a {
    transition: none;
    will-change: auto;
  }
}
#deprecated .d-footer__design a, #deprecated .d-footer__design a:focus, #deprecated .d-footer__design a:visited {
  color: #808184;
  text-decoration: none;
}
.no-touchevents #deprecated .d-footer__design a:hover {
  color: #0079C0;
  text-decoration: none;
}

#deprecated .d-accordion__header {
  position: relative;
  padding: 0;
  padding-right: 2.25rem;
}
#deprecated .d-accordion__header.is-active .d-accordion__btn {
  transform: rotate(180deg);
}
#deprecated .d-accordion__header::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #9DA0A5;
}
#deprecated .d-accordion__content {
  display: none;
}
#deprecated .d-accordion__btn {
  width: 1rem;
  height: 1rem;
  border: 1px solid #0079C0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  transition: background-color 0.25s ease;
  will-change: background-color;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-accordion__btn {
    transition: none;
    will-change: auto;
  }
}
#deprecated .d-accordion__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  border-color: #0079C0 transparent transparent transparent;
  transition: all 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  #deprecated .d-accordion__btn::after {
    transition: none;
    will-change: auto;
  }
}
.no-touchevents #deprecated .d-accordion__btn:hover {
  background-color: #0079C0;
}
.no-touchevents #deprecated .d-accordion__btn:hover::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.b-arr {
  transition: transform 0.4s ease;
  will-change: transform;
  display: block;
  position: relative;
  text-indent: -9999px;
  width: calc(1.05rem + 2.25vw);
  height: calc(0.8625rem + 0.84375vw);
}
@media (prefers-reduced-motion: reduce) {
  .b-arr {
    transition: none;
    will-change: auto;
  }
}
.b-arr::before {
  transition: background 0.4s ease;
  will-change: background;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  content: "";
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .b-arr::before {
    transition: none;
    will-change: auto;
  }
}
@media (min-width: 1920px) {
  .b-arr {
    width: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .b-arr {
    width: 2rem;
  }
}
@media (min-width: 1920px) {
  .b-arr {
    height: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-arr {
    height: 1rem;
  }
}
.b-arr::before {
  background: #b4cae3;
}
.b-arr--left::before {
  mask-image: url(../img/icon--larr.svg);
}
.no-touchevents .b-arr--left:hover {
  transform: translateX(-0.625rem) scale(1.1);
}
.b-arr--right::before {
  mask-image: url(../img/icon--rarr.svg);
}
.no-touchevents .b-arr--right:hover {
  transform: translateX(0.625rem) scale(1.1);
}
.b-arr.active::before {
  background: #0079C0;
}
.no-touchevents .b-arr:hover::before, .b-arr:focus::before {
  background: #0079C0;
}

.b-bar {
  background: #b4cae3;
  display: block;
  position: relative;
  width: 100%;
  height: 0.75rem;
}
@media (max-width: 859.98px) {
  .b-bar {
    height: 0.375rem;
  }
}
@media (max-width: 575.98px) {
  .b-bar {
    height: 0.125rem;
  }
}
.b-bar__line {
  background: #0079C0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.b-footer__grid {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  gap: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-footer__grid {
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-footer__grid {
    gap: 0.625rem;
  }
}
.b-footer__grid > ._text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 1.5rem;
}
@media (max-width: 575.98px) {
  .b-footer__grid > ._text {
    min-height: 1rem;
  }
}
@media (max-width: 859.98px) {
  .b-footer__grid {
    grid-template-columns: 1fr;
  }
}
.b-footer__copyright {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-footer__copyright {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-footer__copyright {
    margin-bottom: 1.25rem;
  }
}
.b-footer__copyright, .b-footer__copyright p {
  font-size: calc(0.775rem + 0.1875vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-footer__copyright, .b-footer__copyright p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .b-footer__copyright, .b-footer__copyright p {
    font-size: 0.75rem;
  }
}
.b-footer__copyright h1,
.b-footer__copyright h2,
.b-footer__copyright h3,
.b-footer__copyright h4,
.b-footer__copyright h5,
.b-footer__copyright h6,
.b-footer__copyright p {
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 575.98px) {
  .b-footer__copyright h1,
  .b-footer__copyright h2,
  .b-footer__copyright h3,
  .b-footer__copyright h4,
  .b-footer__copyright h5,
  .b-footer__copyright h6,
  .b-footer__copyright p {
    margin-bottom: 0.625rem;
  }
}
.b-footer__social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-footer__social {
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-footer__social {
    gap: 0.625rem;
  }
}
@media (max-width: 859.98px) {
  .b-footer__social {
    justify-content: flex-start;
  }
}
.b-footer__social-icon {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 1.5rem;
  height: 1.5rem;
}
.b-footer__social-icon::before {
  transition: background 0.4s ease;
  will-change: background;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  content: "";
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .b-footer__social-icon::before {
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 575.98px) {
  .b-footer__social-icon {
    width: 1rem;
    height: 1rem;
  }
}
.b-footer__social-icon::before {
  background: #1D1F22;
}
.no-touchevents .b-footer__social-icon:hover::before {
  background: #0079C0;
}
.b-footer__social-icon--fb::before {
  mask-image: url(../img/social--fb.svg);
}
.b-footer__social-icon--a::before {
  mask-image: url(../img/social--a.svg);
}
.b-footer__social-icon--ig::before {
  mask-image: url(../img/social--ig.svg);
}
.b-footer__social-icon--in::before {
  mask-image: url(../img/social--in.svg);
}
.b-footer__social-icon--wa::before {
  mask-image: url(../img/social--wa.svg);
}
.b-footer__social-icon--vk::before {
  mask-image: url(../img/social--vk.svg);
}
.b-footer__social-icon--t::before {
  mask-image: url(../img/social--t.svg);
}
.b-footer__social-icon--x::before {
  mask-image: url(../img/social--x.svg);
}
.b-footer__social-icon--yt::before {
  mask-image: url(../img/social--yt.svg);
}

.b-header-sup {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 0.625rem;
}
@media (max-width: 575.98px) {
  .b-header-sup {
    column-gap: 0.3125rem;
  }
}
.b-header-sup > ._text {
  font-size: calc(1.075rem + 2.4375vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .b-header-sup > ._text {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .b-header-sup > ._text {
    font-size: 2.5rem;
  }
}
.b-header-sup > ._sup {
  font-size: calc(0.825rem + 0.5625vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-header-sup > ._sup {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-header-sup > ._sup {
    font-size: 0.75rem;
  }
}

.b-info-cell {
  position: relative;
  margin: 0;
}
.b-info-cell__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-info-cell__grid {
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-info-cell__grid {
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-info-cell__grid {
    grid-template-columns: 1fr;
  }
}
.b-info-cell__item {
  background: #FFFFFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  row-gap: calc(0.8rem + 0.375vw);
  padding: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-info-cell__item {
    row-gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-info-cell__item {
    row-gap: 0.625rem;
  }
}
@media (min-width: 1920px) {
  .b-info-cell__item {
    padding: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-info-cell__item {
    padding: 0.625rem;
  }
}
.b-info-cell__item > ._bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.b-info-cell__header {
  color: #1D1F22;
}
.b-info-cell__text {
  font-size: calc(0.8rem + 0.375vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #1D1F22;
}
@media (min-width: 1920px) {
  .b-info-cell__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-info-cell__text {
    font-size: 0.75rem;
  }
}

.b-inner-header {
  background-color: #0079C0;
  position: relative;
}
.b-inner-header__bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  background: #0079C0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-inner-header__container {
  display: block;
  position: relative;
  min-height: 240px;
}
.b-inner-header__container::before {
  content: "";
  display: block;
  position: relative;
  padding: 0;
  padding-top: 30%;
}
.b-inner-header__container-pt {
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .b-inner-header__container-pt {
    padding-top: 60px;
  }
}
.b-inner-header__header-cell {
  background: #FFFFFF;
  position: absolute;
  bottom: calc(-1.1125rem - 2.71875vw);
  left: 16.6666666667%;
  right: 16.6666666667%;
}
@media (min-width: 1920px) {
  .b-inner-header__header-cell {
    bottom: -4.375rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-header__header-cell {
    bottom: -1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-inner-header__header-cell {
    left: 0;
  }
}
.b-inner-header__header-cell::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.b-inner-header__header-cell::before {
  right: 100%;
}
.b-inner-header__header-content {
  padding: calc(0.9875rem + 1.78125vw) 0;
  padding-right: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-inner-header__header-content {
    padding: 3.125rem 0;
  }
}
@media (max-width: 575.98px) {
  .b-inner-header__header-content {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1920px) {
  .b-inner-header__header-content {
    padding-right: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-header__header-content {
    padding-right: 1.25rem;
  }
}
.b-inner-header__header-content h1,
.b-inner-header__header-content h2,
.b-inner-header__header-content h3,
.b-inner-header__header-content h4,
.b-inner-header__header-content h5,
.b-inner-header__header-content h6,
.b-inner-header__header-content p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-inner-header__header-content h1,
  .b-inner-header__header-content h2,
  .b-inner-header__header-content h3,
  .b-inner-header__header-content h4,
  .b-inner-header__header-content h5,
  .b-inner-header__header-content h6,
  .b-inner-header__header-content p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-header__header-content h1,
  .b-inner-header__header-content h2,
  .b-inner-header__header-content h3,
  .b-inner-header__header-content h4,
  .b-inner-header__header-content h5,
  .b-inner-header__header-content h6,
  .b-inner-header__header-content p {
    margin-bottom: 1.25rem;
  }
}
.b-inner-header__header-content h1 {
  font-size: calc(1.125rem + 2.8125vw);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-inner-header__header-content h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-header__header-content h1 {
    font-size: 1.5rem;
  }
}

.b-inner-projects {
  position: relative;
}
.b-inner-projects__container {
  padding: 0;
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
@media (max-width: 859.98px) {
  .b-inner-projects__container {
    padding: 0;
  }
}
.b-inner-projects__items-container {
  margin: 0;
  margin-bottom: calc(-1.425rem - 5.0625vw);
}
@media (min-width: 1920px) {
  .b-inner-projects__items-container {
    margin-bottom: -7.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__items-container {
    margin-bottom: -2.5rem;
  }
}
.b-inner-projects__items {
  margin: 0;
  margin-bottom: calc(1.425rem + 5.0625vw);
}
@media (min-width: 1920px) {
  .b-inner-projects__items {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__items {
    margin-bottom: 2.5rem;
  }
}
.b-inner-projects__items > ._item {
  margin: 0;
  margin-bottom: calc(1.425rem + 5.0625vw);
}
@media (min-width: 1920px) {
  .b-inner-projects__items > ._item {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__items > ._item {
    margin-bottom: 2.5rem;
  }
}
.b-inner-projects__item > ._img {
  background-color: #0079C0;
  margin: 0;
  margin-bottom: calc(0.8625rem + 0.84375vw);
}
@media (min-width: 1920px) {
  .b-inner-projects__item > ._img {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__item > ._img {
    margin-bottom: 1.25rem;
  }
}
.b-inner-projects__item > ._img img {
  transition: transform 0.4s ease;
  will-change: transform;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .b-inner-projects__item > ._img img {
    transition: none;
    will-change: auto;
  }
}
.no-touchevents .b-inner-projects__item > ._img a:hover img {
  transform: scale(1.05);
}
.b-inner-projects__item a, .b-inner-projects__item a:focus, .b-inner-projects__item a:visited {
  color: #0079C0;
  text-decoration: none;
}
.no-touchevents .b-inner-projects__item a:hover {
  color: #0079C0;
  text-decoration: underline;
}
.b-inner-projects__item h1,
.b-inner-projects__item h2,
.b-inner-projects__item h3,
.b-inner-projects__item h4,
.b-inner-projects__item h5,
.b-inner-projects__item h6,
.b-inner-projects__item p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-inner-projects__item h1,
  .b-inner-projects__item h2,
  .b-inner-projects__item h3,
  .b-inner-projects__item h4,
  .b-inner-projects__item h5,
  .b-inner-projects__item h6,
  .b-inner-projects__item p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__item h1,
  .b-inner-projects__item h2,
  .b-inner-projects__item h3,
  .b-inner-projects__item h4,
  .b-inner-projects__item h5,
  .b-inner-projects__item h6,
  .b-inner-projects__item p {
    margin-bottom: 1.25rem;
  }
}
.b-inner-projects__item > ._sup h5 {
  font-weight: 600;
}
.b-inner-projects__item > ._text h2 {
  font-weight: 900;
}
.b-inner-projects__item > ._text h5 {
  font-weight: 500;
  width: 50%;
}
@media (max-width: 575.98px) {
  .b-inner-projects__item > ._text h5 {
    width: 100%;
  }
}
.b-inner-projects__item h2 {
  font-size: calc(1.075rem + 2.4375vw);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-inner-projects__item h2 {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__item h2 {
    font-size: 1rem;
  }
}
.b-inner-projects__item h5 {
  font-size: calc(0.825rem + 0.5625vw);
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-inner-projects__item h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-inner-projects__item h5 {
    font-size: 0.75rem;
  }
}

.b-section {
  position: relative;
  overflow-x: hidden;
}
.b-section--overflow {
  overflow: initial;
}
.b-section__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.b-section__grid--anchor-content {
  grid-template-areas: "a c c c c b";
}
.b-section__grid--anchor-content > ._anchor {
  grid-area: a;
}
.b-section__grid--anchor-content > ._content {
  grid-area: c;
}
.b-section__line {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: fixed;
  width: auto;
  height: auto;
  pointer-events: none;
}
.b-section__line > .container-fluid {
  display: flex;
  height: 100%;
}
.b-section__line-grid {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.b-section__line-grid > i {
  position: absolute;
  top: 0;
  bottom: 0;
}
.b-section__line-grid > i::before, .b-section__line-grid > i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  opacity: 0.05;
  z-index: 1;
}
.b-section__line-grid > i::before {
  background: #0079C0;
}
.b-section__line-grid > i::after {
  background: #FFFFFF;
}
.b-section__line-grid > i:nth-child(1) {
  left: 0%;
}
.b-section__line-grid > i:nth-child(2) {
  left: 16.6666666667%;
}
.b-section__line-grid > i:nth-child(3) {
  left: 33.3333333333%;
}
.b-section__line-grid > i:nth-child(4) {
  left: 66.6666666667%;
}
.b-section__line-grid > i:nth-child(5) {
  left: 83.3333333333%;
}
.b-section__line-grid > i:nth-child(6) {
  right: 0;
}
@media (max-width: 859.98px) {
  .b-section__line-grid > i:nth-child(2)::before, .b-section__line-grid > i:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 859.98px) {
  .b-section__line-grid > i:nth-child(3)::before, .b-section__line-grid > i:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 859.98px) {
  .b-section__line-grid > i:nth-child(4)::before, .b-section__line-grid > i:nth-child(4)::after {
    display: none;
  }
}
@media (max-width: 859.98px) {
  .b-section__line-grid > i:nth-child(5)::before, .b-section__line-grid > i:nth-child(5)::after {
    display: none;
  }
}
.b-section__anchor {
  font-size: calc(1.075rem + 2.4375vw);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section__anchor {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .b-section__anchor {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .b-section__anchor {
    margin-bottom: 1.25rem;
  }
}
.b-section__container {
  margin: 0;
  margin-bottom: calc(1.925rem + 8.8125vw);
}
@media (min-width: 1920px) {
  .b-section__container {
    margin-bottom: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section__container {
    margin-bottom: 2.5rem;
  }
}
.b-section__content {
  margin: 0;
  margin-bottom: calc(-0.8rem - 0.375vw);
}
@media (min-width: 1920px) {
  .b-section__content {
    margin-bottom: -1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section__content {
    margin-bottom: -1.25rem;
  }
}
.b-section__content > ._ {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section__content > ._ {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section__content > ._ {
    margin-bottom: 1.25rem;
  }
}

.b-section-about__content {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-about__content {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__content {
    margin-bottom: 1.25rem;
  }
}
.b-section-about__content h1,
.b-section-about__content h2,
.b-section-about__content h3,
.b-section-about__content h4,
.b-section-about__content h5,
.b-section-about__content h6,
.b-section-about__content p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-about__content h1,
  .b-section-about__content h2,
  .b-section-about__content h3,
  .b-section-about__content h4,
  .b-section-about__content h5,
  .b-section-about__content h6,
  .b-section-about__content p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__content h1,
  .b-section-about__content h2,
  .b-section-about__content h3,
  .b-section-about__content h4,
  .b-section-about__content h5,
  .b-section-about__content h6,
  .b-section-about__content p {
    margin-bottom: 1.25rem;
  }
}
.b-section-about__content h4 {
  font-size: calc(0.875rem + 0.9375vw);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-about__content h4 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__content h4 {
    font-size: 0.875rem;
  }
}
.b-section-about__img {
  position: relative;
  margin: 0;
  margin-top: calc(1.3rem + 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-about__img {
    margin-top: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img {
    margin-top: 1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-about__img {
    margin-bottom: 1.25rem;
  }
}
.b-section-about__img-content {
  position: relative;
  width: 75%;
}
@media (max-width: 859.98px) {
  .b-section-about__img-content {
    width: 100%;
  }
}
.b-section-about__img-content img {
  background: #b4cae3;
  display: block;
  width: 100%;
}
.b-section-about__img-content > ._copyright {
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: calc(0.8625rem + 0.84375vw);
  padding: 0.1875rem 0.3125rem;
  margin: 0;
  margin-left: calc(0.8625rem + 0.84375vw);
  margin-right: calc(0.8625rem + 0.84375vw);
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1D1F22;
}
@media (max-width: 575.98px) {
  .b-section-about__img-content > ._copyright {
    border-radius: 0.1875rem;
  }
}
@media (min-width: 1920px) {
  .b-section-about__img-content > ._copyright {
    bottom: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-content > ._copyright {
    bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-about__img-content > ._copyright {
    margin-left: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-content > ._copyright {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-about__img-content > ._copyright {
    margin-right: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-content > ._copyright {
    margin-right: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-content > ._copyright {
    font-size: 0.625rem;
  }
}
.b-section-about__img-content > ._copyright a, .b-section-about__img-content > ._copyright a:focus, .b-section-about__img-content > ._copyright a:visited {
  color: #0079C0;
  text-decoration: underline;
}
.no-touchevents .b-section-about__img-content > ._copyright a:hover {
  color: #0079C0;
  text-decoration: none;
}
.b-section-about__img-left {
  left: 0;
  top: calc(-1.3rem - 4.125vw);
  bottom: calc(1.3rem + 4.125vw);
  width: 33.3333333333%;
}
@media (min-width: 1920px) {
  .b-section-about__img-left {
    top: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-left {
    top: -1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-about__img-left {
    bottom: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-left {
    bottom: 1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-about__img-left {
    left: 0;
    width: 52%;
  }
}
.b-section-about__img-left::after {
  background-image: url(../img/bg--about-left.png);
  background-position: top right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-about__img-left::after {
    background-image: url(../img/bg--about-left--sm.png);
    background-position: top right;
  }
}
.b-section-about__img-right {
  right: 0;
  top: calc(1.3rem + 4.125vw);
  bottom: calc(-1.3rem - 4.125vw);
  width: 33.3333333333%;
}
@media (min-width: 1920px) {
  .b-section-about__img-right {
    top: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-right {
    top: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-about__img-right {
    bottom: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-about__img-right {
    bottom: -1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-about__img-right {
    width: 48%;
  }
}
.b-section-about__img-right::after {
  background-image: url(../img/bg--about-right.png);
  background-position: top right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-about__img-right::after {
    background-image: url(../img/bg--about-right--sm.png);
    background-position: bottom right;
  }
}

.b-section-facts__header {
  margin-bottom: calc(1.6125rem + 6.46875vw);
}
@media (min-width: 1920px) {
  .b-section-facts__header {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__header {
    margin-bottom: 2.5rem;
  }
}
.b-section-facts__header h1,
.b-section-facts__header h2,
.b-section-facts__header h3,
.b-section-facts__header h4,
.b-section-facts__header h5,
.b-section-facts__header h6,
.b-section-facts__header p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-facts__header h1,
  .b-section-facts__header h2,
  .b-section-facts__header h3,
  .b-section-facts__header h4,
  .b-section-facts__header h5,
  .b-section-facts__header h6,
  .b-section-facts__header p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__header h1,
  .b-section-facts__header h2,
  .b-section-facts__header h3,
  .b-section-facts__header h4,
  .b-section-facts__header h5,
  .b-section-facts__header h6,
  .b-section-facts__header p {
    margin-bottom: 1.25rem;
  }
}
.b-section-facts__header h2 {
  font-size: calc(1.075rem + 2.4375vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-facts__header h2 {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__header h2 {
    font-size: 1rem;
  }
}
.b-section-facts__header h3 {
  font-size: calc(0.975rem + 1.6875vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-facts__header h3 {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__header h3 {
    font-size: 1rem;
  }
}
.b-section-facts__header h4 {
  font-size: calc(0.875rem + 0.9375vw);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-facts__header h4 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__header h4 {
    font-size: 0.875rem;
  }
}
.b-section-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  column-gap: calc(1.05rem + 2.25vw);
  row-gap: calc(1.3rem + 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-facts__grid {
    column-gap: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .b-section-facts__grid {
    row-gap: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__grid {
    row-gap: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__grid {
    grid-template-columns: 1fr;
  }
}
.b-section-facts__item::before {
  content: "";
  display: block;
  background: url(../img/icon--globe.svg) no-repeat center center;
  background-size: contain;
  margin: 0;
  margin-bottom: calc(1.175rem + 3.1875vw);
  width: calc(0.975rem + 1.6875vw);
  height: calc(0.975rem + 1.6875vw);
}
@media (min-width: 1920px) {
  .b-section-facts__item::before {
    margin-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__item::before {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-facts__item::before {
    width: 3rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__item::before {
    width: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .b-section-facts__item::before {
    height: 3rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__item::before {
    height: 1.5rem;
  }
}
.b-section-facts__item-content {
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-facts__item-content {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__item-content {
    margin-bottom: 1.25rem;
  }
}
.b-section-facts__item-content h1,
.b-section-facts__item-content h2,
.b-section-facts__item-content h3,
.b-section-facts__item-content h4,
.b-section-facts__item-content h5,
.b-section-facts__item-content h6,
.b-section-facts__item-content p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-facts__item-content h1,
  .b-section-facts__item-content h2,
  .b-section-facts__item-content h3,
  .b-section-facts__item-content h4,
  .b-section-facts__item-content h5,
  .b-section-facts__item-content h6,
  .b-section-facts__item-content p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__item-content h1,
  .b-section-facts__item-content h2,
  .b-section-facts__item-content h3,
  .b-section-facts__item-content h4,
  .b-section-facts__item-content h5,
  .b-section-facts__item-content h6,
  .b-section-facts__item-content p {
    margin-bottom: 1.25rem;
  }
}
.b-section-facts__item-content p {
  font-size: calc(0.825rem + 0.5625vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-facts__item-content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-facts__item-content p {
    font-size: 0.75rem;
  }
}

.b-section-header {
  display: grid;
  position: relative;
  padding: 0;
}
.b-section-header__container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.b-section-header__container-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  background: #0079C0;
}
.b-section-header__container-bg::before, .b-section-header__container-bg::after {
  content: "";
  display: block;
  background-color: #0079C0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.b-section-header__container-bg::before {
  right: 100%;
}
.b-section-header__container-bg::after {
  left: 100%;
}
.b-section-header__container-center, .b-section-header__container-left {
  position: absolute;
  top: 0;
  bottom: 0;
}
.b-section-header__container-center::before, .b-section-header__container-left::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  content: "";
  background-color: #0079C0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.b-section-header__container-left {
  left: 0;
  width: 16.6666666667%;
}
@media (max-width: 859.98px) {
  .b-section-header__container-left {
    width: 52%;
  }
}
.b-section-header__container-left::before {
  background-image: url(../img/bg--header-left.png);
  background-position: top left;
}
.b-section-header__container-center {
  left: 16.6666666667%;
  width: 16.6666666667%;
}
.b-section-header__container-center::before {
  background-image: url(../img/bg--header-center.png);
  background-position: bottom right;
}
@media (max-width: 859.98px) {
  .b-section-header__container-center {
    display: none;
  }
}
.b-section-header__container-right {
  bottom: calc(-1.3rem - 4.125vw);
  top: 0;
  right: 0;
  width: 33.3333333333%;
}
@media (min-width: 1920px) {
  .b-section-header__container-right {
    bottom: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__container-right {
    bottom: -1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-header__container-right {
    width: 48%;
  }
}
.b-section-header__container-right::after {
  background-image: url(../img/bg--header-right.png);
  background-position: bottom right;
  background-size: 50% auto;
}
.b-section-header__container-pt {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .b-section-header__container-pt {
    padding-top: 60px;
  }
}
.b-section-header__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.b-section-header__grid > ._text {
  position: relative;
  width: 33.3333333333%;
  align-self: flex-start;
}
.b-section-header__grid > ._video {
  padding-top: calc(1.3rem + 4.125vw);
  position: relative;
  width: 66.6666666667%;
  align-self: flex-end;
}
@media (min-width: 1920px) {
  .b-section-header__grid > ._video {
    padding-top: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__grid > ._video {
    padding-top: 1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-header__grid {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .b-section-header__grid > ._text {
    width: 100%;
  }
  .b-section-header__grid > ._video {
    width: 100%;
  }
}
.b-section-header__text {
  padding: 0;
  padding-top: calc(0.9875rem + 1.78125vw);
  padding-bottom: calc(0.9875rem + 1.78125vw);
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  .b-section-header__text {
    padding-top: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__text {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text {
    padding-bottom: 1.25rem;
  }
}
.b-section-header__text h1,
.b-section-header__text h2,
.b-section-header__text h3,
.b-section-header__text h4,
.b-section-header__text h5,
.b-section-header__text h6,
.b-section-header__text p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
  text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 1920px) {
  .b-section-header__text h1,
  .b-section-header__text h2,
  .b-section-header__text h3,
  .b-section-header__text h4,
  .b-section-header__text h5,
  .b-section-header__text h6,
  .b-section-header__text p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text h1,
  .b-section-header__text h2,
  .b-section-header__text h3,
  .b-section-header__text h4,
  .b-section-header__text h5,
  .b-section-header__text h6,
  .b-section-header__text p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text h1,
  .b-section-header__text h2,
  .b-section-header__text h3,
  .b-section-header__text h4,
  .b-section-header__text h5,
  .b-section-header__text h6,
  .b-section-header__text p {
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  }
}
.b-section-header__text h1 {
  font-size: calc(1.3625rem + 4.59375vw);
  font-weight: bolder;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-header__text h1 {
    font-size: 6.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text h1 {
    font-size: 1.5rem;
  }
}
.b-section-header__text h2 {
  font-size: calc(0.975rem + 1.6875vw);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  width: 300%;
}
@media (min-width: 1920px) {
  .b-section-header__text h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text h2 {
    font-size: 1rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-header__text h2 {
    width: auto;
  }
}
.b-section-header__text h3 {
  font-size: calc(0.825rem + 0.5625vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-header__text h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text h3 {
    font-size: 0.75rem;
  }
}
.b-section-header__text p {
  font-size: calc(0.8rem + 0.375vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-header__text p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__text p {
    font-size: 0.75rem;
  }
}
.b-section-header__video {
  position: relative;
}
.b-section-header__video > ._iframe, .b-section-header__video > ._video {
  background: #b4cae3;
  position: relative;
}
.b-section-header__video > ._iframe > a, .b-section-header__video > ._iframe > video, .b-section-header__video > ._iframe > iframe, .b-section-header__video > ._video > a, .b-section-header__video > ._video > video, .b-section-header__video > ._video > iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  width: 100% !important;
  height: 100% !important;
}
.b-section-header__video > ._iframe > i, .b-section-header__video > ._video > i {
  content: "";
  display: block;
  padding: 0;
  padding-top: 56.25%;
}
.b-section-header__video > ._iframe img, .b-section-header__video > ._video img {
  background: #b4cae3;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.b-section-header__video > ._iframe > a::after, .b-section-header__video > ._video > a::after {
  transition: transform 0.4s ease;
  will-change: transform;
  content: "";
  background: url(../img/btn--play.svg) 50% 50% no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
}
@media (prefers-reduced-motion: reduce) {
  .b-section-header__video > ._iframe > a::after, .b-section-header__video > ._video > a::after {
    transition: none;
    will-change: auto;
  }
}
.no-touchevents .b-section-header__video > ._iframe > a:hover::after, .no-touchevents .b-section-header__video > ._video > a:hover::after {
  transform: scale(1.1);
}
.b-section-header__video > ._control {
  transition: opacity 0.4s ease;
  will-change: opacity;
  position: absolute;
  right: calc(0.8625rem + 0.84375vw);
  bottom: calc(0.8625rem + 0.84375vw);
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .b-section-header__video > ._control {
    transition: none;
    will-change: auto;
  }
}
@media (min-width: 1920px) {
  .b-section-header__video > ._control {
    right: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._control {
    right: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__video > ._control {
    bottom: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._control {
    bottom: 1.25rem;
  }
}
.no-touchevents .b-section-header__video:hover > ._control {
  opacity: 1;
}
.b-section-header__video > ._copyright {
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: calc(0.8625rem + 0.84375vw);
  padding: 0.1875rem 0.3125rem;
  margin: 0;
  margin-left: calc(0.8625rem + 0.84375vw);
  margin-right: calc(0.8625rem + 0.84375vw);
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1D1F22;
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._copyright {
    border-radius: 0.1875rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__video > ._copyright {
    bottom: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._copyright {
    bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__video > ._copyright {
    margin-left: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._copyright {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__video > ._copyright {
    margin-right: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._copyright {
    margin-right: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__video > ._copyright {
    font-size: 0.625rem;
  }
}
.b-section-header__video > ._copyright a, .b-section-header__video > ._copyright a:focus, .b-section-header__video > ._copyright a:visited {
  color: #0079C0;
  text-decoration: underline;
}
.no-touchevents .b-section-header__video > ._copyright a:hover {
  color: #0079C0;
  text-decoration: none;
}
.b-section-header__control {
  display: flex;
  align-items: flex-start;
  right: 0.625rem;
}
@media (max-width: 575.98px) {
  .b-section-header__control {
    right: 0.3125rem;
  }
}
.b-section-header__control-element {
  transition: background 0.4s ease;
  will-change: background;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  width: calc(1.05rem + 2.25vw);
  height: calc(1.05rem + 2.25vw);
}
@media (prefers-reduced-motion: reduce) {
  .b-section-header__control-element {
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__control-element {
    border-radius: 0.1875rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__control-element {
    width: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__control-element {
    width: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__control-element {
    height: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__control-element {
    height: 2.5rem;
  }
}
.no-touchevents .b-section-header__control-element:hover {
  background: #FFFFFF;
}
.b-section-header__control-element::before {
  content: "";
  display: block;
  width: calc(0.925rem + 1.3125vw);
  height: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-header__control-element::before {
    width: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__control-element::before {
    width: 1.875rem;
  }
}
@media (min-width: 1920px) {
  .b-section-header__control-element::before {
    height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-header__control-element::before {
    height: 1.875rem;
  }
}
.b-section-header__control-element.is-volume::before {
  background: url(../img/volume--unmute.svg) 50% 50% no-repeat;
  background-size: contain;
}
.b-section-header__control-element.is-volume.is-muted::before {
  background-image: url(../img/volume--mute.svg);
}

.b-section-hr {
  position: relative;
  padding: 0;
  margin: 0;
  height: calc(1.925rem + 8.8125vw);
}
@media (min-width: 1920px) {
  .b-section-hr {
    height: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-hr {
    height: 2.5rem;
  }
}
.b-section-hr__line {
  background-color: #0079C0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
}
.b-section-hr__left {
  left: 0;
  top: 0;
  bottom: 50%;
  width: 33.3333333333%;
}
@media (max-width: 859.98px) {
  .b-section-hr__left {
    width: 52%;
  }
}
.b-section-hr__left::after {
  background-image: url(../img/bg--footer-left.png);
  background-position: top right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-hr__left::after {
    display: none;
  }
}
.b-section-hr__right {
  right: 0;
  top: 0;
  bottom: 0;
  width: 33.3333333333%;
}
@media (max-width: 859.98px) {
  .b-section-hr__right {
    width: 48%;
  }
}
.b-section-hr__right::after {
  background-image: url(../img/bg--footer-right.png);
  background-position: top right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-hr__right::after {
    background-image: url(../img/bg--footer-right--sm.png);
    background-position: bottom right;
  }
}

.b-section-news__img {
  position: relative;
  margin: 0;
  margin-top: calc(1.3rem + 4.125vw);
  margin-bottom: calc(1.3rem + 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-news__img {
    margin-top: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__img {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-news__img {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__img {
    margin-bottom: 1.25rem;
  }
}
.b-section-news__img-content {
  position: relative;
  margin: 0;
  margin-left: 16.6666666667%;
  width: 75%;
}
@media (max-width: 859.98px) {
  .b-section-news__img-content {
    margin: 0;
    width: 100%;
  }
}
.b-section-news__img-content img {
  background: #b4cae3;
  display: block;
  width: 100%;
}
.b-section-news__img-content.is-transparent img {
  background: transparent;
}
.b-section-news__img-left {
  left: 0;
  width: 33.3333333333%;
  top: calc(-1.3rem - 4.125vw);
  bottom: calc(1.3rem + 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-news__img-left {
    top: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__img-left {
    top: -1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-news__img-left {
    bottom: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__img-left {
    bottom: 1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-news__img-left {
    width: 52%;
  }
}
.b-section-news__img-left::after {
  background-image: url(../img/bg--news-left.png);
  background-position: top left;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-news__img-left::after {
    background-image: url(../img/bg--news-left--sm.png);
    background-position: top right;
  }
}
.b-section-news__img-right {
  right: 0;
  width: 33.3333333333%;
  top: calc(1.3rem + 4.125vw);
  bottom: calc(-1.3rem - 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-news__img-right {
    top: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__img-right {
    top: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-news__img-right {
    bottom: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__img-right {
    bottom: -1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-news__img-right {
    width: 48%;
  }
}
.b-section-news__img-right::after {
  background-image: url(../img/bg--news-right.png);
  background-position: top right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-news__img-right::after {
    background-image: url(../img/bg--news-right--sm.png);
    background-position: bottom right;
  }
}
.b-section-news__header-grid {
  margin-bottom: calc(1.6125rem + 6.46875vw);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-news__header-grid {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__header-grid {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .b-section-news__header-grid {
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__header-grid {
    gap: 0.625rem;
  }
}
.b-section-news__header-grid > ._text {
  flex: 1 0 0;
  max-width: 100%;
  align-self: flex-start;
}
.b-section-news__header-grid > ._larr, .b-section-news__header-grid > ._rarr {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  min-height: calc(1.155rem + 3.0375vw);
}
@media (min-width: 1920px) {
  .b-section-news__header-grid > ._larr, .b-section-news__header-grid > ._rarr {
    min-height: 4.8rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__header-grid > ._larr, .b-section-news__header-grid > ._rarr {
    min-height: 1.2rem;
  }
}
.b-section-news__header-text h1,
.b-section-news__header-text h2,
.b-section-news__header-text h3,
.b-section-news__header-text h4,
.b-section-news__header-text h5,
.b-section-news__header-text h6,
.b-section-news__header-text p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-news__header-text h1,
  .b-section-news__header-text h2,
  .b-section-news__header-text h3,
  .b-section-news__header-text h4,
  .b-section-news__header-text h5,
  .b-section-news__header-text h6,
  .b-section-news__header-text p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__header-text h1,
  .b-section-news__header-text h2,
  .b-section-news__header-text h3,
  .b-section-news__header-text h4,
  .b-section-news__header-text h5,
  .b-section-news__header-text h6,
  .b-section-news__header-text p {
    margin-bottom: 1.25rem;
  }
}
.b-section-news__header-text h2 {
  font-size: calc(1.075rem + 2.4375vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-news__header-text h2 {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__header-text h2 {
    font-size: 1rem;
  }
}
.b-section-news__grid {
  display: flex;
  flex-wrap: nowrap;
  column-gap: calc(1.05rem + 2.25vw);
}
@media (min-width: 1920px) {
  .b-section-news__grid {
    column-gap: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__grid {
    column-gap: 0.625rem;
  }
}
.swiper-initialized .b-section-news__grid {
  column-gap: 0 !important;
}
.b-section-news__grid > ._item {
  display: flex;
  width: 33.33333333%;
  height: auto !important;
}
@media (max-width: 1475.98px) {
  .b-section-news__grid > ._item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__grid > ._item {
    width: 100%;
  }
}
.b-section-news__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b-section-news__item > ._date {
  font-size: calc(0.775rem + 0.1875vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding: 0;
  padding-bottom: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-news__item > ._date {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item > ._date {
    font-size: 0.625rem;
  }
}
@media (min-width: 1920px) {
  .b-section-news__item > ._date {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item > ._date {
    padding-bottom: 1.25rem;
  }
}
.b-section-news__item > ._title {
  padding: 0;
  padding-bottom: calc(1.175rem + 3.1875vw);
  height: 100%;
}
@media (min-width: 1920px) {
  .b-section-news__item > ._title {
    padding-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item > ._title {
    padding-bottom: 1.25rem;
  }
}
.b-section-news__item > ._title a {
  transition: color 0.4s ease;
  will-change: color;
}
@media (prefers-reduced-motion: reduce) {
  .b-section-news__item > ._title a {
    transition: none;
    will-change: auto;
  }
}
.b-section-news__item > ._title a, .b-section-news__item > ._title a:focus, .b-section-news__item > ._title a:visited {
  color: #1D1F22;
  text-decoration: none;
}
.no-touchevents .b-section-news__item > ._title a:hover {
  color: #0079C0;
  text-decoration: none;
}
.b-section-news__item > ._content > div {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}
.b-section-news__item > ._sub {
  padding: 0;
  padding-top: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-news__item > ._sub {
    padding-top: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item > ._sub {
    padding-top: 1.25rem;
  }
}
.b-section-news__item > ._content a, .b-section-news__item > ._content a:focus, .b-section-news__item > ._content a:visited, .b-section-news__item > ._sub a, .b-section-news__item > ._sub a:focus, .b-section-news__item > ._sub a:visited {
  color: #0079C0;
  text-decoration: none;
}
.no-touchevents .b-section-news__item > ._content a:hover, .no-touchevents .b-section-news__item > ._sub a:hover {
  color: #0079C0;
  text-decoration: underline;
}
.b-section-news__item h1,
.b-section-news__item h2,
.b-section-news__item h3,
.b-section-news__item h4,
.b-section-news__item h5,
.b-section-news__item h6,
.b-section-news__item p {
  margin: 0;
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-news__item h1,
  .b-section-news__item h2,
  .b-section-news__item h3,
  .b-section-news__item h4,
  .b-section-news__item h5,
  .b-section-news__item h6,
  .b-section-news__item p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item h1,
  .b-section-news__item h2,
  .b-section-news__item h3,
  .b-section-news__item h4,
  .b-section-news__item h5,
  .b-section-news__item h6,
  .b-section-news__item p {
    margin-bottom: 0.625rem;
  }
}
.b-section-news__item h4 {
  font-size: calc(0.825rem + 0.5625vw);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-news__item h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item h4 {
    font-size: 0.875rem;
  }
}
.b-section-news__item > ._content, .b-section-news__item > ._sub,
.b-section-news__item p {
  font-size: calc(0.775rem + 0.1875vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-news__item > ._content, .b-section-news__item > ._sub,
  .b-section-news__item p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-news__item > ._content, .b-section-news__item > ._sub,
  .b-section-news__item p {
    font-size: 0.75rem;
  }
}

.b-section-quote {
  position: relative;
}
.b-section-quote__grid {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 0;
}
@media (max-width: 859.98px) {
  .b-section-quote__grid {
    flex-wrap: wrap;
  }
}
.b-section-quote__grid > ._sub {
  padding: 0;
  padding-bottom: calc(1.925rem + 8.8125vw);
  width: 33.33333333%;
}
@media (min-width: 1920px) {
  .b-section-quote__grid > ._sub {
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-quote__grid > ._sub {
    width: 100%;
    padding: 0;
  }
}
.b-section-quote__grid > ._text {
  padding: 0;
  padding-top: calc(1.925rem + 8.8125vw);
  width: 66.66666667%;
}
@media (min-width: 1920px) {
  .b-section-quote__grid > ._text {
    padding-top: 12.5rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-quote__grid > ._text {
    width: 100%;
    padding: 0;
  }
}
.b-section-quote__sub {
  display: flex;
  position: relative;
  height: 100%;
}
.b-section-quote__sub::before {
  right: -25%;
}
@media (max-width: 859.98px) {
  .b-section-quote__sub::before {
    width: auto;
    left: calc(-0.925rem - 1.3125vw);
    right: calc(-0.925rem - 1.3125vw);
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__sub::before {
    left: -2.5rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__sub::before {
    right: -2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub::before {
    width: auto;
    left: -0.625rem;
    right: -0.625rem;
  }
}
.b-section-quote__sub::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  background-image: url(../img/bg--quote-left.png);
  background-position: top left;
  background-size: 50% auto;
}
@media (max-width: 575.98px) {
  .b-section-quote__sub::after {
    background-size: 50% auto;
  }
}
.b-section-quote__sub-content {
  color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  padding-top: calc(1.925rem + 8.8125vw);
  padding-bottom: calc(1.925rem + 8.8125vw);
  margin: 0;
  margin-left: 25%;
  z-index: 1;
}
@media (min-width: 1920px) {
  .b-section-quote__sub-content {
    padding-top: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub-content {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .b-section-quote__sub-content {
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub-content {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-quote__sub-content {
    margin: 0;
  }
}
.b-section-quote__sub-content > ._top {
  height: 100%;
}
.b-section-quote__sub-content > ._bottom {
  padding: 0;
  padding-top: calc(1.05rem + 2.25vw);
}
@media (min-width: 1920px) {
  .b-section-quote__sub-content > ._bottom {
    padding-top: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub-content > ._bottom {
    padding-top: 1.25rem;
  }
}
.b-section-quote__sub-content > ._top, .b-section-quote__sub-content > ._bottom {
  padding: 0;
  padding-top: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-quote__sub-content > ._top, .b-section-quote__sub-content > ._bottom {
    padding-top: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub-content > ._top, .b-section-quote__sub-content > ._bottom {
    padding-top: 1.25rem;
  }
}
.b-section-quote__sub-content > ._top .b-header-sup, .b-section-quote__sub-content > ._bottom .b-header-sup {
  margin: 0;
  margin-bottom: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-quote__sub-content > ._top .b-header-sup, .b-section-quote__sub-content > ._bottom .b-header-sup {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub-content > ._top .b-header-sup, .b-section-quote__sub-content > ._bottom .b-header-sup {
    margin-bottom: 1.25rem;
  }
}
.b-section-quote__sub-content > ._top,
.b-section-quote__sub-content > ._top p, .b-section-quote__sub-content > ._bottom,
.b-section-quote__sub-content > ._bottom p {
  font-size: calc(0.775rem + 0.1875vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1920px) {
  .b-section-quote__sub-content > ._top,
  .b-section-quote__sub-content > ._top p, .b-section-quote__sub-content > ._bottom,
  .b-section-quote__sub-content > ._bottom p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__sub-content > ._top,
  .b-section-quote__sub-content > ._top p, .b-section-quote__sub-content > ._bottom,
  .b-section-quote__sub-content > ._bottom p {
    font-size: 0.875rem;
  }
}
.b-section-quote__text {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 859.98px) {
  .b-section-quote__text::before {
    width: auto;
    left: calc(-0.925rem - 1.3125vw);
    right: calc(-0.925rem - 1.3125vw);
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__text::before {
    left: -2.5rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__text::before {
    right: -2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text::before {
    width: auto;
    left: -0.625rem;
    right: -0.625rem;
  }
}
.b-section-quote__text::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-image: url(../img/bg--quotes-center.png);
  background-position: bottom right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-quote__text::after {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text::after {
    background-size: 50% auto;
  }
}
.b-section-quote__text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "t i";
  column-gap: 0;
  height: 100%;
}
.b-section-quote__text-grid > ._text {
  grid-area: t;
}
.b-section-quote__text-grid > ._img {
  grid-area: i;
}
@media (max-width: 575.98px) {
  .b-section-quote__text-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "i" "t";
  }
}
.b-section-quote__text-content, .b-section-quote__text-img {
  margin: 0;
  padding: 0;
  padding-top: calc(1.925rem + 8.8125vw);
  padding-bottom: calc(1.925rem + 8.8125vw);
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  .b-section-quote__text-content, .b-section-quote__text-img {
    padding-top: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content, .b-section-quote__text-img {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .b-section-quote__text-content, .b-section-quote__text-img {
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content, .b-section-quote__text-img {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-quote__text-content, .b-section-quote__text-img {
    padding-top: 0;
  }
}
.b-section-quote__text-content {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 25%;
}
@media (max-width: 859.98px) {
  .b-section-quote__text-content {
    margin: 0;
  }
}
.b-section-quote__text-content h1,
.b-section-quote__text-content h2,
.b-section-quote__text-content h3,
.b-section-quote__text-content h4,
.b-section-quote__text-content h5,
.b-section-quote__text-content h6,
.b-section-quote__text-content p {
  margin-bottom: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-quote__text-content h1,
  .b-section-quote__text-content h2,
  .b-section-quote__text-content h3,
  .b-section-quote__text-content h4,
  .b-section-quote__text-content h5,
  .b-section-quote__text-content h6,
  .b-section-quote__text-content p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content h1,
  .b-section-quote__text-content h2,
  .b-section-quote__text-content h3,
  .b-section-quote__text-content h4,
  .b-section-quote__text-content h5,
  .b-section-quote__text-content h6,
  .b-section-quote__text-content p {
    margin-bottom: 1.25rem;
  }
}
.b-section-quote__text-content > ._sup,
.b-section-quote__text-content > ._sup p, .b-section-quote__text-content > ._sub,
.b-section-quote__text-content > ._sub p {
  font-size: calc(0.775rem + 0.1875vw);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media (min-width: 1920px) {
  .b-section-quote__text-content > ._sup,
  .b-section-quote__text-content > ._sup p, .b-section-quote__text-content > ._sub,
  .b-section-quote__text-content > ._sub p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content > ._sup,
  .b-section-quote__text-content > ._sup p, .b-section-quote__text-content > ._sub,
  .b-section-quote__text-content > ._sub p {
    font-size: 0.75rem;
  }
}
.b-section-quote__text-content > ._sup {
  padding: 0;
  padding-bottom: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-quote__text-content > ._sup {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content > ._sup {
    padding-bottom: 1.25rem;
  }
}
.b-section-quote__text-content > ._text {
  font-size: calc(0.825rem + 0.5625vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  height: 100%;
}
@media (min-width: 1920px) {
  .b-section-quote__text-content > ._text {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content > ._text {
    font-size: 0.875rem;
  }
}
.b-section-quote__text-content > ._sub {
  padding: 0;
  padding-top: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .b-section-quote__text-content > ._sub {
    padding-top: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-content > ._sub {
    padding-top: 1.25rem;
  }
}
.b-section-quote__text-content a, .b-section-quote__text-content a:focus, .b-section-quote__text-content a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.no-touchevents .b-section-quote__text-content a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.b-section-quote__text-img img {
  background: #b4cae3;
  display: block;
  margin: 0;
  margin-left: auto;
  width: auto;
  max-width: 75%;
}
@media (max-width: 575.98px) {
  .b-section-quote__text-img img {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__text-img {
    padding-bottom: 1.25rem;
  }
}
.b-section-quote__control {
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(1.925rem + 8.8125vw);
  width: 33.3333333333%;
}
@media (min-width: 1920px) {
  .b-section-quote__control {
    height: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-quote__control {
    height: 0;
  }
}
@media (max-width: 859.98px) {
  .b-section-quote__control {
    background: #FFFFFF;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin-left: calc(-0.925rem - 1.3125vw);
    margin-right: calc(-0.925rem - 1.3125vw);
    padding-left: calc(0.925rem + 1.3125vw);
    padding-right: calc(0.925rem + 1.3125vw);
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control {
    margin-left: -2.5rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control {
    margin-left: -0.625rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control {
    margin-right: -2.5rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control {
    margin-right: -0.625rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control {
    padding-left: 2.5rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control {
    padding-left: 0.625rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control {
    padding-right: 2.5rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control {
    padding-right: 0.625rem;
  }
}
.b-section-quote__control-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
}
.b-section-quote__control-inner > ._bar {
  width: 50%;
}
.b-section-quote__control-inner > ._arr {
  width: 25%;
  justify-self: flex-end;
  padding: 0;
  padding-left: calc(0.8rem + 0.375vw);
}
@media (min-width: 1920px) {
  .b-section-quote__control-inner > ._arr {
    padding-left: 1.25rem;
  }
}
.b-section-quote__control-inner > ._arr .b-arr--right {
  margin-left: auto;
}
@media (max-width: 859.98px) {
  .b-section-quote__control-inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    padding-top: calc(0.8rem + 0.375vw);
    padding-bottom: calc(0.8rem + 0.375vw);
    column-gap: calc(0.8rem + 0.375vw);
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control-inner {
    padding-top: 1.25rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control-inner {
    padding-top: 1.25rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control-inner {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control-inner {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 859.98px) and (min-width: 1920px) {
  .b-section-quote__control-inner {
    column-gap: 1.25rem;
  }
}
@media (max-width: 859.98px) and (max-width: 575.98px) {
  .b-section-quote__control-inner {
    column-gap: 0.625rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-quote__control-inner > ._bar {
    flex: 1 0 0;
    max-width: 100%;
    overflow: hidden;
  }
  .b-section-quote__control-inner > ._arr {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    padding: 0;
  }
}

.b-section-train__img {
  position: relative;
  margin: 0;
  margin-top: calc(1.3rem + 4.125vw);
  margin-bottom: calc(1.3rem + 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-train__img {
    margin-top: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-train__img {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-train__img {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-train__img {
    margin-bottom: 1.25rem;
  }
}
.b-section-train__img-content {
  position: relative;
  margin: 0;
  width: 75%;
}
.b-section-train__img-content::before {
  display: block;
  content: "";
  padding-top: 43.75%;
}
@media (max-width: 859.98px) {
  .b-section-train__img-content {
    margin: 0;
    width: 100%;
  }
}
.b-section-train__img-content img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: 100%;
}
.b-section-train__img-left {
  left: 0;
  width: 16.6666666667%;
  top: calc(-1.3rem - 4.125vw);
  bottom: calc(-1.3rem - 4.125vw);
}
@media (min-width: 1920px) {
  .b-section-train__img-left {
    top: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-train__img-left {
    top: -1.25rem;
  }
}
@media (min-width: 1920px) {
  .b-section-train__img-left {
    bottom: -6.25rem;
  }
}
@media (max-width: 575.98px) {
  .b-section-train__img-left {
    bottom: -1.25rem;
  }
}
@media (max-width: 859.98px) {
  .b-section-train__img-left {
    width: 0;
  }
}
.b-section-train__img-left::after {
  background-image: url(../img/bg--news-left.png);
  background-position: top left;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-train__img-left::after {
    background-image: url(../img/bg--news-left--sm.png);
    background-position: top right;
  }
}
.b-section-train__img-right {
  right: 0;
  width: 16.6666666667%;
  top: 0;
  bottom: 0;
}
@media (max-width: 859.98px) {
  .b-section-train__img-right {
    width: 0;
  }
}
.b-section-train__img-right::after {
  background-image: url(../img/bg--news-right.png);
  background-position: top right;
  background-size: 50% auto;
}
@media (max-width: 859.98px) {
  .b-section-train__img-right::after {
    background-image: url(../img/bg--news-right--sm.png);
    background-position: bottom right;
  }
}

.app {
  position: relative;
}

.container, .container-fluid {
  margin: auto;
  padding: 0;
  padding-left: calc(0.925rem + 1.3125vw);
  padding-right: calc(0.925rem + 1.3125vw);
}
@media (min-width: 1920px) {
  .container, .container-fluid {
    padding-left: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .container, .container-fluid {
    padding-left: 0.625rem;
  }
}
@media (min-width: 1920px) {
  .container, .container-fluid {
    padding-right: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .container, .container-fluid {
    padding-right: 0.625rem;
  }
}
.container-fluid {
  width: 100%;
  max-width: 1920px;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

#fade {
  transition: opacity 0.4s ease;
  will-change: opacity;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  #fade {
    transition: none;
    will-change: auto;
  }
}
#fade.hide {
  display: none;
}
#fade.fade-out {
  opacity: 0;
}

/*# sourceMappingURL=default.css.map */
