@charset "UTF-8";
/**
 * Global reset
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #134D8B;
  --secondary: #C72127;
  --success: #818181;
  --info: #F2F6F9;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1700px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #134D8B;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0a2848;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1700px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdcddf;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #84a2c3;
}

.table-hover .table-primary:hover {
  background-color: #acc0d7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #acc0d7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #efc1c3;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e28c8f;
}

.table-hover .table-secondary:hover {
  background-color: #eaadaf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #eaadaf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: gainsboro;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #bdbdbd;
}

.table-hover .table-success:hover {
  background-color: #cfcfcf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cfcfcf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #fbfcfd;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #f8fafc;
}

.table-hover .table-info:hover {
  background-color: #eaeff5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #eaeff5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1699.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #398ce4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #818181;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #818181;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23818181' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #818181;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #818181;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #818181;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #818181;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #9b9b9b;
  background-color: #9b9b9b;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #818181;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #818181;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #818181;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #134D8B;
  border-color: #134D8B;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0e3a69;
  border-color: #0d345e;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 104, 156, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #134D8B;
  border-color: #134D8B;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d345e;
  border-color: #0b2e53;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 104, 156, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #C72127;
  border-color: #C72127;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #a61c21;
  border-color: #9b1a1e;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 66, 71, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #C72127;
  border-color: #C72127;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #9b1a1e;
  border-color: #90181c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 66, 71, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-success:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #686868;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #686868;
  border-color: #616161;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #F2F6F9;
  border-color: #F2F6F9;
}

.btn-info:hover {
  color: #212529;
  background-color: #d8e4ed;
  border-color: #cfdee9;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 215, 218, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #F2F6F9;
  border-color: #F2F6F9;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #cfdee9;
  border-color: #c6d8e5;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 215, 218, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #134D8B;
  border-color: #134D8B;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #134D8B;
  border-color: #134D8B;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #134D8B;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #134D8B;
  border-color: #134D8B;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.5);
}

.btn-outline-secondary {
  color: #C72127;
  border-color: #C72127;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #C72127;
  border-color: #C72127;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 33, 39, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #C72127;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #C72127;
  border-color: #C72127;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 33, 39, 0.5);
}

.btn-outline-success {
  color: #818181;
  border-color: #818181;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #818181;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.btn-outline-info {
  color: #F2F6F9;
  border-color: #F2F6F9;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #F2F6F9;
  border-color: #F2F6F9;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 246, 249, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #F2F6F9;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #F2F6F9;
  border-color: #F2F6F9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 246, 249, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #134D8B;
  text-decoration: none;
}

.btn-link:hover {
  color: #0a2848;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1700px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #134D8B;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

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

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #134D8B;
  background-color: #134D8B;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #398ce4;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #66a6ea;
  border-color: #66a6ea;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #134D8B;
  background-color: #134D8B;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 77, 139, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(19, 77, 139, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 77, 139, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 77, 139, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #398ce4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #398ce4;
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #134D8B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #66a6ea;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #134D8B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #66a6ea;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #134D8B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #66a6ea;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #134D8B;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1699.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1700px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #134D8B;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0a2848;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #134D8B;
  border-color: #134D8B;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #134D8B;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0d345e;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 77, 139, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #C72127;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #9b1a1e;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 33, 39, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #818181;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #686868;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #F2F6F9;
}

a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #cfdee9;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 246, 249, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0a2848;
  background-color: #d0dbe8;
  border-color: #bdcddf;
}

.alert-primary hr {
  border-top-color: #acc0d7;
}

.alert-primary .alert-link {
  color: #040f1b;
}

.alert-secondary {
  color: #671114;
  background-color: #f4d3d4;
  border-color: #efc1c3;
}

.alert-secondary hr {
  border-top-color: #eaadaf;
}

.alert-secondary .alert-link {
  color: #3b0a0c;
}

.alert-success {
  color: #434343;
  background-color: #e6e6e6;
  border-color: gainsboro;
}

.alert-success hr {
  border-top-color: #cfcfcf;
}

.alert-success .alert-link {
  color: #2a2a2a;
}

.alert-info {
  color: #7e8081;
  background-color: #fcfdfe;
  border-color: #fbfcfd;
}

.alert-info hr {
  border-top-color: #eaeff5;
}

.alert-info .alert-link {
  color: #656667;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #134D8B;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #134D8B;
  border-color: #134D8B;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1700px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0a2848;
  background-color: #bdcddf;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a2848;
  background-color: #acc0d7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a2848;
  border-color: #0a2848;
}

.list-group-item-secondary {
  color: #671114;
  background-color: #efc1c3;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #671114;
  background-color: #eaadaf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #671114;
  border-color: #671114;
}

.list-group-item-success {
  color: #434343;
  background-color: gainsboro;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #434343;
  background-color: #cfcfcf;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.list-group-item-info {
  color: #7e8081;
  background-color: #fbfcfd;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #7e8081;
  background-color: #eaeff5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #7e8081;
  border-color: #7e8081;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #134D8B !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0d345e !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9b1a1e !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #686868 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #cfdee9 !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #134D8B !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1700px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1700px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1700px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1700px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #134D8B !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0a2848 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #85161a !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #5b5b5b !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #bed2e1 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.sectionSlider {
  position: relative !important;
}

.sectionSlider .secHeading__title {
  padding-right: 76px;
}

@media (min-width: 992px) {
  .sectionSlider .secHeading__title {
    padding-right: 95px;
  }
}

.sectionSlider .secHeading--center .secHeading__title {
  padding-right: 0px;
}

.sectionSlider .slick-slider {
  position: unset;
  margin-bottom: 0px;
}

.sectionSlider .slick-arrow {
  top: 15px;
}

@media (min-width: 992px) {
  .sectionSlider .slick-arrow {
    top: 27px;
  }
}

.sectionSlider .slick-prev {
  left: calc(100% - 68px);
}

@media (min-width: 992px) {
  .sectionSlider .slick-prev {
    left: calc(100% - 80px);
  }
}

.sectionSlider .slick-next {
  right: 0px;
}

.sectionSlider .slick-dots {
  position: relative;
  bottom: 0px;
}

.sectionSlider .slick-dots li {
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
}

.sectionSlider .slick-dots li button {
  width: 100%;
  height: 100%;
  position: relative;
}

.sectionSlider .slick-dots li button::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.64851' y='8.48438' width='11' height='11' transform='rotate(-45 1.64851 8.48438)' stroke='%23C0C0C0'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sectionSlider .slick-dots li.slick-active button::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.96875' y='8.48438' width='12' height='12' transform='rotate(-45 0.96875 8.48438)' fill='%23C72127'/%3E%3C/svg%3E%0A");
}

.sectionSlider--noBlockInfo {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .sectionSlider--noBlockInfo {
    padding-top: 86px;
  }
}

@media (min-width: 992px) {
  .sectionSlider--noBlockInfo {
    padding-top: 100px;
  }
}

.slick-slide {
  user-select: text;
}

.slick-arrow {
  border: 1px solid #C72127;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #fff !important;
  z-index: 500;
}

@media (min-width: 992px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
}

.slick-arrow::before {
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

@media (min-width: 992px) {
  .slick-arrow:hover {
    transition: all 0.5s;
    background-color: #C72127 !important;
  }
}

.slick-arrow[aria-disabled="true"] {
  border: 1px solid #818181;
}

.slick-arrow[aria-disabled="true"]:hover {
  background-color: unset !important;
  cursor: auto;
}

.slick-prev::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9783 5.81877L10.7683 9.02877L8.79828 10.9888C7.96828 11.8188 7.96828 13.1688 8.79828 13.9988L13.9783 19.1788C14.6583 19.8588 15.8183 19.3688 15.8183 18.4188V12.8088V6.57877C15.8183 5.61877 14.6583 5.13877 13.9783 5.81877Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .slick-prev:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9783 5.81877L10.7683 9.02877L8.79828 10.9888C7.96828 11.8188 7.96828 13.1688 8.79828 13.9988L13.9783 19.1788C14.6583 19.8588 15.8183 19.3688 15.8183 18.4188V12.8088V6.57877C15.8183 5.61877 14.6583 5.13877 13.9783 5.81877Z' fill='white'/%3E%3C/svg%3E");
  }
}

.slick-prev[aria-disabled="true"]::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9783 5.81877L10.7683 9.02877L8.79828 10.9888C7.96828 11.8188 7.96828 13.1688 8.79828 13.9988L13.9783 19.1788C14.6583 19.8588 15.8183 19.3688 15.8183 18.4188V12.8088V6.57877C15.8183 5.61877 14.6583 5.13877 13.9783 5.81877Z' fill='%23818181'/%3E%3C/svg%3E%0A");
}

.slick-next::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5122 11.1559L13.5422 9.18594L10.3322 5.97594C9.65219 5.30594 8.49219 5.78594 8.49219 6.74594V12.9759V18.5859C8.49219 19.5459 9.65219 20.0259 10.3322 19.3459L15.5122 14.1659C16.3422 13.3459 16.3422 11.9859 15.5122 11.1559Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .slick-next:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6726 13.4683L14.6726 13.4683L14.6694 13.4715L9.48936 18.6516C9.28044 18.8605 8.92969 18.7117 8.92969 18.4219V12.8119V6.58188C8.92969 6.29222 9.28275 6.14097 9.49186 6.34471L12.6994 9.55221L14.6694 11.5222C15.2083 12.0611 15.2036 12.9437 14.6726 13.4683Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  }
}

.slick-next[aria-disabled="true"]::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6726 13.4683L14.6726 13.4683L14.6694 13.4715L9.48936 18.6516C9.28044 18.8605 8.92969 18.7117 8.92969 18.4219V12.8119V6.58188C8.92969 6.29222 9.28275 6.14097 9.49186 6.34471L12.6994 9.55221L14.6694 11.5222C15.2083 12.0611 15.2036 12.9437 14.6726 13.4683Z' fill='%23818181' stroke='%23818181' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.slick--bg .slick-arrow {
  border: 1px solid white;
  background: none !important;
}

@media (min-width: 992px) {
  .slick--bg .slick-arrow:hover {
    transition: all 0.5s;
    background-color: white !important;
  }
}

.slick--bg .slick-arrow[aria-disabled="true"]:hover {
  background-color: unset !important;
}

.slick--bg .slick-prev::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9783 5.81877L10.7683 9.02877L8.79828 10.9888C7.96828 11.8188 7.96828 13.1688 8.79828 13.9988L13.9783 19.1788C14.6583 19.8588 15.8183 19.3688 15.8183 18.4188V12.8088V6.57877C15.8183 5.61877 14.6583 5.13877 13.9783 5.81877Z' fill='white'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .slick--bg .slick-prev:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9783 5.81877L10.7683 9.02877L8.79828 10.9888C7.96828 11.8188 7.96828 13.1688 8.79828 13.9988L13.9783 19.1788C14.6583 19.8588 15.8183 19.3688 15.8183 18.4188V12.8088V6.57877C15.8183 5.61877 14.6583 5.13877 13.9783 5.81877Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
  }
}

.slick--bg .slick-prev[aria-disabled="true"]::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9783 5.81877L10.7683 9.02877L8.79828 10.9888C7.96828 11.8188 7.96828 13.1688 8.79828 13.9988L13.9783 19.1788C14.6583 19.8588 15.8183 19.3688 15.8183 18.4188V12.8088V6.57877C15.8183 5.61877 14.6583 5.13877 13.9783 5.81877Z' fill='white'/%3E%3C/svg%3E");
}

.slick--bg .slick-next::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6726 13.4683L14.6726 13.4683L14.6694 13.4715L9.48936 18.6516C9.28044 18.8605 8.92969 18.7117 8.92969 18.4219V12.8119V6.58188C8.92969 6.29222 9.28275 6.14097 9.49186 6.34471L12.6994 9.55221L14.6694 11.5222C15.2083 12.0611 15.2036 12.9437 14.6726 13.4683Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .slick--bg .slick-next:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5122 11.1559L13.5422 9.18594L10.3322 5.97594C9.65219 5.30594 8.49219 5.78594 8.49219 6.74594V12.9759V18.5859C8.49219 19.5459 9.65219 20.0259 10.3322 19.3459L15.5122 14.1659C16.3422 13.3459 16.3422 11.9859 15.5122 11.1559Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
  }
}

.slick--bg .slick-next[aria-disabled="true"]::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6726 13.4683L14.6726 13.4683L14.6694 13.4715L9.48936 18.6516C9.28044 18.8605 8.92969 18.7117 8.92969 18.4219V12.8119V6.58188C8.92969 6.29222 9.28275 6.14097 9.49186 6.34471L12.6994 9.55221L14.6694 11.5222C15.2083 12.0611 15.2036 12.9437 14.6726 13.4683Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.slick--bg .slick-dots li.slick-active button::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.078125' y='8.5332' width='12' height='12' transform='rotate(-45 0.078125 8.5332)' fill='white'/%3E%3C/svg%3E%0A");
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.25px;
}

@media (max-width: 991.98px) {
  body {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
}

.mainBodyContent {
  min-height: 80vh;
}

h6, .h6 {
  font-size: 14px;
}

@media (min-width: 992px) {
  h6, .h6 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
}

@media (min-width: 992px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 18px;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 20px;
  }
}

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

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}

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

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 36px;
  }
}

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

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 72px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5 !important;
}

.pageTitle {
  position: fixed;
  left: -1000px;
  top: -1000px;
}

.secTitle {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #2E2E2E;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .secTitle {
    font-size: 36px;
  }
}

.secTitle span {
  color: #C72127;
}

.titleLink a {
  text-decoration: none;
  color: #C72127;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}

.titleLink a:hover {
  text-decoration: underline;
}

.content-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.btnSeeMore {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-left: 16px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2E2E2E;
  font-weight: 700;
}

.btnSeeMore:hover {
  text-decoration: none;
}

.btnSeeMore::after {
  content: "";
  width: 0px;
  left: 16px;
  height: 1px;
  background: #C72127;
  position: absolute;
  top: 100%;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .btnSeeMore:hover {
    color: #C72127;
  }
  .btnSeeMore:hover::after {
    width: calc(100% - 16px);
  }
}

.btnSeeMore::before {
  content: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83195 6.83195L1.70711 0.707107C1.07714 0.0771419 0 0.523309 0 1.41421V13.6639C0 14.5548 1.07714 15.001 1.70711 14.371L7.83196 8.24617C8.22248 7.85565 8.22248 7.22248 7.83195 6.83195Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0px;
  top: 3px;
}

@media (min-width: 992px) {
  .btnSeeMore::before {
    top: 2px;
  }
}

.link {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 16px;
  color: #0076C0;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .link:hover {
    color: #0562AC;
  }
}

.link-btn {
  background: var(--primary);
  color: #ffffff !important;
  padding: 8px 16px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .link-btn:hover {
    background: #C72127;
  }
}

.imgGroup {
  display: block;
  z-index: 5;
  position: relative;
  height: 0px;
  padding-bottom: 70%;
  overflow: hidden;
}

.imgGroup img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  transition: all 1s;
}

@media (min-width: 992px) {
  .imgGroup::before, .imgGroup::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .imgGroup::before {
    background: rgba(255, 255, 255, 0.5);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    z-index: 10;
    width: 150%;
    height: 40%;
    transition: all 0.8s;
  }
  .imgGroup::after {
    opacity: 0;
    background: #134D8B;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  .imgGroup:hover {
    opacity: 0.95;
  }
  .imgGroup:hover img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s;
  }
  .imgGroup:hover::before {
    transition: all 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  }
  .imgGroup:hover::after {
    opacity: 0.2;
    transition: all 1s;
  }
}

@media (min-width: 992px) {
  .imgGroup--noEffect::before, .imgGroup--noEffect::after {
    position: relative;
  }
  .imgGroup--noEffect:hover {
    opacity: 1 !important;
  }
  .imgGroup--noEffect:hover::before, .imgGroup--noEffect:hover::after {
    position: relative;
  }
  .imgGroup--noEffect:hover::after {
    opacity: 0;
  }
}

.space {
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .space {
    padding: 80px 0px;
  }
}

.space--top {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .space--top {
    padding-top: 80px;
  }
}

.space--bottom {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .space--bottom {
    padding-bottom: 80px;
  }
}

.secSpace {
  margin: 40px 0px;
  position: relative;
}

@media (min-width: 992px) {
  .secSpace {
    margin: 80px 0px;
  }
}

.line-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-6 {
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-7 {
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-8 {
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-9 {
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-10 {
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-11 {
  -webkit-line-clamp: 11;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

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

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

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

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

.fw-black {
  font-weight: 900 !important;
}

.slick-slide {
  opacity: 1 !important;
}

.spaceContent {
  padding-top: 32px;
}

@media (min-width: 992px) {
  .spaceContent {
    padding-top: 56px;
  }
}

.secHeading {
  margin-bottom: 32px;
}

.secHeading__title {
  margin: 0px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .secHeading__title {
    margin-bottom: 24px;
  }
}

.secHeading__desc {
  margin: 0px;
}

.secHeading__link {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .secHeading__link {
    margin-top: 24px;
  }
}

.secHeading--center {
  text-align: center;
  padding-top: 16px;
  position: relative;
}

@media (min-width: 992px) {
  .secHeading--center {
    padding-top: 36px;
  }
}

.secHeading--center::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 160px;
  background-color: #C72127;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .secHeading--center .secHeading__title {
    margin-bottom: 16px;
  }
}

.section--bg {
  background: var(--primary);
}

.section--bg .secHeading * {
  color: #fff;
}

.section--bg .secHeading *:hover {
  color: #fff;
}

.section__bgImg {
  background: var(--primary) var(--pattern-sliders) no-repeat bottom right/50%;
}

.section__bgImg .secHeading * {
  color: #fff;
}

.section__bgImg .secHeading *:hover {
  color: #fff;
}

.section__bgImg--left {
  background: var(--primary) var(--pattern-cta) no-repeat bottom left/50%;
}

.section__bgImg--left .secHeading * {
  color: #fff;
}

.section__bgImg--left .secHeading *:hover {
  color: #fff;
}

.cursor-default {
  cursor: default !important;
}

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

@media (min-width: 992px) {
  .cursor-pointer {
    cursor: pointer !important;
  }
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.btnSearch:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer;
}

.btnSearch:not([href]):not([tabindex]):hover {
  color: #fff;
}

@media (min-width: 992px) {
  .btnSearch:not([href]):not([tabindex]):hover {
    color: #C72127;
  }
}

.btnSearch span {
  position: relative;
  display: inline-block;
  padding-right: 32px;
}

.btnSearch span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M18.9285 20.6888C19.4585 22.2888 20.6685 22.4488 21.5985 21.0488C22.4485 19.7688 21.8885 18.7188 20.3485 18.7188C19.2085 18.7088 18.5685 19.5988 18.9285 20.6888Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  .btnSearch:hover span::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z' stroke='%23C72127' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M18.9285 20.6888C19.4585 22.2888 20.6685 22.4488 21.5985 21.0488C22.4485 19.7688 21.8885 18.7188 20.3485 18.7188C19.2085 18.7088 18.5685 19.5988 18.9285 20.6888Z' stroke='%23C72127' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }
}

button {
  letter-spacing: 0.25px;
}

.fancybox-button {
  background: none;
}

.fancybox-button div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #C72127;
  position: relative;
  cursor: pointer;
}

.fancybox-button div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0px;
}

.fancybox-button div svg {
  display: none;
}

@media (min-width: 992px) {
  .fancybox-button div:hover {
    background-color: #C72127;
    transition: all 0.5s;
  }
}

@media (min-width: 992px) {
  .fancybox-button--arrow_left {
    margin-left: 48px !important;
  }
}

.fancybox-button--arrow_left div::before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8025 0.318772L2.5925 3.52877L0.6225 5.48877C-0.2075 6.31877 -0.2075 7.66877 0.6225 8.49877L5.8025 13.6788C6.4825 14.3588 7.6425 13.8688 7.6425 12.9188V7.30877V1.07877C7.6425 0.118772 6.4825 -0.361228 5.8025 0.318772Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .fancybox-button--arrow_left div:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8025 0.318772L2.5925 3.52877L0.6225 5.48877C-0.2075 6.31877 -0.2075 7.66877 0.6225 8.49877L5.8025 13.6788C6.4825 14.3588 7.6425 13.8688 7.6425 12.9188V7.30877V1.07877C7.6425 0.118772 6.4825 -0.361228 5.8025 0.318772Z' fill='white'/%3E%3C/svg%3E%0A");
    transition: all 0.5s;
  }
}

@media (min-width: 992px) {
  .fancybox-button--arrow_right {
    margin-right: 48px !important;
  }
}

.fancybox-button--arrow_right div::before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.49289 7.96835L6.49288 7.96834L6.48967 7.97155L1.30967 13.1516C1.10075 13.3605 0.75 13.2117 0.75 12.9219V7.31188V1.08188C0.75 0.792221 1.10307 0.64097 1.31217 0.844715L4.51967 4.05221L6.48967 6.02221C7.02856 6.5611 7.02391 7.44372 6.49289 7.96835Z' fill='%23C72127' stroke='%23C72127' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .fancybox-button--arrow_right div:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.49289 7.96835L6.49288 7.96834L6.48967 7.97155L1.30967 13.1516C1.10075 13.3605 0.75 13.2117 0.75 12.9219V7.31188V1.08188C0.75 0.792221 1.10307 0.64097 1.31217 0.844715L4.51967 4.05221L6.48967 6.02221C7.02856 6.5611 7.02391 7.44372 6.49289 7.96835Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    transition: all 0.5s;
  }
}

.fancybox-caption__body {
  display: none !important;
}

.fancybox-content {
  position: relative;
}

.fancybox-content::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 8;
}

.fancybox-custom-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 16px 20px;
  z-index: 10;
  text-align: center;
}

@media (min-width: 992px) {
  .fancybox-caption {
    padding-bottom: 100px !important;
  }
}

.header {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

@media (max-width: 991.98px) {
  .header {
    position: fixed;
  }
  .header .container {
    max-width: unset;
  }
}

.header__logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.header__logo img {
  height: 30px;
  width: auto;
}

@media (min-width: 992px) {
  .header__logo img {
    height: 34px;
  }
}

.header__top {
  background-color: #134D8B;
  display: none;
}

@media (min-width: 992px) {
  .header__top {
    display: block;
  }
}

.header__topInner {
  padding: 12px 0px;
  position: sticky;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991.98px) {
  .header__topInner {
    padding: 8px 0;
    justify-content: flex-start;
    /* Ép menu sang trái trên mobile */
  }
}

.header__menuTop ul {
  list-style-type: none;
  display: flex;
  padding: 0px;
  margin: 0px;
  /* CSS thêm cho Mobile: Cho phép vuốt ngang mượt mà, ẩn thanh cuộn */
}

@media (max-width: 991.98px) {
  .header__menuTop ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
  }
  .header__menuTop ul::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }
}

.header__menuTop ul li {
  padding-right: 24px;
  position: relative;
}

@media (max-width: 991.98px) {
  .header__menuTop ul li {
    padding-right: 15px;
    margin-right: 15px;
    flex-shrink: 0;
    /* Chống co bóp chữ trên mobile */
  }
}

.header__menuTop ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  top: 50%;
  right: 12px;
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .header__menuTop ul li::after {
    right: 0px;
  }
}

.header__menuTop ul li:last-child {
  padding-right: 0px;
}

.header__menuTop ul li:last-child::after {
  display: none;
}

.header__menuTop ul li a {
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s;
  font-size: 14px;
  position: relative;
}

@media (max-width: 991.98px) {
  .header__menuTop ul li a {
    font-size: 12px;
    /* Thu nhỏ size chữ trên mobile cho gọn */
  }
}

.header__menuTop ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}

.header__menuTop ul li a:hover {
  color: #fff;
}

.header__menuTop ul li a:hover::after {
  width: 100%;
}

.header__topInnerRight {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991.98px) {
  .header__topInnerRight {
    display: none;
    /* Ẩn cục Ngôn ngữ và Search trên thanh Top ở Mobile */
  }
}

.header__topInnerLeft {
  margin-right: 32px;
}

@media (max-width: 991.98px) {
  .header__topInnerLeft {
    margin-right: 0;
    width: 100%;
  }
}

.header__lang {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: inline-flex;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.header__lang > li {
  display: inline-block;
  position: relative;
  padding: 2px 6px;
  min-width: 30px;
  text-align: center;
  border-radius: 4px;
}

.header__lang > li > a {
  color: #134D8B;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s;
}

.header__lang > li.current-lang {
  background-color: #C72127;
  min-width: 34px;
}

.header__lang > li.current-lang a {
  color: #fff;
}

.header__search {
  margin-left: 20px;
}

.header__searchIcon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__searchIcon--close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
}

.header__formSearch {
  position: fixed;
  right: 0px;
  padding: 0px 32px;
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  top: 56px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 99;
}

@media (min-width: 992px) {
  .header__formSearch {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 16px;
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
    width: 430px;
  }
}

.header__formSearch--active {
  height: unset;
  padding: 32px;
}

@media (min-width: 992px) {
  .header__formSearch--active {
    padding: 16px;
  }
}

.header__searchInput {
  height: 56px;
  background: #EAEAEA;
  padding: 16px 44px 16px 16px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 8px;
  width: 100%;
}

.header__searchBtn {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: 44px;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-color: unset;
  outline: none !important;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .header__searchBtn {
    right: 32px;
  }
}

.header__navInner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.header__menu {
  position: fixed;
  height: calc(100% - 56px);
  top: 56px;
  right: 0px;
  z-index: 9999;
  background-color: #fff;
  padding: 32px;
  transform: translateX(100%);
  transition: all 0.5s;
  margin: 0px;
  width: 100%;
}

.header__menu--active {
  transform: translateX(0%);
}

@media (min-width: 768px) {
  .header__menu {
    width: 400px;
  }
}

@media (min-width: 992px) {
  .header__menu {
    position: static;
    height: unset;
    top: unset;
    right: unset;
    z-index: unset;
    padding: unset;
    transform: unset;
    margin: 0px;
    width: unset;
  }
}

.header__lang--nav {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: #EAEAEA;
  column-gap: 8px;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .header__lang--nav {
    display: none;
  }
}

.header__lang--nav li {
  width: 100%;
  padding: 0px;
  text-align: center;
  border-radius: 4px;
}

.header__lang--nav li a {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #818181;
}

.header__lang--nav li a:hover {
  color: #818181;
}

.header__lang--nav li.current-lang {
  background-color: #134D8B;
}

.header__lang--nav li.current-lang a {
  color: #fff;
}

.header__lang--nav li.current-lang a:hover {
  color: #fff;
}

.header__lang--nav li::after {
  display: none;
}

.header__menuInner {
  padding: 24px 0px;
}

@media (max-width: 991.98px) {
  .header__menuInner {
    padding: 0px;
    margin-top: 24px;
    overflow-y: auto;
    height: calc(100vh - 190px);
  }
}

.header__toggle, .header__searchSp {
  height: 56px;
  width: 56px;
  transform: translateX(15px);
  position: relative;
}

@media (min-width: 992px) {
  .header__toggle, .header__searchSp {
    display: none;
  }
}

.header__toggle {
  background-color: #134D8B;
}

.header__searchSp {
  background-color: #EAEAEA;
}

.header__searchSpIcon, .header__toggleItem, .header__subIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__searchSpIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__searchSpIcon--close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
}

.header__toggleItem {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7H21' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3 12H21' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3 17H21' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.header__toggleItem--close {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__subIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9202 8.17969H11.6902H6.08024C5.12024 8.17969 4.64024 9.33969 5.32024 10.0197L10.5002 15.1997C11.3302 16.0297 12.6802 16.0297 13.5102 15.1997L15.4802 13.2297L18.6902 10.0197C19.3602 9.33969 18.8802 8.17969 17.9202 8.17969Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0px;
  top: 8px;
  left: unset;
  transform: unset;
}

.header__subIcon--active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6801 13.9802L15.4701 10.7702L13.5101 8.80023C12.6801 7.97023 11.3301 7.97023 10.5001 8.80023L5.32007 13.9802C4.64007 14.6602 5.13007 15.8202 6.08007 15.8202H11.6901H17.9201C18.8801 15.8202 19.3601 14.6602 18.6801 13.9802Z' fill='%23134D8B'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .header__subIcon {
    display: none;
  }
}

.header__menuInner ul.menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  /* ========================================= */
  /* MENU CẤP 1                                */
  /* ========================================= */
}

@media (min-width: 992px) {
  .header__menuInner ul.menu {
    margin: 0px -16px;
  }
}

.header__menuInner ul.menu a {
  text-decoration: none !important;
  color: #134D8B;
}

@media (max-width: 991.98px) {
  .header__menuInner ul.menu a:hover {
    color: #134D8B;
  }
}

.header__menuInner ul.menu > li {
  position: relative;
  /* ========================================= */
  /* MENU CẤP 2                                */
  /* ========================================= */
  /* Ép lật trái item cuối cùng */
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li {
    display: inline-block;
  }
}

.header__menuInner ul.menu > li > a {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 12px 32px 12px 0px;
  /* ICON MŨI TÊN CẤP 1 (HIỂN THỊ TRÊN MOBILE) */
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > a {
    padding: 12px 16px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header__menuInner ul.menu > li > a {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .header__menuInner ul.menu > li > a.active {
    font-weight: 700;
  }
}

.header__menuInner ul.menu > li > a::after {
  content: "";
  height: 2px;
  width: 0px;
  bottom: 0px;
  left: 50%;
  background: #C72127;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.header__menuInner ul.menu > li > a .header__subIcon {
  display: block !important;
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  /* Ẩn mũi tên cấp 1 trên PC cho gọn gàng giống thiết kế gốc */
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > a .header__subIcon {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li:hover > a {
    color: #134D8B;
  }
  .header__menuInner ul.menu > li:hover > a::after {
    width: calc(100% - 32px);
  }
  .header__menuInner ul.menu > li.current-menu-parent > a, .header__menuInner ul.menu > li.current-menu-item > a, .header__menuInner ul.menu > li.current_page_item > a {
    color: #134D8B;
    font-weight: 700 !important;
  }
  .header__menuInner ul.menu > li.current-menu-parent > a::after, .header__menuInner ul.menu > li.current-menu-item > a::after, .header__menuInner ul.menu > li.current_page_item > a::after {
    width: calc(100% - 32px);
  }
}

.header__menuInner ul.menu > li > ul.sub-menu {
  display: none;
  list-style-type: none;
  padding-left: 0px;
  border-top: 2px solid #134D8B;
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > ul.sub-menu {
    display: block;
    position: absolute;
    width: 295px;
    left: 16px;
    top: 200%;
    height: 0px;
    border-top: none;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 99999;
  }
}

.header__menuInner ul.menu > li > ul.sub-menu > li {
  /* Đổi màu xanh và làm trắng mũi tên khi Hover */
  /* ========================================= */
  /* MENU CẤP 3: DẠNG XỔ DỌC                   */
  /* ========================================= */
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > ul.sub-menu > li {
    position: relative;
  }
}

.header__menuInner ul.menu > li > ul.sub-menu > li > a {
  display: block;
  background: #F4F4F4;
  transition: all 0.3s;
  color: #134D8B;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  /* Dùng để neo mũi tên cấp 2 */
  /* ICON MŨI TÊN CẤP 2 (HIỂN THỊ CẢ PC & MOBILE) */
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > ul.sub-menu > li > a {
    font-size: 16px;
    padding-right: 40px;
  }
}

.header__menuInner ul.menu > li > ul.sub-menu > li > a .header__subIcon {
  display: block !important;
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 50%;
  /* Trở về 50% vì nó đã nằm gọn trong thẻ a */
  transform: translateY(-50%);
  transition: transform 0.3s;
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > ul.sub-menu > li:hover > a, .header__menuInner ul.menu > li > ul.sub-menu > li.current-menu-parent > a, .header__menuInner ul.menu > li > ul.sub-menu > li.current-menu-item > a, .header__menuInner ul.menu > li > ul.sub-menu > li.current_page_item > a {
    background-color: #134D8B;
    color: #fff;
  }
  .header__menuInner ul.menu > li > ul.sub-menu > li:hover > a .header__subIcon, .header__menuInner ul.menu > li > ul.sub-menu > li.current-menu-parent > a .header__subIcon, .header__menuInner ul.menu > li > ul.sub-menu > li.current-menu-item > a .header__subIcon, .header__menuInner ul.menu > li > ul.sub-menu > li.current_page_item > a .header__subIcon {
    filter: brightness(0) invert(1) !important;
  }
}

.header__menuInner ul.menu > li > ul.sub-menu > li > ul.sub-menu {
  display: none;
  list-style-type: none;
  padding-left: 0px;
  border-top: none;
  background-color: #eef2f6;
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li > ul.sub-menu > li > ul.sub-menu {
    position: static !important;
    width: 100%;
    box-shadow: none;
  }
}

.header__menuInner ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  display: block;
  background: transparent;
  transition: all 0.2s;
  color: #134D8B;
  padding: 12px 16px 12px 30px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.header__menuInner ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li:hover > .sub-menu {
    height: unset;
    top: 100%;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .header__menuInner ul.menu > li:last-child > ul.sub-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .header__scrollUp {
    top: -200px;
  }
}

@media (max-width: 991.98px) {
  .header__nav {
    background-color: #134d8b;
  }
}

.mobile-menu-open {
  height: 100vh !important;
  overflow: hidden !important;
}

.mobile-menu-open main,
.mobile-menu-open footer {
  position: relative;
}

.mobile-menu-open main::after,
.mobile-menu-open footer::after {
  content: "";
  position: absolute;
  z-index: 150;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

/* ======================================================= */
/* STYLE CHO KHỐI MENU ĐÁY (MOBILE - STANFORD VIBE)        */
/* ======================================================= */
.mobile-bottom-wrap {
  display: none;
  /* Ẩn hoàn toàn trên PC */
}

@media (max-width: 991.98px) {
  .mobile-bottom-wrap {
    display: block;
    margin-top: 30px;
    padding: 20px 15px;
    background-color: #f4f7fa;
    /* Màu nền xám nhạt nhẹ nhàng phân cách */
    border-top: 1px solid #e0e0e0;
  }
}

.mobile-bottom-wrap .mobile-bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  /* Tự động xuống hàng nếu thiếu chỗ */
  justify-content: center;
  /* Căn giữa các chữ */
  gap: 15px 25px;
  /* Khoảng cách giữa các chữ: Trên/Dưới 15px, Trái/Phải 25px */
}

.mobile-bottom-wrap .mobile-bottom-menu li {
  padding: 0 !important;
  margin: 0 !important;
  /* Xóa cái vạch kẻ dọc phân cách của PC */
}

.mobile-bottom-wrap .mobile-bottom-menu li::after {
  display: none !important;
}

.mobile-bottom-wrap .mobile-bottom-menu li a {
  color: #333333 !important;
  /* Màu xám than dễ đọc */
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none;
  display: block;
  transition: color 0.3s;
  /* Xóa gạch chân hover của PC */
}

.mobile-bottom-wrap .mobile-bottom-menu li a::after {
  display: none !important;
}

.mobile-bottom-wrap .mobile-bottom-menu li a:hover, .mobile-bottom-wrap .mobile-bottom-menu li a:active {
  color: #134d8b !important;
}

.footer__inner {
  position: relative;
  color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  background-image: url("../images/footer_mb.png");
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 992px) {
  .footer__inner {
    padding-top: 56px;
    padding-bottom: 60px;
    background-image: url("../images/footer_bg.png");
  }
}

@media (min-width: 992px) {
  .footer__inner::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 35%;
    background-color: #134D8B;
    clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
  }
}

.footer__inner * {
  font-size: 12px;
  color: #fff;
}

.footer__intro {
  display: none;
}

@media (min-width: 992px) {
  .footer__intro {
    display: block;
  }
}

.footer__logo {
  display: inline-flex;
  padding-bottom: 50px;
}

.footer__logo::after {
  display: none;
}

.footer__logo img {
  height: 100px;
  width: auto;
}

.footer__copyright {
  padding-top: 40px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .footer__copyright {
    width: 60%;
    padding-top: 0px;
  }
  .footer__copyright span {
    display: block;
  }
}

.footer__copyright a {
  text-decoration: none;
}

.footer__copyright a::after {
  bottom: -3px;
}

@media (min-width: 992px) {
  .footer__copyright a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .footer__title {
    margin-bottom: 24px;
  }
}

.footer__item {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .footer__item {
    margin-top: 0px;
  }
}

.footer__item .socialPc {
  display: none;
}

@media (min-width: 992px) {
  .footer__item .socialPc {
    display: block;
  }
}

.footer ul.menu {
  padding-left: 16px;
  margin: 0px;
}

.footer ul.menu * {
  display: flex;
}

.footer ul.menu li {
  position: relative;
}

.footer ul.menu li::before {
  content: '';
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 12px;
}

.footer ul.menu a {
  padding: 4px 0px;
  font-size: 16px;
}

.footer a {
  text-decoration: none;
  font-weight: 400;
  position: relative;
}

@media (min-width: 992px) {
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

.footer a:hover {
  color: #fff;
}

.footer__social {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 40px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .footer__social {
    padding-top: 0px;
    margin-top: 32px;
  }
}

.footer__social a {
  display: inline-flex;
}

.backToTop {
  position: fixed;
  right: 16px;
  bottom: 10px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  cursor: pointer;
}

@media (min-width: 992px) {
  .backToTop {
    bottom: 30px;
    right: 30px;
  }
  .backToTop:hover .backToTop__icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='35' height='35' rx='3.5' stroke='%232E2E2E'/%3e%3cpath d='M24.0703 15.57L18.0003 9.5L11.9303 15.57' stroke='%232E2E2E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M18 26.5019V9.67188' stroke='%232E2E2E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    transition: all 0.5s;
  }
}

.backToTop.show {
  opacity: 1;
  visibility: visible;
}

.backToTop__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='35' height='35' rx='3.5' stroke='%23C0C0C0'/%3e%3cpath d='M24.0703 15.57L18.0003 9.5L11.9303 15.57' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M18 26.5019V9.67188' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  transition: all 0.5s;
}

.breadcrumbsBlock {
  margin: 24px 0px 28px;
  position: relative;
}

.breadcrumbsBlock .breadcrumbs a,
.breadcrumbsBlock .breadcrumbs .current {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbsBlock .breadcrumbs a.current,
.breadcrumbsBlock .breadcrumbs .current.current {
  color: #134D8B;
}

.breadcrumbsBlock .breadcrumbs a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .breadcrumbsBlock .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.breadcrumbsBlock .breadcrumbs .icon {
  padding: 0px 8px;
  margin: 0px 8px;
  position: relative;
}

.breadcrumbsBlock .breadcrumbs .icon svg {
  position: absolute;
  top: 2px;
  left: 0%;
}

.breadcrumbsBlock .breadcrumbs .icon svg path {
  stroke: #818181;
}

.customSelect2 span {
  outline: none;
}

.customSelect2 .select2-container {
  width: 100% !important;
}

.customSelect2 .select2 .select2-selection {
  padding: 16px;
  height: auto;
  border-radius: 0;
  border: 1px solid #EAEAEA;
}

.customSelect2 .select2 .select2-selection__rendered {
  padding-left: 0;
  font-weight: 700;
  color: #2E2E2E;
}

.customSelect2 .select2 .select2-selection__placeholder {
  color: #C0C0C0;
  text-transform: uppercase;
}

.customSelect2 .select2 .select2-selection__arrow {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}

.customSelect2 .select2 .select2-selection__arrow b {
  position: relative;
  border: none;
  width: 24px;
  height: 100%;
  display: inline-block;
  margin: 0;
  top: unset;
  left: unset;
}

.customSelect2 .select2 .select2-selection__arrow b::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5081 15.1997L15.4781 13.2297L18.6881 10.0197C19.3581 9.33969 18.8781 8.17969 17.9181 8.17969H11.6881H6.07812C5.11812 8.17969 4.63812 9.33969 5.31812 10.0197L10.4981 15.1997C11.3181 16.0297 12.6781 16.0297 13.5081 15.1997Z' fill='%232E2E2E'/%3e%3c/svg%3e");
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 0;
  transition: transform 0.5s;
  height: 100%;
}

.customSelect2 .select2-container--open .select2-selection__arrow b::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.5s;
}

.select2-dropdown {
  border: 1px solid #EAEAEA;
  border-radius: 0px 0px 4px 4px;
}

.select2-dropdown .select2-results ul {
  border-radius: 0 0 4px 4px;
}

.select2-dropdown .select2-results ul li {
  padding: 16px;
  border-bottom: 1px solid #EAEAEA;
}

.select2-dropdown .select2-results ul li:last-child {
  border-bottom: none;
}

.select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: #134D8B;
}

.select2-search__field {
  outline: none;
}

.pagination {
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers {
  padding: 5px 12px;
  font-weight: 700;
  color: #2E2E2E;
  text-decoration: none;
  font-size: 14px;
}

.pagination .page-numbers.current {
  background: var(--primary);
  border-radius: 4px;
  color: #fff;
}

@media (min-width: 992px) {
  .pagination .page-numbers.current:hover {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .pagination .page-numbers:hover {
    color: #C72127;
  }
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  padding: 0;
}

.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  background: transparent;
}

.pagination__prev {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M15 17.5L10.4068 13.3838C9.86439 12.8977 9.86439 12.1023 10.4068 11.6161L15 7.49998' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  margin-right: 8px;
}

.pagination__next {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M10 17.5L14.5932 13.3838C15.1356 12.8977 15.1356 12.1023 14.5932 11.6162L10 7.5' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  margin-left: 8px;
}

.pagination__prev, .pagination__next {
  display: block;
}

.section_banner {
  position: relative;
}

.section_banner .banner_slider {
  margin: 0px;
}

.section_banner .banner_slider .slick-dots {
  text-align: end !important;
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 16px !important;
  height: 1px !important;
}

@media (min-width: 992px) {
  .section_banner .banner_slider .slick-dots {
    bottom: 68px;
  }
}

.section_banner .banner_slider .slick-dots li button {
  height: 11px !important;
  width: 11px !important;
  position: relative;
  background: transparent !important;
}

.section_banner .banner_slider .slick-dots li button::after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.808669' y='5.53516' width='6.52377' height='6.52377' transform='rotate(-45 0.808669 5.53516)' stroke='white'/%3E%3C/svg%3E%0A");
  height: 11px !important;
  width: 11px !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

.section_banner .banner_slider .slick-dots li.slick-active button::after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5.32031' width='7.52377' height='7.52377' transform='rotate(-45 0 5.32031)' fill='white'/%3E%3C/svg%3E%0A");
}

.section_banner .banner_slider .banner_arrow {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .section_banner .banner_slider .banner_arrow {
    display: none !important;
  }
}

.section_banner .banner_slider .banner_arrow .slick-arrow {
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #5A5A5A;
  position: relative;
}

.section_banner .banner_slider .banner_arrow .slick-arrow::after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-8.15392e-05 5.26115L5.26123 10.5225L5.26123 -0.000163078L-8.15392e-05 5.26115Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section_banner .banner_slider .banner_arrow .slick-arrow.btn-prev {
  background-color: #5A5A5A !important;
}

.section_banner .banner_slider .banner_arrow .slick-arrow.btn-next {
  background-color: #C72127 !important;
}

.section_banner .banner_slider .banner_arrow .slick-arrow.btn-next::after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83553 5.77889L0.574219 0.517578V11.0402L5.83553 5.77889Z' fill='white'/%3E%3C/svg%3E%0A");
  top: 1px;
}

.section_banner::after {
  content: '';
  position: absolute;
  top: calc(100% - 5px);
  background-color: #EEEFEF;
  width: 40%;
  padding-bottom: 40%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

@media (min-width: 992px) {
  .section_banner::after {
    width: 50%;
    padding-bottom: 50%;
  }
}

.section_banner::before {
  content: '';
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 17px;
  height: 34px;
  background: #C72127;
  position: absolute;
  right: 60%;
  bottom: 5px;
  transform: translateY(50%);
  z-index: 99;
}

@media (min-width: 992px) {
  .section_banner::before {
    right: 50%;
    width: 22px;
    height: 44px;
  }
}

@media (min-width: 1200px) {
  .section_banner::before {
    width: 30px;
    height: 60px;
  }
}

.section_banner .banner_item {
  padding-bottom: 70%;
  height: 0px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .section_banner .banner_item {
    padding-bottom: 42%;
  }
}

.section_banner .banner_item .bg_img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section_banner .banner_item .bg_layer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0%;
  width: 40%;
  padding-bottom: 40%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #134D8B;
  background-image: url("../images/layer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .section_banner .banner_item .bg_layer {
    height: 120%;
    width: 50%;
    padding-bottom: 0%;
  }
}

.section_banner .banner_item .bg_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 120%);
}

.section_banner .banner_item .banner_content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  padding-bottom: 36px;
}

.section_banner .banner_item .banner_content__wrap {
  text-align: right;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .section_banner .banner_item .banner_content__wrap {
    text-align: left;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .section_banner .banner_item .banner_content {
    padding-bottom: 60px;
  }
}

.section_banner .banner_item .banner_content .banner_title {
  font-weight: 700;
  font-size: 20px;
  transform: translateX(100%);
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .section_banner .banner_item .banner_content .banner_title {
    font-size: 28px;
    width: 50%;
    transform: translateX(-200%);
  }
}

@media (min-width: 1200px) {
  .section_banner .banner_item .banner_content .banner_title {
    width: 60%;
    font-size: 36px;
    line-height: 1;
  }
}

.section_banner .banner_item .banner_content .btn_wrap {
  width: 100%;
  padding-top: 16px;
  transform: translateX(100%);
}

@media (min-width: 992px) {
  .section_banner .banner_item .banner_content .btn_wrap {
    padding-top: 32px;
    transform: translateX(-150%);
    display: flex;
  }
}

.section_banner .banner_item .banner_content .btn_wrap a {
  color: #fff;
}

.section_banner .slick-slide.slick-current .banner_title {
  transform: translateX(0%);
  transition: all 2s;
}

.section_banner .slick-slide.slick-current .btn_wrap {
  transform: translateX(0%);
  transition: all 2s;
}

.section-leaders .slick-arrow, .section-leaders .custom-arrow {
  border: 1px solid #C0C0C0;
  outline: none;
  border-color: #C72127;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #fff;
  transition: all 0.5s;
  padding: 0;
}

.section-leaders .slick-arrow span, .section-leaders .custom-arrow span {
  position: relative;
  line-height: 0.5;
  display: block;
}

.section-leaders .slick-arrow span::before, .section-leaders .custom-arrow span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .section-leaders .slick-arrow:hover, .section-leaders .custom-arrow:hover {
    background-color: #C72127;
    transition: all 0.5s;
  }
}

.section-leaders .custom-prev-arrow {
  margin-right: 8px;
}

.section-leaders .custom-prev-arrow span::before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8025 0.318772L2.5925 3.52877L0.6225 5.48877C-0.2075 6.31877 -0.2075 7.66877 0.6225 8.49877L5.8025 13.6788C6.4825 14.3588 7.6425 13.8688 7.6425 12.9188V7.30877V1.07877C7.6425 0.118772 6.4825 -0.361228 5.8025 0.318772Z' fill='%23C72127'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .section-leaders .custom-prev-arrow:hover span::before {
    content: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.97828 1.29143L2.76828 4.50143L0.798281 6.46143C-0.0317187 7.29143 -0.0317187 8.64143 0.798281 9.47143L5.97828 14.6514C6.65828 15.3314 7.81828 14.8414 7.81828 13.8914V8.28143V2.05143C7.81828 1.09143 6.65828 0.611428 5.97828 1.29143Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}

.section-leaders .custom-next-arrow span::before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.49289 7.96835L6.49288 7.96834L6.48967 7.97155L1.30967 13.1516C1.10075 13.3605 0.75 13.2117 0.75 12.9219V7.31188V1.08188C0.75 0.792221 1.10307 0.64097 1.31217 0.844715L4.51967 4.05221L6.48967 6.02221C7.02856 6.5611 7.02391 7.44372 6.49289 7.96835Z' fill='%23C72127' stroke='%23C72127' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .section-leaders .custom-next-arrow:hover span::before {
    content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.49289 7.96835L6.49288 7.96834L6.48967 7.97155L1.30967 13.1516C1.10075 13.3605 0.75 13.2117 0.75 12.9219V7.31188V1.08188C0.75 0.792221 1.10307 0.64097 1.31217 0.844715L4.51967 4.05221L6.48967 6.02221C7.02856 6.5611 7.02391 7.44372 6.49289 7.96835Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  }
}

.section-leaders .leaders-top {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .section-leaders .leaders-top {
    margin-bottom: 0;
  }
}

.section-leaders .leaders-top .leaders-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-leaders .leaders-top .leaders-header {
    padding-bottom: 0px;
    margin-bottom: 44px;
  }
}

.section-leaders .leaders-top .leaders-header .secTitle span {
  display: block;
}

@media (min-width: 992px) {
  .section-leaders .leaders-top .leaders-header .secTitle span {
    display: inline;
  }
}

.section-leaders .leaders-top .leader-btn {
  position: absolute;
  z-index: 2;
  transform: translateY(-100%);
  top: calc(100% + 7px);
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .section-leaders .leaders-top .leader-btn {
    top: calc(100% + 74px);
    margin-bottom: 60px;
  }
}

.section-leaders .editor * {
  color: #2E2E2E !important;
}

@media (min-width: 992px) {
  .section-leaders .editor * {
    color: #fff !important;
  }
}

.section-leaders .editor h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  .section-leaders .editor h3 {
    margin-bottom: 14px;
    font-size: 24px;
  }
}

.section-leaders .editor p.desc {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px;
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  .section-leaders .editor p.desc {
    font-size: 16px;
    font-weight: 700;
  }
}

.section-leaders .editor blockquote {
  margin: 0px;
  font-size: 14px;
  transform: translateX(-100%);
  width: 85%;
}

.section-leaders .editor blockquote::before {
  color: #C72127;
}

@media (min-width: 992px) {
  .section-leaders .editor blockquote::before {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .section-leaders .editor blockquote {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .section-leaders .editor blockquote {
    font-size: 16px;
    padding-right: 75px;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-leaders .editor blockquote {
    padding-right: 100px;
  }
}

@media (min-width: 1700px) {
  .section-leaders .editor blockquote {
    padding-right: 140px;
  }
}

@media (min-width: 992px) {
  .section-leaders .editor {
    padding: 55px 75px 55px 0;
    height: auto;
    overflow: unset;
    visibility: visible;
    display: block;
  }
}

@media (min-width: 1200px) {
  .section-leaders .editor {
    padding: 75px 75px 75px 0;
  }
}

.section-leaders .content_inner {
  margin-bottom: 30px;
  min-height: 190px;
}

@media (min-width: 992px) {
  .section-leaders .content_inner {
    margin-bottom: 0px;
    min-height: 410px;
  }
}

.section-leaders .leader {
  position: relative;
}

@media (min-width: 992px) {
  .section-leaders .leader {
    padding-top: 145px;
  }
}

.section-leaders .leader-content {
  background-image: url("../images/home/bg-full-leaders.png");
  background-repeat: no-repeat;
  background-size: 100% 145px;
  position: relative;
  background-position: bottom;
}

.section-leaders .leader-content::after {
  content: '';
  width: 57px;
  height: 57px;
  display: block;
  transform: rotate(45deg);
  background-color: #C72127;
  position: absolute;
  left: calc(-57px/2);
  top: 40px;
  display: none;
}

@media (min-width: 992px) {
  .section-leaders .leader-content::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .section-leaders .leader-content::after {
    top: 60px;
  }
}

@media (min-width: 992px) {
  .section-leaders .leader-content {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .section-leaders .leader .content_img {
    display: flex;
    align-items: flex-end;
  }
}

.section-leaders .leader .image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 145px;
  transform: translateY(150px);
  transition: all 2s;
}

.section-leaders .leader .image img {
  width: 100%;
  height: auto;
}

.section-leaders .slick-slide.slick-current .content_inner h3, .section-leaders .slick-slide.slick-current .content_inner p.desc, .section-leaders .slick-slide.slick-current .content_inner blockquote {
  transform: translateX(0%);
  transition: all 2s;
}

.section-leaders .slick-slide.slick-current .content_img .image {
  transform: translateY(0px);
  transition: all 2s;
}

.collaborate .collaborate__inner {
  position: relative;
  display: none;
}

@media (min-width: 1200px) {
  .collaborate .collaborate__inner {
    display: block;
  }
}

.collaborate .collaborate__inner .collaborate__featured {
  position: relative;
  padding-bottom: 100%;
  z-index: 999;
}

.collaborate .collaborate__inner .collaborate__featured img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collaborate .collaborate__inner .collaborate__featured .bottom {
  clip-path: polygon(25% 25%, 75% 75%, 50% 100%, 0% 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 0px;
  box-shadow: -7px 10px 16px 0px rgba(0, 0, 0, 0.18);
}

.collaborate .collaborate__inner .collaborate__featured .top {
  clip-path: polygon(50% 0%, 100% 50%, 75% 75%, 25% 25%);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0px;
}

.collaborate .collaborate__inner .collaborate__heading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  padding-right: 16px;
}

@media (min-width: 1200px) {
  .collaborate .collaborate__inner .collaborate__heading {
    padding-right: 40px;
  }
}

.collaborate .collaborate__inner .collaborate__desc {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.collaborate .collaborate__inner .collaborate__desc .inner {
  padding-left: 35%;
}

.collaborate .collaborate__inner .collaborate__content {
  background-color: #EEEFEF;
  position: absolute;
  width: 50%;
  height: 50%;
}

.collaborate .collaborate__inner .collaborate__content .inner {
  position: relative;
  height: 100%;
}

.collaborate .collaborate__inner .collaborate__content .inner .layer {
  content: "";
  right: 0px;
  bottom: 0px;
  position: absolute;
  height: 40%;
  width: auto;
}

.collaborate .collaborate__inner .collaborate__content--right {
  top: 0px;
  right: 0px;
}

.collaborate .collaborate__inner .collaborate__content--right .inner {
  padding: 40px 56px 40px 50%;
}

.collaborate .collaborate__inner .collaborate__content--right .layer {
  content: "";
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
}

.collaborate .collaborate__inner .collaborate__content--left {
  top: 50%;
  left: 0px;
}

.collaborate .collaborate__inner .collaborate__content--left .inner {
  padding: 40px 50% 40px 56px;
}

.collaborate .collaborate__inner .collaborate__content img.logo {
  display: block;
  width: 160px;
  height: 90px;
  object-fit: cover;
}

.collaborate ul.content {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-top: 0px;
}

@media (min-width: 1200px) {
  .collaborate ul.content {
    padding-top: 26px;
  }
}

.collaborate ul.content li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}

@media (min-width: 1200px) {
  .collaborate ul.content li {
    padding-left: 24px;
    padding-bottom: 26px;
  }
}

.collaborate ul.content li:last-child {
  padding-bottom: 0px;
}

.collaborate ul.content li::before {
  content: '';
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 8px;
  height: 8px;
  background-color: #C0C0C0;
  position: absolute;
  left: 0px;
  top: 4px;
  transition: all 0.5s;
}

.collaborate ul.content li a {
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  text-decoration: none !important;
  position: relative;
  display: inline-flex;
}

.collaborate ul.content li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2E2E2E;
  top: 100%;
  left: 0px;
  transition: all 0.5s;
}

@media (min-width: 1200px) {
  .collaborate ul.content li a::after {
    width: 0%;
    background-color: #C72127;
  }
}

@media (min-width: 1200px) {
  .collaborate ul.content li a {
    padding-left: 0px;
    font-size: 16px;
  }
  .collaborate ul.content li a:hover {
    font-weight: 700;
  }
  .collaborate ul.content li a:hover::after {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .collaborate .collaborate__sp {
    display: none;
  }
}

.collaborate .collaborate__sp .collaboratorsRow {
  row-gap: 40px;
}

.collaborate .collaborate__sp .img_featured {
  padding-bottom: 100%;
  position: relative;
  margin-top: 30px;
}

.collaborate .collaborate__sp .img_featured img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collaborate .collaborate__sp .secTitle {
  margin-bottom: 24px;
}

.collaborate .collaborate__sp .btnWrap {
  display: flex;
  margin-bottom: 40px;
}

.collaborate .collaborate__sp .desc {
  font-size: 14px;
}

.collaborate .collaborate__sp .colla_list {
  margin-top: 30px;
  padding: 32px 22px;
  background-color: #EEEFEF;
  background-image: url("../images/collaborate_bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}

.collaborate .collaborate__sp .colla_list .colla_item {
  margin-bottom: 40px;
}

.collaborate .collaborate__sp .colla_list .colla_item .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .collaborate .collaborate__sp .colla_list .colla_item .img-wrap {
    height: 100%;
    text-align: center;
    padding-bottom: 0px;
  }
}

.collaborate .collaborate__sp .colla_list .colla_item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .collaborate .collaborate__sp .colla_list .colla_item .img-wrap img {
    width: 160px;
    height: 90px;
    position: relative;
  }
}

.collaborate .collaborate__sp .colla_list .colla_item li {
  margin: 16px 0px;
  position: relative;
}

.collaborate .collaborate__sp .colla_list .colla_item li a {
  font-size: 14px;
}

.collaborate .collaborate__sp .colla_list .colla_item li a::after {
  height: 0px;
}

.collaborate .collaborate__sp .colla_list .colla_item li::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #857D7D;
  bottom: 0px;
}

.collaborate .collaborate__sp .colla_list .colla_item li:first-child {
  margin-top: 0px;
}

.collaborate .collaborate__sp .colla_list .colla_item li:last-child {
  margin-bottom: 0px;
}

.collaborate .collaborate__sp .colla_list .colla_item li:last-child::after {
  display: none;
}

.collaborate .collaborate__sp .colla_list .colla_item:last-child {
  margin-bottom: 0px;
}

.home-video {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 12px;
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .home-video {
    margin-bottom: 8px;
    padding-bottom: 75%;
  }
}

@media (min-width: 992px) {
  .home-video {
    padding-bottom: 50%;
  }
}

.home-video .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: none;
}

.home-video .overlay {
  display: none;
}

@media (min-width: 992px) {
  .home-video .overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 8%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent));
    background: linear-gradient(0deg, transparent);
    cursor: url(../images/home/play-button.png), auto;
  }
}

.home-video .overlay.play {
  opacity: 1;
}

.home-video .overlay.pause {
  opacity: 0;
}

@media (min-width: 992px) {
  .home-video .overlay.pause {
    cursor: url(../images/home/pause.png), auto;
  }
}

.home-video .video-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .home-video .video-action {
    background: -webkit-gradient(linear, left bottom, left top);
    background: linear-gradient(0deg, transparent);
    cursor: url(../images/home/play-button.png), auto;
  }
}

.home-video .video-action img {
  height: 96px;
  width: 96px;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .home-video .video-action img {
    height: 120px;
    width: 120px;
  }
}

.home-video .video-action h2 {
  width: 250px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.diamonds {
  padding: 50px 0 35px;
  position: relative;
}

@media (min-width: 992px) {
  .diamonds {
    padding: 35px 0 50px;
  }
}

@media (min-width: 1200px) {
  .diamonds {
    padding-bottom: 70px;
  }
}

@media (min-width: 1700px) {
  .diamonds {
    padding: 40px 0 93px;
  }
}

.diamonds .diamond {
  display: flex;
  column-gap: 40px;
  row-gap: 33px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 345px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .diamonds .diamond {
    width: 645px;
    column-gap: 60px;
    row-gap: 25px;
  }
}

@media (min-width: 992px) {
  .diamonds .diamond {
    width: 640px;
    column-gap: 68px;
    row-gap: 18px;
  }
}

@media (min-width: 1200px) {
  .diamonds .diamond {
    width: 100%;
    column-gap: 80px;
    row-gap: 10px;
  }
}

@media (min-width: 1700px) {
  .diamonds .diamond {
    margin: 0 0 0 auto;
    column-gap: 94px;
    row-gap: 3px;
  }
}

.diamonds .diamond .square {
  width: 82px;
  height: 82px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamonds .diamond .square::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #848484;
  transform: rotate(45deg);
}

@media (min-width: 576px) {
  .diamonds .diamond .square {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 992px) {
  .diamonds .diamond .square {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .diamonds .diamond .square {
    width: 170px;
    height: 170px;
  }
}

@media (min-width: 1700px) {
  .diamonds .diamond .square {
    width: 200px;
    height: 200px;
  }
}

.diamonds .diamond .square_title {
  font-size: 8px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 78px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .diamonds .diamond .square_title {
    font-size: 14px;
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .diamonds .diamond .square_title {
    font-size: 16px;
  }
}

.diamonds .diamond .square_title span:first-child {
  color: #1A4079;
  font-size: 24px;
}

@media (min-width: 768px) {
  .diamonds .diamond .square_title span:first-child {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .diamonds .diamond .square_title span:first-child {
    font-size: 72px;
    line-height: 1;
  }
}

.diamonds .diamond .square:nth-child(4), .diamonds .diamond .square:nth-child(5) {
  position: relative;
}

.diamonds .diamond .square:nth-child(4)::before, .diamonds .diamond .square:nth-child(5)::before {
  transform: rotate(45deg) translateY(-39px) translateX(-38px);
}

.diamonds .diamond .square:nth-child(4) .square_title, .diamonds .diamond .square:nth-child(5) .square_title {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 576px) {
  .diamonds .diamond .square:nth-child(4) .square_title, .diamonds .diamond .square:nth-child(5) .square_title {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .diamonds .diamond .square:nth-child(4) .square_title, .diamonds .diamond .square:nth-child(5) .square_title {
    top: 30px;
  }
}

.diamonds .diamond .square:nth-child(4) .square_title span:first-child, .diamonds .diamond .square:nth-child(5) .square_title span:first-child {
  color: #C72127;
}

.diamonds .diamond.diamond_highlight .square {
  position: absolute;
  bottom: 28px;
}

@media (min-width: 576px) {
  .diamonds .diamond.diamond_highlight .square {
    bottom: 0;
  }
}

.diamonds .diamond.diamond_highlight .square::before {
  background-color: #C72127;
  border: none;
  z-index: -1;
}

.diamonds .diamond.diamond_highlight .square::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A41218;
  transform: rotate(45deg);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}

.diamonds .diamond.diamond_highlight .square_title {
  width: 80%;
  text-transform: unset;
}

.diamonds .diamond.diamond_highlight .square_title span {
  color: white;
  font-size: 8px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .diamonds .diamond.diamond_highlight .square_title span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .diamonds .diamond.diamond_highlight .square_title span {
    font-size: 16px;
  }
}

.core-value-swaper {
  position: relative;
}

.core-value-img {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  .core-value-img {
    display: block;
    bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .core-value-img {
    bottom: -35px;
  }
}

@media (min-width: 1700px) {
  .core-value-img {
    bottom: -42px;
  }
}

.core-value-img .image img {
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  width: 100%;
}

@media (min-width: 1200px) {
  .core-value-img .image img {
    clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  }
}

@media (min-width: 1700px) {
  .core-value-img .image img {
    clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  }
}

.sectionBanner {
  margin: 0px !important;
}

.bannerWrapper {
  position: relative;
}

.bannerWrapper .slick-dots {
  text-align: end !important;
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 16px !important;
  height: 1px !important;
}

@media (min-width: 992px) {
  .bannerWrapper .slick-dots {
    bottom: 76px;
  }
}

.bannerWrapper .slick-dots li {
  height: 12px !important;
  width: 12px !important;
  margin: 0 7px !important;
}

.bannerWrapper .slick-dots li button {
  position: relative;
  background: none !important;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.bannerWrapper .slick-dots li button::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.707107' y='8.48438' width='11' height='11' transform='rotate(-45 0.707107 8.48438)' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: unset;
}

.bannerWrapper .slick-dots li.slick-active button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8.48438' width='12' height='12' transform='rotate(-45 0 8.48438)' fill='white'/%3E%3C/svg%3E%0A");
}

.bannerWrapper--bg::before, .bannerWrapper--bg::after {
  content: "";
  position: absolute;
  background-color: #EEEFEF;
  top: calc(100% - 5px);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.bannerWrapper--bg::after {
  padding-bottom: 40%;
  width: 40%;
}

@media (min-width: 992px) {
  .bannerWrapper--bg::after {
    top: calc(100% - 7px);
    width: 57%;
    padding-bottom: 57%;
  }
}

.bannerWrapper--bg::before {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 17px;
  height: 34px;
  background: #C72127;
  right: calc(60% - 1px);
  bottom: 6px;
  top: auto;
  transform: translateY(50%);
  z-index: 99;
}

@media (min-width: 992px) {
  .bannerWrapper--bg::before {
    width: 22px;
    height: 44px;
    bottom: 7px;
    left: calc(57% - 1px);
    transform: translate(-100%, 50%);
  }
}

@media (min-width: 1200px) {
  .bannerWrapper--bg::before {
    width: 30px;
    height: 60px;
  }
}

.banner {
  margin: 0px;
}

.banner__item {
  padding-bottom: 118.6%;
  height: 0px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .banner__item {
    padding-bottom: 70%;
  }
}

@media (min-width: 992px) {
  .banner__item {
    padding-bottom: 42%;
  }
}

.banner__item--slider::before {
  content: "";
  position: absolute;
  left: 0px;
  z-index: 10;
  height: 100%;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 54%, rgba(0, 0, 0, 0.14) 100%);
}

.banner__img, .banner__inner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner__inner {
  left: 50%;
  bottom: 0px;
  top: 37%;
  height: auto;
  transform: translateX(-50%);
  padding-bottom: 100px;
  z-index: 11;
}

@media (min-width: 992px) {
  .banner__inner {
    padding-bottom: 48px;
  }
}

.banner__content--slider {
  text-align: center;
  padding: 24px;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: bottom right;
  position: relative;
}

@media (min-width: 992px) {
  .banner__content--slider {
    background-size: 200px 200px !important;
    padding: 46px;
  }
}

.banner__content--slider::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 44px;
  top: 0px;
  left: 0px;
  transform: translateY(-21px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media (min-width: 992px) {
  .banner__content--slider::after {
    left: -1px;
  }
}

.banner__content * {
  color: #fff !important;
}

.banner__link {
  margin-top: 32px;
}

.banner__desc {
  margin-bottom: 0px;
}

.banner__title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .banner__title {
    font-size: 70px;
  }
}

.banner__imgSingle {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}

.banner--bg .slick-slide.slick-current .banner__title {
  transform: translateX(0%);
  transition: all 2s;
}

.banner--bg .slick-slide.slick-current .banner__link {
  transform: translateX(0%);
  transition: all 2s;
}

.banner--bg .banner__item::before, .banner--bg .banner__item::after {
  content: "";
  position: absolute;
  left: 0px;
  z-index: 10;
  height: 100%;
  bottom: 0px;
}

.banner--bg .banner__item::before {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 120%);
}

.banner--bg .banner__item::after {
  height: 0%;
  width: 40%;
  padding-bottom: 40%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #134D8B;
  background-image: var(--pattern-banner-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .banner--bg .banner__item::after {
    height: 130%;
    width: 57%;
    padding-bottom: 0%;
  }
}

.banner--bg .banner__inner {
  padding-bottom: 36px;
  top: auto;
}

@media (min-width: 992px) {
  .banner--bg .banner__inner {
    padding-bottom: 60px;
  }
}

.banner--bg .banner__innerRow {
  text-align: right;
  justify-content: flex-end;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .banner--bg .banner__innerRow {
    text-align: left;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.banner--bg .banner__link {
  transform: translateX(100%);
}

@media (min-width: 992px) {
  .banner--bg .banner__link {
    transform: translateX(-150%);
  }
}

.banner--bg .banner__title {
  transform: translateX(100%);
}

@media (min-width: 992px) {
  .banner--bg .banner__title {
    line-height: 1;
    font-size: 28px;
    width: 70%;
    transform: translateX(-200%);
  }
}

@media (min-width: 1200px) {
  .banner--bg .banner__title {
    width: 80%;
    font-size: 36px;
    line-height: 1.2;
  }
}

.banner__news .banner__title {
  font-size: 20px;
}

@media (min-width: 992px) {
  .banner__news .banner__title {
    font-size: 40px;
  }
}

.milestones__inner {
  position: relative;
}

.milestones__inner::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #C0C0C0;
}

.milestones__item {
  height: 140px;
  position: relative;
}

.milestones__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #C72127;
  position: relative;
  transition: all 0.3s;
}

.milestones__year::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 0.5px solid #C0C0C0;
  transition: all 0.3s;
  box-sizing: content-box;
  background-color: #fff;
  z-index: -1;
}

.milestones__itemInner {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.milestones__itemInner--active {
  width: 140px;
  height: 140px;
}

.milestones__itemInner--active .milestones__year {
  font-size: 28px;
}

.milestones__itemInner--active .milestones__year::before {
  width: 98px;
  height: 98px;
}

.milestones__itemContent {
  display: none !important;
}

.milestones .slick-arrow {
  transform: translateY(-50%);
  top: 48% !important;
  z-index: 999;
}

.milestones .slick-next {
  right: -36px;
}

@media (min-width: 992px) {
  .milestones .slick-next {
    right: -70px;
  }
}

.milestones .slick-prev {
  left: -36px;
}

@media (min-width: 992px) {
  .milestones .slick-prev {
    left: -70px;
  }
}

.milestones .slick-disabled {
  display: none !important;
}

.milestones .slick-dots {
  display: flex;
  background-color: #C0C0C0;
  bottom: -22px;
  width: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.milestones .slick-dots li {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 4px;
  position: relative;
}

.milestones .slick-dots li button {
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 4px;
  border-radius: 16px;
}

@media (min-width: 992px) {
  .milestones .slick-dots li button {
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
  }
}

.milestones .slick-dots li button::before {
  display: none;
}

.milestones .slick-dots li.slick-active button {
  background-color: #818181;
}

@media (min-width: 992px) {
  .milestones .slick-dots li.slick-active button {
    width: 100%;
    transition: all 0.5s;
  }
}

.milestones .slick-slide:last-child .milestones__eventItem::before {
  display: none;
}

.milestones__eventWrap {
  border-radius: 4px;
  background: #F4F4F4;
  padding: 16px 16px 32px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .milestones__eventWrap {
    margin-top: 40px;
    padding: 32px 24px;
  }
}

.milestones__event {
  margin-bottom: 0px !important;
  margin-left: -16px;
  margin-right: -16px;
}

.milestones__event .slick-arrow {
  border: 1px solid #C0C0C0;
}

@media (min-width: 992px) {
  .milestones__event .slick-arrow:hover {
    transition: all 0.5s;
    border: 1px solid #C72127;
    background-color: #fff !important;
  }
}

.milestones__event .slick-prev::before {
  transition: all 0.5s;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.57 5.92969L3.5 11.9997L9.57 18.0697' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5019 12H3.67188' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .milestones__event .slick-prev:hover::before {
    transition: all 0.5s;
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.57 5.92969L3.5 11.9997L9.57 18.0697' stroke='%23C72127' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5019 12H3.67188' stroke='%23C72127' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.milestones__event .slick-next::before {
  transition: all 0.5s;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.43 5.92969L20.5 11.9997L14.43 18.0697' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.49813 12H20.3281' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .milestones__event .slick-next:hover::before {
    transition: all 0.5s;
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.43 5.92969L20.5 11.9997L14.43 18.0697' stroke='%23C72127' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.49813 12H20.3281' stroke='%23C72127' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

.milestones__eventItem {
  padding: 0px 16px;
  position: relative;
}

@media (min-width: 992px) {
  .milestones__eventItem::before {
    content: '';
    width: 1px;
    height: 100%;
    right: 0px;
    position: absolute;
    background-color: #C0C0C0;
  }
}

.milestones__eventInner {
  padding-bottom: 8px;
}

.milestones__eventTitle {
  font-weight: 700;
  color: #C72127;
  margin-bottom: 16px;
}

.milestones__eventWrap--smallItem .milestones__event {
  display: flex;
}

.milestones__eventWrap--smallItem .milestones__eventItem {
  width: 100%;
}

.milestones__eventWrap--smallItem .milestones__eventItem:last-child::before {
  display: none;
}

.stories__tabSlider {
  border: none !important;
  display: block;
}

@media (min-width: 768px) {
  .stories__tabSlider {
    margin: 0px -15px;
  }
}

.stories__tabSlider .nav-link {
  padding: 12px 0px;
  font-size: 16px;
  border: none !important;
  border-radius: 0px !important;
}

@media (min-width: 768px) {
  .stories__tabSlider .nav-link {
    color: #fff !important;
    background: none !important;
    padding: 0px 0px 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  .stories__tabSlider .nav-link {
    padding: 0px 0px 24px;
  }
}

.stories__tabSlider .nav-link.active {
  position: relative;
}

@media (min-width: 768px) {
  .stories__tabSlider .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 140px;
    height: 3px;
    background-color: #fff;
  }
}

.stories__tabSlider .slick-track {
  margin-left: unset;
}

.stories__tabContent {
  border-top: 1px solid #fff;
}

@media (max-width: 767.98px) {
  .stories__tabContent {
    border-top: none;
  }
}

.stories__tabItem {
  padding: 0px;
}

@media (min-width: 768px) {
  .stories__tabItem {
    padding: 0px 15px;
  }
}

.stories__iframe {
  color: #fff;
}

.stories__slider .storiesItem {
  margin-bottom: 15px;
  padding-top: 0px;
}

@media (min-width: 992px) {
  .stories__slider .storiesItem {
    margin-bottom: 0px;
  }
}

.storiesItem {
  padding-top: 24px;
}

@media (min-width: 992px) {
  .storiesItem {
    padding-top: 48px;
  }
}

@media (min-width: 992px) {
  .storiesItem__content {
    padding-top: 16px;
  }
}

.storiesItem__content * {
  color: #fff;
}

.storiesItem__title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .storiesItem__title {
    font-size: 24px;
  }
}

.storiesItem__position {
  font-weight: 700;
  margin-bottom: 32px;
}

.storiesItem__img {
  padding-bottom: 65%;
}

.storiesItem__quote {
  padding-left: 32px;
  padding-top: 16px;
  margin: 0px;
  position: relative;
}

.storiesItem__quote::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.352 8.016C8.152 8.368 8.776 8.896 9.224 9.6C9.672 10.304 9.896 11.136 9.896 12.096C9.896 13.472 9.464 14.592 8.6 15.456C7.736 16.288 6.632 16.704 5.288 16.704C3.944 16.704 2.824 16.272 1.928 15.408C1.064 14.544 0.632 13.44 0.632 12.096C0.632 11.456 0.712 10.816 0.872 10.176C1.032 9.536 1.384 8.576 1.928 7.296L4.712 0.383998H9.464L7.352 8.016ZM18.68 8.016C19.48 8.368 20.104 8.896 20.552 9.6C21 10.304 21.224 11.136 21.224 12.096C21.224 13.472 20.792 14.592 19.928 15.456C19.064 16.288 17.96 16.704 16.616 16.704C15.272 16.704 14.152 16.272 13.256 15.408C12.392 14.544 11.96 13.44 11.96 12.096C11.96 11.456 12.04 10.816 12.2 10.176C12.36 9.536 12.712 8.576 13.256 7.296L16.04 0.383998H20.792L18.68 8.016Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 11px;
  left: 0px;
}

.storiesItem__video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}

.storiesItem__video iframe,
.storiesItem__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.storiesItem__link {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .storiesItem__link {
    margin-top: 32px;
  }
}

.storiesItem__link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .selecDropdown {
    position: relative;
  }
  .selecDropdown li {
    z-index: 2;
    cursor: pointer;
    margin: 0px !important;
    background: #F4F4F4;
    font-weight: 700;
  }
  .selecDropdown li.init a {
    background: #F4F4F4 !important;
    color: var(--primary) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 32px;
    padding-left: 12px;
    position: relative;
  }
  .selecDropdown li.init a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 5px;
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%232E2E2E'/%3e%3c/svg%3e");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .selecDropdown li.init.active a::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .selecDropdown li:not(.init) {
    display: none;
    padding: 0 10px;
  }
  .selecDropdown li:not(.init):last-child a {
    border-bottom: 0 !important;
  }
  .selecDropdown li:not(.init) a {
    background: #F4F4F4;
    color: #2E2E2E;
    padding: 12px;
    border-bottom: 1px solid #C0C0C0 !important;
  }
  .selecDropdown li:not(.init):hover a, .selecDropdown li.selected:not(.init) a {
    color: var(--primary);
  }
}

.pageArticle__content .secSpace:first-child {
  margin-top: 0px !important;
}

.pageArticle__content .secSpace {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .pageArticle__content .secSpace:not(:last-child) {
    margin-bottom: 40px;
  }
}

.pageArticle__content .secSpace:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .pageArticle__content .space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pageArticle__content .secHeading {
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .pageArticle__content .secHeading {
    margin-bottom: 32px;
  }
}

.pageArticle__content .secHeading__title {
  line-height: 1.3 !important;
  margin-bottom: 16px;
}

.pageArticle__content .secHeading__link {
  margin-top: 0px;
}

.pageSearch__btnSeach {
  width: 100%;
  outline: none !important;
}

.pageSearch__result {
  margin-top: 16px;
}

.pageSearch__resultHightlight {
  color: var(--primary);
  font-weight: 700;
}

.pageSearch__postType {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  border-bottom: 2px solid #C0C0C0;
}

.pageSearch__postType li {
  margin: 0px 4px;
}

@media (min-width: 992px) {
  .pageSearch__postType li {
    margin: 0px 8px;
  }
}

.pageSearch__postType li:first-child {
  margin-left: 0px;
}

.pageSearch__postType li a {
  text-decoration: none;
  font-weight: 700;
  color: #818181;
  padding: 8px 0px;
  display: inline-block;
}

.pageSearch__postType li a:hover {
  text-decoration: none;
}

.pageSearch__postType li.active {
  position: relative;
}

.pageSearch__postType li.active a {
  color: #2E2E2E;
}

.pageSearch__postType li.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #C72127;
}

.pageSearch__postsItem {
  padding: 16px 0px;
  border-bottom: 1px solid #818181;
}

.pageSearch__postsItem:last-child {
  border-bottom: none;
}

.pageSearch__postsTitle a {
  color: #2E2E2E;
  text-decoration: none;
  transition: all 0.5s;
}

.pageSearch__postsTitle a:hover {
  text-decoration: underline;
}

.pageSearch__postsDesc {
  display: flex;
}

.pageSearch__postsDesc .imgGroup {
  width: 82px;
  margin-right: 10px;
}

.pageSearch__postsDesc b {
  font-weight: 700;
  color: #C72127;
}

@media (min-width: 992px) {
  .pageResearchPeople__row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .pageResearchPeople__row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pageResearchPeople__btn {
    min-height: 62px;
  }
}

.editor {
  white-space: inherit;
  word-wrap: break-word;
}

.editor b,
.editor strong,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-weight: 700;
  line-height: 1.5;
}

.editor a {
  text-decoration: none;
  transition: all 0.5s;
  white-space: inherit;
  color: #C72127 !important;
}

@media (min-width: 992px) {
  .editor a:hover {
    text-decoration: underline;
  }
}

.editor ul {
  padding-left: 24px;
}

.editor ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .editor iframe {
    width: 100% !important;
  }
}

.editor img {
  height: auto;
  width: auto;
  display: block;
  max-width: 100%;
}

@media (min-width: 992px) {
  .editor img {
    width: revert-layer;
  }
}

.editor blockquote {
  padding: 0px 20px;
  position: relative;
  font-style: italic;
}

@media (min-width: 992px) {
  .editor blockquote {
    padding: 0px 40px;
  }
}

.editor th,
.editor td {
  border: 1px solid #C0C0C0;
  vertical-align: top;
}

.editor table td {
  padding: 8px;
}

.editor table:not(.table_fix) {
  border-collapse: collapse;
  width: 100%;
}

.editor table:not(.table_fix) tbody {
  border: none;
}

.editor table:not(.table_fix) tbody td {
  vertical-align: middle;
}

.editor table:not(.table_fix) tbody td img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
}

.editor table.table_fix {
  table-layout: fixed;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .editor .our_team table td img {
    width: 33% !important;
  }
}

.editor .pgy table tr td {
  vertical-align: top !important;
}

.editor .pgy table tr td img {
  width: 100%;
  aspect-ratio: 3/4;
}

.editor .gallery {
  display: block;
}

.editor .gallery-item {
  padding: 0px 15px;
}

.editor .gallery img {
  border: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  transition: all 1s;
}

.editor .gallery a {
  display: block;
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  .editor .gallery a {
    padding-bottom: 60%;
  }
}

.editor .gallery_grid .gallery {
  justify-items: center;
  grid-gap: 8px;
  display: grid;
}

@media (min-width: 992px) {
  .editor .gallery_grid .gallery {
    grid-gap: 16px;
  }
}

.editor .gallery_grid .gallery .gallery-icon {
  display: flex;
  justify-content: center;
}

.editor .gallery_grid .gallery .gallery-item {
  padding: 0px !important;
  margin: 0px !important;
}

.editor .gallery_grid .gallery img {
  position: static;
  border: none !important;
  transform: unset;
}

.editor .gallery_grid .gallery a {
  display: block;
  position: static;
  height: auto;
  overflow: unset;
  padding-bottom: unset;
}

.sectionAbout .about--bg {
  background: var(--primary) url("../images/about/background-about.png") no-repeat bottom right/50%;
}

.sectionAbout .about--bg .slick-slider {
  position: unset;
  margin-bottom: 0px;
}

.sectionAbout .about--bg .slick-arrow {
  top: 15px;
}

@media (min-width: 992px) {
  .sectionAbout .about--bg .slick-arrow {
    top: 27px;
  }
}

.sectionAbout .about--bg .slick-prev {
  left: calc(100% - 68px);
}

@media (min-width: 992px) {
  .sectionAbout .about--bg .slick-prev {
    left: calc(100% - 80px);
  }
}

.sectionAbout .about--bg .slick-next {
  right: 0px;
}

.sectionAbout .about--bg .slick-dots {
  position: relative;
  bottom: 0px;
}

.sectionAbout .about--bg .slick-dots li {
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
}

.sectionAbout .about--bg .slick-dots li button {
  width: 100%;
  height: 100%;
  position: relative;
}

.sectionAbout .about--bg .slick-dots li button::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.64851' y='8.48438' width='11' height='11' transform='rotate(-45 1.64851 8.48438)' stroke='%23C0C0C0'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sectionAbout .about--bg .slick-dots li.slick-active button::before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5.32031' width='7.52377' height='7.52377' transform='rotate(-45 0 5.32031)' fill='white'/%3E%3C/svg%3E%0A");
}

.sectionAbout .about__content .secTitle {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .sectionAbout .about__content .secTitle {
    margin-bottom: 24px;
  }
}

.sectionAbout .about__slider, .sectionAbout .about__image {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .sectionAbout .about__slider, .sectionAbout .about__image {
    margin-top: 0px;
  }
}

.sectionAbout .about__item {
  padding-bottom: 84.4%;
  height: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sectionAbout .about__item img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .sectionAbout .about__sticky {
    position: sticky;
    top: 20px;
  }
}

.sectionAbout .about__dots {
  margin-top: 40px;
  position: relative;
}

.sectionAbout .about__dots--left {
  width: 100%;
  display: flex;
  justify-content: right;
}

.sectionAbout .about .editor p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .sectionAbout .about .slick-list {
    position: relative;
  }
  .sectionAbout .about .slick-dots {
    text-align: unset;
    width: auto;
    position: absolute;
    z-index: 999;
  }
  .sectionAbout .about .slick-dots li:first-child {
    margin-left: 0px;
  }
  .sectionAbout .about .slick-dots li:last-child {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .sectionAbout--trans .about__image {
    transform: translateY(-78px);
  }
  .sectionAbout--trans .about__content {
    margin-top: 0px !important;
    padding-bottom: 48px;
  }
  .sectionAbout--trans.space {
    padding: 0px !important;
  }
  .sectionAbout--trans .about {
    padding-top: 48px !important;
    padding-bottom: 0px !important;
  }
}

.quickLink__content {
  padding: 0px;
  margin-bottom: 0px;
}

.quickLink__content li {
  list-style: none;
  padding: 0px 8px;
  border-bottom: 1px solid #C0C0C0;
}

@media (min-width: 992px) {
  .quickLink__content li {
    padding: 0px 32px;
  }
}

.quickLink__link {
  color: #2E2E2E;
  font-weight: 700;
  padding: 13px 0px;
  display: block;
  position: relative;
  padding-right: 24px;
  transition: all 0.5s;
}

.quickLink__link .arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.quickLink__link .arrow::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1997 10.7731L13.2297 8.80313L10.0197 5.59313C9.33969 4.92313 8.17969 5.40313 8.17969 6.36313V12.5931V18.2031C8.17969 19.1631 9.33969 19.6431 10.0197 18.9631L15.1997 13.7831C16.0297 12.9631 16.0297 11.6031 15.1997 10.7731Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}

.quickLink__link:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .quickLink__link:hover {
    text-decoration: underline;
  }
  .quickLink__link:hover .arrow::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1997 10.7731L13.2297 8.80313L10.0197 5.59313C9.33969 4.92313 8.17969 5.40313 8.17969 6.36313V12.5931V18.2031C8.17969 19.1631 9.33969 19.6431 10.0197 18.9631L15.1997 13.7831C16.0297 12.9631 16.0297 11.6031 15.1997 10.7731Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
  }
}

@media (min-width: 992px) {
  .sectionQuickLink .secHeading {
    margin-bottom: 0px;
  }
}

.admissionIntro__row {
  row-gap: 32px;
}

@media (min-width: 992px) {
  .admissionIntro__row {
    row-gap: 56px;
  }
}

.admissionIntro__title {
  background-color: #C72127;
  padding: 12px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 992px) {
  .admissionIntro__title {
    padding: 16px;
  }
}

.admissionIntro__title .secTitle {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-right: 24px;
}

@media (min-width: 992px) {
  .admissionIntro__title .secTitle {
    font-size: 18px;
  }
}

.admissionIntro__list {
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  display: none;
}

@media (min-width: 992px) {
  .admissionIntro__list {
    position: absolute;
    right: 15px;
    left: 15px;
    background: white;
    z-index: 99;
  }
}

.admissionIntro__gutters {
  row-gap: 16px;
}

.admissionIntro ul.menu {
  padding: 0px;
  margin: 0px;
}

.admissionIntro ul.menu li {
  list-style: none;
}

.admissionIntro ul.menu li a {
  color: #2E2E2E;
  display: block;
  padding: 16px;
  transition: all 0.5s;
  cursor: pointer;
}

.admissionIntro ul.menu li a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .admissionIntro ul.menu li a:hover {
    transition: all 0.5s;
    color: #C72127;
  }
}

.admissionIntro ul.menu > li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}

.admissionIntro ul.menu > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}

.admissionIntro ul.menu > li.menu-item-has-children > .sub-arrow {
  width: 53px;
  height: 53px;
  right: 0px;
  top: 0px;
  transform: rotate(0);
  transition: transform 0.5s;
  position: absolute;
  display: inline-flex;
}

@media (min-width: 992px) {
  .admissionIntro ul.menu > li.menu-item-has-children > .sub-arrow {
    width: 56px;
    height: 56px;
  }
}

.admissionIntro ul.menu > li.menu-item-has-children > .sub-arrow--active {
  transform: rotate(180deg);
  transition: transform 0.5s;
}

.admissionIntro ul.menu > li.menu-item-has-children > .sub-arrow::before {
  transform: translate(15px, 15px);
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .admissionIntro ul.menu > li.menu-item-has-children > .sub-arrow::before {
    transform: translate(17px, 17px);
  }
}

.admissionIntro ul.sub-menu {
  padding: 0px;
  display: none;
}

.admissionIntro ul.sub-menu .menu-item {
  border-top: 1px solid #EAEAEA;
  background-color: #F4F4F4;
}

.admissionIntro ul.sub-menu .menu-item a {
  padding-left: 48px;
}

.admissionIntro .arrow::before {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.5s;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .admissionIntro .arrow::before {
    right: 16px;
  }
}

.admissionIntro .arrow--active::before {
  transform: rotate(180deg) translateY(50%);
  transition: transform 0.5s;
}

.highlights__img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1s;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.highlights__itemInner {
  position: relative;
  height: 0px;
  padding-bottom: 136.3%;
}

@media (min-width: 992px) {
  .highlights__itemInner::before, .highlights__itemInner::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transition: all 1s;
  }
  .highlights__itemInner::before {
    background: rgba(255, 255, 255, 0.5);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    z-index: 20;
    width: 150%;
    height: 40%;
  }
  .highlights__itemInner::after {
    opacity: 0;
    background: #134D8B;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
}

.highlights__link {
  opacity: 0 !important;
}

@media (min-width: 992px) {
  .highlights--hover:hover {
    cursor: pointer;
    opacity: 0.95;
  }
  .highlights--hover:hover::before {
    transition: all 1s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 250%, 0);
  }
  .highlights--hover:hover::after {
    opacity: 0.2;
    transition: all 1s;
  }
  .highlights--hover:hover .highlights__img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s;
  }
  .highlights--hover:hover .highlights__title {
    opacity: 1 !important;
    transition: all 1s;
  }
}

.highlights__slider {
  margin: 0px -15px;
}

.highlights__item {
  padding: 0px 15px;
}

.highlights__itemInner {
  overflow: hidden;
}

.highlights__content {
  padding: 24px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.highlights__link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: inline;
  opacity: 0;
  color: transparent;
  z-index: 200;
}

.highlights__link::after, .highlights__link::before {
  display: none;
}

.highlights__galleryList {
  height: 0px;
  overflow: hidden;
}

.highlights__title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  transition: all 1s;
  position: absolute;
  text-transform: uppercase;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 24px;
  margin: 0px;
  z-index: 190;
}

@media (min-width: 992px) {
  .highlights__title {
    font-size: 18px;
  }
}

.highlights .block_info--center .secHeading__title {
  padding: 0;
}

.faqs__header {
  background-color: #EAEAEA;
  margin-top: 16px;
  border-radius: 4px;
}

.faqs__header:has(button[aria-expanded="true"]) {
  border-radius: 4px 4px 0px 0px;
}

.faqs__title {
  margin-bottom: 0px;
}

.faqs__btn {
  position: relative;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 44px 12px 12px;
  border: none;
  transition: all 0.5s;
  text-decoration: none;
}

.faqs__btn::after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .faqs__btn::after {
    right: 16px;
  }
}

.faqs__btn:hover, .faqs__btn:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  .faqs__btn {
    padding: 16px 48px 16px 16px;
    font-size: 18px;
  }
  .faqs__btn:hover {
    color: #C72127 !important;
    transition: all 0.5s;
  }
  .faqs__btn:hover::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%23C72127'/%3E%3C/svg%3E%0A") !important;
    transition: all 0.5s;
  }
}

.faqs__btn[aria-expanded="true"] {
  text-decoration: none;
  color: var(--primary);
  transition: all 0.5s;
}

.faqs__btn[aria-expanded="true"]::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 9.19484L15.4781 11.1648L18.6881 14.3748C19.3581 15.0548 18.8781 16.2148 17.9181 16.2148H11.6881H6.07812C5.11812 16.2148 4.63812 15.0548 5.31812 14.3748L10.4981 9.19484C11.3181 8.36484 12.6781 8.36484 13.5081 9.19484Z' fill='%23134D8B'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .faqs__btn[aria-expanded="true"]:hover::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 9.19484L15.4781 11.1648L18.6881 14.3748C19.3581 15.0548 18.8781 16.2148 17.9181 16.2148H11.6881H6.07812C5.11812 16.2148 4.63812 15.0548 5.31812 14.3748L10.4981 9.19484C11.3181 8.36484 12.6781 8.36484 13.5081 9.19484Z' fill='%23C72127'/%3E%3C/svg%3E%0A") !important;
    transition: all 0.5s;
  }
}

.faqs__body {
  padding: 12px;
  background-color: #F4F4F4;
  border-radius: 0px 0px 4px 4px;
}

@media (min-width: 992px) {
  .faqs__body {
    padding: 16px;
  }
}

.faqs--people .faqs__btn {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .faqs--people .faqs__btn {
    font-size: 24px;
  }
}

.faqs--people .faqs__header {
  background-color: #F4F4F4;
}

.faqsItem .faqs__item:first-child .faqs__header {
  margin-top: 0;
}

.template--bg {
  background: var(--primary);
  color: white !important;
}

.template--bg * {
  color: white !important;
}

.cta {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .cta {
    padding-left: 64px;
    padding-right: 64px;
    text-align: start;
  }
}

.cta strong {
  color: currentColor !important;
}

.cta *:not(span) {
  color: white;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .cta *:not(span) {
    line-height: unset;
  }
}

.cta .editor b,
.cta .editor h1,
.cta .editor h2,
.cta .editor h3,
.cta .editor h4,
.cta .editor h5,
.cta .editor h6 {
  color: white;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .cta .editor b,
  .cta .editor h1,
  .cta .editor h2,
  .cta .editor h3,
  .cta .editor h4,
  .cta .editor h5,
  .cta .editor h6 {
    line-height: unset;
  }
}

.cta__btnWrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .cta__btnWrap {
    margin: 0 auto;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .cta__btnWrap {
    justify-content: unset;
  }
}

.cta__btnWrap > .btnCTA {
  width: 100%;
}

@media (min-width: 768px) {
  .cta__btnWrap > .btnCTA {
    width: unset;
  }
}

.cta__title {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .cta__title {
    margin-bottom: 0px;
  }
}

.cta__link {
  background-color: #C72127;
  font-weight: 700;
  padding: 12px 16px;
  height: 48px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.5s;
}

.cta__link:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .cta__link:hover {
    text-decoration: underline;
    transition: all 0.5s;
    background-color: #EAEAEA;
  }
  .cta__link:hover .cta__text {
    transition: all 0.5s;
    color: #C72127;
  }
}

.cta__text {
  transition: all 0.5s;
  text-transform: uppercase;
}

.cta__content {
  margin-bottom: 32px;
}

.cta__content p {
  line-height: 1.5;
}

.programs__link {
  color: #2E2E2E;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 32px 40px 32px 8px;
  border-bottom: 1px solid #C0C0C0;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  height: 100%;
}

@media (min-width: 992px) {
  .programs__link {
    padding: 56px 64px 56px 32px;
    font-size: 18px;
  }
}

.programs__link::before {
  content: "";
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  position: absolute;
  background-color: #fff;
  transition: all 1s;
}

.programs__link::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6997 10.7653L13.7297 8.79532L10.5197 5.58532C9.83969 4.91532 8.67969 5.39532 8.67969 6.35532V12.5853V18.1953C8.67969 19.1553 9.83969 19.6353 10.5197 18.9553L15.6997 13.7753C16.5297 12.9553 16.5297 11.5953 15.6997 10.7653Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .programs__link::after {
    right: 32px;
  }
}

.programs__link:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .programs__link:hover {
    color: white;
    border-bottom: 1px solid #fff;
  }
  .programs__link:hover::before {
    content: "";
    width: 0%;
    transition: all 1s;
  }
  .programs__link:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.6997 11.4372L13.7297 9.46719L10.5197 6.25719C9.83969 5.58719 8.67969 6.06719 8.67969 7.02719V13.2572V18.8672C8.67969 19.8272 9.83969 20.3072 10.5197 19.6272L15.6997 14.4472C16.5297 13.6272 16.5297 12.2672 15.6997 11.4372Z' fill='white'/%3E%3C/svg%3E");
  }
}

.programs__title {
  position: relative;
}

.programs__tabList .slick-list {
  position: relative;
}

.programs__tabList .slick-list::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #C0C0C0;
  left: 15px;
  bottom: 0;
}

.programs__tabList .slick-track {
  margin-left: unset;
}

@media (max-width: 767.98px) {
  .programs__tabList .selecDropdown li.init:not(.active) {
    border-bottom: none;
  }
  .programs__tabList .selecDropdown li.init a {
    background: transparent !important;
  }
  .programs__tabList .selecDropdown li.init a::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%232E2E2E'/%3e%3c/svg%3e");
  }
  .programs__tabList .selecDropdown li.selected .nav-link {
    color: var(--primary) !important;
  }
}

.programs__tabItem .nav-link {
  color: #818181 !important;
  text-transform: unset;
}

.programs__tabItem .nav-link:focus {
  outline: none;
}

.programs__tabItem .nav-link.active {
  color: #2E2E2E !important;
}

.programs__tabItem .nav-link.active::after {
  background-color: #C72127;
}

.programs__tabContent {
  border-top: none;
}

.testimonials__slider {
  margin: 0px -15px;
}

.testimonialItem {
  padding: 0px 15px;
}

.testimonialItem__wrap {
  position: relative;
  color: #2E2E2E;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}

.testimonialItem__linkContent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonialItem__inner {
  background-color: #fff;
  padding: 24px 24px 32px;
  position: relative;
  transition: background-color 1s;
}

.testimonialItem__inner::before {
  content: "";
  position: absolute;
  border-style: solid;
  top: -13px;
  border-width: 0 13px 18px 13px;
  border-color: transparent transparent #fff transparent;
  transition: all 1s;
  z-index: 9;
}

@media (min-width: 992px) {
  .testimonialItem--hover:hover .testimonialItem__inner {
    background-color: #C72127;
    color: #fff;
    transition: background-color 1s;
  }
  .testimonialItem--hover:hover .testimonialItem__inner::before {
    content: "";
    border-color: transparent transparent #C72127 transparent;
    transition: all 1s;
  }
  .testimonialItem--hover:hover .testimonialItem__inner .testimonialItem__title,
  .testimonialItem--hover:hover .testimonialItem__inner a {
    color: #fff;
    transition: all 1s;
  }
  .testimonialItem--hover:hover .testimonialItem__inner .testimonialItem__link {
    transition: all 1s;
    color: #fff;
  }
  .testimonialItem--hover:hover .testimonialItem__inner .testimonialItem__link::before {
    transition: all 1s;
    content: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83195 6.7343L1.70711 0.609451C1.07714 -0.0205141 0 0.425652 0 1.31656V13.5663C0 14.4572 1.07714 14.9033 1.70711 14.2734L7.83196 8.14851C8.22248 7.75799 8.22248 7.12482 7.83195 6.7343Z' fill='white'/%3E%3C/svg%3E%0A");
  }
  .testimonialItem--hover:hover .testimonialItem__inner .testimonialItem__link::after {
    transition: all 1s;
    background: #fff;
  }
}

.testimonialItem__link {
  transition: all 1s;
  z-index: 1;
  margin-top: 16px;
}

.testimonialItem__img {
  padding-bottom: 65%;
  z-index: 1;
}

.testimonialItem__position {
  transition: all 1s;
  font-weight: 700;
  margin-bottom: 24px;
}

.testimonialItem__title {
  text-transform: uppercase;
  color: #2E2E2E;
  font-weight: 700;
  transition: all 1s;
}

.testimonialItem__title a {
  transition: all 1s;
  color: #2E2E2E;
}

.testimonialItem__title a:hover {
  text-decoration: underline;
}

.testimonialItem__content {
  margin-bottom: 16px;
  transition: all 1s;
}

.researchGeneral__img {
  padding-bottom: 62.5%;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .researchGeneral__img {
    height: 100% !important;
  }
}

.researchGeneral__content {
  position: relative;
  height: 100%;
  padding: 16px 15px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
}

.researchGeneral__content::before {
  content: "";
  position: absolute;
  border-style: solid;
  top: -16px;
  left: 0px;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #C72127;
}

@media (min-width: 992px) {
  .researchGeneral__content::before {
    top: 24px;
  }
}

@media (min-width: 992px) {
  .researchGeneral__content {
    padding: 24px 32px;
  }
}

.researchGeneral__title {
  font-weight: 700;
  margin-bottom: 32px;
}

.researchGeneral__title .character {
  color: #C72127;
}

.research__slider {
  margin: 32px -15px 0px -15px;
}

.research__item {
  padding: 0px 15px;
}

@media (min-width: 992px) {
  .research__item:hover .imgGroup {
    opacity: 0.95;
  }
  .research__item:hover .imgGroup--noEffect {
    opacity: 1 !important;
  }
  .research__item:hover .imgGroup img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s;
  }
  .research__item:hover .imgGroup::before {
    transition: all 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  }
  .research__item:hover .imgGroup::after {
    opacity: 0.2;
    transition: all 1s;
  }
}

.research__itemInner {
  position: relative;
}

.research__itemTitle {
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  margin: 8px 24px;
  padding: 0px;
  color: #fff;
}

.research__itemTitle a {
  color: #fff;
  transition: all 0.5s;
  width: 100%;
  display: block;
}

.research__itemTitle a:hover {
  text-decoration: none;
}

.research__itemImg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.research__generalLink {
  margin-top: 24px;
}

.whyWorking__list {
  row-gap: 24px;
}

@media (min-width: 992px) {
  .whyWorking__list {
    row-gap: 30px;
  }
}

.whyWorking__item {
  position: relative;
  overflow: hidden;
}

.whyWorking__img {
  transition: all 1s;
  height: 0px;
  padding-bottom: 62.4%;
}

.whyWorking__link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .whyWorking--hover:hover {
    cursor: pointer;
  }
  .whyWorking--hover:hover .whyWorking__img {
    transform: scale(1);
  }
  .whyWorking--hover:hover .whyWorking__title a {
    text-decoration: none;
    transition: all 0.5s;
    color: #C72127;
  }
}

.whyWorking__content {
  position: absolute;
  padding: 15px;
  margin: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 992px) {
  .whyWorking__content {
    padding: 24px;
  }
}

.whyWorking__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  z-index: 200;
  position: relative;
}

@media (min-width: 992px) {
  .whyWorking__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }
}

.whyWorking__title {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  z-index: 200;
  position: relative;
}

.whyWorking__title a {
  color: white;
  transition: all 0.5s;
}

.sidebarMenu {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .sidebarMenu {
    margin-bottom: 0px;
  }
}

.sidebarMenu::after {
  content: "";
  position: absolute;
  background-color: #F4F4F4;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
}

.sidebarMenu ul {
  padding: 0px;
  margin-bottom: 0px;
}

.sidebarMenu ul li {
  list-style: none;
  position: relative;
}

.sidebarMenu a, .sidebarMenu__tab {
  color: #2E2E2E;
  display: block;
  padding: 16px 48px 15px 16px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #C0C0C0;
  position: relative;
  cursor: pointer;
}

.sidebarMenu a:hover, .sidebarMenu__tab:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .sidebarMenu a:hover, .sidebarMenu__tab:hover {
    color: #C72127 !important;
  }
}

.sidebarMenu__tab {
  font-weight: 700;
  color: #134D8B;
  display: block;
}

@media (min-width: 992px) {
  .sidebarMenu__tab {
    display: none;
  }
}

.sidebarMenu__tab .sidebarMenu__icon {
  z-index: unset;
}

.sidebarMenu__content {
  display: none;
}

@media (min-width: 992px) {
  .sidebarMenu__content {
    display: block;
  }
}

.sidebarMenu__icon {
  width: 53px;
  height: 53px;
  transition: all 0.5s;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .sidebarMenu__icon {
    width: 56px;
    height: 56px;
  }
}

.sidebarMenu--active > a {
  color: #134D8B !important;
  font-weight: 700;
}

.sidebarMenu--open {
  transform: rotate(180deg);
}

.sidebarMenu__level1 > .sidebarMenu--active > a {
  padding-left: 32px !important;
}

.sidebarMenu__level1 > .sidebarMenu--active > a::before {
  width: 9px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83195 7.29289L1.70711 1.16804C1.07714 0.53808 0 0.984246 0 1.87515V14.1248C0 15.0158 1.07714 15.4619 1.70711 14.832L7.83196 8.70711C8.22248 8.31658 8.22248 7.68342 7.83195 7.29289Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .sidebarMenu__level1 > .sidebarMenu--active > a::before {
    top: 48%;
  }
}

.sidebarMenu__level2 a {
  padding-left: 40px !important;
}

.sidebarMenu__level3 a {
  padding-left: 64px !important;
}

.sidebarWrapper {
  height: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .sidebarWrapper .sidebarGroup {
    position: sticky;
    top: 155px;
    transition: all 0.5s;
  }
}

@media (min-width: 992px) {
  .sidebarWrapper.sidebar_scrollUp .sidebarGroup {
    top: 15px;
  }
}

.postNews .imgGroup {
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}

.postNews .imgGroup:hover {
  cursor: pointer !important;
}

.postNews__title {
  margin: 0px;
}

.postNews__title a {
  text-decoration: none;
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .postNews__title a:hover {
    text-decoration: underline;
  }
}

.postNews__link {
  font-weight: 500;
  color: #2E2E2E;
  font-size: 14px;
}

@media (min-width: 992px) {
  .postNews__link {
    font-size: 16px;
  }
  .postNews__link:hover {
    text-decoration: underline;
  }
}

.postNews__desc {
  margin-bottom: 0px;
  padding-top: 8px;
}

.cards__gutters {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .cards__gutters {
    row-gap: 32px;
  }
}

.cardBlock {
  border-radius: 0px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.cardBlock__content {
  position: relative;
  padding: 16px;
}

@media (min-width: 992px) {
  .cardBlock__content {
    padding: 32px 24px;
  }
}

.cardBlock__content::before {
  content: '';
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #C72127;
  position: absolute;
  width: 22px;
  height: 44px;
  left: 0;
  top: -22px;
  z-index: 10;
}

.cardBlock__img {
  padding-bottom: 62.38%;
}

.cardBlock__title {
  margin-bottom: 16px;
  font-weight: 700;
  color: #C72127;
  text-transform: uppercase;
}

.cardBlock__desc {
  margin-bottom: 24px;
}

.stats__gutters {
  row-gap: 32px;
}

.stats__col {
  padding: 0px;
}

.stats__col:last-child .stats__content {
  border-right: none;
}

.stats__content {
  text-align: center;
  padding: 8px 0px;
}

@media (min-width: 992px) {
  .stats__content {
    border-right: 1px solid #C0C0C0;
  }
}

.stats__number {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  color: var(--primary);
}

.stats__desc {
  margin-bottom: 0px;
  padding: 0px 24px;
}

.stats__suffix {
  margin-left: -16px;
}

.stats .character {
  color: #C72127 !important;
}

.stats--bg .secHeading::before,
.stats--bg .secTitle::after {
  background: #fff !important;
}

.stats--bg * {
  color: #fff;
}

.stats--modify .stats__col {
  padding: 0px 15px;
}

.stats--modify .stats__content {
  border-right: none;
  padding: 0px;
}

.stats--modify .secHeading {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .stats--modify .secHeading {
    margin-bottom: 0px;
  }
}

.stats--modify .secTitle {
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}

.stats--modify .secTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #C72127;
}

.keyDatesList__gutters {
  row-gap: 20px;
}

@media (min-width: 992px) {
  .keyDatesList__gutters {
    row-gap: 40px;
  }
}

.keyDates {
  display: flex;
  height: 74px;
}

.keyDates__date {
  width: 65px;
  height: 64px;
  position: relative;
}

.keyDates__date::after {
  content: '';
  top: 0px;
  height: 64px;
  width: 1px;
  left: 64px;
  background-color: #818181;
  position: absolute;
}

.keyDates__month, .keyDates__day {
  font-weight: 700;
  width: 64px;
  text-align: center;
}

.keyDates__month {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.keyDates__day {
  font-size: 36px;
  color: var(--primary);
}

.keyDates__title {
  margin: 0px;
  padding-left: 24px;
}

.keyDates__title a,
.keyDates__title span {
  color: #2E2E2E;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .keyDates__title a,
  .keyDates__title span {
    font-size: 16px;
  }
}

.keyDates__title a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .keyDates__title a:hover {
    text-decoration: underline;
  }
}

#sectionCoreValues .secHeading {
  margin-bottom: 0px;
}

.coreValue {
  position: relative;
}

@media (min-width: 992px) {
  .coreValue {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .coreValue {
    padding-bottom: 35px;
  }
}

@media (min-width: 1700px) {
  .coreValue {
    padding-bottom: 42px;
  }
}

.coreValue__imgWrap {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .coreValue__imgWrap {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .coreValue__imgWrap {
    margin-top: 0px;
    display: block;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .coreValue__imgWrap {
    bottom: 0px;
  }
}

@media (min-width: 1700px) {
  .coreValue__imgWrap {
    bottom: 0px;
  }
}

.coreValue__imgInner {
  position: relative;
}

.coreValue__imgContentWrap {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 400px;
  color: #fff;
  width: 300px;
}

@media (min-width: 768px) {
  .coreValue__imgContentWrap {
    width: 450px;
  }
}

.coreValue__imgContentWrap div {
  margin: 0px;
}

.coreValue__imgTitle {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .coreValue__imgTitle {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .coreValue__imgTitle {
    font-size: 24px;
  }
}

.coreValue__imgContent {
  height: 72px;
}

@media (min-width: 768px) {
  .coreValue__imgContent {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .coreValue__imgContent {
    height: 83px;
    top: 50px;
  }
}

.coreValue__imgHighlights {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .coreValue__imgHighlights {
    font-size: 18px;
  }
}

.coreValue__textHighlight {
  text-transform: uppercase;
}

.coreValue__imgDesc {
  font-size: 14px;
  padding: 0px;
  height: 40px;
}

@media (min-width: 768px) {
  .coreValue__imgDesc {
    font-size: 16px;
    height: 48px;
  }
}

.coreValue__img {
  background-size: cover !important;
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
}

@media (min-width: 992px) {
  .coreValue__img {
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  }
}

@media (min-width: 1200px) {
  .coreValue__img {
    padding-bottom: calc(50% + 4px);
    clip-path: polygon(0 0, 49.5% 0, 100% 100%, 0% 100%);
  }
}

@media (min-width: 1700px) {
  .coreValue__img {
    padding-bottom: calc(51% + 4px);
    clip-path: polygon(0 0, 48.8% 0, 100% 100%, 0% 100%);
  }
}

.coreValue__inner {
  padding: 50px 0 35px;
  position: relative;
}

@media (min-width: 992px) {
  .coreValue__inner {
    padding: 35px 0 50px;
  }
}

@media (min-width: 1200px) {
  .coreValue__inner {
    padding-bottom: 70px;
  }
}

@media (min-width: 1700px) {
  .coreValue__inner {
    padding: 40px 0 93px;
  }
}

.coreValue__diamond {
  display: flex;
  column-gap: 40px;
  row-gap: 33px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 345px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .coreValue__diamond {
    width: 500px;
    column-gap: 60px;
    row-gap: 25px;
  }
}

@media (min-width: 992px) {
  .coreValue__diamond {
    width: 640px;
    column-gap: 68px;
    row-gap: 18px;
  }
}

@media (min-width: 1200px) {
  .coreValue__diamond {
    width: 100%;
    column-gap: 80px;
    row-gap: 10px;
  }
}

@media (min-width: 1700px) {
  .coreValue__diamond {
    margin: 0 0 0 auto;
    column-gap: 94px;
    row-gap: 3px;
  }
}

.coreValue__patten {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #848484;
  transform: rotate(45deg);
  overflow: hidden;
  cursor: pointer;
}

.coreValue__patten::after, .coreValue__patten::before {
  content: "";
  width: 142%;
  height: 142%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 1s;
}

.coreValue__patten::before {
  clip-path: polygon(50% 0%, 50% 50%, 50% 100%, 0% 50%);
  background-color: #0D3B77;
}

.coreValue__patten::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
  background-color: var(--primary);
}

.coreValue__item {
  width: 83px;
  height: 83px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coreValue__item:hover .coreValue__patten::before, .coreValue__item:hover .coreValue__patten::after {
  background-color: #fff;
}

.coreValue__item:hover .coreValue__highlights {
  color: #0D3B77;
}

.coreValue__item:hover .coreValue__title {
  color: #2E2E2E;
}

@media (min-width: 576px) {
  .coreValue__item {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 992px) {
  .coreValue__item {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .coreValue__item {
    width: 170px;
    height: 170px;
  }
}

@media (min-width: 1700px) {
  .coreValue__item {
    width: 200px;
    height: 200px;
  }
}

.coreValue__item:nth-child(4) .coreValue__content, .coreValue__item:nth-child(5) .coreValue__content {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .coreValue__item:nth-child(4) .coreValue__content, .coreValue__item:nth-child(5) .coreValue__content {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .coreValue__item:nth-child(4) .coreValue__content, .coreValue__item:nth-child(5) .coreValue__content {
    top: 30px;
  }
}

.coreValue__item:nth-child(4) .coreValue__patten, .coreValue__item:nth-child(5) .coreValue__patten {
  transform: rotate(45deg) translate(-39px, -39px);
}

.coreValue__content {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.coreValue__highlights {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .coreValue__highlights {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .coreValue__highlights {
    font-size: 54px;
  }
}

@media (min-width: 1200px) {
  .coreValue__highlights {
    font-size: 72px;
    letter-spacing: 7.2px;
    line-height: 1.3;
  }
}

.coreValue__title {
  font-size: 8px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 24px;
  text-transform: capitalize;
  color: #fff;
}

@media (min-width: 768px) {
  .coreValue__title {
    width: 109px;
    font-size: 12px;
    height: 36px;
  }
}

@media (min-width: 992px) {
  .coreValue__title {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .coreValue__title {
    font-size: 16px;
    width: 140px;
    height: 48px;
  }
}

@media (min-width: 1700px) {
  .coreValue__title {
    width: 170px;
  }
}

.coreValue__diamond--highlights .coreValue__item {
  position: absolute;
  bottom: 28px;
  cursor: auto;
}

@media (min-width: 576px) {
  .coreValue__diamond--highlights .coreValue__item {
    bottom: 0;
  }
}

.coreValue__diamond--highlights .coreValue__item:hover .coreValue__patten {
  cursor: auto;
}

.coreValue__diamond--highlights .coreValue__item:hover .coreValue__patten::before {
  background-color: #C72127;
}

.coreValue__diamond--highlights .coreValue__item:hover .coreValue__patten::after {
  background-color: #A41218;
}

.coreValue__diamond--highlights .coreValue__item:hover .coreValue__title, .coreValue__diamond--highlights .coreValue__item:hover .coreValue__content {
  color: #fff;
}

.coreValue__diamond--highlights .coreValue__title {
  height: auto;
  color: #fff;
}

.coreValue__diamond--highlights .coreValue__content {
  width: 80%;
  text-transform: unset;
  cursor: auto;
}

.coreValue__diamond--highlights .coreValue__patten::before {
  background-color: #C72127;
}

.coreValue__diamond--highlights .coreValue__patten::after {
  background-color: #A41218;
}

.newsEvent__newsSidebar {
  border: 1px solid #C0C0C0;
  border-top: 4px solid #C72127;
  padding: 24px 28px 48px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 992px) {
  .newsEvent__newsSidebar {
    padding: 24px 20px 68px;
    height: 100%;
  }
}

.newsEvent__sidebarTitle {
  margin: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 20px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .newsEvent__sidebarTitle {
    font-size: 24px;
  }
}

.newsEvent__sidebarIcon {
  display: flex;
  margin: 0px;
  justify-content: center;
  padding-bottom: 24px;
}

.newsEvent__sidebarList {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 56px;
}

.newsEvent__sidebarList a {
  text-decoration: none;
}

.newsEvent__sidebarList > li {
  padding: 24px 0px 32px;
  position: relative;
}

.newsEvent__sidebarList > li::after {
  content: '';
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #2E2E2E;
  bottom: 0px;
}

.newsEvent__sidebarList > li:first-child {
  padding-top: 0px;
}

.newsEvent__sidebarList > li:last-child {
  padding-bottom: 0px;
}

.newsEvent__sidebarList > li:last-child::after {
  display: none;
}

.newsEvent__sidebarCat {
  font-weight: 700;
  margin: 0px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 10px;
}

.newsEvent__sidebarCat a {
  margin: 0px auto;
  color: #C72127;
}

@media (min-width: 992px) {
  .newsEvent__sidebarCat a:hover {
    text-decoration: underline;
  }
}

.newsEvent__sidebarPost {
  font-weight: 400;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.newsEvent__sidebarPost a {
  color: #2E2E2E;
  font-size: 14px;
}

@media (min-width: 992px) {
  .newsEvent__sidebarPost a:hover {
    text-decoration: underline;
  }
}

.newsEvent__moreNews a, .newsEvent__forMedia a {
  padding-bottom: 4px;
  color: #134D8B;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
}

@media (min-width: 992px) {
  .newsEvent__moreNews a:hover, .newsEvent__forMedia a:hover {
    text-decoration: underline;
  }
}

.newsEvent__moreNews {
  text-align: center;
  position: relative;
  margin-bottom: 18px;
  z-index: 0;
}

.newsEvent__moreNews::after {
  content: '';
  height: 1px;
  width: calc(100% + 100px);
  position: absolute;
  top: 50%;
  background-color: #C0C0C0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.newsEvent__moreNews a {
  background: #fff;
  padding: 4px 16px;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.newsEvent__forMedia {
  margin-bottom: 2px;
}

.newsEvent__forMedia a {
  padding: 4px;
  text-decoration: none;
}

.newsEvent__listNews {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .newsEvent__listNews {
    margin-bottom: 0px;
  }
}

.newsEvent__newsGutters {
  row-gap: 24px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .newsEvent__newsGutters {
    row-gap: 72px;
    margin-bottom: 34px;
  }
}

.newsEvent__col:nth-child(4), .newsEvent__col:nth-child(5), .newsEvent__col:nth-child(6) {
  display: none;
}

@media (min-width: 768px) {
  .newsEvent__col:nth-child(4), .newsEvent__col:nth-child(5), .newsEvent__col:nth-child(6) {
    display: block;
  }
}

.newsEvent__dateImp .keyDates {
  margin-top: 24px;
}

.newsEvent__dateImp .keyDates__title a,
.newsEvent__dateImp .keyDates__title span {
  font-size: 14px !important;
}

.newsEvent__dateImpHeader {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #2E2E2E;
}

.newsEvent__dateImpHeader .btnSeeMore::before {
  top: 4px !important;
}

.newsEvent__dateImpTitle {
  margin: 0px;
  font-size: 16px;
  color: #C72127;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .newsEvent__dateImpTitle {
    font-size: 20px;
  }
}

.newsEvent .postNews__link {
  font-weight: 600 !important;
}

@media (min-width: 992px) {
  .newsEvent .postNews__link {
    font-size: 16px;
  }
}

.buttonCta__gutters {
  row-gap: 16px;
}

.btnCTA {
  display: flex;
  height: 100%;
  border-radius: 4px;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background: #C72127;
  border: 1px solid #C72127;
}

@media (min-width: 992px) {
  .btnCTA {
    font-size: 16px;
  }
}

.btnCTA::before, .btnCTA::after {
  display: none;
}

.btnCTA:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .btnCTA:hover {
    background: #fff;
    color: #C72127;
    transition: all 0.5s;
  }
}

.sliders__list {
  margin: 0px -15px;
}

.sliders__item {
  padding: 16px;
  width: 100%;
}

@media (min-width: 992px) {
  .sliders__item {
    padding: 32px 24px;
  }
}

.sliders__link {
  display: block;
}

.sliders__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sliders__itemInner {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

@media (min-width: 992px) {
  .sliders__itemInner {
    padding: 0px 15px;
  }
}

.sliders .secHeading__desc a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .sliders .secHeading__desc a:hover {
    text-decoration: underline;
  }
}

.videoBlock__videoWrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: auto;
  padding: 72px 0px;
}

@media (min-width: 992px) {
  .videoBlock__videoWrap {
    padding: 96px 0px;
  }
}

.videoBlock__overlay {
  cursor: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.videoBlock__videoAction {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
  text-align: center;
  align-items: center;
  min-height: 280px;
}

@media (min-width: 992px) {
  .videoBlock__videoAction {
    min-height: 360px;
  }
}

.videoBlock__playAction {
  border: none;
  padding: 0px;
  cursor: pointer;
  margin-bottom: 24px;
  background: none;
}

.videoBlock__playAction:focus {
  outline: none;
}

.videoBlock__playButton {
  height: 96px;
  width: 96px;
  align-items: center;
}

@media (min-width: 992px) {
  .videoBlock__playButton {
    height: 120px;
    width: 120px;
  }
}

.videoBlock__title {
  width: 250px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  cursor: auto;
}

.videoBlock__btnClose {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 999;
  border-radius: 50%;
  width: 40px;
  background: #fff !important;
  height: 40px;
  opacity: 1;
  outline: none !important;
}

.videoBlock__btnClose:not(:disabled):not(.disabled):hover, .videoBlock__btnClose:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

@media (min-width: 992px) {
  .videoBlock__btnClose:not(:disabled):not(.disabled):hover, .videoBlock__btnClose:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
  }
}

.leaders__heading .secHeading {
  margin-bottom: 0px;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .leaders__heading .secHeading {
    padding-bottom: 0px;
    margin-bottom: -32px;
  }
}

.leaders__heading .secHeading__link {
  position: relative;
  z-index: 999;
}

.leaders__itemInner {
  position: relative;
  overflow: clip;
}

@media (min-width: 992px) {
  .leaders__itemInner {
    padding-top: 144px;
  }
}

.leaders__itemInner::before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: '';
  background: #fff;
  width: 50%;
  height: 100%;
}

.leaders__bg {
  position: relative;
}

@media (max-width: 991.98px) {
  .leaders__bg {
    background: unset;
  }
}

.leaders__bg::before {
  content: '';
  background: var(--primary) var(--pattern-sliders) no-repeat bottom right/50%;
  position: absolute;
  height: 135px;
  width: 100%;
  bottom: 0;
}

@media (min-width: 992px) {
  .leaders__bg::before {
    content: none;
  }
}

.leaders__bg::after {
  content: "";
  width: 57px;
  height: 57px;
  display: block;
  transform: rotate(45deg);
  background-color: #C72127;
  position: absolute;
  left: calc(-57px / 2);
  top: 40px;
  display: none;
}

@media (min-width: 992px) {
  .leaders__bg::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .leaders__bg::after {
    top: 60px;
  }
}

.leaders__content {
  margin-bottom: 24px;
  min-height: 160px;
  transform: translateX(-200%);
  position: relative;
  z-index: 99;
}

@media (min-width: 992px) {
  .leaders__content {
    padding: 48px 0px;
    margin-bottom: 0px;
    min-height: 320px;
  }
}

@media (min-width: 1200px) {
  .leaders__content {
    min-height: 410px;
  }
}

.leaders__content * {
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .leaders__content * {
    color: #fff;
  }
}

.leaders__imgInner {
  justify-content: flex-end;
}

.leaders__imgWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 137px;
  transform: translateX(200%);
  transition: all 2s;
  width: 52%;
}

@media (min-width: 992px) {
  .leaders__imgWrap {
    width: 92%;
  }
}

@media (min-width: 1700px) {
  .leaders__imgWrap {
    width: 80%;
  }
}

.leaders__img {
  height: 0px;
  width: 100%;
  padding-bottom: 106.47%;
  position: relative;
  z-index: 960;
}

.leaders__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.leaders__title {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 992px) {
  .leaders__title {
    font-size: 24px;
  }
}

.leaders__desc {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .leaders__desc {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
  }
}

.leaders__quote {
  min-height: 80px;
  width: 56%;
  padding-left: 24px;
  padding-top: 0px;
  margin: 0px;
  position: relative;
}

.leaders__quote::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.84375 8.35352V6.46289C0.84375 5.82747 0.947917 5.16602 1.15625 4.47852C1.375 3.7806 1.6875 3.11393 2.09375 2.47852C2.5 1.83268 2.98958 1.27539 3.5625 0.806641L5.20312 1.94727C4.72396 2.63477 4.35417 3.3431 4.09375 4.07227C3.83333 4.79102 3.70312 5.57227 3.70312 6.41602V8.35352H0.84375ZM5.76562 8.35352V6.46289C5.76562 5.82747 5.86979 5.16602 6.07812 4.47852C6.29688 3.7806 6.60938 3.11393 7.01562 2.47852C7.42188 1.83268 7.91146 1.27539 8.48438 0.806641L10.125 1.94727C9.64583 2.63477 9.27604 3.3431 9.01562 4.07227C8.75521 4.79102 8.625 5.57227 8.625 6.41602V8.35352H5.76562Z' fill='%23C72127'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}

@media (min-width: 992px) {
  .leaders__quote::before {
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.352 8.016C8.152 8.368 8.776 8.896 9.224 9.6C9.672 10.304 9.896 11.136 9.896 12.096C9.896 13.472 9.464 14.592 8.6 15.456C7.736 16.288 6.632 16.704 5.288 16.704C3.944 16.704 2.824 16.272 1.928 15.408C1.064 14.544 0.632 13.44 0.632 12.096C0.632 11.456 0.712 10.816 0.872 10.176C1.032 9.536 1.384 8.576 1.928 7.296L4.712 0.383998H9.464L7.352 8.016ZM18.68 8.016C19.48 8.368 20.104 8.896 20.552 9.6C21 10.304 21.224 11.136 21.224 12.096C21.224 13.472 20.792 14.592 19.928 15.456C19.064 16.288 17.96 16.704 16.616 16.704C15.272 16.704 14.152 16.272 13.256 15.408C12.392 14.544 11.96 13.44 11.96 12.096C11.96 11.456 12.04 10.816 12.2 10.176C12.36 9.536 12.712 8.576 13.256 7.296L16.04 0.383998H20.792L18.68 8.016Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  .leaders__quote {
    width: 100%;
    padding-left: 32px;
    padding-top: 16px;
  }
}

.leaders__link {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .leaders__link {
    margin-top: 32px;
  }
}

.leaders__link:hover {
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .leaders__link:hover {
    color: #fff;
  }
}

.leaders .slick-slide.slick-current .leaders__content, .leaders .slick-slide.slick-current .leaders__imgWrap {
  transform: translateX(0%);
  transition: all 2s;
}

.leaders .slick-arrow {
  transform: translateY(0%);
}

.leaders .slick-prev {
  margin-right: calc(8px + 32px);
}

@media (min-width: 992px) {
  .leaders .slick-prev {
    margin-right: calc(8px + 36px);
  }
}

.collaborators .secHeading__title {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .collaborators .secHeading__title {
    width: 40%;
    margin-bottom: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
  }
}

@media (min-width: 1200px) {
  .collaborators .secHeading__link {
    position: absolute;
    left: 0px;
    top: 108px;
    z-index: 999;
  }
}

@media (min-width: 1200px) {
  .collaborators .secHeading__desc {
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 32%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
  }
}

.collaborators__inner {
  position: relative;
}

.collaborators__imgFeatured {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 950;
}

@media (min-width: 1200px) {
  .collaborators__imgFeatured {
    margin-bottom: 0px;
  }
}

.collaborators__imgFeatured img {
  width: 100%;
}

@media (min-width: 768px) {
  .collaborators__imgFeatured img {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .collaborators__imgFeatured img {
    width: 56%;
  }
}

.collaborators__list {
  background-color: #EEEFEF;
  background-image: url("../images/collaborate_bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  gap: 15px;
  padding: 24px 15px 32px;
}

@media (min-width: 1200px) {
  .collaborators__list {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0px;
  }
}

.collaborators__layerLeft, .collaborators__layerRight {
  display: none;
}

@media (min-width: 1200px) {
  .collaborators__layerLeft, .collaborators__layerRight {
    display: block;
    content: "";
    position: absolute;
    height: 50%;
    width: auto;
  }
}

.collaborators__item {
  width: 100%;
  flex-grow: 2;
}

@media (min-width: 1200px) {
  .collaborators__item {
    position: absolute;
    background-color: #EEEFEF;
    width: 50%;
    height: 50%;
    padding-top: 24px;
  }
}

@media (min-width: 1200px) {
  .collaborators__item--right {
    top: 0px;
    right: 0px;
    left: auto;
    padding-left: 24%;
    padding-right: 16px;
  }
}

.collaborators__item--right .collaborators__layerRight {
  content: "";
  left: 0px;
  top: 0px;
}

.collaborators__item--right .collaborators__layerLeft {
  display: none;
}

@media (min-width: 1200px) {
  .collaborators__item--left {
    top: 50%;
    left: 0px;
    right: auto;
    padding-right: 20%;
    padding-left: 48px;
  }
}

.collaborators__item--left .collaborators__layerRight {
  display: none;
}

.collaborators__item--left .collaborators__layerLeft {
  content: "";
  right: 0px;
  bottom: 0px;
}

.collaborators__itemImg {
  margin: 0px auto 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .collaborators__itemImg {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .collaborators__itemImg {
    margin: 0px 0px 16px;
  }
}

.collaborators__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.collaborators__itemImgInner {
  height: 0;
  padding-bottom: 43%;
  position: relative;
  z-index: 950;
}

.collaborators__itemList {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.collaborators__itemChild {
  position: relative;
  padding: 0px 0px 16px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  z-index: 999;
}

@media (min-width: 1200px) {
  .collaborators__itemChild {
    margin-top: 0px;
    padding-left: 24px;
    padding-bottom: 0px;
  }
}

.collaborators__itemChild:last-child {
  padding-bottom: 0px;
}

.collaborators__itemChild:last-child::after {
  display: none;
}

.collaborators__itemChild:first-child {
  margin-top: 0px;
}

.collaborators__itemChild::before {
  content: '';
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 8px;
  height: 8px;
  background-color: #C0C0C0;
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 999;
  transition: all 0.5s;
}

.collaborators__itemChild::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #818181;
  bottom: 0px;
}

@media (min-width: 1200px) {
  .collaborators__itemChild::after {
    display: none;
  }
}

.collaborators__itemChild a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  text-decoration: none !important;
  position: relative;
  display: inline-flex;
  transition: all 0.5s;
}

.collaborators__itemChild a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #2E2E2E;
  bottom: 1px;
  left: 0;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .collaborators__itemChild a::after {
    width: 0%;
    height: 1px;
    background-color: #C72127;
  }
}

@media (min-width: 992px) {
  .collaborators__itemChild a {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .collaborators__itemChild a:hover {
    transition: all 0.5s;
  }
  .collaborators__itemChild a:hover::after {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .collaborators__itemChild a {
    padding-left: 0px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.collaborators__itemChild a:hover::after {
  width: 100%;
}

.categoryBlock {
  margin-bottom: 28px;
  position: relative;
}

.categoryBlock .active {
  color: #134D8B;
  font-weight: 700;
}

@media (min-width: 992px) {
  .categoryBlock .active {
    background: #EAEAEA;
    border-radius: 4px;
    font-weight: 400;
  }
}

.categoryBlock__list {
  padding: 0px;
}

@media (min-width: 1200px) {
  .categoryBlock__list {
    margin: 0px -16px;
  }
}

.categoryBlock__list .slick-track {
  margin-left: unset !important;
}

.categoryBlock__item {
  list-style: none;
  padding: 0px 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #F4F4F4;
}

@media (min-width: 992px) {
  .categoryBlock__item {
    display: block;
    background: #fff;
    padding: 0px 16px;
  }
  .categoryBlock__item::after {
    content: '';
    height: 16px;
    width: 1px;
    background: #134D8B;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 999;
  }
}

.categoryBlock__item a {
  border-bottom: 1px solid #C0C0C0;
}

@media (min-width: 992px) {
  .categoryBlock__item a {
    border-bottom: 0px;
  }
}

.categoryBlock__item:last-child a {
  border-bottom: 0px;
}

.categoryBlock__item.init {
  position: relative;
  display: block !important;
  padding: 0px;
}

.categoryBlock__item.init a {
  background: #F4F4F4 !important;
  color: var(--primary) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 32px;
  padding-left: 12px;
  position: relative;
  border-bottom: 0px;
}

.categoryBlock__item.init::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 17px;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5081 15.5942L15.4781 13.6242L18.6881 10.4142C19.3581 9.73422 18.8781 8.57422 17.9181 8.57422H11.6881H6.07812C5.11812 8.57422 4.63812 9.73422 5.31812 10.4142L10.4981 15.5942C11.3181 16.4242 12.6781 16.4242 13.5081 15.5942Z' fill='%232E2E2E'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
  cursor: pointer;
}

.categoryBlock__item.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.categoryBlock__item:not(.init) {
  display: none;
}

@media (min-width: 992px) {
  .categoryBlock__item:not(.init) {
    display: block;
  }
}

.categoryBlock__link {
  height: 100%;
  padding: 12px;
  transition: all 0.5s;
  width: 100%;
  color: #2E2E2E;
  display: flex;
  font-size: 14px;
}

@media (min-width: 992px) {
  .categoryBlock__link {
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
  }
}

.categoryBlock__link:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .categoryBlock__link:hover {
    background: #EAEAEA;
    border-radius: 4px;
    color: #134D8B;
  }
}

.categoryBlock .slick-arrow {
  border: 1px solid #C0C0C0;
}

@media (min-width: 992px) {
  .categoryBlock .slick-arrow:hover {
    border: 1px solid #2E2E2E;
    background-color: #fff !important;
  }
}

.categoryBlock .slick-arrow[aria-disabled="true"] {
  border: none;
}

.categoryBlock .slick-prev {
  left: -25px;
}

.categoryBlock .slick-prev::before {
  top: 53%;
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1.40683 6.88384C0.864389 6.39773 0.864389 5.60227 1.40683 5.11616L6 1' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .categoryBlock .slick-prev:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1.40683 6.88384C0.864389 6.39773 0.864389 5.60227 1.40683 5.11616L6 1' stroke='%232E2E2E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

@media (min-width: 1200px) {
  .categoryBlock .slick-prev {
    left: -37px;
  }
}

.categoryBlock .slick-prev[aria-disabled="true"]::before {
  display: none;
}

.categoryBlock .slick-next {
  right: -25px;
}

.categoryBlock .slick-next::before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L5.59317 6.88384C6.13561 6.39773 6.13561 5.60227 5.59317 5.11616L1 1' stroke='%23C0C0C0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 53%;
  left: 52%;
}

@media (min-width: 992px) {
  .categoryBlock .slick-next:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L5.59317 6.88384C6.13561 6.39773 6.13561 5.60227 5.59317 5.11616L1 1' stroke='%232E2E2E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

@media (min-width: 1200px) {
  .categoryBlock .slick-next {
    right: -37px;
  }
}

.categoryBlock .slick-next[aria-disabled="true"]::before {
  display: none;
}

@media (min-width: 992px) {
  .categoryBlock .slick-slide:last-child li::after {
    display: none;
  }
}

.newsCate__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}

.newsCate__header::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #2E2E2E;
  bottom: 0;
  left: 0;
}

.newsCate__header .btnSeeMore::before {
  top: 6px !important;
}

.newsCate__title {
  margin: 0px;
  font-size: 16px;
  color: #C72127;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .newsCate__title {
    font-size: 20px;
  }
}

.newsCate__list {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .newsCate__list {
    margin-bottom: 56px;
  }
}

.newsCate__list:last-child {
  margin-bottom: 0px;
}

.newsCate__newsGutters {
  row-gap: 24px;
}

@media (min-width: 992px) {
  .newsCate__newsGutters {
    row-gap: 72px;
  }
}

.newsCate .pagination {
  margin-top: 24px;
}

.events__gutters {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .events__gutters {
    row-gap: 32px;
  }
}

.categoryBlock__childCat {
  display: none;
}

.hover-childCat {
  padding: 0 8px;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 36px 75px rgba(57, 63, 72, 0.3);
}

.hover-childCat li {
  border-bottom: 1px solid #EAEAEA;
}

.hover-childCat li:last-child {
  border-bottom: none;
}

.hover-childCat a {
  color: #134D8B;
  padding: 8px 12px;
  display: block;
}

.menu_single_sidebar {
  border: 1px solid #aaa;
  padding: 16px;
  margin-bottom: 16px;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}

.menu_single_sidebar .title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}

.menu_single_sidebar .title p {
  font-size: 20px;
  margin-bottom: 0;
}

.menu_single_sidebar-toggle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg style='fill: %23999;color:%23999' xmlns='http://www.w3.org/2000/svg' class='list-377408' width='20px' height='20px' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z' fill='currentColor'%3e%3c/path%3e%3c/svg%3e ");
  width: 32px;
  height: 32px;
  background-size: cover;
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
}

.menu_single_sidebar:not(:has(#menu_single_table_of_content > ul)) {
  display: none;
}

.menu_single_sidebar #menu_single_table_of_content ul {
  list-style: none;
  color: #134D8B;
  padding: 0;
}

.menu_single_sidebar #menu_single_table_of_content ul a {
  color: #134D8B !important;
}

.menu_single_sidebar #menu_single_table_of_content ul li.nav-h3 {
  padding-left: 20px;
}

.singlePost_latest_article {
  margin-top: 24px;
  height: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .singlePost_latest_article {
    margin-top: 0;
  }
}

.singlePost_latest_article__content {
  position: sticky;
  top: 16px;
}

.singlePost_latest_article--title {
  font-weight: 700;
  margin-bottom: 24px;
}

.singlePost_latest_article__item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px;
  column-gap: 16px;
  width: 100%;
}

@media (min-width: 992px) {
  .singlePost_latest_article__item {
    margin-bottom: 24px;
  }
}

.singlePost_latest_article__item .date {
  margin-bottom: 8px;
  display: block;
  font-size: 12px;
}

.singlePost_latest_article__item--image {
  width: 125px;
}

.singlePost_latest_article__item--content {
  width: calc(100% - 125px);
}

.singlePost_latest_article__item .postNews__link {
  font-size: 14px;
}

.contentEditorPost .postContent__img, .contentEditorPost .postContent__title, .contentEditorPost .postContent__date {
  text-align: center;
}

.contentEditorPost .postContent__img {
  margin-bottom: 16px;
}

.contentEditorPost .postContent__img img {
  height: auto;
  width: auto;
  display: block;
  max-width: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  .contentEditorPost .postContent__img img {
    width: revert-layer;
  }
}

.contentEditorPost .postContent__imgCaption {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .contentEditorPost .postContent__inner {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1200px) {
  .contentEditorPost .postContent__inner {
    width: 640px;
  }
}

.contentEditorPost .postContent__next {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .contentEditorPost .postContent__next {
    margin-top: 32px;
  }
}

.contentEditorPost .postContent__authorBy {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}

.contentEditorPost .postContent__authorBy span {
  font-weight: 700;
}

.contentEditorPost .postContent__authorItem {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid #aaa;
}

.contentEditorPost .postContent__authorItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contentEditorPost .postContent__authorItem:first-child {
  padding-top: 0;
}

.contentEditorPost .postContent__authorBio {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .contentEditorPost .postContent__authorBio {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .contentEditorPost .editor img.alignleft, .contentEditorPost .editor img.alignright {
    margin-top: 14px !important;
    width: calc(45% + 100px) !important;
    height: auto;
  }
  .contentEditorPost .editor img.alignleft {
    margin-left: -100px;
  }
  .contentEditorPost .editor img.alignright {
    margin-right: -100px;
  }
  .contentEditorPost .editor .wp-caption.alignleft, .contentEditorPost .editor .wp-caption.alignright {
    padding-top: 6px !important;
    width: calc(45% + 100px) !important;
  }
  .contentEditorPost .editor .wp-caption.alignleft {
    margin-left: -100px;
  }
  .contentEditorPost .editor .wp-caption.alignleft .wp-caption-text {
    text-align: start;
  }
  .contentEditorPost .editor .wp-caption.alignright {
    margin-right: -100px;
  }
  .contentEditorPost .editor .wp-caption.alignright .wp-caption-text {
    text-align: end;
  }
}

@media (min-width: 992px) {
  .contentEditorPost .postContentTitle__inner {
    width: calc(100% - 100px);
  }
}

@media (min-width: 1200px) {
  .contentEditorPost .postContentTitle__inner {
    width: 800px;
  }
}

.postNews__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 4px;
  margin: 8px 0;
}

.postNews__tagsItem {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.postNews__tagsItem::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.16602 6.5332C7.35268 6.96654 8.64602 6.96654 9.83268 6.5332' stroke='%23134D8B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M11.2129 1.8335H4.78622C3.36622 1.8335 2.21289 2.9935 2.21289 4.40683V13.8002C2.21289 15.0002 3.07289 15.5068 4.12622 14.9268L7.37956 13.1202C7.72622 12.9268 8.28622 12.9268 8.62622 13.1202L11.8796 14.9268C12.9329 15.5135 13.7929 15.0068 13.7929 13.8002V4.40683C13.7862 2.9935 12.6329 1.8335 11.2129 1.8335Z' stroke='%23134D8B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M11.2129 1.8335H4.78622C3.36622 1.8335 2.21289 2.9935 2.21289 4.40683V13.8002C2.21289 15.0002 3.07289 15.5068 4.12622 14.9268L7.37956 13.1202C7.72622 12.9268 8.28622 12.9268 8.62622 13.1202L11.8796 14.9268C12.9329 15.5135 13.7929 15.0068 13.7929 13.8002V4.40683C13.7862 2.9935 12.6329 1.8335 11.2129 1.8335Z' stroke='%23134D8B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.postNews__tagsItem span {
  margin-left: 2px;
}

.relatedPostsList {
  margin: 0 -15px;
}

.relatedPostsList__item {
  padding: 0 15px;
}

.relatedPostsList .slick-track {
  margin-left: unset;
}

@media (min-width: 992px) {
  .relatedPostsList .slick-arrow {
    top: 20px !important;
  }
}

.relatedPosts__bg {
  background-color: #F4F4F4;
}

.latestNews__title {
  font-weight: 700;
  text-transform: uppercase;
  color: #C72127;
  margin-bottom: 16px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .latestNews__title {
    margin-top: 0px;
  }
}

.latestNews__list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.latestNews__item {
  padding: 16px 0px;
  position: relative;
}

.latestNews__item:first-child {
  padding-top: 0px;
}

.latestNews__item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #C0C0C0;
}

.latestNews__link {
  font-weight: 500;
  color: #2E2E2E;
  font-size: 14px;
}

@media (min-width: 992px) {
  .latestNews__link {
    font-size: 16px;
  }
}

.latestNews__link:hover {
  text-decoration: none;
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .latestNews__link:hover {
    text-decoration: underline;
  }
}

.latestNews__latest .postNews__link {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .latestNews__latest .postNews__link {
    font-size: 18px;
  }
}

.latestNews__latest__desc {
  font-size: 14px !important;
}

.archiveEvent__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}

.archiveEvent__header::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #2E2E2E;
  bottom: 0;
  left: 0;
}

.archiveEvent__header .btnSeeMore::before {
  top: 6px !important;
}

.archiveEvent__title {
  margin: 0px;
  font-size: 16px;
  color: #C72127;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .archiveEvent__title {
    font-size: 20px;
  }
}

.archiveEvent__list {
  margin-bottom: 24px;
}

.archiveEvent__gutters {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .archiveEvent__gutters {
    row-gap: 32px;
  }
}

.sectionSectionMap {
  margin-top: 0px;
}

.sectionMap .secHeading {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .sectionMap .secHeading {
    margin-top: 80px;
  }
}

.sectionMap__mapWrap {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 16px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sectionMap__mapWrap {
    padding-bottom: 70%;
  }
}

@media (min-width: 992px) {
  .sectionMap__mapWrap {
    margin-bottom: 0px;
    padding-bottom: 30%;
  }
}

.sectionMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: none;
  cursor: pointer;
}

.sectionMap__info {
  border: 1px solid #818181;
  border-top: 4px solid #C72127;
  padding: 24px;
  z-index: 999;
  position: relative;
  background: #fff;
}

@media (min-width: 992px) {
  .sectionMap__info {
    padding: 32px;
  }
}

.sectionMap__list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sectionMap__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #134D8B;
  margin-bottom: 0px;
  position: relative;
}

.sectionMap__icon img {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 22%;
  left: 22%;
  transform: translateY(-22% -22%);
}

.sectionMap__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.sectionMap__item:last-child {
  margin-bottom: 0px;
}

.sectionMap__infoDetail {
  margin-left: 16px;
}

.sectionMap__title {
  font-size: 16px;
  font-weight: 700;
  color: #134D8B;
  margin-bottom: 0px;
}

.sectionMap__content {
  color: #2E2E2E;
}

.sectionMap__content a {
  color: #2E2E2E !important;
  transition: all 0.5s;
}

.sectionMap__content a:hover {
  cursor: pointer !important;
  color: #2E2E2E !important;
}

@media (min-width: 992px) {
  .sectionMap__content a:hover {
    color: #C72127 !important;
    transition: all 0.5s;
  }
}

.sectionMap__content p {
  margin-bottom: 0px !important;
}

.sectionMap__editor {
  margin-top: 16px;
}

.sectionMap a {
  text-decoration: none;
}

.sectionMap a:hover {
  text-decoration: underline;
}

.sectionMap__img {
  margin-top: 16px;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .sectionMap--top .sectionMap__info {
    margin-top: -200px;
  }
}

.sectionMap--top .sectionMap__editor {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .sectionMap--top .sectionMap__editor {
    margin-top: 56px;
  }
}

.sectionForm__group {
  margin-bottom: 30px;
}

.sectionForm__group input[type="text"], .sectionForm__group input[type="email"], .sectionForm__group input[type="tel"], .sectionForm__group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  outline: none;
}

.sectionForm__group input[type="text"]::placeholder, .sectionForm__group input[type="email"]::placeholder, .sectionForm__group input[type="tel"]::placeholder, .sectionForm__group textarea::placeholder {
  color: #818181;
}

.sectionForm__group input[type="text"]:focus, .sectionForm__group input[type="email"]:focus, .sectionForm__group input[type="tel"]:focus, .sectionForm__group textarea:focus {
  border: 1px solid #134D8B;
}

.sectionForm__btn {
  margin-top: 16px;
}

.sectionForm__btn p {
  display: flex;
}

.sectionForm__btn .btnCTA {
  font-weight: 700;
}

.sectionForm .wpcf7-not-valid-tip {
  color: #C72127;
}

.featured__gutters {
  row-gap: 32px;
}

.featured__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.featured__icon img {
  width: 64px;
  height: 64px;
}

.featured__title, .featured__desc {
  text-align: center;
  padding: 0px 16px;
}

.featured__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  height: 100%;
}

.featured__btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.featured__btn .btnCTA {
  font-weight: 700;
  text-transform: uppercase;
}

.featured__btn .btnCTA:hover {
  text-decoration: none;
}

.sectionGovernanceOfficers {
  margin: 0px;
}

.governanceOfficers {
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .governanceOfficers {
    padding: 80px 0px;
  }
}

.governanceOfficers__subTitle {
  font-size: 16px;
  font-weight: 700;
  color: #C72127;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .governanceOfficers__subTitle {
    font-size: 20px;
  }
}

.governanceOfficers__subTitle::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #2E2E2E;
  bottom: 0;
  left: 0;
}

.governanceOfficers__gutters {
  row-gap: 24px;
}

@media (min-width: 992px) {
  .governanceOfficers__gutters {
    row-gap: 32px;
  }
}

.governanceOfficers__image {
  padding-bottom: 85%;
}

.governanceOfficers__image img {
  transform: translate(-50%, -50%) scale(1);
}

.governanceOfficers__img, .governanceOfficers__content {
  height: 100%;
  background: #fff;
  background: #fff;
}

.governanceOfficers__content {
  padding: 8px;
}

.governanceOfficers__title, .governanceOfficers__position {
  font-size: 12px;
}

.governanceOfficers__title {
  font-weight: 700;
  margin-bottom: 4px;
}

.governanceOfficers__link {
  color: #2E2E2E;
  display: block;
}

.governanceOfficers__position {
  margin-bottom: 0px;
}

.governanceOfficers--bgGray {
  background: #EEEFEF;
}

.governanceOfficers.section__bgImg .governanceOfficers__subTitle {
  color: #fff;
}

.governanceOfficers.section__bgImg .governanceOfficers__subTitle::after {
  background: #fff;
}

.sectionGovernanceLeader {
  margin: 0px;
  padding: 40px 0px;
  background: #EEEFEF;
}

@media (min-width: 992px) {
  .sectionGovernanceLeader {
    padding: 80px 0px;
  }
}

.governanceLeader__subTitle {
  font-size: 16px;
  font-weight: 700;
  color: #C72127;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .governanceLeader__subTitle {
    font-size: 20px;
  }
}

.governanceLeader__subTitle::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #2E2E2E;
  bottom: 0;
  left: 0;
}

.governanceLeader__item {
  padding: 24px 0px;
  position: relative;
}

@media (min-width: 992px) {
  .governanceLeader__item {
    padding: 32px 0px;
  }
}

.governanceLeader__item::after {
  content: '';
  height: 1px;
  width: 100%;
  background: #C0C0C0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.governanceLeader__item:first-child {
  padding-top: 0px;
}

.governanceLeader__item:last-child {
  padding-bottom: 0px;
}

.governanceLeader__item:last-child::after {
  display: none;
}

.governanceLeader__content {
  height: 100%;
  padding: 16px 0px;
}

@media (min-width: 992px) {
  .governanceLeader__content {
    padding: 0px 0px 24px 0px;
  }
}

.governanceLeader__position {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 18px;
}

.governanceLeader__title {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.governanceLeader__link {
  font-weight: 700;
  display: block;
}

.governanceLeader__quote {
  margin-bottom: 0px;
}

.governanceLeader__img {
  padding-bottom: 85%;
  z-index: 1;
}

.governanceAdvisory__list {
  position: relative;
}

.governanceAdvisory__list::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

.governanceAdvisory__gutters {
  row-gap: 24px;
}

.governanceAdvisory__item {
  position: relative;
  padding: 8px 8px 24px 0px;
}

.governanceAdvisory__item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #C0C0C0;
}

.governanceAdvisory__title {
  padding: 0px;
  margin-bottom: 16px;
}

.governanceAdvisory__link {
  font-weight: 700;
  color: #2E2E2E;
  display: block;
}

.governanceAdvisory__position {
  margin-bottom: 0px;
}

.studentActivity ::-webkit-scrollbar {
  display: none;
}

.studentActivity__bgImage {
  display: grid;
  gap: 15px;
  padding-right: 15px;
  width: 526px;
  flex-shrink: 0;
}

.studentActivity__bgImage:first-child {
  margin-left: 0px;
}

.studentActivity__bgImage--single {
  grid-template-columns: 1fr;
}

.studentActivity__bgImage--many {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.studentActivity__imgGroup {
  padding-bottom: 84.6%;
  position: relative;
}

.studentActivity__imgGroup--first {
  padding-bottom: unset;
  height: 100%;
}

.studentActivity__imgGroup img {
  cursor: pointer;
}

.studentActivity__title {
  margin-bottom: 0px;
  margin-right: 16px;
  position: absolute;
  left: 16px;
  bottom: 24px;
  z-index: 999;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.studentActivity__itemContent--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.5%, #000 100%);
}

.studentActivity__slider {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.studentActivity__galleryList {
  height: 0px;
  overflow: hidden;
}

.residentialLife__gutters {
  row-gap: 15px;
}

@media (min-width: 992px) {
  .residentialLife__gutters {
    row-gap: 30px;
  }
}

.residentialLife__bg {
  display: grid;
  gap: 15px;
}

@media (min-width: 992px) {
  .residentialLife__bg {
    gap: 30px;
  }
}

.residentialLife__bg--left {
  grid-template-columns: repeat(2, 1fr);
}

.residentialLife__bg--left .residentialLife__item:nth-child(3) {
  grid-column: span 2;
}

.residentialLife__bg--right {
  grid-template-columns: repeat(2, 1fr);
}

.residentialLife__bg--right .residentialLife__item:nth-child(1) {
  grid-column: span 2;
}

.residentialLife__imgGroup {
  padding-bottom: 84.6%;
}

.residentialLife__imgGroup img {
  width: 100%;
}

.studentSupport__inner {
  background: #F4F4F4;
  padding: 24px;
}

.studentSupport__item {
  display: flex;
  margin-bottom: 12px;
}

.studentSupport__item:last-child {
  margin-bottom: 0;
}

.studentSupport__img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.studentSupport .editor p {
  margin-bottom: 4px;
}

.studentSupport .editor p:last-child {
  margin-bottom: 0px;
}

.studentSupport .editor a {
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .studentSupport .editor a:hover {
    text-decoration: underline;
  }
}

.leaderDetail__gutters {
  row-gap: 24px;
}

.leaderDetail__img {
  padding-bottom: 85%;
}

@media (min-width: 992px) {
  .leaderDetail__img:hover img {
    transform: translate(-50%, -50%) scale(1);
  }
}

.leaderDetail__title, .leaderDetail__position {
  font-weight: 700;
}

.leaderDetail__title a, .leaderDetail__position a {
  color: #134D8B;
}

.leaderDetail .secHeading__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .leaderDetail .secHeading__title {
    font-size: 24px;
  }
}

.leaderDetail__biography {
  padding: 0px 12px;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .leaderDetail__biography {
    padding: 0px 16px;
    margin-bottom: 32px;
  }
}

.leaderDetail__img {
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  .leaderDetail__img:hover img {
    transform: translate(-50%, -50%) scale(1);
  }
}

.leaderDetail__title, .leaderDetail__position {
  font-weight: 700;
}

.leaderDetail__title a, .leaderDetail__position a {
  color: #134D8B;
}

.leaderDetail__title {
  color: #134D8B;
  margin-bottom: 16px;
}

.leaderDetail .secHeading__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .leaderDetail .secHeading__title {
    font-size: 24px;
  }
}

.leaderDetail__biography {
  padding: 0px 12px;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .leaderDetail__biography {
    padding: 0px 16px;
    margin-bottom: 32px;
  }
}

.leaderDetail__posList {
  margin-bottom: 16px;
}

.leaderDetail__posItem {
  margin-bottom: 16px;
}

.leaderDetail__posParent {
  font-size: 16px;
  font-weight: 700;
  color: #134D8B;
  margin-bottom: 8px;
}

.leaderDetail__posChild {
  font-size: 16px;
  font-weight: 500;
  color: #134D8B;
  padding-left: 16px;
  margin-bottom: 4px;
}

.leaderDetail__posChild:last-child {
  margin-bottom: 0px;
}

.leaderDetail__email {
  font-size: 18px;
  font-weight: 400;
  color: #134D8B !important;
}

@media (min-width: 992px) {
  .leaderDetail__imgWrap {
    padding: 48px 0px;
  }
}

.leaderDetail__content {
  height: 100%;
  background-color: #F4F4F4;
  padding: 24px;
}

@media (min-width: 992px) {
  .leaderDetail__content {
    padding: 64px 0px;
    margin-left: -140px;
    padding-left: calc(140px + 64px);
    background-image: url("../images/people_single_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.relatedPosts__title {
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .relatedPosts__title {
    margin-bottom: 32px;
  }
}

.relatedPosts__gutters {
  row-gap: 24px;
}

.sectionBreadcrumbs.secSpace {
  margin: 0px;
}

.pageResearchPeople__peopleInner {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .pageResearchPeople__peopleInner {
    margin-top: 32px;
  }
}

.pageResearchPeople__peopleInner .pagination {
  margin-top: 24px;
}

.pageResearchPeople__peopleGutter {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .pageResearchPeople__peopleGutter {
    row-gap: 32px;
  }
}

.pageResearchPeople__peopleGutter .testimonialItem {
  padding: 0px;
}

.pageResearchPeople__group {
  height: 100%;
}

.pageResearchPeople__group input {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 0px !important;
}

.pageResearchPeople__group input::placeholder {
  color: #C0C0C0;
}

.pageResearchPeople__search:hover {
  background: #C72127;
}

@media (min-width: 992px) {
  .pageResearchPeople__search:hover {
    background: #fff;
  }
}

.pageResearchPeople__search:hover span {
  color: #fff;
}

@media (min-width: 992px) {
  .pageResearchPeople__search:hover span {
    color: #C72127;
  }
}

.pageResearchPeople__search span {
  color: #fff;
}

.pageResearchPeople__viewAll {
  background: #134D8B;
  border: 1px solid #134D8B;
}

.pageResearchPeople__viewAll:hover {
  background: #fff;
}

@media (min-width: 992px) {
  .pageResearchPeople__viewAll:hover {
    background: #fff;
    border: 1px solid #C72127;
  }
}

.pageResearchPeople__viewAll:hover span {
  color: #fff;
}

@media (min-width: 992px) {
  .pageResearchPeople__viewAll:hover span {
    color: #C72127;
  }
}

.pageResearchPeople__viewAll span {
  color: #fff;
}

.strategicCollaborators {
  overflow-x: hidden;
}

.strategicCollaborators__inner {
  background-size: cover;
  background-position: 50%;
}

.strategicCollaborators__relative {
  position: relative !important;
}

.strategicCollaborators__bgImgInner {
  position: relative;
  overflow: hidden;
  display: block;
}

.strategicCollaborators__bgImgInner img {
  opacity: 0.6;
  transition: all 1s;
  transform: scale(1);
}

@media (min-width: 992px) {
  .strategicCollaborators__bgImgInner:hover img {
    opacity: 1;
    transition: all 1s;
  }
}

.strategicCollaborators__list > div:nth-child(1) .strategicCollaborators__bgImgInner {
  right: -15px;
  text-align: right;
  margin-left: -100%;
  background-color: #C72127;
}

.strategicCollaborators__list > div:nth-child(3) .strategicCollaborators__bgImgInner {
  left: -15px;
  text-align: left;
  margin-right: -100%;
  background-color: #C72127;
}

.strategicCollaborators__list > div:nth-child(2n) .strategicCollaborators__bgImgInner {
  margin-left: -15px;
  text-align: left;
  margin-right: -100%;
  background-color: #134D8B;
}

.strategicCollaborators__item {
  position: relative;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .strategicCollaborators__item {
    margin-bottom: 0px;
  }
}

.strategicCollaborators__contentInner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: -120px;
  padding: 16px;
}

@media (min-width: 768px) {
  .strategicCollaborators__contentInner {
    padding: 28px;
  }
}

@media (min-width: 992px) {
  .strategicCollaborators__contentInner {
    padding: 44px;
  }
}

.strategicCollaborators__contentInner--top {
  margin-top: -120px;
}

@media (min-width: 992px) {
  .strategicCollaborators__contentInner--top {
    margin-top: -110px;
  }
}

.strategicCollaborators__imgInner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .strategicCollaborators__imgInner {
    margin-bottom: 48px;
  }
}

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

.findJobs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #1c3d75;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .findJobs {
    flex-wrap: nowrap;
  }
}

.findJobs__inner {
  max-width: 700px;
  margin: 0 auto;
}

.findJobs__form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.findJobs__inputWrap {
  flex: 1;
}

.findJobs__input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
}

.findJobs__btnWrap {
  flex-shrink: 0;
}

.findJobs__btn {
  padding: 12px 20px;
  background-color: #cc2229;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  width: 100%;
}

.findJobs__btn:hover {
  background: #fff;
  color: #C72127;
  transition: all 0.5s;
}

.jobsItem__info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 16px;
  align-items: center;
  margin-top: 4px;
  color: #2E2E2E;
}

.jobsItem__info .jobsItem__infoItem {
  font-size: 20px;
}

.jobsItem__info .jobsItem__infoItem img {
  width: 16px;
  height: 16px;
}

.jobs__list {
  margin-bottom: 24px;
}

.jobs__inner {
  margin-right: -10px;
  margin-left: -10px;
}

.jobs__inner > div {
  padding-right: 10px;
  padding-left: 10px;
}

.jobs__headTitle {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .jobs__title {
    margin-bottom: 0;
  }
}

.jobs__result {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .jobs__result {
    text-align: right;
  }
}

@media (max-width: 1199.98px) {
  .jobs .secHeading {
    margin-top: 32px;
  }
}

.jobsItem {
  border-bottom: 1px solid #EAEAEA;
}

.jobsItem__inner {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.jobsItem__inner > div {
  padding-right: 10px;
  padding-left: 10px;
}

.jobsItem__links {
  font-weight: 700;
  text-decoration: none;
  font-weight: 700;
  padding: 16px 0;
  display: block;
}

.jobsItem__links:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .jobsItem__links {
    padding: 26px 0;
  }
}

.jobsItem__btnWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-size: 13px;
  padding-top: 24px;
}

@media (min-width: 992px) {
  .jobsItem__btnWrap {
    margin-bottom: 0px;
  }
}

.jobsItem__btn {
  height: unset;
  font-size: 13px;
  width: 100%;
}

.jobsFilter {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.jobsFilter__title {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}

.jobsFilter__groupTitle {
  font-size: 16px;
  font-weight: 600;
  color: #003366;
  margin-bottom: 16px;
}

.jobsFilter__group {
  margin-bottom: 24px;
}

.jobsFilter__option {
  margin-bottom: 12px;
}

.jobsFilter__option .form-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.jobsFilter__checkbox {
  margin-right: 8px;
  margin-top: 4px;
  accent-color: #003366;
  cursor: pointer;
  flex-shrink: 0;
}

.jobsFilter__label {
  font-size: 15px;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
}

.jobsFilter__button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background-color: #003366;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.jobsFilter__button:hover {
  background-color: #001d4d;
}

.recruitment {
  background: #F4F4F4;
}

.recruitment__content .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.recruitment__heading {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

.recruitment__title {
  margin-bottom: 0;
  padding: 8px 0;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .recruitment__title {
    padding-right: 16px;
  }
}

.recruitment__subTitle {
  color: #C72127;
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .recruitment__subTitle {
    font-size: 24px;
  }
}

.recruitment__text {
  margin: 0;
  font-size: 20px;
  padding: 8px 0;
  min-height: 48px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

@media (min-width: 1200px) {
  .recruitment__text {
    padding: 10px 0;
    font-size: 24px;
  }
}

.contactItem {
  background: #134D8B;
  color: #fff;
  padding: 24px 16px;
  text-align: center;
  height: 100%;
}

@media (min-width: 992px) {
  .contactItem {
    padding: 40px 16px 64px;
  }
}

.contactItem__title, .contactItem__img {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .contactItem__title, .contactItem__img {
    margin-bottom: 32px;
  }
}

.contactItem__img {
  width: 100px;
  object-fit: cover;
  aspect-ratio: 1;
}

@media (min-width: 992px) {
  .contactItem__img {
    width: 160px;
  }
}

.contactItem__title, .contactItem__link {
  font-weight: 700;
}

.contactItem__link {
  color: #fff;
}

.contactItem__link:hover {
  text-decoration: underline;
  color: #fff;
}

.contactItem__secondary {
  background: #C72127;
}

.whyVinuni__list {
  padding: 0px 15px;
}

@media (min-width: 576px) {
  .whyVinuni__list {
    padding-right: 0px;
  }
}

.whyVinuni__slide {
  margin: 0 -15px;
}

@media (min-width: 576px) {
  .whyVinuni__slide {
    margin: 0;
  }
}

.whyVinuni__slide .slick-track {
  margin-left: unset;
}

.whyVinuni__item {
  padding: 0 15px;
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .whyVinuni__item {
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.whyVinuni__item--colorContent {
  color: #fff;
}

.whyVinuni__item--colorContent .whyVinuni__content {
  --bg-slide-color: white;
  background-color: var(--bg-slide-color);
}

.whyVinuni__item--colorImg .whyVinuni__imgWrap {
  position: relative;
  --bg-slide-color: white;
}

.whyVinuni__item--colorImg .whyVinuni__imgWrap::before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% - 65px);
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-slide-color);
}

.whyVinuni__imgWrap {
  margin-top: -65px;
  padding: 0 16px 16px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  position: relative;
}

.whyVinuni__imgWrap::before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% - 65px);
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.whyVinuni__image {
  padding-bottom: 94%;
  border-radius: 16px;
}

.whyVinuni__title {
  text-transform: uppercase;
  font-weight: 700;
}

.whyVinuni__content {
  padding: 32px 24px 89px;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
}

.leaderItem__title {
  margin-bottom: 16px;
  text-transform: unset;
}

.leaderItem__position {
  font-weight: 400;
}

.leaderItem__img {
  padding-bottom: 85%;
}

.councilArticle .leaderItem {
  padding: 0px;
}

.councilArticle .leaderItem__wrap {
  margin-bottom: 30px;
}

.blockTabs__item {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .blockTabs__item {
    margin-top: 48px;
  }
}

.blockTabs__tabItem .nav-link {
  color: #2E2E2E !important;
}

.searchClub {
  background-color: #F4F4F4;
}

.searchClub__btnWrap {
  height: 100%;
}

.searchClub__input {
  width: 100%;
  outline: none;
  padding: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 0px !important;
}

.searchClub__input::placeholder {
  color: #C0C0C0;
}

@media (min-width: 768px) {
  .searchClub__input {
    border-width: 1px 0px 1px 1px;
  }
}

.searchClub__btnReset {
  text-transform: none;
  border-radius: 0px 0px 4px 4px;
  background: #C0C0C0;
  border: none;
}

@media (min-width: 768px) {
  .searchClub__btnReset {
    border-radius: 4px;
  }
}

.searchClub__btnReset span::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22 12C22 17.52 17.52 22 12 22C6.48 22 3.11 16.44 3.11 16.44M3.11 16.44H7.63M3.11 16.44V21.44M2 12C2 6.48 6.44 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  .searchClub__btnReset:hover {
    background: #818181;
  }
  .searchClub__btnReset:hover:not([href]):not([tabindex]) {
    color: #fff;
  }
  .searchClub__btnReset:hover span::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22 12C22 17.52 17.52 22 12 22C6.48 22 3.11 16.44 3.11 16.44M3.11 16.44H7.63M3.11 16.44V21.44M2 12C2 6.48 6.44 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }
}

.searchClub__btnSearch {
  border-radius: 0px;
}

@media (min-width: 768px) {
  .searchClub__btnSearch {
    border-radius: 0px 4px 4px 0px;
  }
}

.clubs {
  margin-top: 9px;
}

.clubs__item {
  margin: 15px 0;
}

.clubs__img {
  padding-bottom: 27%;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .clubs__img::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -160%, 0) !important;
  }
  .clubs__img:hover::before {
    transition: all 1s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 160%, 0) !important;
  }
}

.clubs__title {
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .clubs__title {
    font-size: 16px;
  }
}

.clubs__title a {
  color: #2E2E2E;
  text-decoration: none;
  transition: all 0.5s;
}

.clubs__title a:hover {
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .clubs__title a:hover {
    color: #C72127;
    text-decoration: underline;
  }
}

.clubs__desc {
  margin-bottom: 8px;
}

.clubs__sns {
  display: flex;
  gap: 16px;
}

.clubs__sns--youtube, .clubs__sns--facebook, .clubs__sns--mail {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}

.clubs__sns--youtube::before, .clubs__sns--facebook::before, .clubs__sns--mail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.clubs__sns--youtube::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.0645 5.0046C22.1982 3.97476 20.5987 3.55469 17.5441 3.55469H6.45569C3.33112 3.55469 1.70454 4.00186 0.841471 5.09827C0 6.16728 0 7.74238 0 9.92235V14.0774C0 18.3007 0.9984 20.445 6.45569 20.445H17.5442C20.1931 20.445 21.661 20.0743 22.6106 19.1654C23.5845 18.2335 24 16.7118 24 14.0774V9.92235C24 7.62338 23.9349 6.039 23.0645 5.0046ZM15.4081 12.5735L10.3729 15.2051C10.2603 15.2639 10.1372 15.2931 10.0143 15.2931C9.87507 15.2931 9.73618 15.2556 9.61316 15.1811C9.38152 15.0408 9.24008 14.7897 9.24008 14.5189V9.27265C9.24008 9.0023 9.38113 8.75146 9.61231 8.61102C9.84356 8.47058 10.1312 8.46098 10.3711 8.58563L15.4063 11.2002C15.6625 11.3332 15.8234 11.5977 15.8237 11.8862C15.8241 12.175 15.6639 12.4399 15.4081 12.5735Z' fill='%23C72127'/%3e%3c/svg%3e");
}

.clubs__sns--facebook::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_6427_4975)'%3e%3cpath d='M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 17.9895 4.3882 22.954 10.125 23.8542V15.4688H7.07812V12H10.125V9.35625C10.125 6.34875 11.9166 4.6875 14.6576 4.6875C15.9701 4.6875 17.3438 4.92188 17.3438 4.92188V7.875H15.8306C14.34 7.875 13.875 8.80008 13.875 9.75V12H17.2031L16.6711 15.4688H13.875V23.8542C19.6118 22.954 24 17.9895 24 12Z' fill='%230D3B77'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_6427_4975'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

.clubs__sns--mail::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM17.47 9.59L14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91L16.53 8.41C16.85 8.15 17.33 8.2 17.58 8.53C17.84 8.85 17.79 9.33 17.47 9.59Z' fill='%234181B9'/%3e%3c/svg%3e");
}

.clubCategories__header {
  background-color: #C72127;
}

.clubCategories__header:has(button[aria-expanded="true"]) {
  border-radius: 4px;
}

.clubCategories__btn {
  color: #fff;
}

.clubCategories__btn[aria-expanded="true"] {
  color: #fff;
}

.clubCategories__btn[aria-expanded="true"]::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9188 8.67969L11.6888 8.67969H6.07877C5.11877 8.67969 4.63877 9.83969 5.31877 10.5197L10.4988 15.6997C11.3288 16.5297 12.6788 16.5297 13.5088 15.6997L15.4788 13.7297L18.6888 10.5197C19.3588 9.83969 18.8788 8.67969 17.9188 8.67969Z' fill='white'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg) translateY(50%);
}

@media (min-width: 992px) {
  .clubCategories__btn[aria-expanded="true"]:hover::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9188 8.67969L11.6888 8.67969H6.07877C5.11877 8.67969 4.63877 9.83969 5.31877 10.5197L10.4988 15.6997C11.3288 16.5297 12.6788 16.5297 13.5088 15.6997L15.4788 13.7297L18.6888 10.5197C19.3588 9.83969 18.8788 8.67969 17.9188 8.67969Z' fill='white'/%3e%3c/svg%3e") !important;
  }
}

.clubCategories__btn:hover {
  color: #fff !important;
}

@media (min-width: 992px) {
  .clubCategories__btn:hover::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9188 8.67969L11.6888 8.67969H6.07877C5.11877 8.67969 4.63877 9.83969 5.31877 10.5197L10.4988 15.6997C11.3288 16.5297 12.6788 16.5297 13.5088 15.6997L15.4788 13.7297L18.6888 10.5197C19.3588 9.83969 18.8788 8.67969 17.9188 8.67969Z' fill='white'/%3e%3c/svg%3e") !important;
  }
}

.clubCategories__btn::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9188 8.67969L11.6888 8.67969H6.07877C5.11877 8.67969 4.63877 9.83969 5.31877 10.5197L10.4988 15.6997C11.3288 16.5297 12.6788 16.5297 13.5088 15.6997L15.4788 13.7297L18.6888 10.5197C19.3588 9.83969 18.8788 8.67969 17.9188 8.67969Z' fill='white'/%3e%3c/svg%3e");
}

.service__slider {
  margin: 0px -15px;
}

.serviceItem__title {
  margin-bottom: 16px;
}

.serviceItem__desc {
  font-weight: 400;
  margin-bottom: 0;
}

.resources {
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .resources {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  .resources {
    max-width: 442px;
  }
}

@media (min-width: 1200px) {
  .resources {
    max-width: 530px;
    margin-top: 24px;
    padding: 0;
  }
}

@media (min-width: 1700px) {
  .resources {
    margin: 20px auto;
  }
}

.resources__inner {
  min-width: 245px;
  margin: 0 auto;
  aspect-ratio: 1;
  position: relative;
}

@media screen and (min-width: 400px) {
  .resources__inner {
    min-width: 250px;
  }
}

@media (min-width: 768px) {
  .resources__inner {
    width: calc(100% - 100px);
  }
}

@media (min-width: 992px) {
  .resources__inner {
    width: 322px;
  }
}

@media (min-width: 1200px) {
  .resources__inner {
    width: 413px;
  }
}

.resources__inner::after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  border: 8px solid #C72127;
  background-color: var(--primary);
  box-shadow: 0px 4px 25px 0px #00000026;
  z-index: -1;
}

.resources__inner::before {
  content: '';
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  position: absolute;
  border-radius: 50%;
  border: 3px dashed #818181;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .resources__inner::before {
    top: -24px;
    left: -24px;
    right: -24px;
    bottom: -24px;
  }
}

.resources__title {
  width: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .resources__title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .resources__title {
    width: calc(50% - 35px);
    font-size: 24px;
  }
}

.resourcesItem {
  position: absolute;
  border: 5px solid #8BA701;
  width: 105px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #8BA701;
  font-weight: 700;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 2s;
}

@media (min-width: 768px) {
  .resourcesItem {
    width: 115px;
  }
}

@media (min-width: 992px) {
  .resourcesItem {
    width: 135px;
  }
}

@media (min-width: 1200px) {
  .resourcesItem {
    width: 165px;
  }
}

@media (min-width: 992px) {
  .resourcesItem.resourcesItem__hover:hover {
    background-color: #F8FFD3;
    transition: all 1s;
  }
}

.resourcesItem:nth-child(2) {
  color: #8BA701;
  border-color: #8BA701;
}

.resourcesItem:nth-child(3) {
  color: #11A802;
  border-color: #11A802;
}

@media (min-width: 992px) {
  .resourcesItem:nth-child(3).resourcesItem__hover:hover {
    background-color: #D7FFD3;
  }
}

.resourcesItem:nth-child(4) {
  color: #119F95;
  border-color: #119F95;
}

@media (min-width: 992px) {
  .resourcesItem:nth-child(4).resourcesItem__hover:hover {
    background-color: #C7FFFB;
  }
}

.resourcesItem:nth-child(5) {
  color: #136EBC;
  border-color: #136EBC;
}

@media (min-width: 992px) {
  .resourcesItem:nth-child(5).resourcesItem__hover:hover {
    background-color: #BADFFF;
  }
}

.resourcesItem:nth-child(6) {
  color: #A057AE;
  border-color: #A057AE;
}

@media (min-width: 992px) {
  .resourcesItem:nth-child(6).resourcesItem__hover:hover {
    background-color: #FBE7FF;
  }
}

.resourcesItem:nth-child(7) {
  color: #94366A;
  border-color: #94366A;
}

@media (min-width: 992px) {
  .resourcesItem:nth-child(7).resourcesItem__hover:hover {
    background-color: #FFDAEE;
  }
}

.resourcesItem__title {
  font-size: 10px;
  margin-bottom: 4px;
  max-width: calc(100% - 10px);
  font-weight: 700;
}

@media (min-width: 1200px) {
  .resourcesItem__title {
    max-width: calc(100% - 20px);
    font-size: 16px;
  }
}

.resourcesItem__img {
  max-width: 40px;
}

@media (min-width: 1200px) {
  .resourcesItem__img {
    max-width: 64px;
  }
}

.resourcesItem__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.resourcesItem a {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  display: block;
}

.accreditation {
  background-color: #F4F4F4;
  padding: 24px 0 16px;
}

.accreditation__title {
  margin-bottom: 24px;
  font-weight: 400;
  text-align: center;
}

.accreditation__noSlider {
  padding-top: 0px;
}

.accreditation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.accreditation__slide {
  margin: 0 -15px;
}

.accreditation__item {
  padding: 0 20px;
}

@media (min-width: 992px) {
  .accreditation__item {
    padding: 0 48px;
  }
}

.accreditation__img {
  max-height: 80px;
  object-fit: cover;
}

.trumbaCalendar__heading {
  background: #134D8B;
}

.trumbaCalendar__title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .trumbaCalendar__title {
    font-size: 32px;
  }
}

.trumbaCalendar__search > div {
  width: 185px !important;
  margin-left: auto;
}

.trumbaCalendar__calendar > div iframe, .trumbaCalendar__filter > div iframe, .trumbaCalendar__monthList > div iframe {
  width: 99% !important;
}

.trumbaCalendar div.twFilterWrap select {
  width: 99.9% !important;
}

.trumbaCalendar__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
  justify-content: end;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .trumbaCalendar__menu ul {
    justify-content: start;
    margin-bottom: 0;
  }
}

.trumbaCalendar__menu ul li.current-menu-item a {
  background: #C72127;
}

.trumbaCalendar__menu ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 8px;
  color: #fff;
  background: #134D8B;
  font-weight: 700;
  transition: all 0.5s;
  border-radius: 4px;
}

.trumbaCalendar__menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .trumbaCalendar__menu ul li a:hover {
    background: #C72127;
    transition: all 0.5s;
  }
}

.trumbaCalendar__chooserTabbed {
  position: relative;
}

.trumbaCalendar__linkDownload {
  display: block;
  text-align: right;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .trumbaCalendar__linkDownload {
    position: absolute;
    right: 0px;
  }
}

.trumbaCalendar__linkDownload a {
  color: #C72127;
}

.opportunity {
  background-color: #1A4079;
  color: #fff;
  line-height: 2;
}

@media (min-width: 992px) {
  .opportunity {
    line-height: 1.8;
    padding: 65px 100px;
  }
}

.opportunity__content {
  margin-bottom: 20px;
}

.opportunity__content-title {
  font-size: 24px;
  padding: 20px 0;
  font-weight: bold;
}

@media (min-width: 992px) {
  .opportunity__content-title {
    font-size: 36px;
    padding: 0 0;
  }
}

.opportunity__content-text {
  font-size: 13px;
}

.opportunity__content-button {
  padding: 15px 75px;
  background-color: #C72127;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .opportunity__content-button {
    font-size: 18px;
    width: 329px;
    height: 50px;
  }
}

.opportunity a {
  text-decoration: none;
  transition: all 0.5s;
}

.opportunity a:hover {
  background: #fff;
  color: #C72127;
  border: 1px solid #C72127;
  transition: all 0.5s;
}

.sectionCareerAbout {
  background-color: #f5f5f5;
  margin: 0 !important;
  padding: 20px;
}

@media (min-width: 992px) {
  .sectionCareerAbout {
    padding: 40px;
  }
}

.sectionCareerAbout .about__content {
  background-color: white;
}

.sectionCareerAbout .about__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sectionCareerAbout .about__button a {
  color: #c72127;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.sectionCareerBanner {
  margin: 0px !important;
}

.carrerBanner.bannerWrapper {
  position: relative;
}

.carrerBanner.bannerWrapper .slick-dots {
  text-align: end !important;
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 16px !important;
  height: 1px !important;
}

@media (min-width: 992px) {
  .carrerBanner.bannerWrapper .slick-dots {
    bottom: 76px;
  }
}

.carrerBanner.bannerWrapper .slick-dots li {
  height: 12px !important;
  width: 12px !important;
  margin: 0 7px !important;
}

.carrerBanner.bannerWrapper .slick-dots li button {
  position: relative;
  background: none !important;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.carrerBanner.bannerWrapper .slick-dots li button::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.707107' y='8.48438' width='11' height='11' transform='rotate(-45 0.707107 8.48438)' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: unset;
}

.carrerBanner.bannerWrapper .slick-dots li.slick-active button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8.48438' width='12' height='12' transform='rotate(-45 0 8.48438)' fill='white'/%3E%3C/svg%3E%0A");
}

.carrerBanner.bannerWrapper--bg::before, .carrerBanner.bannerWrapper--bg::after {
  content: '';
  position: absolute;
  background-color: #EEEFEF;
  top: calc(100% - 5px);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.carrerBanner.bannerWrapper--bg::after {
  padding-bottom: 40%;
  width: 40%;
}

@media (min-width: 992px) {
  .carrerBanner.bannerWrapper--bg::after {
    top: calc(100% - 7px);
    width: 57%;
    padding-bottom: 57%;
  }
}

.carrerBanner.bannerWrapper--bg::before {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 17px;
  height: 34px;
  background: #C72127;
  right: calc(60% - 1px);
  bottom: 6px;
  top: auto;
  transform: translateY(50%);
  z-index: 99;
}

@media (min-width: 992px) {
  .carrerBanner.bannerWrapper--bg::before {
    width: 22px;
    height: 44px;
    bottom: 7px;
    left: calc(57% - 1px);
    transform: translate(-100%, 50%);
  }
}

@media (min-width: 1200px) {
  .carrerBanner.bannerWrapper--bg::before {
    width: 30px;
    height: 60px;
  }
}

.career-banner {
  margin: 0px;
}

.career-banner__item {
  padding-bottom: 158.6%;
  height: 0px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .career-banner__item {
    padding-bottom: 70%;
  }
}

@media (min-width: 992px) {
  .career-banner__item {
    padding-bottom: 34%;
  }
}

.career-banner__item--slider {
  background-color: #134D8B;
}

.career-banner__item--slider::before {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 10;
  height: 200%;
  bottom: 0px;
}

.career-banner__img, .career-banner__inner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  width: 100%;
  object-fit: fill;
}

.career-banner__inner {
  left: 50%;
  bottom: 50px;
  top: 20%;
  transform: translateX(-50%);
  padding-bottom: 100px;
  z-index: 11;
}

@media (max-width: 1199.98px) {
  .career-banner__inner {
    left: 0px;
    bottom: 0px;
    top: 0;
    transform: translateX(0%);
  }
}

.career-banner__content--slider {
  padding: 32px 48px 24px 32px;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: bottom right;
  position: relative;
}

@media (min-width: 992px) {
  .career-banner__content--slider {
    background-size: 200px 200px !important;
    padding: 0px 110px 46px 56px;
  }
}

.career-banner__content--slider::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 44px;
  top: 24px;
  left: 0px;
  background-color: #C72127;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media (min-width: 992px) {
  .career-banner__content--slider::after {
    left: -1px;
    top: 0px;
  }
}

.career-banner__content * {
  color: #fff !important;
}

.career-banner__link {
  margin-top: 32px;
}

.career-banner__desc {
  margin-bottom: 0px;
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  white-space: normal !important;
  font-size: 11px;
  line-height: 2.0;
}

@media (min-width: 992px) {
  .career-banner__desc {
    padding-right: 50px;
    font-size: 14px;
    line-height: 1.3;
  }
}

.career-banner__title {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 0px;
  text-transform: uppercase;
  margin: 0;
  top: 40px;
}

@media (min-width: 992px) {
  .career-banner__title {
    font-size: 36px;
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
}

.career-banner__imgSingle {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}

.career-banner--bg .slick-slide.slick-current .banner__title {
  transform: translateX(0%);
  transition: all 2s;
}

.career-banner--bg .slick-slide.slick-current .banner__link {
  transform: translateX(0%);
  transition: all 2s;
}

.career-banner--bg .banner__item::before, .career-banner--bg .banner__item::after {
  content: '';
  position: absolute;
  left: 0px;
  z-index: 10;
  height: 100%;
  bottom: 0px;
}

.career-banner--bg .banner__item::before {
  width: 100%;
}

.career-banner--bg .banner__item::after {
  height: 0%;
  width: 40%;
  padding-bottom: 40%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #134D8B;
  background-image: var(--pattern-banner-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .career-banner--bg .banner__item::after {
    height: 130%;
    width: 57%;
    padding-bottom: 0%;
  }
}

.career-banner--bg .banner__inner {
  padding-bottom: 36px;
}

@media (min-width: 992px) {
  .career-banner--bg .banner__inner {
    padding-bottom: 60px;
  }
}

.career-banner--bg .banner__innerRow {
  text-align: right;
  justify-content: flex-end;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .career-banner--bg .banner__innerRow {
    text-align: left;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.career-banner--bg .banner__link {
  transform: translateX(100%);
}

@media (min-width: 992px) {
  .career-banner--bg .banner__link {
    transform: translateX(-150%);
  }
}

.career-banner--bg .banner__title {
  transform: translateX(100%);
}

@media (min-width: 992px) {
  .career-banner--bg .banner__title {
    line-height: 1;
    font-size: 28px;
    width: 70%;
    transform: translateX(-200%);
  }
}

@media (min-width: 1200px) {
  .career-banner--bg .banner__title {
    width: 80%;
    font-size: 36px;
    line-height: 1.2;
  }
}

.ourPeople__heading {
  padding-top: 80px;
}

.ourPeople__heading .secHeading {
  margin-bottom: 0px;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .ourPeople__heading .secHeading {
    padding-bottom: 0px;
    margin-bottom: -32px;
  }
}

.ourPeople__heading .secHeading__link {
  position: relative;
  z-index: 999;
}

.ourPeople__itemInner {
  position: relative;
  overflow: clip;
}

@media (min-width: 992px) {
  .ourPeople__itemInner {
    padding-top: 60px;
  }
}

.ourPeople__itemInner::before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  background: transparent;
  width: 50%;
  height: 100%;
}

.ourPeople__bg {
  position: relative;
}

@media (max-width: 991.98px) {
  .ourPeople__bg {
    background: unset;
  }
}

.ourPeople__bg::before {
  content: "";
  background: var(--primary) var(--pattern-sliders) no-repeat bottom right/50%;
  position: absolute;
  height: 135px;
  width: 100%;
  bottom: 0;
}

@media (min-width: 992px) {
  .ourPeople__bg::before {
    content: none;
  }
}

.ourPeople__bg::after {
  content: "";
  width: 57px;
  height: 57px;
  display: block;
  transform: rotate(45deg);
  background-color: #C72127;
  position: absolute;
  left: calc(-57px / 2);
  top: 40px;
  display: none;
}

@media (min-width: 992px) {
  .ourPeople__bg::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .ourPeople__bg::after {
    top: 60px;
  }
}

.ourPeople__content {
  margin-bottom: 24px;
  min-height: 160px;
  transform: translateX(-200%);
  position: relative;
  z-index: 99;
}

@media (min-width: 992px) {
  .ourPeople__content {
    padding: 48px 0px;
    margin-bottom: 0px;
    min-height: 320px;
  }
}

@media (min-width: 1200px) {
  .ourPeople__content {
    min-height: 410px;
  }
}

.ourPeople__content * {
  color: #fff;
}

.ourPeople__imgInner {
  justify-content: flex-end;
}

.ourPeople__imgWrap {
  width: 90%;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 137px;
  transform: translateX(200%);
  transition: all 2s;
}

@media (min-width: 992px) {
  .ourPeople__imgWrap {
    width: 82%;
  }
}

@media (min-width: 1700px) {
  .ourPeople__imgWrap {
    width: 72%;
  }
}

.ourPeople__img {
  height: 0px;
  width: 100%;
  padding-bottom: 106.47%;
  position: relative;
  z-index: 960;
}

.ourPeople__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ourPeople__title {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 992px) {
  .ourPeople__title {
    font-size: 24px;
  }
}

.ourPeople__desc {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .ourPeople__desc {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
  }
}

.ourPeople__quote {
  min-height: 80px;
  padding-left: 24px;
  padding-top: 0px;
  margin: 0px;
  position: relative;
}

.ourPeople__quote::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.352 8.016C8.152 8.368 8.776 8.896 9.224 9.6C9.672 10.304 9.896 11.136 9.896 12.096C9.896 13.472 9.464 14.592 8.6 15.456C7.736 16.288 6.632 16.704 5.288 16.704C3.944 16.704 2.824 16.272 1.928 15.408C1.064 14.544 0.632 13.44 0.632 12.096C0.632 11.456 0.712 10.816 0.872 10.176C1.032 9.536 1.384 8.576 1.928 7.296L4.712 0.383998H9.464L7.352 8.016ZM18.68 8.016C19.48 8.368 20.104 8.896 20.552 9.6C21 10.304 21.224 11.136 21.224 12.096C21.224 13.472 20.792 14.592 19.928 15.456C19.064 16.288 17.96 16.704 16.616 16.704C15.272 16.704 14.152 16.272 13.256 15.408C12.392 14.544 11.96 13.44 11.96 12.096C11.96 11.456 12.04 10.816 12.2 10.176C12.36 9.536 12.712 8.576 13.256 7.296L16.04 0.383998H20.792L18.68 8.016Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}

@media (min-width: 992px) {
  .ourPeople__quote::after {
    top: 12px;
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  .ourPeople__quote {
    width: 100%;
    padding-left: 32px;
    padding-top: 16px;
  }
}

@media (max-width: 1199.98px) {
  .ourPeople__quote {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
}

.ourPeople__link {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .ourPeople__link {
    margin-top: 32px;
  }
}

.ourPeople__link:hover {
  color: #2E2E2E;
}

@media (min-width: 992px) {
  .ourPeople__link:hover {
    color: #fff;
  }
}

.ourPeople .slick-slide.slick-current .ourPeople__content, .ourPeople .slick-slide.slick-current .ourPeople__imgWrap {
  transform: translateX(0%);
  transition: all 2s;
}

.ourPeople .slick-arrow {
  transform: translateY(0%);
  background-color: transparent !important;
}

.ourPeople .slick-arrow:hover {
  background-color: #C72127 !important;
}

.ourPeople .slick-prev {
  margin-right: calc(8px + 32px);
}

@media (min-width: 992px) {
  .ourPeople .slick-prev {
    margin-right: calc(8px + 36px);
  }
}

.ourPeople .slick-dots {
  bottom: -25px;
}

.btnCTA_new .btnSeeMore {
  background: #003366;
  border: 1px solid #003366;
}

.btnCTA_new .btnSeeMore:hover {
  background: #fff;
  color: #003366;
}

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

.sectionBannerNew .header__nav .header__navInner .header__logo {
  top: 0;
}

.sectionBannerNew .header__nav .header__navInner .header__logo img {
  height: 45px;
}

.sectionBannerNew .header__menu {
  background: none;
}

.sectionBannerNew .header__menuInner {
  padding: 0;
}

.sectionBannerNew .header__menuInner .menu .menu-item a {
  color: #fff;
  font-weight: 700;
}

.sectionBannerNew .banner .banner__content--slider::after {
  content: none;
}

.sectionBannerNew .banner__content--slider {
  background-color: transparent;
  padding: 0;
}

.sectionBannerNew .banner__content--slider .banner__title {
  text-align: center;
}

@media (max-width: 991.98px) {
  .sectionCollaboratorsNew .collaborators__list {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .sectionCollaboratorsNew .collaborators__item {
    border: 1px solid #d9d9d9;
    padding: 10px;
  }
}

.sectionCollaboratorsNew .collaborators__item--right {
  height: 48%;
}

.sectionCollaboratorsNew .collaborators__item--right2 {
  height: 48%;
  top: 52%;
  right: 0px;
  left: auto;
  padding-left: 24%;
  padding-right: 16px;
}

@media (max-width: 991.98px) {
  .sectionCollaboratorsNew .collaborators__item--right2 {
    padding-left: 0%;
    padding-right: 0;
  }
}

.sectionCollaboratorsNew .collaborators__item--right2 .collaborators__layerLeft {
  content: "";
  left: 0px;
  top: 50%;
}

.sectionCollaboratorsNew .collaborators__item--right2 .collaborators__layerRight {
  display: none;
}

.sectionNewsAndEventsNew .newsEvent__listNews .postNews {
  border: 1px solid #d9d9d9;
}

.sectionNewsAndEventsNew .newsEvent__listNews .postNews .newsEvent__sidebarCat {
  padding: 8px;
}

.sectionNewsAndEventsNew .newsEvent__listNews .postNews .postNews__title {
  padding: 8px;
}

.sectionNewsAndEventsNew .newsEvent__col > :nth-child(n + 4) {
  display: none !important;
}

@media (min-width: 768px) {
  .sectionNewsAndEventsNew .newsEvent__col {
    display: flex;
    align-items: stretch;
  }
}

.sectionNewsAndEventsNew .newsEvent .item-1,
.sectionNewsAndEventsNew .newsEvent .item-6 {
  min-height: 300px;
  max-height: 400px;
  display: flex;
}

.sectionNewsAndEventsNew .newsEvent .item-1 .news-overlay__content .title-link:hover,
.sectionNewsAndEventsNew .newsEvent .item-6 .news-overlay__content .title-link:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .header__menu {
    background-color: transparent;
  }
  .header__menuInner {
    padding: 0;
  }
  .header__menuInner .menu .menu-item a {
    color: #fff;
    font-weight: 700;
  }
  .header__menuInner .menu .menu-item a:hover {
    color: #c72127;
  }
  .header__menuInner ul.menu > li.current_page_item > a {
    color: #fff !important;
  }
  .header__top {
    background-color: transparent;
  }
  .header__logo {
    top: 0%;
  }
  .header__logo img {
    height: 50px;
  }
}

@media (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #header.header--sticky {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  #sectionBanner {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
  }
}

.default-banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.default-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.default-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 54%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .default-banner {
    height: 450px;
  }
}

.page-gateway-wrap {
  background-color: #f9f9f9;
}

.gateway-sidebar {
  margin-top: 80px;
}

.gateway-sidebar .gateway-widget {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 120px;
  border-top: 4px solid #c72127;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.gateway-sidebar .gateway-widget__icon {
  margin-bottom: 15px;
}

.gateway-sidebar .gateway-widget__icon img {
  max-width: 48px;
  height: auto;
  display: inline-block;
}

.gateway-sidebar .gateway-widget__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #222;
  position: relative;
  padding-bottom: 12px;
}

.gateway-sidebar .gateway-widget__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #e5e5e5;
  margin: 30px auto 0;
}

.gateway-sidebar .gateway-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.gateway-sidebar .gateway-widget__list li {
  margin-bottom: 10px;
}

.gateway-sidebar .gateway-widget__list li:last-child {
  margin-bottom: 0;
}

.gateway-sidebar .gateway-widget__list li a {
  color: #134d8b;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.2s;
}

.gateway-sidebar .gateway-widget__list li a:hover {
  color: #0a2848;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .gateway-sidebar {
    margin-top: 40px;
    position: static;
  }
}

.gateway-banner-wrap {
  position: relative;
  width: 100%;
  min-height: 750px;
  padding: 100px 0 10px;
  background-color: #0036AC;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.gateway-banner-wrap .gateway-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.gateway-banner-wrap .gateway-banner__bg--color {
  background-color: #0036AC;
}

.gateway-banner-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.gateway-banner-wrap .gateway-banner__inner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gateway-banner-wrap .gateway-banner__content {
  margin-bottom: 60px;
}

.gateway-banner-wrap .gateway-banner__title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gateway-banner-wrap .gateway-banner__desc {
  color: #f0f0f0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.gateway-banner-wrap .gateway-banner__icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.gateway-banner-wrap .gb-icon-item {
  flex: 0 0 calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
  min-width: 140px;
}

.gateway-banner-wrap .gb-icon-item:last-child {
  flex: 0 0 auto;
  width: auto;
  max-width: 90%;
}

.gateway-banner-wrap .gb-icon-item__link-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s;
}

.gateway-banner-wrap .gb-icon-item__link-wrap:hover {
  transform: translateY(-5px);
}

.gateway-banner-wrap .gb-icon-item__link-wrap:hover .gb-icon-item__title {
  text-decoration: none;
  border-bottom-color: transparent;
}

.gateway-banner-wrap .gb-icon-item__img {
  height: 40px;
  display: flex;
  align-items: center;
}

.gateway-banner-wrap .gb-icon-item__img img {
  max-width: 40px;
  max-height: 40px;
  filter: brightness(0) invert(1);
}

.gateway-banner-wrap .gb-icon-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 2px;
  display: inline-block;
}

.gateway-banner-wrap .gb-icon-item__desc {
  font-size: 19px;
  color: #ddd;
  font-weight: 600;
}

@media (max-width: 991px) {
  .gateway-banner-wrap {
    padding: 60px 0;
  }
  .gateway-banner-wrap .gateway-banner__title {
    font-size: 32px;
  }
  .gateway-banner-wrap .gateway-banner__desc {
    font-size: 16px;
  }
  .gateway-banner-wrap .gateway-banner__icons-row {
    gap: 20px;
  }
  .gateway-banner-wrap .gb-icon-item {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    min-width: auto;
  }
  .gateway-banner-wrap .gb-icon-item:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.gateway-social-wrap {
  background-color: #e5e5e5;
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.gateway-social-wrap .gateway-social__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.gateway-social-wrap .gateway-social__item {
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

.gateway-social-wrap .gateway-social__item svg {
  width: 100%;
  height: 100%;
  fill: #333;
  transition: fill 0.3s;
}

.gateway-social-wrap .gateway-social__item:hover {
  transform: translateY(-3px);
}

.gateway-social-wrap .gateway-social__item:hover svg {
  fill: #134D8B;
}

.page-publications .publications {
  padding-bottom: 25px;
}

.page-publications .publications .publications-list .publications-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .page-publications .publications .publications-list .publications-item {
    margin-bottom: 30px;
  }
}

.page-publications .publications .publications-list .publications-item .content {
  padding: 15px;
}

.page-publications .publications .publications-list .publications-item .content .author,
.page-publications .publications .publications-list .publications-item .content .name {
  margin-top: 10px;
  font-size: 14px;
}

.page-publications .publications .publications-list .publications-item .content .title {
  font-weight: 700;
  max-height: 52px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #3e3e3e;
}

.page-publications .publications .publications-list .publications-item .content .name {
  font-weight: 700;
  line-height: 18px;
  color: #3e3e3e;
}

.page-publications .publications .publications-list .publications-item .content .button {
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
}

.page-publications .publications .pagination {
  padding-top: 10px;
}
