/*
Theme Name: Becamex Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap);
:root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #6c757d; --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-primary-rgb: 13, 110, 253; --bs-secondary-rgb: 108, 117, 125; --bs-success-rgb: 25, 135, 84; --bs-info-rgb: 13, 202, 240; --bs-warning-rgb: 255, 193, 7; --bs-danger-rgb: 220, 53, 69; --bs-light-rgb: 248, 249, 250; --bs-dark-rgb: 33, 37, 41; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 33, 37, 41; --bs-body-bg-rgb: 255, 255, 255; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #212529; --bs-body-bg: #fff; }
.upcoming-news__icon.icon-arrow-mobile {
    display: none;
}
@media (max-width: 767px){
.upcoming-news__icon.icon-arrow-mobile {
    display: block;
    margin-left: auto;
    width: 17px;
}
.upcoming-news__icon.icon-arrow-mobile svg {
    width: 17px;
    height: 15px;
}
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.footer {
  color: #000000;
  background: #f5f5f5; }
  @media (max-width: 767px) {
    .footer {
      padding: 34px 27px 45px 27px;
      background-image: url(images/graphic.svg);
      background-size: 90% 100%;
      background-position: left -3px center;
      background-repeat: no-repeat; } }
  .footer .back-to-top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50px;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #000;
    z-index: 4; }
    @media (max-width: 767px) {
      .footer .back-to-top {
        width: 58px;
        height: 58px;
        bottom: 123px;
        top: auto;
        right: 0; } }
    .footer .back-to-top:hover {
      background-color: #6a2a5b; }
    .footer .back-to-top img {
      width: 41px; }
      @media (max-width: 767px) {
        .footer .back-to-top img {
          width: 100%;
          max-width: 20px; } }
  .footer__container {
    position: relative;
    overflow: hidden;
    padding: 50px 0; }
    @media (max-width: 767px) {
      .footer__container {
        width: 100% !important;
        padding: 0; } }
    .footer__container::before {
      position: absolute;
      content: "";
      background-image: url(images/graphic.svg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      top: 0;
      left: 20px;
      width: 343px;
      height: 100%;
      z-index: 1; }
      @media (max-width: 991px) {
        .footer__container::before {
          width: 610px; } }
      @media (max-width: 767px) {
        .footer__container::before {
          display: none; } }
  .footer__wrap {
    position: relative;
    z-index: 2; }
  .footer__title {
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 22px;
    line-height: normal; }
    @media (max-width: 991px) {
      .footer__title {
        margin-bottom: 35px; } }
  .footer__connect {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .footer__connect {
        margin-top: 40px;
        margin-bottom: 0; } }
    .footer__connect-label {
      font-size: 15px; }
      @media (max-width: 991px) {
        .footer__connect-label {
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 10px; } }
    .footer__connect-social .item {
      width: 20px;
      margin-right: 22px;
      display: inline-block; }
    .footer__connect-social .yt {
      width: 24px; }
    .footer__connect-social .writter {
      width: 22px; }
  .footer__copyright {
    font-weight: 300;
    font-size: 12px; }
    @media (max-width: 991px) {
      .footer__copyright {
        font-weight: 300;
        font-size: 13px;
        margin-top: 40px;
        max-width: 200px; } }
  .footer__right {
    margin-left: auto; }
    @media (max-width: 1200px) {
      .footer__right {
        max-width: 100%; } }
    @media (max-width: 991px) {
      .footer__right {
        margin-left: 0;
        max-width: 100%; } }
  .footer__menu {
    max-width: 350px; }
    .footer__menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
    .footer__menu li {
      width: 50%;
      margin-bottom: 20px;
      padding-right: 10px; }
      @media (max-width: 991px) {
        .footer__menu li {
          font-size: 14px;
          margin-bottom: 30px; } }
    .footer__menu a {
      color: #000000;
      text-decoration: none;
      font-size: 15px; }
      .footer__menu a:hover {
        color: #dc4405; }
  .footer__address {
    font-size: 14px;
    margin-top: 20px; }
  .footer__address-label {
    font-weight: 500; }
    @media (max-width: 991px) {
      .footer__address-label {
        font-weight: 500; } }
  .footer__address-item {
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    line-height: 1.65; }
    .footer__address-item a {
      color: #000000;
      text-decoration: none; }
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

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

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

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\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: 0.875em;
  color: #6c757d; }

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

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-nvl-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-nvl-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-nvl-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-nvl-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-nvl-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-nvl-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-nvl-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-nvl-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-nvl-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-nvl-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-nvl-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-nvl-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-nvl-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-nvl-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-nvl-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-nvl-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-nvl-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-nvl-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-nvl-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-nvl-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-nvl-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-nvl-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-nvl-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-nvl-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-nvl-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-nvl-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-nvl-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-nvl-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-nvl-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-nvl-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-nvl-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-nvl-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-nvl-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-nvl-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-nvl-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 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; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.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-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .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:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.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,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .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 ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    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;
      isolation: isolate; }
    .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 {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.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-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

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

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow-nvl: 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;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row-nvl; }
      .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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow-nvl: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow-nvl: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row-nvl; }
      .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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow-nvl: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow-nvl: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row-nvl; }
      .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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow-nvl: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow-nvl: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row-nvl; }
      .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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow-nvl: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow-nvl: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row-nvl; }
      .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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow-nvl: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow-nvl: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row-nvl; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow-nvl: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow-nvl: 0;
    padding: 0;
    overflow-y: visible; }

.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.55); }
  .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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .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.55); }
  .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 .nav-link.active {
  color: #fff; }

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .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 {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  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-footer {
  padding: 0.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

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

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

.card-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row-nvl 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; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

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

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  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; }

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

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

.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  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: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.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.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .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: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row-nvl; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

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

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

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

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

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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.modal-static .modal-dialog {
    transform: scale(1.02); }

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

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

.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: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 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; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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 .tooltip-arrow-nvl {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow-nvl::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow-nvl, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow-nvl {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow-nvl::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow-nvl::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow-nvl, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow-nvl {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow-nvl::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow-nvl::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow-nvl, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow-nvl {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow-nvl::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow-nvl::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow-nvl, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow-nvl {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow-nvl::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow-nvl::before {
      left: -1px;
      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 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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 .popover-arrow-nvl {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow-nvl::before, .popover .popover-arrow-nvl::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow-nvl, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow-nvl {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow-nvl::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow-nvl::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow-nvl::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow-nvl::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }

.bs-popover-end > .popover-arrow-nvl, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow-nvl {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow-nvl::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow-nvl::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow-nvl::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow-nvl::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow-nvl, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow-nvl {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow-nvl::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow-nvl::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow-nvl::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow-nvl::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[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow-nvl, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow-nvl {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow-nvl::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow-nvl::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow-nvl::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow-nvl::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  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; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow-nvl {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow-nvl {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow-nvl; }

.spinner-grow-nvl-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow-nvl {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  flex-grow-nvl: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

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

.link-primary {
  color: #0d6efd; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row-nvl;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .list-item__wrapper .item__img {
  display: flex !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-center, .list-item__wrapper .item__img {
  align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row-nvl {
    display: table-row-nvl !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row-nvl {
    flex-direction: row-nvl !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-nvl-reverse {
    flex-direction: row-nvl-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-nvl-0 {
    flex-grow-nvl: 0 !important; }
  .flex-sm-grow-nvl-1 {
    flex-grow-nvl: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row-nvl {
    display: table-row-nvl !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row-nvl {
    flex-direction: row-nvl !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-nvl-reverse {
    flex-direction: row-nvl-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-nvl-0 {
    flex-grow-nvl: 0 !important; }
  .flex-md-grow-nvl-1 {
    flex-grow-nvl: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row-nvl {
    display: table-row-nvl !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row-nvl {
    flex-direction: row-nvl !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-nvl-reverse {
    flex-direction: row-nvl-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-nvl-0 {
    flex-grow-nvl: 0 !important; }
  .flex-lg-grow-nvl-1 {
    flex-grow-nvl: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row-nvl {
    display: table-row-nvl !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row-nvl {
    flex-direction: row-nvl !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-nvl-reverse {
    flex-direction: row-nvl-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-nvl-0 {
    flex-grow-nvl: 0 !important; }
  .flex-xl-grow-nvl-1 {
    flex-grow-nvl: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row-nvl {
    display: table-row-nvl !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row-nvl {
    flex-direction: row-nvl !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-nvl-reverse {
    flex-direction: row-nvl-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-nvl-0 {
    flex-grow-nvl: 0 !important; }
  .flex-xxl-grow-nvl-1 {
    flex-grow-nvl: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row-nvl {
    display: table-row-nvl !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0); }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0); }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden; }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform; }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg); }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg); }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg); }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg); }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); } }

/**
 * Swiper 7.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 31, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

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

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

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

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

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

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/* --- Bootstrap5 Menu Kit :::: https://bootstrap-menu.com  */
body.mmactive {
  overflow: hidden; }

.mobile_menu {
  display: none;
  position: relative; }

.sm_menu_outer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -9;
  opacity: 0;
  background-color: #6a2a5b;
  overflow-y: auto;
  overflow-x: hidden;
  top: 65px;
  width: 0;
  bottom: auto;
  height: calc(100vh - 125px);
  transition: opacity 0.2s; }
  @media (prefers-reduced-motion: reduce) {
    .sm_menu_outer {
      transition: none; } }
  .sm_menu_outer.active {
    opacity: 1;
    z-index: 9;
    width: 100%; }
    .sm_menu_outer.active .mobile_menu {
      display: block; }
  .sm_menu_outer .mobile_menu {
    margin: 0;
    padding: 0 27px;
    list-style: none; }
    .sm_menu_outer .mobile_menu li {
      border-bottom: 1px solid #d2d2d24d;
      border-image: unset; }
      .sm_menu_outer .mobile_menu li.back {
        display: flex;
        margin-top: 25px;
        border-bottom: 1px solid #d2d2d24d !important;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .sm_menu_outer .mobile_menu li.back a {
          font-size: 28px;
          font-weight: 500;
          padding-left: 15px;
          background-image: none; }
      .sm_menu_outer .mobile_menu li.active > .submenu {
        right: auto;
        left: 0;
        padding: 0 27px; }
    .sm_menu_outer .mobile_menu a {
      color: #ffffff;
      display: block;
      padding: 23px 0;
      font-size: 20px;
      text-transform: none;
      display: inline-block; }
      .sm_menu_outer .mobile_menu a.bigger {
        font-weight: 500;
        font-size: 28px; }
    .sm_menu_outer .mobile_menu .menu-item-has-children > .parent {
      position: relative; }
      .sm_menu_outer .mobile_menu .menu-item-has-children > .parent .icon-arrow-nvl {
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 32px; }
    .sm_menu_outer .mobile_menu .submenu {
      background-color: #6a2a5b;
      height: 100%;
      position: absolute;
      right: -100%;
      top: 0;
      transition: all 0.5s ease 0s;
      width: 100%;
      z-index: 999;
      list-style: none; }
      .sm_menu_outer .mobile_menu .submenu li {
        border-bottom: none; }
        .sm_menu_outer .mobile_menu .submenu li:last-child {
          border-bottom: 1px solid #d2d2d24d;
          padding-bottom: 23px; }
    .sm_menu_outer .mobile_menu li.active > .submenu {
      right: 0; }
  .sm_menu_outer .icon-back {
    cursor: pointer;
    width: 22px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(images/icon-back-menu.png); }
  .sm_menu_outer .icon-arrow-nvl {
    width: 8px;
    height: 16px; }
    .sm_menu_outer .icon-arrow-nvl:after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-image: url(images/menu-arrow-nvl-right.png);
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 1;
      font-size: 100%;
      line-height: normal; }

/*Hamburger Animation */
#sm_menu_ham {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  width: 25px;
  top: 27px;
  right: 16px;
  z-index: 9999; }
  @media (prefers-reduced-motion: reduce) {
    #sm_menu_ham {
      transition: none; } }
  #sm_menu_ham span {
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s; }
    @media (prefers-reduced-motion: reduce) {
      #sm_menu_ham span {
        transition: none; } }
  #sm_menu_ham span {
    background-color: #dc4405;
    height: 3px;
    width: 100%; }
    #sm_menu_ham span:nth-child(1) {
      top: 0; }
    #sm_menu_ham span:nth-child(2), #sm_menu_ham span:nth-child(3) {
      top: 10px; }
    #sm_menu_ham span:nth-child(4) {
      top: 20px; }
  #sm_menu_ham.open {
    top: 21px; }
    #sm_menu_ham.open span {
      background-color: #6a2a5b; }
      #sm_menu_ham.open span:nth-child(1) {
        left: 50%;
        top: 18px;
        width: 0; }
      #sm_menu_ham.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #sm_menu_ham.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #sm_menu_ham.open span:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0; }

.svg-arrow-nvl-bottom {
  background-image: url(images/arrow-nvl-bottom.svg); }

.svg-arrow-nvl-down {
  background-image: url(images/arrow-nvl-down.svg); }

.svg-arrow-nvl-down-black {
  background-image: url(images/arrow-nvl-down-black.svg); }

.svg-arrow-nvl-right {
  background-image: url(images/arrow-nvl-right.svg); }

.svg-cancel {
  background-image: url(images/cancel.svg); }

.svg-datepicker-left {
  background-image: url(images/datepicker-left.svg); }

.svg-datepicker-right {
  background-image: url(images/datepicker-right.svg); }

.svg-icon-alert {
  background-image: url(images/icon-alert.svg); }

.svg-icon-back-menu {
  background-image: url(images/icon-back-menu.svg); }

.svg-icon-clock {
  background-image: url(images/icon-clock.svg); }

.svg-icon-new-event-pin {
  background-image: url(images/icon-new-event-pin.svg); }

.svg-icon-pin {
  background-image: url(images/icon-pin.svg); }

.svg-icon-search {
  background-image: url(images/icon-search.svg); }

.svg-icon-select {
  background-image: url(images/icon-select.svg); }

.svg-menu-arrow-nvl-right {
  background-image: url(images/menu-arrow-nvl-right.svg); }

.svg-select-arrow-nvl {
  background-image: url(images/select-arrow-nvl.svg); }

.svg-sharing {
  background-image: url(images/sharing.svg); }

.svg-slider-arrow-nvl-left {
  background-image: url(images/slider-arrow-nvl-left.svg); }

.svg-slider-arrow-nvl-right {
  background-image: url(images/slider-arrow-nvl-right.svg); }

.svg-tab-icon-left {
  background-image: url(images/tab-icon-left.svg); }

.svg-tab-icon-right {
  background-image: url(images/tab-icon-right.svg); }

.svg-tab-left {
  background-image: url(images/tab-left.svg); }

.svg-tab-right {
  background-image: url(images/tab-right.svg); }

.svg-icon-location {
  background-image: url(images/icon-location.svg); }

/*layout*/
@media (min-width: 1440px) {
  .banner-shadow.on_top .banner-shadow__picture {
    align-items: flex-start !important; } }

.banner-shadow__wrapper {
  position: relative;
  min-height: 265px;
  max-height: 540px;
  display: flex;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 767px) {
    .banner-shadow__wrapper {
      align-items: flex-start; } }

.banner-shadow__picture {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  .banner-shadow__picture::after {
    content: "";
    display: block;
    background-image: url(images/mask-group.png);
    background-repeat: no-repeat;
    background-size: 100% 101%;
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    z-index: 1; }

.banner-shadow__img {
  max-width: 100%; }

.banner-shadow__title {
  position: absolute;
  bottom: 0;
  color: #dc4405;
  font-size: 65px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: left;
  z-index: 2;
  margin: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .banner-shadow__title {
      font-size: 40px;
      line-height: 45px; } }

.banner-shadow__content {
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000; }
  @media (max-width: 1031px) {
    .banner-shadow__content br {
      display: none; } }
  .banner-shadow__content:empty {
    display: none; }
  .banner-shadow__content p {
    margin: 0; }
  @media (max-width: 767px) {
    .banner-shadow__content {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      padding-bottom: 35px;
      position: relative; }
      .banner-shadow__content::before {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background-color: #d2d2d2; } }

.banner-2column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 70px;
  background: rgba(0, 0, 0, 0.03);
  overflow: hidden;
  height: 430px; }
  @media (max-width: 991px) {
    .banner-2column {
      height: 345px; } }
  @media (max-width: 767px) {
    .banner-2column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
      margin-bottom: 35px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 56px);
      background-color: #fff;
      height: auto; }
      .banner-2column .breadcrumb {
        margin-bottom: 20px; } }
  .banner-2column__picture {
    width: 53.33vw;
    overflow: hidden; }
    .banner-2column__picture img {
      max-width: initial;
      height: auto;
      width: 100%; }
      @media (min-width: 767px) and (max-width: 991px) {
        .banner-2column__picture img {
          height: 100%;
          width: auto; } }
    @media (max-width: 767px) {
      .banner-2column__picture {
        width: 100%;
        order: 2; } }
  .banner-2column__content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%;
    max-width: 487px;
    width: 100%; }
    @media (min-width: 1920px) {
      .banner-2column__content {
        max-width: max-content;
        padding-left: 0;
        position: absolute;
        left: 59.38vw;
        max-width: 35vw; } }
    @media (max-width: 1200px) {
      .banner-2column__content {
        max-width: 380px; } }
    @media (max-width: 767px) {
      .banner-2column__content {
        margin: 0;
        margin-bottom: 20px;
        padding: 0; } }
  .banner-2column__title {
    color: #dc4405; }
    @media (max-width: 992px) {
      .banner-2column__title {
        font-size: 54.5px; } }
    @media (max-width: 767px) {
      .banner-2column__title {
        margin-bottom: 0; } }

.banner-des-spacer {
  padding-top: 45px; }
  @media (max-width: 767px) {
    .banner-des-spacer {
      padding-top: 20px; } }

.banner {
  position: relative;
  z-index: 2;
  background: #f7f7f7; }
  @media (max-width: 767px) {
    .banner {
      background-color: #fff; } }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: none; }

.breadcrumb {
  display: inline-flex;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-bottom: 24px; } }
  .breadcrumb-item {
    padding-right: 10px; }
    @media (max-width: 767px) {
      .breadcrumb-item {
        margin-bottom: 6px; } }
    .breadcrumb-item a {
      font-size: 15px;
      color: #484848;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media (max-width: 767px) {
        .breadcrumb-item a {
          font-size: 14px; } }
      .breadcrumb-item a:hover {
        text-decoration: underline; }
  .breadcrumb-link {
    color: #484848;
    font-size: 14px; }
    .breadcrumb-link img {
      margin-right: 10px;
      max-width: 8px;
      margin-top: 1px; }

.btn-view-less img {
  transform: rotate(180deg); }

.btn__read-more {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px; }
  @media (prefers-reduced-motion: reduce) {
    .btn__read-more {
      transition: none; } }
  @media (max-width: 767px) {
    .btn__read-more {
      font-size: 14px;
      font-weight: 600; } }
  .btn__read-more svg {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: 7px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .btn__read-more svg {
        transition: none; } }
    @media (max-width: 767px) {
      .btn__read-more svg {
        margin-top: 0; } }
  .btn__read-more:hover {
    color: #dc4405; }
    .btn__read-more:hover svg {
      fill: #dc4405;
      -webkit-transform: translateX(7px);
      -moz-transform: translateX(7px);
      -ms-transform: translateX(7px);
      transform: translateX(7px); }

.btn-orange {
  background: #dc4405;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  min-height: 47px;
  text-align: center;
  border-radius: 0;
  min-width: 150px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-orange:hover {
    background: #6a2a5b;
    color: #fff; }
  .btn-orange:hover {
    background: #6a2a5b;
    color: #fff; }

.btn-black {
  background: #000000;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  min-height: 47px;
  text-align: center;
  border-radius: 0;
  min-width: 150px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-black:hover {
    background: #6a2a5b;
    color: #fff; }

.button-arrow-nvl-orange {
  background-color: #dc4405;
  width: 50px;
  height: 50px;
  line-height: normal;
  cursor: pointer;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .button-arrow-nvl-orange:hover {
    background-color: #6a2a5b; }
  .button-arrow-nvl-orange svg {
    width: 24px;
    height: 15px; }
  .button-arrow-nvl-orange img {
    max-width: 25px;
    line-height: normal;
    margin: 0; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 0; }

a {
  outline: none; }
  a:hover, a:focus {
    outline: none;
    box-shadow: none; }

xmp {
  line-height: normal;
  margin: 0;
  text-align: left; }

figure {
  margin: 0; }

img {
  width: 100%; }

button {
  outline: none;
  box-shadow: none; }
  button:focus {
    outline: none;
    box-shadow: none; }

a {
  text-decoration: none; }
  a:hover {
    color: #dc4405; }

.mb {
  display: none; }
  @media (max-width: 767px) {
    .mb {
      display: block !important; } }

@media (max-width: 767px) {
  .pc {
    display: none !important; } }

.mb-991 {
  display: none; }
  @media (max-width: 991px) {
    .mb-991 {
      display: block !important; } }

@media (max-width: 991px) {
  .pc-991 {
    display: none !important; } }

.modal {
  padding: 0 !important; }

.main_wapper {
  padding-top: 66px;
  height: 100vh; }

@media (max-width: 991px) {
  .main_content {
    margin-top: 66px; } }

.loading {
  background: #00000057;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (prefers-reduced-motion: reduce) {
    .loading {
      transition: none; } }
  .loading.active {
    z-index: 9999;
    visibility: visible;
    opacity: 1; }
  .loading .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #173c67;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }

.slick-arrow-nvl {
  z-index: 1; }
  .slick-arrow-nvl img {
    width: 100%; }
  .slick-arrow-nvl::before {
    display: none; }

.link-block {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.heading-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 23px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .heading-block {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-top: 16px; } }
  .heading-block::before {
    position: absolute;
    content: "";
    width: 62px;
    height: 8px;
    top: 0;
    left: 0;
    background: #dc4405; }
    @media (max-width: 767px) {
      .heading-block::before {
        height: 4px;
        width: 50px; } }
  .heading-block__has-des p {
    margin-top: 28px;
    line-height: 30px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .heading-block__has-des p {
        margin-top: 14px;
        line-height: 30px;
        margin-bottom: 20px; } }
  .heading-block__title {
    font-weight: 500;
    font-size: 43px;
    color: #000000;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .heading-block__title {
        margin-bottom: 0;
        font-size: 34px; } }
  .heading-block__sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #484848;
    padding-top: 3px;
    display: block; }
    @media (max-width: 767px) {
      .heading-block__sub-title {
        padding-top: 13px;
        font-size: 20px; } }
  .heading-block__link {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .heading-block__link {
        font-size: 14px; } }
    .heading-block__link:hover {
      color: #dc4405; }
      .heading-block__link:hover svg {
        fill: #dc4405;
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        transform: translateX(7px); }
    .heading-block__link svg {
      width: 16px;
      height: 20px;
      color: #000;
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .heading-block__link svg {
          transition: none; } }

.block-border {
  border-bottom: 1px solid #d2d2d2; }
  .block-border.style-2 {
    margin: 0 40px; }
    @media (max-width: 767px) {
      .block-border.style-2 {
        margin-right: 5.87%;
        margin-left: 6.13%; } }

.view-more {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-flex;
  font-size: 22px;
  font-weight: 400;
  color: #d2d2d2;
  cursor: pointer; }
  .view-more.text-small {
    font-size: 15px; }
  @media (max-width: 767px) {
    .view-more {
      font-size: 18px;
      font-weight: 500; } }
  .view-more:hover {
    text-decoration: underline; }
  .view-more img {
    max-width: 11px;
    margin-left: 7px; }

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

.swiper .swiper-wrapper {
  flex-direction: column; }

.swiper.swiper-initialized .swiper-pagination {
  display: block; }

.swiper.swiper-initialized .swiper-wrapper {
  flex-direction: row-nvl; }

.swiper-pagination {
  height: 4px;
  position: relative;
  background: #c4c4c4; }

.swiper-pagination-progressbar-fill {
  background: #dc4405;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top; }

.container-content {
  padding: 0 9%; }

.line {
  border: 1px solid #d2d2d2;
  width: calc(100% - 90px);
  margin: 0 auto; }
  .line__style-1 {
    margin-top: 65px;
    margin-bottom: 69px; }
    @media (max-width: 767px) {
      .line__style-1 {
        margin-top: 48.5px;
        margin-bottom: 49px; } }

@media (max-width: 767px) {
  .tabs-menu {
    width: 100%;
    overflow: hidden;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; } }

.tabs-menu .swiper-button-disabled {
  display: none !important; }

.tabs-menu__wrap {
  display: flex;
  align-items: center;
  justify-content: center; }

.tabs-menu .swiper-button-arrow-nvl {
  width: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff; }
  .tabs-menu .swiper-button-arrow-nvl svg {
    width: 10px;
    height: 25px; }

.swiper-tab {
  overflow-x: hidden; }

.nav-tabs {
  border-bottom: none;
  height: auto;
  margin-bottom: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .nav-tabs {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; } }
  .nav-tabs .nav-item {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    width: auto; }
    .nav-tabs .nav-item:not(:last-child) {
      padding-right: 60px; }
      @media (max-width: 767px) {
        .nav-tabs .nav-item:not(:last-child) {
          padding-right: 40px; } }
  .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    padding: 0;
    padding-bottom: 12px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    white-space: nowrap; }
    @media (prefers-reduced-motion: reduce) {
      .nav-tabs .nav-link {
        transition: none; } }
    @media (max-width: 767px) {
      .nav-tabs .nav-link {
        font-size: 14px; } }
    .nav-tabs .nav-link::before {
      transition: all 0.3s ease;
      position: absolute;
      content: "";
      width: 0;
      height: 2px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (prefers-reduced-motion: reduce) {
        .nav-tabs .nav-link::before {
          transition: none; } }
    .nav-tabs .nav-link.active {
      color: #dc4405;
      bottom: 2px; }
      .nav-tabs .nav-link.active::before {
        width: 100%;
        background-color: #dc4405; }

.tab-icon {
  width: 16px;
  cursor: pointer; }

.tabs-menu__wrap {
  overflow-x: hidden;
  margin: 0 15px; }

.news-media-tabs .tabs-menu {
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .news-media-tabs .tabs-menu {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .news-media-tabs .latest-news__item {
    height: auto; } }

@media (max-width: 767px) {
  .news-media-tabs .col-xs-12:last-child .latest-news__item {
    margin-bottom: 0; } }

.news-event-tabs .tabs-menu__wrap {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .news-event-tabs .tabs-menu__wrap {
      margin: 0; } }

@media (max-width: 767px) {
  .news-event-tabs .col-xs-12:last-child {
    margin-bottom: 0 !important; }
    .news-event-tabs .col-xs-12:last-child .all-events__item {
      margin-bottom: 0; } }

.list-event-box.row-nvl {
  --bs-gutter-x: 0.6rem; }

.list-event-box .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .list-event-box .col-xs-12:last-child {
      margin-bottom: 0 !important; }
      .list-event-box .col-xs-12:last-child .all-events__item {
        margin-bottom: 0; } }

.all-events-wrap .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .all-events-wrap .col-xs-12:last-child {
      margin-bottom: 0 !important; }
      .all-events-wrap .col-xs-12:last-child .all-events__item {
        margin-bottom: 0; } }

.card-nodata {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #bfbfbf; }
  .card-nodata .content {
    padding: 68px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .card-nodata .content {
        padding: 68px 10px;
        font-size: 25px; } }

.loading-bar {
  background-color: #dc4405;
  height: 4px;
  width: 20%;
  left: 0;
  top: 70px;
  position: fixed;
  transition: all 0.3s ease; z-index:9999}

.animation-banner {
  position: relative; }
  .animation-banner.left-in::before {
    animation-name: leftIn !important; }
  .animation-banner::before {
    content: "";
    position: fixed;
    animation: forwards;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation-duration: 0.5s; }
    @media (max-width: 767px) {
      .animation-banner::before {
        display: none; } }
  .animation-banner.fixed-bg::before {
    width: 37%;
    height: 1230px;
    top: -100px;
    z-index: -1;
    left: -3px;
    background-image: url(images/graphic.svg);
    animation-name: leftOut; }
    @media (min-width: 1919px) {
      .animation-banner.fixed-bg::before {
        height: 64.063vw; } }
  .animation-banner.fixed-bg-center::before {
    width: 100%;
    height: 656px;
    top: 138px;
    z-index: -1;
    right: -245px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(images/graphic-center.svg);
    animation-duration: 0.1s;
    animation-name: leftOut; }
  .animation-banner.fixed-bg-center-right::before {
    right: -245px; }
  .animation-banner.fixed-bg-center-middle::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }

.block-wrap-normal, .footer__container, .banner-shadow__title {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 56px); }
  @media (min-width: 767px) {
    .block-wrap-normal, .footer__container, .banner-shadow__title {
      width: calc(100% - 65px); } }
  @media (min-width: 1200px) {
    .block-wrap-normal, .footer__container, .banner-shadow__title {
      max-width: 980px;
      width: 100%; } }
  @media (min-width: 1440px) {
    .block-wrap-normal, .footer__container, .banner-shadow__title {
      max-width: 1270px; } }

.block-wrap-smaller {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 56px); }
  @media (min-width: 767px) {
    .block-wrap-smaller {
      width: calc(100% - 65px); } }
  @media (min-width: 1200px) {
    .block-wrap-smaller {
      max-width: 720px;
      width: 100%; } }
  @media (min-width: 1440px) {
    .block-wrap-smaller {
      max-width: 980px; } }

.no-banner {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .no-banner {
      margin-top: 32px; } }

.block-content-text {
  line-height: 30px; }

.line-grey {
  margin: 0 auto; }

.orange-dot {
  color: #dc4405; }

.color_DC4405 {
  color: #dc4405; }

@media (max-width: 767px) {
  .dropdown_dup {
    flex-direction: column; } }

.dropdown_dup .dropdown {
  min-width: 245px; }
  @media (max-width: 767px) {
    .dropdown_dup .dropdown {
      width: 100%;
      max-width: 100% !important; } }
  .dropdown_dup .dropdown:first-child .dropdown-toggle {
    border-bottom: none; }
    @media (min-width: 768px) {
      .dropdown_dup .dropdown:first-child .dropdown-toggle {
        border-right: none;
        border-bottom: 1px solid #d2d2d2; } }

.batch3-direction-footer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media (max-width: 767px) {
    .batch3-direction-footer {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .batch3-direction-footer__direction {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    width: 50%;
    padding: 22px 40px;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    background-color: #fff; }
    @media (max-width: 767px) {
      .batch3-direction-footer__direction {
        width: 100%;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    .batch3-direction-footer__direction svg {
      height: 15px;
      width: 15px;
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .batch3-direction-footer__direction svg {
          transition: none; } }
    .batch3-direction-footer__direction a:hover svg path {
      stroke: #dc4405; }
    .batch3-direction-footer__direction.previous-page {
      -webkit-justify-content: end;
      -moz-justify-content: end;
      -ms-justify-content: end;
      justify-content: end;
      -ms-flex-pack: end;
      border-left: none; }
      @media (max-width: 767px) {
        .batch3-direction-footer__direction.previous-page {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          border-right: none; } }
      .batch3-direction-footer__direction.previous-page a {
        margin-left: 8px; }
      .batch3-direction-footer__direction.previous-page:hover a {
        color: #dc4405; }
      .batch3-direction-footer__direction.previous-page:hover svg {
        -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        transform: translateX(-7px); }
        .batch3-direction-footer__direction.previous-page:hover svg path {
          stroke: #dc4405; }
    .batch3-direction-footer__direction.next-page {
      border-right: none; }
      @media (max-width: 767px) {
        .batch3-direction-footer__direction.next-page {
          border-left: none; } }
      .batch3-direction-footer__direction.next-page a {
        margin-right: 8px; }
        .batch3-direction-footer__direction.next-page a:hover {
          color: #dc4405; }
      .batch3-direction-footer__direction.next-page:hover a {
        color: #dc4405; }
      .batch3-direction-footer__direction.next-page:hover svg {
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        transform: translateX(7px); }
        .batch3-direction-footer__direction.next-page:hover svg path {
          stroke: #dc4405; }
    .batch3-direction-footer__direction a {
      font-weight: 500;
      color: #000;
      text-decoration: none; }
      @media (max-width: 767px) {
        .batch3-direction-footer__direction a {
          font-weight: 400;
          font-size: 14px; } }

.batch3-title-filter {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .batch3-title-filter {
      display: block; } }
  .batch3-title-filter h3, .batch3-title-filter .h3 {
    margin-right: 15px; }
    @media (max-width: 767px) {
      .batch3-title-filter h3, .batch3-title-filter .h3 {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .batch3-title-filter .dropdown {
      margin-bottom: 15px; }
      .batch3-title-filter .dropdown:last-child {
        margin-bottom: 0; } }
  .batch3-title-filter .dropdown_dup .dropdown:first-child .dropdown-toggle {
    border: 1px solid #d2d2d2; }

.news-detail__content .n2-ss-section-main-content .n2-ss-layer.n2-ow[data-sstype="layer"] {
  margin-left: 0;
  margin-right: auto; }

.news-detail__content .batch3-banner-slide__play-video img {
  max-width: 34px !important;
  margin-right: 15px !important; }

.color_fff {
  color: #fff !important; }

.no-overlay-purple .batch3-services__item:hover .batch3-services__title {
  z-index: 1; }

.no-overlay-purple .batch3-services__item::before {
  display: none !important; }

.dropdownAndSelect select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #dc4405;
  outline: none;
  font-weight: 500;
  background-color: transparent !important; }
  .dropdownAndSelect select:focus {
    background-color: transparent !important; }
  .dropdownAndSelect select::-ms-expand {
    display: none; }

.dropdownAndSelect .button-arrow-nvl {
  max-width: 20px; }
  .dropdownAndSelect .button-arrow-nvl svg {
    width: 100%;
    height: 20px;
    cursor: pointer; }

.dropdownAndSelect .select-wrap {
  flex: 1;
  text-align: center; }
  .dropdownAndSelect .select-wrap select {
    background-image: url(images/select-arrow-nvl-orange.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    cursor: pointer; }

.datepicker-wrap {
  background: #f5f5f5;
  padding: 40px 0;
  overflow-x: auto; }
  @media (max-width: 767px) {
    .datepicker-wrap {
      overflow-x: auto;
      padding: 25px 0; } }

[data-toggle="datepicker-inline"] {
  width: 612px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 991px) {
    [data-toggle="datepicker-inline"] {
      width: 500px; } }
  @media (max-width: 767px) {
    [data-toggle="datepicker-inline"] {
      width: 318px; } }

[data-toggle="datepicker-dropdown"] {
  border: none;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  width: 0;
  height: 0; }
  @media (max-width: 767px) {
    [data-toggle="datepicker-dropdown"] {
      height: 100%; } }

.bcm-datepicker-custom {
  background-color: transparent; }
  .bcm-datepicker-custom img {
    width: auto; }
  .bcm-datepicker-custom .has-event {
    position: relative; }
    .bcm-datepicker-custom .has-event::before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      background: #dc4405;
      border-radius: 50%;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }

.bcm-datepicker-inline .month-disabled {
  position: relative; }
  .bcm-datepicker-inline .month-disabled::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2; }
  .bcm-datepicker-inline .month-disabled span {
    z-index: 1;
    position: relative; }

.bcm-datepicker-inline .prev,
.bcm-datepicker-inline .next {
  position: relative; }
  @media (max-width: 767px) {
    .bcm-datepicker-inline .prev,
    .bcm-datepicker-inline .next {
      width: 22px; } }
  .bcm-datepicker-inline .prev:hover,
  .bcm-datepicker-inline .next:hover {
    background-color: transparent !important; }
  .bcm-datepicker-inline .prev::before,
  .bcm-datepicker-inline .next::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 25px;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat; }

.bcm-datepicker-inline .datepicker-panel > ul {
  width: 100%; }
  .bcm-datepicker-inline .datepicker-panel > ul > li {
    margin: 10px 19px;
    background-color: transparent; }
    .bcm-datepicker-inline .datepicker-panel > ul > li:hover {
      background-color: #dc4405;
      color: #fff; }
    .bcm-datepicker-inline .datepicker-panel > ul > li.picked {
      background-color: #dc4405;
      color: #fff; }

.bcm-datepicker-inline .wrap-month {
  display: flex;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .bcm-datepicker-inline .wrap-month {
      margin: 0;
      margin-bottom: 15px; } }
  .bcm-datepicker-inline .wrap-month .month {
    margin: 0;
    float: none; }
  .bcm-datepicker-inline .wrap-month .today {
    width: auto;
    height: auto;
    margin-left: 10px;
    border: 1px solid #d2d2d2;
    color: #545454;
    width: 82px;
    height: 46px;
    font-size: 15px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 767px) {
      .bcm-datepicker-inline .wrap-month .today {
        margin-left: 2px; } }
  .bcm-datepicker-inline .wrap-month .current {
    display: flex;
    align-items: center;
    position: relative;
    color: #545454;
    font-weight: 500;
    font-size: 35px;
    margin-left: 20px;
    width: auto;
    height: auto;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .bcm-datepicker-inline .wrap-month .current {
        font-size: 28px;
        line-height: normal;
        margin: 0;
        padding: 0;
        margin-left: 5px; } }
    @media (max-width: 375px) {
      .bcm-datepicker-inline .wrap-month .current {
        line-height: normal;
        font-size: 22px; } }
    .bcm-datepicker-inline .wrap-month .current svg {
      width: 14px;
      height: 15px;
      margin-left: 13px; }
      @media (max-width: 767px) {
        .bcm-datepicker-inline .wrap-month .current svg {
          margin-left: 10px; } }
    .bcm-datepicker-inline .wrap-month .current:hover {
      color: #545454;
      background-color: transparent; }
  .bcm-datepicker-inline .wrap-month [data-view="month prev"] svg,
  .bcm-datepicker-inline .wrap-month [data-view="month next"] svg {
    width: 26px;
    height: 17px; }

.bcm-datepicker-inline .wrap-year,
.bcm-datepicker-inline .wrap-years {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .bcm-datepicker-inline .wrap-year li,
  .bcm-datepicker-inline .wrap-years li {
    margin: 0 !important;
    float: none;
    font-size: 30px;
    width: auto !important;
    padding: 0 20px; }
  .bcm-datepicker-inline .wrap-year .current,
  .bcm-datepicker-inline .wrap-years .current {
    color: #545454;
    background-color: transparent; }
    .bcm-datepicker-inline .wrap-year .current:hover,
    .bcm-datepicker-inline .wrap-years .current:hover {
      color: #545454 !important;
      background-color: transparent !important; }

.bcm-datepicker-inline [data-view="years"] {
  display: flex;
  flex-wrap: wrap; }
  .bcm-datepicker-inline [data-view="years"] li {
    float: none;
    font-size: 22px;
    color: #545454;
    background-color: transparent;
    padding: 10px 20px;
    height: auto !important;
    width: auto !important;
    flex: 1; }

.bcm-datepicker-inline .months [data-view="months"] li {
  width: 18%;
  font-size: 22px;
  padding: 9px 0;
  height: auto; }

.bcm-datepicker-inline .days [data-view="days"] {
  margin: 0 5px; }
  @media (max-width: 767px) {
    .bcm-datepicker-inline .days [data-view="days"] {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 0 5px; } }

.bcm-datepicker-inline .days [data-view="days"] li {
  font-size: 22px;
  margin: 10px 23px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .bcm-datepicker-inline .days [data-view="days"] li {
      margin: 10px 20px;
      width: 31px;
      height: 35px; } }
  @media (max-width: 767px) {
    .bcm-datepicker-inline .days [data-view="days"] li {
      font-size: 13px;
      width: 13%;
      height: 35px;
      margin: 1px; } }
  .bcm-datepicker-inline .days [data-view="days"] li.muted {
    color: #969696; }
  .bcm-datepicker-inline .days [data-view="days"] li.day-current {
    background-color: #dc4405;
    color: #fff; }

.bcm-datepicker-inline .days [data-view="week"] {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
  @media (max-width: 767px) {
    .bcm-datepicker-inline .days [data-view="week"] {
      margin: 0;
      color: #969696;
      font-size: 13px;
      font-weight: 300;
      height: auto;
      padding-left: 5px;
      padding-right: 5px; } }
  .bcm-datepicker-inline .days [data-view="week"]::before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 45px);
    background-color: #d2d2d2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .bcm-datepicker-inline .days [data-view="week"]::before {
        width: 100%; } }
  .bcm-datepicker-inline .days [data-view="week"] li {
    font-size: 22px;
    color: #969696;
    margin: 10px 28px; }
    @media (max-width: 991px) {
      .bcm-datepicker-inline .days [data-view="week"] li {
        margin: 10px 20px;
        flex: 1; } }
    @media (max-width: 767px) {
      .bcm-datepicker-inline .days [data-view="week"] li {
        margin: 5px 7px;
        color: #969696;
        font-size: 13px;
        font-weight: 300;
        height: auto;
        width: 10%; } }
    .bcm-datepicker-inline .days [data-view="week"] li:hover {
      background-color: transparent;
      color: #969696; }

.datepicker-container::before, .datepicker-container::after {
  display: none;
  border: none; }

.datepicker-dropdown {
  border: none;
  width: 314px;
  background: #ffffff;
  box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.15); }
  .datepicker-dropdown .has-event {
    position: relative; }
    .datepicker-dropdown .has-event::before {
      position: absolute;
      content: "";
      width: 3px;
      height: 3px;
      background: #dc4405;
      border-radius: 50%;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .datepicker-dropdown .datepicker-panel {
    padding: 10px 30px; }
    @media (max-width: 767px) {
      .datepicker-dropdown .datepicker-panel {
        padding: 10px; } }
    .datepicker-dropdown .datepicker-panel > ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .datepicker-dropdown .datepicker-panel > ul > li {
        height: 25px !important;
        line-height: 25px !important;
        font-weight: 300;
        font-size: 12px; }
        .datepicker-dropdown .datepicker-panel > ul > li.highlighted, .datepicker-dropdown .datepicker-panel > ul > li:hover {
          background: #dc4405;
          color: #fff !important; }
      .datepicker-dropdown .datepicker-panel > ul[data-view="days"], .datepicker-dropdown .datepicker-panel > ul[data-view="week"] {
        justify-content: flex-start; }
      .datepicker-dropdown .datepicker-panel > ul[data-view="days"] li,
      .datepicker-dropdown .datepicker-panel > ul[data-view="week"] li {
        width: 12%; }
      .datepicker-dropdown .datepicker-panel > ul [data-view="year prev"],
      .datepicker-dropdown .datepicker-panel > ul [data-view="year next"],
      .datepicker-dropdown .datepicker-panel > ul [data-view="years prev"],
      .datepicker-dropdown .datepicker-panel > ul [data-view="years next"],
      .datepicker-dropdown .datepicker-panel > ul [data-view="month next"],
      .datepicker-dropdown .datepicker-panel > ul [data-view="month prev"] {
        font-size: 25px; }
  .datepicker-dropdown [data-view="year current"],
  .datepicker-dropdown [data-view="years current"],
  .datepicker-dropdown [data-view="month current"] {
    font-size: 15px !important; }
  .datepicker-dropdown [data-view="month current"],
  .datepicker-dropdown [data-view="months current"] {
    font-size: 15px; }
  .datepicker-dropdown [data-view="month"] {
    margin: 15px 5px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .datepicker-dropdown [data-view="years"] li {
    margin: 15px 5px; }
  .datepicker-dropdown [data-view="days picker"] [data-view="week"] {
    display: none; }
  .datepicker-dropdown [data-view="days picker"] [data-view="days"] {
    margin-top: 10px; }
    .datepicker-dropdown [data-view="days picker"] [data-view="days"] li {
      width: 14% !important;
      margin: 2px 0; }
      .datepicker-dropdown [data-view="days picker"] [data-view="days"] li.muted {
        color: #e5e5e5; }

.form-group .dropdown .dropdown-toggle {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.2s ease;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 23px 45px 23px 23px;
  border-radius: 0;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  background: none;
  position: relative; }
  @media (prefers-reduced-motion: reduce) {
    .form-group .dropdown .dropdown-toggle {
      transition: none; } }
  .form-group .dropdown .dropdown-toggle.show {
    transition: all 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .form-group .dropdown .dropdown-toggle.show {
        transition: none; } }
    .form-group .dropdown .dropdown-toggle.show::after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .form-group .dropdown .dropdown-toggle::after {
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 23px;
    width: 15px;
    height: 10px;
    border: none;
    background-image: url(images/arrow-nvl-dropdown-down.png);
    background-repeat: no-repeat;
    background-position: center; }

.form-group .dropdown .dropdown-menu {
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin-top: -4px !important; }
  .form-group .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #d2d2d2;
    color: #484848;
    padding: 0; }
    .form-group .dropdown .dropdown-menu .dropdown-item a {
      display: block;
      color: #484848;
      padding: 23px;
      cursor: pointer; }
    .form-group .dropdown .dropdown-menu .dropdown-item:hover, .form-group .dropdown .dropdown-menu .dropdown-item.active {
      background-color: #6a2a5b;
      border: 1px solid #6a2a5b;
      color: #fff; }
      .form-group .dropdown .dropdown-menu .dropdown-item:hover a, .form-group .dropdown .dropdown-menu .dropdown-item.active a {
        color: #fff; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border-color: #db0000 !important; }

textarea.wpcf7-textarea {
  min-height: 95px; }

.form-textarea {
  position: relative; }
  .form-textarea .form-control {
    padding: 10px !important; }
  .form-textarea .message-number {
    position: absolute;
    right: 24px;
    bottom: 15px;
    color: #d2d2d2;
    font-size: 15px; }

.wpcf7-form-control-wrap {
  display: flex; }

@media (max-width: 767px) {
  .captcha {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto; } }

.recaptcha .g-recaptcha {
  transform: scale(0.65) translateX(130px);
  -webkit-transform: scale(0.65) translateX(130px);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }
  @media (max-width: 767px) {
    .recaptcha .g-recaptcha {
      transform: scale(1);
      -webkit-transform: scale(1); } }

.animation-lm {
  border: 2px solid #fff;
  transition: background-color 300ms ease 100ms, color 100ms ease 300ms, border-radius 300ms ease 100ms, max-width 300ms ease 100ms, border 300ms ease 100ms;
  max-width: 1000px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
  max-height: 40px; }
  .animation-lm span {
    transition: all 0.2s ease-in-out; }
  .animation-lm.started {
    color: transparent;
    max-width: 40px;
    height: 40px;
    animation: rotate 500ms linear infinite;
    animation-delay: 300ms;
    background-color: transparent;
    border: 2px solid #d2d2d2;
    border-radius: 150px;
    border-top-color: white;
    padding: 0;
    pointer-events: none;
    transition: background-color 300ms ease, color 100ms ease, border-radius 300ms ease, max-width 300ms ease, border 300ms ease; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.noti-sticky {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  background: #f5f5f5;
  padding-left: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  box-shadow: 0px -4px 10px 0px #00000026; }
  @media (max-width: 767px) {
    .noti-sticky {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      background: transparent; } }
  .noti-sticky.hidden .noti-sticky__left {
    display: none; }
    @media (min-width: 767px) {
      .noti-sticky.hidden .noti-sticky__left {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex; } }
  .noti-sticky__title {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 25px 10px 0;
    width: 100%; }
    @media (max-width: 767px) {
      .noti-sticky__title {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        padding: 15px 0;
        margin-right: 24px; } }
  .noti-sticky__name {
    font-size: 15px;
    color: #dc4405; }
    @media (max-width: 767px) {
      .noti-sticky__name {
        margin-right: 10px; } }
  .noti-sticky__time {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #d2d2d2;
    padding: 10px 0 10px 25px; }
    @media (max-width: 767px) {
      .noti-sticky__time {
        border-top: 1px solid #d2d2d2;
        border-left: 0;
        padding: 12px 0 15px 0; } }
  .noti-sticky__left {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    padding: 9px 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    height: auto; }
    @media (prefers-reduced-motion: reduce) {
      .noti-sticky__left {
        transition: none; } }
    @media (max-width: 767px) {
      .noti-sticky__left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 28px;
        background: #f5f5f5; } }
  .noti-sticky .time-item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    font-size: 15px;
    color: #484848; }
    .noti-sticky .time-item span {
      padding-right: 5px; }
  .noti-sticky .two-dots {
    margin: 0 18px; }
  .noti-sticky .arrow-nvl-down {
    max-width: 16px;
    cursor: pointer; }
  .noti-sticky .clock {
    max-width: 18px;
    margin-right: 10px; }
  .noti-sticky .btn {
    margin-left: auto;
    min-width: 250px; }
    @media (max-width: 767px) {
      .noti-sticky .btn {
        width: 100%;
        margin-left: 0;
        min-height: 58px; } }

.select__wrapper {
  cursor: pointer; }
  @media (max-width: 767px) {
    .select__wrapper {
      margin-top: 12px;
      width: 100%; } }
  .select__wrapper.open .select__default::after {
    transform: rotate(180deg);
    transition: transform 0.3s linear; }
  .select__wrapper.open .select__list-option {
    max-height: 500px; }

.select__wrapper, .select__option {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 18.5px; }

.select__default {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  min-width: 170px;
  color: #484848; }
  @media (max-width: 767px) {
    .select__default {
      width: 100%; } }
  .select__default::after {
    content: "";
    display: block;
    transform: rotate(0deg);
    transition: transform 0.3s linear;
    background-image: url(images/select-arrow-nvl.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 30px; }

.select__list-option {
  position: absolute;
  left: -1px;
  top: 101%;
  z-index: 10;
  width: calc(100% + 2px);
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
  max-height: 0; }

.select__option {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  border-top: none;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  color: #484848; }
  .select__option:hover {
    background: #dc4405;
    color: #fff; }

.swiper-center {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .swiper-center {
      transition: none; } }
  .swiper-center.begin {
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
    width: calc(100% + 70px); }
  .swiper-center.end {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    width: calc(100% + 70px); }
  .swiper-center * {
    line-height: normal !important;
    margin-bottom: 0 !important; }
  .swiper-center .swiper-button-arrow-nvl {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer; }
    @media (max-width: 767px) {
      .swiper-center .swiper-button-arrow-nvl {
        opacity: 0.7;
        width: 37px;
        height: 37px; } }
  .swiper-center .swiper-button-prev {
    left: 100px; }
    @media (max-width: 767px) {
      .swiper-center .swiper-button-prev {
        left: 20px; } }
  .swiper-center .swiper-button-next {
    right: 100px; }
    @media (max-width: 767px) {
      .swiper-center .swiper-button-next {
        right: 20px; } }
  .swiper-center .swiper-slide {
    opacity: 0.5; }
  .swiper-center .swiper-slide-active {
    opacity: 1 !important; }
  .swiper-center .swiper-button-disabled {
    background-color: #dc440580;
    opacity: 0; }

.swiper-tabs .swiper-button-arrow-nvl {
  cursor: pointer; }

.swiper-half {
  overflow: hidden; }
  .swiper-half .swiper-wrapper {
    flex-wrap: nowrap; }
    @media (min-width: 768px) {
      .swiper-half .swiper-wrapper {
        flex-wrap: wrap; } }
  .swiper-half .swiper-slide {
    width: auto;
    margin-right: 0; }
    @media (min-width: 768px) {
      .swiper-half .swiper-slide {
        width: calc(100% / 3 - 7px);
        margin-right: 7px; } }

.swiper-3item {
  overflow: hidden; }
  .swiper-3item__actions {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .swiper-3item__actions {
        margin-top: 24px; } }
  .swiper-3item .swiper-button-arrow-nvl {
    background-color: #dc4405; }
  .swiper-3item .swiper-slide {
    position: relative; }
    .swiper-3item .swiper-slide::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      background-color: #ffffffab;
      top: 0;
      left: 0;
      z-index: 1;
      transition: all ease 0.1s; }
  .swiper-3item .swiper-slide-active::before,
  .swiper-3item .swiper-slide-next::before {
    background-color: transparent;
    transition: all ease 0.1s; }

.swiper-1-5item {
  overflow: hidden;
  max-width: 768px;
  position: relative; }
  @media (max-width: 991px) {
    .swiper-1-5item {
      max-width: 100%; } }
  .swiper-1-5item__actions {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .swiper-1-5item__actions {
        margin-top: 24px; } }
  .swiper-1-5item .swiper-pagination {
    margin-right: 0; }
  .swiper-1-5item .swiper-button-arrow-nvl {
    background-color: #dc4405; }
  .swiper-1-5item .swiper-slide-active::before,
  .swiper-1-5item .swiper-slide-next::before {
    background-color: transparent;
    transition: all ease 0.1s; }

.swiper-4item {
  overflow: hidden; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-logo .swiper-wrapper,
.swiper-logo-2-row-nvl .swiper-wrapper {
  transition-timing-function: linear !important; }

.swiper-center-arrow-nvl {
  overflow: hidden; }
  .swiper-center-arrow-nvl .swiper-button-arrow-nvl {
    margin: 0 100px; }
    @media (min-width: 1441px) {
      .swiper-center-arrow-nvl .swiper-button-arrow-nvl {
        margin: 0 117px; } }
    @media (max-width: 767px) {
      .swiper-center-arrow-nvl .swiper-button-arrow-nvl {
        margin: 0 35px; } }
  .swiper-center-arrow-nvl .swiper-button-disabled {
    opacity: 0; }

.spacer-block, .spacer-65, .spacer-40 {
  background-color: transparent; }

.spacer-65 {
  height: 65px; }
  @media (max-width: 767px) {
    .spacer-65 {
      height: 35px; } }

.spacer-40 {
  height: 40px; }
  @media (max-width: 767px) {
    .spacer-40 {
      height: 35px; } }

h1, .h1 {
  font-weight: 600;
  font-size: 65px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-weight: 600;
  font-size: 50px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 34px; } }

h3, .h3 {
  font-weight: 500;
  font-size: 43px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  font-weight: 400;
  font-size: 40px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-weight: 500;
  font-size: 20px; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-weight: 500;
  font-size: 22px; }
  @media (max-width: 767px) {
    h6, .h6 {
      font-size: 18px; } }

.body-title {
  font-size: 17px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .body-title {
      font-size: 16px; } }

.body-text {
  font-size: 15px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .body-text {
      font-size: 14px; } }

.body-sub {
  font-size: 14px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .body-sub {
      font-size: 13px; } }

.page-wrapper {
  margin: 0 40px; }
  @media (max-width: 767px) {
    .page-wrapper {
      margin: 0 28px; } }

.events-datepicker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .events-datepicker {
      margin-bottom: 25px;
      flex-direction: column; } }
  .events-datepicker .wrap-month {
    margin-left: 0;
    margin-bottom: 0; }
  .events-datepicker [data-view="week"],
  .events-datepicker [data-view="days"] {
    display: none !important; }
  .events-datepicker [data-toggle="datepicker-inline"] {
    width: auto;
    margin-left: 0; }
    @media (max-width: 767px) {
      .events-datepicker [data-toggle="datepicker-inline"] {
        margin-bottom: 25px;
        width: 100%; } }
  .events-datepicker .category-group {
    width: 245px; }
    @media (max-width: 767px) {
      .events-datepicker .category-group {
        width: 100%; } }
  .events-datepicker .bcm-datepicker-inline .wrap-month .current {
    margin-left: 0; }
  .events-datepicker .bcm-datepicker-inline .wrap-month .month.today {
    margin: 0 15px; }
  .events-datepicker .bcm-datepicker-inline .prev,
  .events-datepicker .bcm-datepicker-inline .next {
    width: 22px; }
    .events-datepicker .bcm-datepicker-inline .prev::before,
    .events-datepicker .bcm-datepicker-inline .next::before {
      width: 9px;
      height: 20px; }

.menu-page ul {
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .menu-page ul li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    width: 48%;
    margin-right: 2%; }
    @media (max-width: 767px) {
      .menu-page ul li {
        width: 100%; } }
    .menu-page ul li::before {
      background-color: #e2b84c;
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      left: 3px;
      top: 11px; }
    .menu-page ul li::after {
      border: #e3ba54 1px solid;
      background: #fff;
      position: absolute;
      content: "";
      width: 9px;
      height: 9px;
      left: 0;
      top: 9px; }
  .menu-page ul a {
    color: #000;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    word-wrap: break-word; }
    .menu-page ul a:hover {
      color: #6d30ab; }

.contact {
  position: relative; }
  .contact__block > div:first-child {
    margin-bottom: 61px;
    padding-bottom: 61px; }
    @media (max-width: 767px) {
      .contact__block > div:first-child {
        margin-bottom: 28px;
        padding-bottom: 40px; } }
  .contact__block > div:nth-child(2) {
    padding-bottom: 65px; }
    @media (max-width: 767px) {
      .contact__block > div:nth-child(2) {
        padding-bottom: 27px; } }
  .contact__block > div:last-child {
    margin-bottom: 65px;
    margin-top: 65px; }
    @media (max-width: 767px) {
      .contact__block > div:last-child {
        margin-bottom: 42px;
        margin-top: 27px; } }
  .contact__content {
    display: grid;
    grid-column-gap: 98px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 767px) {
      .contact__content {
        grid-template-columns: auto;
        grid-row-nvl-gap: 38px; } }
  .contact__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 11px; }
    @media (max-width: 767px) {
      .contact__title {
        font-size: 22px;
        margin-bottom: 6px; } }
  .contact__lbl,
  .contact__lbl a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 29px;
    color: #484848;
    display: block; }
  @media (max-width: 767px) {
    .contact .form-style__submit {
      padding: 0;
      width: 95%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .contact .wpcf7 form .wpcf7-response-output {
      margin-left: 0;
      margin-right: 0; } }
  .contact .form-style {
    padding: 0 9% 65px 9%; }
    @media (max-width: 767px) {
      .contact .form-style {
        padding: 0 6.13%; } }
  .contact form.sent .form-style__warning::before {
    display: none; }
  .contact form .wpcf7-response-output:last-child {
    display: none; }
  .contact .wp-block-acf-becamex-contact-info {
    position: relative; }
  .contact .wp-block-contact-form-7-contact-form-selector {
    position: relative;
    z-index: 2; }

.block-wrapper {
  margin: 77px 40px 0 40px;
  padding: 0 calc(9% - 40px) 87px calc(9% - 40px); }
  @media (max-width: 767px) {
    .block-wrapper {
      margin-top: 35px;
      margin-right: 5.87%;
      margin-left: 6.13%;
      padding: 0 0 56px 0; } }
  .block-wrapper .heading-block {
    margin-bottom: 69px; }
    @media (max-width: 767px) {
      .block-wrapper .heading-block {
        margin-bottom: 35px; } }

.list-item__wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 77px; }
  @media (max-width: 767px) {
    .list-item__wrapper {
      flex-wrap: wrap;
      margin-bottom: 60px; } }
  .list-item__wrapper:last-child {
    margin-bottom: 0; }
  .list-item__wrapper.image_right .item__img {
    order: 2; }
  .list-item__wrapper.image_right .item__group {
    margin-left: 0; }
    @media (max-width: 767px) {
      .list-item__wrapper.image_right .item__group {
        order: 2; } }
  .list-item__wrapper .item__img {
    width: calc(50% - 10px);
    position: relative;
    max-height: 365px;
    overflow: hidden;
    height: 23%; }
    .list-item__wrapper .item__img::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      right: 0;
      top: 0;
      border-top: 57px solid white;
      border-left: 75px solid transparent; }
      @media (max-width: 767px) {
        .list-item__wrapper .item__img::before {
          border-top: 30px solid white;
          border-left: 40px solid transparent; } }
    @media (max-width: 767px) {
      .list-item__wrapper .item__img {
        width: 100%;
        margin-bottom: 18px; } }
  .list-item__wrapper .item__group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-left: 30px; }
    .list-item__wrapper .item__group.content_text_center {
      width: calc(50% - 3.43rem); }
      .list-item__wrapper .item__group.content_text_center .item__group-wrapper {
        max-width: 350px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .list-item__wrapper .item__group.content_text_center .item__group-wrapper {
            max-width: 100%; } }
    @media (max-width: 767px) {
      .list-item__wrapper .item__group {
        width: 100%;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        margin-left: 0; } }
  .list-item__wrapper .item__group-wrapper {
    display: inline-flex;
    flex-direction: column; }
  .list-item__wrapper .item__link {
    line-height: 48px;
    margin: 10px 0px 24px;
    color: #000;
    white-space: normal;
    display: inline-flex; }
  .list-item__wrapper .item__title {
    width: 306px;
    font-size: 40px; }
    @media (max-width: 767px) {
      .list-item__wrapper .item__title {
        font-size: 25px;
        font-weight: 500;
        width: auto;
        line-height: 1.35; } }
  .list-item__wrapper .item__content {
    line-height: 30px;
    margin-bottom: 20px; }
  .list-item__wrapper .item__btn {
    width: 172px;
    height: 47px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc4405;
    color: #fff;
    border: none; }
    .list-item__wrapper .item__btn:hover {
      color: #fff; }

.page-investor-relation {
  position: relative; }
  .page-investor-relation .banner-shadow__title {
    left: 9%; }
    @media (max-width: 767px) {
      .page-investor-relation .banner-shadow__title {
        left: 6.13%; } }
  .page-investor-relation .contact-our-wrap {
    padding: 0 9%; }
    @media (max-width: 991px) {
      .page-investor-relation .contact-our-wrap {
        padding: 0 28px; } }

.infrastucture__title-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #f5f5f5; }
  @media (max-width: 767px) {
    .infrastucture__title-wrapper {
      flex-wrap: wrap; } }

.infrastucture__title-left {
  font-size: 35px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #000000;
  width: 407px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .infrastucture__title-left {
      font-size: 22px;
      line-height: 25px;
      font-weight: 500;
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 21px; } }

.infrastucture__right-number-wrapper, .infrastucture__right-increase, .infrastucture__right-percent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.infrastucture__right-number-wrapper {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
  line-height: normal; }

.infrastucture__right-total {
  font-weight: 500;
  font-size: 43px;
  text-transform: capitalize;
  color: #dc4405;
  padding-right: 19px;
  margin-right: 19px;
  position: relative; }
  @media (max-width: 767px) {
    .infrastucture__right-total {
      font-size: 32px;
      padding-right: 16px;
      margin-right: 16px; } }
  .infrastucture__right-total:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 22px);
    display: block;
    border-right: 1px solid #d2d2d2; }

.infrastucture__right-increase, .infrastucture__right-percent {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #dc4405; }
  @media (max-width: 767px) {
    .infrastucture__right-increase, .infrastucture__right-percent {
      font-size: 18x; } }
  .infrastucture__right-increase::before, .infrastucture__right-percent::before {
    content: "";
    display: inline-block;
    border-bottom: solid 6px #21e900;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .infrastucture__right-increase::before, .infrastucture__right-percent::before {
        border-bottom: solid 3px #21e900;
        border-left: solid 3px transparent;
        border-right: solid 3px transparent;
        margin-right: 7px; } }

.infrastucture__right-percent {
  padding-left: 18px; }
  .infrastucture__right-percent::before {
    display: none; }
  @media (max-width: 767px) {
    .infrastucture__right-percent {
      font-size: 20px;
      line-height: 24px;
      padding-left: 7px; } }

.infrastucture__right-updated {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #484848; }

.infrastucture__live-chart {
  margin-top: 65px; }
  @media (max-width: 767px) {
    .infrastucture__live-chart {
      margin-top: 0; } }

.infrastucture__live-default {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 432px;
  background: #e7e7e7;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center; }

.infrastucture___list {
  margin-top: 16px; }

.all-events__item {
  border: 1px solid #d2d2d2;
  padding: 22px;
  height: 100%;
  cursor: pointer; }
  @media (max-width: 767px) {
    .all-events__item {
      border: 1px solid #d2d2d2;
      padding: 25px; } }

.all-events__date {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media (max-width: 767px) {
    .all-events__date {
      -webkit-box-align: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      align-items: baseline;
      border-bottom: 1px solid #d2d2d2;
      margin-bottom: 10px; } }
  .all-events__date h5, .all-events__date .h5 {
    color: #dc4405;
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    width: fit-content; }
    @media (max-width: 767px) {
      .all-events__date h5, .all-events__date .h5 {
        border-bottom: none;
        font-size: 16px;
        margin-bottom: 0; } }
  .all-events__date svg {
    transition: all 0.2s ease-in-out;
    display: none;
    margin-left: auto;
    width: 16px;
    cursor: pointer; }
    @media (prefers-reduced-motion: reduce) {
      .all-events__date svg {
        transition: none; } }
    .all-events__date svg:hover {
      fill: #dc4405; }
    @media (max-width: 767px) {
      .all-events__date svg {
        display: block;
        margin-bottom: 0; } }

.all-events__title {
  color: #000; }
  .all-events__title h5, .all-events__title .h5 {
    cursor: pointer; }
    @media (max-width: 767px) {
      .all-events__title h5, .all-events__title .h5 {
        font-size: 16px;
        line-height: 1.56;
        margin-bottom: 7px; } }

.all-events__content {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.79; }
  @media (max-width: 767px) {
    .all-events__content {
      font-size: 13px;
      line-height: 1.54; } }

.news-contact__left {
  height: 100%;
  width: 73%; }
  @media (max-width: 991px) {
    .news-contact__left {
      width: 100%;
      margin-bottom: 20px; } }

.news-contact__heading-left {
  font-weight: 500;
  font-size: 43px;
  color: #000;
  margin-bottom: 27px;
  line-height: normal; }
  @media (max-width: 767px) {
    .news-contact__heading-left {
      font-size: 35px;
      margin-bottom: 17px; } }

.news-contact__content-left {
  font-size: 15px;
  color: #484848;
  line-height: 34px; }

.news-contact__right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 100%;
  padding: 26px;
  background-color: #f5f5f5;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .news-contact__right {
      padding: 20px 25px; } }

.news-contact__heading-right {
  font-weight: 500;
  font-size: 35px;
  color: #dc4405;
  line-height: normal; }
  @media (max-width: 767px) {
    .news-contact__heading-right {
      font-size: 20px; } }

.news-contact__content-right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .news-contact__content-right.number-3 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: row-nvl;
    -moz-flex-direction: row-nvl;
    -ms-flex-direction: row-nvl;
    flex-direction: row-nvl;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 991px) {
      .news-contact__content-right.number-3 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    .news-contact__content-right.number-3 .news-contact__social {
      padding-top: 0; }
      @media (max-width: 991px) {
        .news-contact__content-right.number-3 .news-contact__social {
          padding-top: 12px;
          width: 100%; } }
      .news-contact__content-right.number-3 .news-contact__social::before {
        width: 2px;
        height: 56px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 991px) {
          .news-contact__content-right.number-3 .news-contact__social::before {
            width: 100%;
            height: 2px;
            top: 0;
            transform: none; } }
    .news-contact__content-right.number-3 .news-contact__icon:not(:last-child) {
      margin-right: 12px; }
    .news-contact__content-right.number-3 .news-contact__icon:first-child {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .news-contact__content-right.number-3 .news-contact__icon:first-child {
          margin-left: 0; } }

.news-contact__phone-email {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .news-contact__phone-email {
      padding-bottom: 17px;
      margin-bottom: 0; } }
  .news-contact__phone-email .phone {
    font-weight: 500;
    font-size: 20px;
    color: #dc4405;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .news-contact__phone-email .phone {
        font-size: 14px; } }
  .news-contact__phone-email .email {
    font-size: 15px; }
    .news-contact__phone-email .email a {
      color: #000; }
      .news-contact__phone-email .email a:hover {
        color: #dc4405; }
    @media (max-width: 767px) {
      .news-contact__phone-email .email {
        font-size: 13px; } }

.news-contact__social {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: relative;
  padding-top: 13px; }
  .news-contact__social::before {
    position: absolute;
    content: "";
    background-color: #d2d2d2;
    width: 100%;
    height: 1px;
    top: 0; }
  @media (max-width: 767px) {
    .news-contact__social {
      width: 100%;
      padding-top: 17px;
      border-left: none; }
      .news-contact__social::before {
        width: 100%;
        height: 1px;
        top: 0;
        transform: none; } }

.news-contact__icon {
  width: 29px;
  height: 29px;
  cursor: pointer; }
  .news-contact__icon:not(:last-child) {
    margin-right: 25px; }
  @media (max-width: 767px) {
    .news-contact__icon {
      margin-left: 0;
      margin-right: 20px; }
      .news-contact__icon:last-child {
        margin-right: 0; } }

.news-detail__title {
  margin-bottom: 30px !important; }
  @media (max-width: 767px) {
    .news-detail__title {
      font-size: 34px;
      margin-bottom: 20px; } }

.news-detail__info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .news-detail__info {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 25px; } }
  .news-detail__info .published-time {
    font-size: 15px;
    color: #000000; }
    @media (max-width: 767px) {
      .news-detail__info .published-time {
        margin-bottom: 25px;
        font-size: 13px; } }
  .news-detail__info .social-item {
    margin: 0 15px;
    display: inline-block; }
    .news-detail__info .social-item svg {
      width: 22px;
      height: 22px; }
      .news-detail__info .social-item svg path {
        fill: #bebebe; }
    .news-detail__info .social-item:hover svg path {
      fill: #6a2a5b; }
    @media (max-width: 767px) {
      .news-detail__info .social-item {
        margin: 0 10px; }
        .news-detail__info .social-item svg {
          width: 25px; } }
    .news-detail__info .social-item:last-child {
      margin-right: 0; }
    .news-detail__info .social-item:first-child {
      margin-left: 0; }

.news-detail__content-block p:last-child {
  margin-bottom: 0; }

.news-detail__content h2, .news-detail__content .h2,
.news-detail__content h3,
.news-detail__content .h3,
.news-detail__content h4,
.news-detail__content .h4,
.news-detail__content h5,
.news-detail__content .h5 {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .news-detail__content h2, .news-detail__content .h2,
    .news-detail__content h3,
    .news-detail__content .h3,
    .news-detail__content h4,
    .news-detail__content .h4,
    .news-detail__content h5,
    .news-detail__content .h5 {
      margin-bottom: 10px; } }

.news-detail__content p {
  font-size: 15px;
  font-weight: 400;
  color: #484848;
  line-height: 30px; }
  @media (max-width: 767px) {
    .news-detail__content p {
      font-size: 14px;
      line-height: 29px; } }

.news-detail__content .swiper-wrapper {
  height: 365px; }
  @media (max-width: 767px) {
    .news-detail__content .swiper-wrapper {
      height: 200px; } }
  .news-detail__content .swiper-wrapper img {
    height: 100%; }

.news-interested {
  position: relative;
  overflow: hidden; }
  .news-interested::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all 0.3s ease;
    background: #6a2a5b;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (prefers-reduced-motion: reduce) {
      .news-interested::before {
        transition: none; } }
  .news-interested:hover::before {
    z-index: 1;
    height: 100%;
    width: 100%; }
  .news-interested:hover .des {
    display: block; }
  .news-interested:hover .title {
    display: none; }
  .news-interested:hover .news-interested__text,
  .news-interested:hover .news-interested__link {
    z-index: 1;
    width: calc(100% - 45px); }
  .news-interested .des {
    display: none; }
  .news-interested__image {
    height: 100%; }
    .news-interested__image img {
      height: 100%; }
  .news-interested__text {
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 17px;
    left: 24px; }
    @media (max-width: 767px) {
      .news-interested__text {
        font-size: 16px; } }
  .news-interested__link {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 23px;
    bottom: 17px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .news-interested__link {
        transition: none; } }
    @media (max-width: 767px) {
      .news-interested__link {
        font-size: 14px; } }
    .news-interested__link:hover {
      color: #dc4405; }
      .news-interested__link:hover svg {
        fill: #dc4405;
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        transform: translateX(7px); }
    .news-interested__link svg {
      height: 15px;
      width: 15px;
      fill: #fff;
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .news-interested__link svg {
          transition: none; } }

.latest-news__item {
  height: 100%; }
  @media (max-width: 767px) {
    .latest-news__item {
      margin-bottom: 28px; } }

.latest-news__image-news {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .latest-news__image-news {
      margin-bottom: 12px; } }
  .latest-news__image-news .image-news {
    transition: all 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .latest-news__image-news .image-news {
        transition: none; } }
  .latest-news__image-news img {
    height: 100%; }
  .latest-news__image-news:hover .image-news {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.latest-news__image-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #f5f5f5;
  margin: auto;
  height: 100%; }

.latest-news__label-date {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  background: #f5f5f5;
  max-width: 165px;
  width: 100%;
  max-height: 48px;
  height: 100%;
  padding: 6px 8px;
  height: 100%;
  opacity: 1; }
  @media (prefers-reduced-motion: reduce) {
    .latest-news__label-date {
      transition: none; } }
  @media (max-width: 767px) {
    .latest-news__label-date {
      right: 0;
      max-height: 60px;
      max-width: 165px;
      padding: 6px;
      align-items: center; } }

.latest-news__main-day {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #dc4405;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  padding-right: 12px; }
  @media (max-width: 767px) {
    .latest-news__main-day {
      font-size: 34px; } }

.latest-news__exactly-time .month {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .latest-news__exactly-time .month {
      font-size: 16px; } }

.latest-news__exactly-time .time {
  color: #a4a4a4;
  font-weight: 300;
  font-size: 14px; }

.latest-news__title {
  font-weight: 500;
  color: #000000;
  display: inline-block;
  line-height: 1.3; }
  .latest-news__title h5, .latest-news__title .h5 {
    margin-bottom: 10px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .latest-news__title h5, .latest-news__title .h5 {
        line-height: 1.56;
        font-size: 16px;
        margin-bottom: 7px; } }

.latest-news__date {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  color: #484848;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .latest-news__date {
      font-size: 13px;
      font-weight: 300;
      margin-bottom: 12px; } }
  .latest-news__date .text-day {
    margin-right: 30px; }

.latest-news__read-more {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px; }
  @media (prefers-reduced-motion: reduce) {
    .latest-news__read-more {
      transition: none; } }
  @media (max-width: 767px) {
    .latest-news__read-more {
      font-size: 14px;
      font-weight: 600; } }
  .latest-news__read-more svg {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: 7px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .latest-news__read-more svg {
        transition: none; } }
    @media (max-width: 767px) {
      .latest-news__read-more svg {
        margin-top: 0; } }
  .latest-news__read-more:hover {
    color: #dc4405; }
    .latest-news__read-more:hover svg {
      fill: #dc4405;
      -webkit-transform: translateX(7px);
      -moz-transform: translateX(7px);
      -ms-transform: translateX(7px);
      transform: translateX(7px); }

.upcoming-news__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 26px 35px;
  padding-right: 55px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  position: relative; }
  @media (max-width: 767px) {
    .upcoming-news__item {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px;
      margin-bottom: 20px; } }

.upcoming-news__date-upcomming {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding-right: 39px; }
  @media (max-width: 767px) {
    .upcoming-news__date-upcomming {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-right: 0;
      padding-bottom: 10px; } }

.upcoming-news__main-day {
  color: #dc4405;
  font-size: 43px;
  font-weight: 500;
  line-height: normal;
  padding-right: 18px; }
  @media (max-width: 767px) {
    .upcoming-news__main-day {
      font-size: 34px;
      padding-right: 11px; } }

.upcoming-news__exactly-time .month {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .upcoming-news__exactly-time .month {
      font-size: 16px; } }

.upcoming-news__exactly-time .time {
  color: #a4a4a4;
  font-weight: 300;
  font-size: 15px; }
  @media (max-width: 767px) {
    .upcoming-news__exactly-time .time {
      font-size: 14px; } }

.upcoming-news__content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid #d2d2d2; }
  @media (max-width: 767px) {
    .upcoming-news__content {
      border-left: none;
      padding-left: 0;
      padding-top: 10px;
      border-top: 1px solid #d2d2d2; } }

.upcoming-news__title {
  color: #000;
  line-height: 1.5;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .upcoming-news__title {
      font-size: 16px; } }

.upcoming-news__type-event {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  font-size: 15px;
  padding: 8px 0; }
  @media (max-width: 767px) {
    .upcoming-news__type-event {
      font-size: 14px;
      padding: 10px 0;
      line-height: 1.54; } }

.upcoming-news__icon.icon-location {
  margin-right: 10px;
  margin-top: 2px;
  width: 15px;
  height: 15px; }
  .upcoming-news__icon.icon-location svg {
    width: 15px;
    height: 15px;
    vertical-align: baseline; }

.upcoming-news__icon.icon-arrow-nvl {
  margin-left: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .upcoming-news__icon.icon-arrow-nvl svg {
    fill: #000;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .upcoming-news__icon.icon-arrow-nvl svg {
        transition: none; } }
  .upcoming-news__icon.icon-arrow-nvl:hover svg {
    fill: #6a2a5b;
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px); }
  @media (max-width: 767px) {
    .upcoming-news__icon.icon-arrow-nvl {
      display: none; } }

.upcoming-news__icon.icon-arrow-nvl-hover {
  display: none; }

.upcoming-news__icon.icon-arrow-nvl-mobile {
  display: none; }
  @media (max-width: 767px) {
    .upcoming-news__icon.icon-arrow-nvl-mobile {
      display: block;
      margin-left: auto;
      width: 17px; }
      .upcoming-news__icon.icon-arrow-nvl-mobile svg {
        width: 17px;
        height: 15px; } }

.upcoming-news__description {
  font-weight: 300;
  font-size: 14px; }
  @media (max-width: 767px) {
    .upcoming-news__description {
      font-size: 13px; } }

.upcoming-events-wrap .swiper-slide:last-child .upcoming-news__item {
  margin-bottom: 0; }

.upcoming-events-tab-wrap .tabs-menu {
  margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .upcoming-events-tab-wrap .tabs-menu {
      height: auto; } }

.upcoming-events-tab-wrap .tabs-menu__wrap {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .upcoming-events-tab-wrap .tabs-menu__wrap {
      width: 100%;
      height: 100%;
      margin-bottom: 25px; } }

.upcoming-events-tab-wrap .swiper-wrapper {
  flex-direction: row-nvl; }

.form-style .star {
  color: #b73939; }

.form-style__noted {
  font-size: 14px;
  color: #a9a9a9;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .form-style__noted {
      font-weight: 300; } }

.form-style__form {
  margin-bottom: 0; }

.form-style__submit {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 767px) {
    .form-style__submit {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .form-style__submit .btn {
    width: 100%; }

.form-style__note-policy {
  color: #484848;
  font-size: 15px;
  margin-right: 15px;
  max-width: 350px; }
  @media (max-width: 767px) {
    .form-style__note-policy {
      margin-bottom: 20px;
      max-width: 100%;
      margin-right: 0;
      font-size: 13px;
      font-weight: 300; } }
  .form-style__note-policy a {
    color: #dc4405;
    text-decoration: underline; }

.form-style__warning {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  color: #333333;
  font-weight: 300;
  font-size: 14px; }
  .form-style__warning::before {
    content: "";
    display: block;
    width: 17px;
    margin-right: 10px;
    background: url(images/icon-alert.png) no-repeat;
    background-size: 100%;
    margin-top: 1px; }

.form-style__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .form-style__actions {
      justify-content: center;
      flex-direction: column; } }

.form-style .row-nvl {
  margin-right: calc(14px * -0.5);
  margin-left: calc(14px * -0.5); }
  .form-style .row-nvl > * {
    padding-right: calc(14px * 0.5);
    padding-left: calc(14px * 0.5); }

.form-style .form-select {
  background-size: 6.5px;
  background-image: url(images/arrow-nvl-dropdown-select.png); }

.form-style .form-floating {
  margin-bottom: 16px;
  padding: 0;
  display: block; }
  @media (max-width: 767px) {
    .form-style .form-floating {
      margin-bottom: 10px; } }
  .form-style .form-floating > label {
    left: 10px;
    padding: 1rem 0;
    font-size: 15px;
    opacity: 1;
    transform: none;
    color: #212529; }
    @media (max-width: 767px) {
      .form-style .form-floating > label {
        font-size: 14px; } }

.form-style .form-control {
  border-color: #d2d2d2;
  padding: 10px;
  border-radius: 0;
  height: calc(3.25rem + 2px);
  font-size: 15px;
  outline: none;
  box-shadow: none;
  background-color: transparent; }

.form-style .form-floating > .form-control:focus ~ label {
  display: none; }

.form-style .form-floating > .form-control:focus,
.form-style .form-floating > .form-select:focus {
  padding-top: 10px; }

.form-style .form-floating > .form-select {
  padding-top: 10px; }

.form-style .wpcf7 form.invalid .wpcf7-response-output,
.form-style .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0; }

.form-style .form-floating > .form-control:focus ~ label,
.form-style .form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: none;
  opacity: 0; }

.form-style .form-floating > .form-control:focus, .form-style .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0; }

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #db0000;
  background-image: none; }

.share__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  width: 100%; }
  @media (max-width: 767px) {
    .share__item {
      height: auto; } }

@keyframes movingpar {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: visible;
    opacity: 1; } }
  .share__item.active {
    flex-direction: column; }
    .share__item.active .share__wrap {
      padding: 25px 0; }
    .share__item.active .share__sublist {
      height: 100%;
      visibility: visible;
      opacity: 1;
      animation-name: movingpar;
      animation-duration: 1s;
      transition: height 0.5s ease-in; }
    .share__item.active .minus {
      display: block; }
    .share__item.active .plus {
      display: none; }

.share__download.active {
  flex-direction: column; }
  .share__download.active .share__wrap {
    padding: 46px 0; }
  .share__download.active .share__sublist {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: height 0.5s ease-out; }
  .share__download.active .minus {
    display: block; }
  .share__download.active .plus {
    display: none; }
  .share__download.active .share__wrap svg path:last-child {
    display: none; }

.share__small-text {
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 9px;
  color: #484848; }
  @media (max-width: 767px) {
    .share__small-text {
      margin-bottom: 10px; } }

.share__small-content {
  line-height: 30px;
  font-weight: normal;
  color: #484848; }
  .share__small-content:hover {
    color: #484848; }
  @media (max-width: 767px) {
    .share__small-content {
      margin-bottom: 13px; } }

.share__title {
  color: #484848;
  text-decoration: none;
  margin-bottom: 0; }
  .share__title:hover {
    color: #dc4405; }
  @media (max-width: 767px) {
    .share__title {
      font-size: 16px;
      font-weight: 500; } }

.share__wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 46px 0;
  transition: all 0.2s ease;
  cursor: pointer; }
  @media (max-width: 767px) {
    .share__wrap {
      padding: 38px 0; } }

.share__icon, .share__subicon {
  cursor: pointer;
  margin-left: auto;
  min-width: 15px;
  display: flex;
  align-items: center;
  width: 17px; }
  .share__icon .hover,
  .share__icon .minus, .share__subicon .hover,
  .share__subicon .minus {
    display: none; }
  .share__icon:hover img.hover, .share__subicon:hover img.hover {
    display: block; }
  .share__icon:hover img.normal, .share__subicon:hover img.normal {
    display: none; }
  .share__icon:hover svg path, .share__subicon:hover svg path {
    stroke: #6a2a5b; }

.share__link {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  .share__link__text {
    transition: all 0.3s;
    color: #000000;
    text-decoration: none;
    cursor: pointer; }
    @media (prefers-reduced-motion: reduce) {
      .share__link__text {
        transition: none; } }
  @media (max-width: 767px) {
    .share__link {
      display: block; } }

.share__sublist {
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0; }

.share__subitem {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin-bottom: 5px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .share__subitem {
      padding-right: 7px; } }
  .share__subitem:last-child {
    margin-bottom: 20px; }

.share__subitem-left {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 7.5px 18.5px; }
  @media (max-width: 767px) {
    .share__subitem-left {
      padding-left: 0; } }
  .share__subitem-left img {
    width: 18px;
    height: 22px; }
  .share__subitem-left span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 33px;
    padding-left: 18.5px;
    color: #484848; }

.share__subicon {
  width: 19px; }
  @media (max-width: 767px) {
    .share__subicon {
      padding: 0; } }

.share__content {
  flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.share a {
  display: inline-block; }

.application-form-title-wrap .small-title {
  font-size: 22px;
  color: #DC4405;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .application-form-title-wrap .small-title {
      display: none; } }

.application-form-title-wrap .title {
  margin-bottom: 37px; }

@media (max-width: 767px) {
  .application-form-submit-wrap .form-style__actions {
    width: 100%; } }

.block-personal-detail__title {
  margin-bottom: 15px;
  font-size: 17px; }
  @media (max-width: 767px) {
    .block-personal-detail__title {
      font-size: 15px; } }

.block-documentation-detail__content {
  display: flex !important;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 11px 10px !important;
  min-height: 74px; }
  @media (max-width: 767px) {
    .block-documentation-detail__content {
      padding-right: 30% !important; } }
  .block-documentation-detail__content .normal {
    position: absolute;
    max-width: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }
  .block-documentation-detail__content .form-control {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .block-documentation-detail__content .progress {
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-color: #C4C4C4; }
    .block-documentation-detail__content .progress .progress-bar {
      background-color: #DC4405; }
  .block-documentation-detail__content .result {
    display: flex;
    align-items: center; }
    .block-documentation-detail__content .result .img-desc {
      margin-right: 15px;
      max-width: 18px; }
    .block-documentation-detail__content .result .text-desc {
      font-size: 15px;
      line-height: 28px;
      color: #484848;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .block-documentation-detail__content .result .text-desc {
          line-height: normal; } }

.block-documentation-detail__upload {
  color: #DC4405;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 35px;
  cursor: pointer; }

.block-documentation-detail .form-style .form-floating {
  border: 1px solid #d2d2d2;
  padding: 11px; }

.block-documentation-detail .text-desc {
  font-weight: 600;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .block-documentation-detail .text-desc {
      font-size: 14px; } }

.block-documentation-detail .type-file {
  font-size: 15px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .block-documentation-detail .type-file {
      font-weight: 400;
      font-size: 14px; } }

@media (max-width: 767px) {
  .careers-items-wrap .list-item__wrapper {
    margin-bottom: 45px; } }

@media (max-width: 767px) {
  .careers-items-wrap .list-item__wrapper:last-child {
    margin-bottom: 0; } }

.careers-items-wrap .list-item__wrapper:nth-child(even) {
  -webkit-flex-direction: row-nvl-reverse;
  -moz-flex-direction: row-nvl-reverse;
  -ms-flex-direction: row-nvl-reverse;
  flex-direction: row-nvl-reverse; }
  .careers-items-wrap .list-item__wrapper:nth-child(even) .item__group {
    flex: 1;
    margin-left: 0;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .careers-items-wrap .list-item__wrapper:nth-child(even) .item__group {
        margin-right: 0; } }

.careers-items-wrap .list-item__wrapper:nth-child(odd) {
  -webkit-flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset; }

.careers-items-wrap .item__group {
  -webkit-justify-content: unset;
  -moz-justify-content: unset;
  -ms-justify-content: unset;
  justify-content: unset;
  -ms-flex-pack: unset;
  flex: 1;
  margin-left: 30px; }
  @media (max-width: 767px) {
    .careers-items-wrap .item__group {
      margin-left: 0; } }

.careers-items-wrap .item__title {
  width: 100%; }

@media (max-width: 767px) {
  .careers-items-wrap .item__link {
    margin-bottom: 9px; } }

.careers-items-wrap .item__title {
  height: auto;
  line-height: normal; }

.job-vacancies-wrap .share__wrap {
  height: unset;
  padding-top: 25px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .job-vacancies-wrap .share__wrap {
      padding: 35px 0px;
      align-items: flex-start; } }

@media (max-width: 767px) {
  .job-vacancies-wrap .share__item {
    height: unset; }
    .job-vacancies-wrap .share__item:first-child .share__wrap {
      padding-top: 0; } }

.job-vacancies-wrap .share__title {
  font-size: 22px;
  color: #000;
  font-weight: 400; }
  @media (max-width: 767px) {
    .job-vacancies-wrap .share__title {
      font-size: 18px;
      line-height: 27px;
      font-weight: 500; } }

@media (max-width: 767px) {
  .job-vacancies-wrap .share__icon {
    margin-top: 40px; } }

.careers-submit__title {
  margin-bottom: 35px;
  text-align: center; }
  @media (max-width: 767px) {
    .careers-submit__title {
      margin-bottom: 20px;
      text-align: left; } }

.careers-submit__content {
  margin-bottom: 35px;
  line-height: 28px; }
  @media (max-width: 767px) {
    .careers-submit__content {
      margin-bottom: 25px; } }

.swiper-button-arrow-nvl {
  background-color: #000;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .swiper-button-arrow-nvl.arrow-nvl-orange {
    background-color: #dc4405; }
  .swiper-button-arrow-nvl img {
    max-width: 25px; }

.swiper_careers {
  overflow: hidden; }
  @media (max-width: 767px) {
    .swiper_careers {
      flex-direction: column; } }
  .swiper_careers--thumbs {
    width: 330px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .swiper_careers--thumbs {
        width: 100%; } }
  .swiper_careers---summary {
    flex: 1;
    margin-left: 37px;
    margin-top: 15px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .swiper_careers---summary {
        margin-left: 0;
        margin-top: 25px; } }
    .swiper_careers---summary .swiper-slide {
      width: 100% !important; }

.careers-slide__list {
  overflow: hidden;
  display: flex; }

.careers-slide__des {
  font-size: 22px;
  line-height: 33px;
  color: #484848;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .careers-slide__des {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 30px; } }

.careers-slide__info {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .careers-slide__info {
      margin-bottom: 15px; } }
  .careers-slide__info .name {
    color: #484848;
    font-weight: 600;
    font-size: 15px; }
  .careers-slide__info .jd {
    color: #484848;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px; }

.careers-slide__actions {
  display: flex;
  align-items: center; }

.job-detail__title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .job-detail__title {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .job-detail__title .text {
      margin-bottom: 25px;
      font-size: 32px; } }
  .job-detail__title .btn-orange {
    max-height: 47px; }

.job-detail__block-gray {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  background-color: #f5f5f5;
  padding: 15px 30px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .job-detail__block-gray {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 25px; } }

.job-detail__adress {
  padding-right: 35px;
  border-right: 1px solid #d2d2d2; }
  @media (max-width: 767px) {
    .job-detail__adress {
      border-right: none;
      padding-bottom: 15px;
      border-bottom: 1px solid #d2d2d2; } }
  .job-detail__adress .text-bold {
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .job-detail__adress .text-bold {
        font-size: 14px; } }
    .job-detail__adress .text-bold span {
      font-weight: 600; }

.job-detail__contact {
  margin-left: 35px; }
  @media (max-width: 767px) {
    .job-detail__contact {
      margin-left: 0;
      margin-top: 15px; } }
  .job-detail__contact .title {
    font-weight: 600;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .job-detail__contact .title {
        font-size: 14px; } }
  .job-detail__contact .content {
    color: #484848;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .job-detail__contact .content {
        font-size: 14px; } }
  .job-detail__contact .small-content {
    color: #484848;
    font-weight: 300; }
    @media (max-width: 767px) {
      .job-detail__contact .small-content {
        font-size: 13px; } }
  .job-detail__contact .text-link {
    color: #dc4405;
    text-decoration: underline; }
    @media (max-width: 767px) {
      .job-detail__contact .text-link {
        font-weight: 500; } }

.job-detail__text-description {
  color: #484848; }
  .job-detail__text-description p {
    color: #484848;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400; }
    .job-detail__text-description p:last-child {
      margin-bottom: 0; }

.job-detail__heading-desc {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 17px; }
  @media (max-width: 767px) {
    .job-detail__heading-desc {
      margin-bottom: 10px; } }
  .job-detail__heading-desc .text-small {
    font-weight: normal; }

.job-detail__job-description b {
  font-weight: 600; }

.job-detail__job-description ul,
.job-detail__job-description ol {
  margin: 0;
  padding: 0 17px; }

.job-detail__job-description .none-style-dot ul {
  padding-left: 0 !important;
  list-style-type: none !important; }

.job-detail__job-description li {
  color: #484848;
  font-size: 15px;
  line-height: 28px; }

.job-vacancies__title {
  margin-bottom: 42px; }
  @media (max-width: 767px) {
    .job-vacancies__title {
      margin-bottom: 20px; } }

.job-vacancies__filter {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media (max-width: 767px) {
    .job-vacancies__filter {
      margin-bottom: 0; } }
  .job-vacancies__filter .dropdown {
    max-width: 245px; }

.job-vacancies-items-wrap .share__wrap {
  height: unset;
  padding: 35px 0px; }

.job-vacancies-items-wrap .share__title {
  margin-bottom: 9px; }

.job-vacancies-no-job {
  max-width: 700px;
  margin-left: 0; }
  .job-vacancies-no-job__title {
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      .job-vacancies-no-job__title {
        margin-bottom: 15px; } }
  .job-vacancies-no-job__text {
    line-height: 28px;
    font-size: 15px;
    color: #484848; }

.job-vacancies-wrap .share__small-content {
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 70%; }
  @media (max-width: 767px) {
    .job-vacancies-wrap .share__small-content {
      max-width: 100%; } }

.not-found-wrap {
  text-align: center; }

.not-found__content {
  margin-bottom: 25px;
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .not-found__content {
      width: 100%; } }

.not-found__note {
  margin-bottom: 25px; }

.faqs.ui-widget {
  font-family: "Inter", sans-serif !important;
  font-size: 100%; }

.faqs .ui-accordion-header-icon {
  display: none; }

.faqs .ui-accordion-header-active .faqs__title {
  font-weight: 600; }
  @media (max-width: 767px) {
    .faqs .ui-accordion-header-active .faqs__title {
      font-size: 18px;
      color: #dc4405; } }

.faqs .ui-accordion-header-active .faqs__icon svg path:last-child {
  display: none; }

.faqs .ui-accordion-header-active .plus {
  display: none; }

.faqs .ui-accordion-header-active .minus {
  display: block; }

.faqs__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  align-items: center;
  flex-direction: column; }
  @media (max-width: 767px) {
    .faqs__item {
      height: auto;
      padding-bottom: 35px; } }
  .faqs__item.active {
    margin-top: 0 !important; }
    .faqs__item.active .faqs__wrap {
      height: auto; }
      @media (max-width: 767px) {
        .faqs__item.active .faqs__wrap {
          padding-bottom: 10px; } }
    .faqs__item.active .faqs__title {
      font-weight: 600; }
      @media (max-width: 767px) {
        .faqs__item.active .faqs__title {
          font-size: 18px;
          color: #dc4405; } }
    .faqs__item.active .faqs__icon svg path:last-child {
      display: none; }
    .faqs__item.active .plus {
      display: none; }
    .faqs__item.active .minus {
      display: block; }

.faqs__title {
  color: #484848;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 33px;
  cursor: pointer;
  font-family: "Inter", sans-serif; }
  .faqs__title h5, .faqs__title .h5 {
    font-size: 22px;
    font-weight: 400; }
  .faqs__title:hover {
    color: #dc4405; }
  @media (max-width: 767px) {
    .faqs__title {
      font-size: 18px;
      font-weight: 500;
      line-height: 27px; } }

.faqs__wrap {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  height: auto;
  padding: 30px 0 !important;
  background: transparent;
  border: none; }
  @media (max-width: 767px) {
    .faqs__wrap {
      padding-top: 35px; } }

.faqs__icon {
  cursor: pointer;
  margin-left: auto;
  min-width: 15px;
  display: flex;
  align-items: center;
  width: 30px; }
  .faqs__icon .minus {
    display: none; }
  .faqs__icon:hover svg path {
    stroke: #6a2a5b; }

.faqs__sublist {
  width: 100%;
  line-height: 29px;
  padding: 0 !important;
  border: none; }
  @media (max-width: 767px) {
    .faqs__sublist {
      font-size: 14px; } }

.privacy-policy__content h3, .privacy-policy__content .h3 {
  margin-bottom: 45px !important;
  text-align: center; }
  @media (max-width: 767px) {
    .privacy-policy__content h3, .privacy-policy__content .h3 {
      margin-bottom: 35px !important;
      text-align: left; } }

.privacy-policy__content h5, .privacy-policy__content .h5 {
  margin-bottom: 15px; }

.privacy-policy__content p {
  margin-bottom: 30px;
  line-height: 30px; }
  .privacy-policy__content p:last-child {
    margin-bottom: 0 !important; }

.privacy-policy__content a {
  text-decoration: underline;
  color: #dc4405; }

@media (max-width: 767px) {
  .privacy-policy__faqs .heading-block {
    margin-bottom: 20px; } }

.resources-tabs .tabs-menu__wrap {
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .resources-tabs .tabs-menu__wrap {
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 0; } }

.resources-tabs .dropdown-item:hover a {
  color: #fff !important; }

.resources-tabs .tab-content {
  margin-top: 35px; }

.resources-tabs__brand .share__title {
  font-size: 22px; }

.resources-tabs__brand .item__content {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .resources-tabs__brand .list-item__wrapper {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0; } }

.resources-tabs__videos .form-group {
  max-width: 245px;
  margin-bottom: 35px; }

.resources-tabs__videos .videos-title {
  font-size: 17px;
  text-align: center; }
  @media (max-width: 767px) {
    .resources-tabs__videos .videos-title {
      text-align: left; } }

.resources-tabs__videos .img-thumb {
  width: 100%; }

.resources-tabs__videos .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(images/video-play.png); }

.resources-tabs__videos .videos-items {
  overflow: hidden;
  height: 250px;
  background-color: #c4c4c4;
  width: 100%;
  margin-bottom: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .resources-tabs__videos .videos-items {
      height: 200px; } }

.resources-tabs__images .form-group {
  max-width: 245px;
  margin-bottom: 35px; }

.resources-tabs__images-items {
  max-height: 300px;
  position: relative;
  background-color: #c4c4c4;
  height: 100%; }
  .resources-tabs__images-items:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -14.53%, rgba(0, 0, 0, 0) 66.25%), linear-gradient(360deg, rgba(0, 0, 0, 0.4) -4.38%, rgba(0, 0, 0, 0) 66.87%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .resources-tabs__images-items .images {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #cac9bf;
    margin: auto;
    height: 100%;
    overflow: hidden; }
    .resources-tabs__images-items .images .picture {
      height: auto;
      width: 100%; }
  .resources-tabs__images-items .contents {
    position: absolute;
    font-size: 22px;
    color: #fff;
    top: 25px;
    left: 25px;
    max-width: 230px; }
    @media (max-width: 767px) {
      .resources-tabs__images-items .contents {
        font-size: 18px;
        max-width: unset;
        top: 10px;
        left: 10px; } }

.search-results-heading__title {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .search-results-heading__title {
      margin-bottom: 35px; } }

.search-results-heading__box-search {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .search-results-heading__box-search {
      margin-bottom: 35px; } }
  .search-results-heading__box-search .input-search {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    height: auto; }
  .search-results-heading__box-search .form-control {
    padding: 0 20px;
    border-radius: 0;
    height: 47px; }
    @media (max-width: 767px) {
      .search-results-heading__box-search .form-control {
        font-size: 14px;
        padding: 0 10px; } }
    .search-results-heading__box-search .form-control:focus {
      border: 1px solid #ced4da;
      box-shadow: unset; }
  @media (max-width: 767px) {
    .search-results-heading__box-search .btn-search {
      min-width: 100px;
      font-size: 14px; } }

.search-results-heading__results {
  font-size: 17px;
  font-weight: 600;
  color: #bfbfbf;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .search-results-heading__results {
      margin-bottom: 35px; } }

.search-results-list__items {
  margin-bottom: 58px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2; }
  @media (max-width: 767px) {
    .search-results-list__items {
      padding-bottom: 35px;
      margin-bottom: 35px; } }
  .search-results-list__items:last-child {
    margin-bottom: 0; }
  .search-results-list__items h6, .search-results-list__items .h6 {
    margin-bottom: 15px;
    font-weight: 400 !important; }
    @media (max-width: 767px) {
      .search-results-list__items h6, .search-results-list__items .h6 {
        font-weight: 600 !important; } }
  .search-results-list__items p {
    margin-bottom: 0 !important; }

.search-no-results__title {
  font-size: 35px; }
  @media (max-width: 767px) {
    .search-no-results__title {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 5px; } }

.search-no-results__description {
  line-height: 27px; }
  @media (max-width: 767px) {
    .search-no-results__description {
      line-height: 29px; } }

.about-us {
  background-color: #dc4405 !important; }
  @media (max-width: 767px) {
    .about-us .batch3-new-city__left {
      order: 2;
      margin-top: 20px; }
    .about-us .batch3-new-city__wrap-full.bg-orange {
      height: 27%;
      top: 64%; } }

.miles-stone-tabs-wrap .tabs-menu__wrap {
  margin: 0 35px; }
  @media (max-width: 767px) {
    .miles-stone-tabs-wrap .tabs-menu__wrap {
      margin: 0; } }

.miles-stone-tabs-wrap .nav-tabs {
  width: 100% !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  overflow: hidden; }
  .miles-stone-tabs-wrap .nav-tabs .nav-link {
    padding-bottom: 0;
    width: fit-content;
    margin: auto; }

.miles-stone-tabs-wrap .nav-item {
  border-bottom: none;
  position: relative;
  padding-right: 0 !important;
  width: 100%; }
  .miles-stone-tabs-wrap .nav-item::before {
    position: absolute;
    width: 25%;
    height: 1px;
    background-color: #d2d2d2;
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .miles-stone-tabs-wrap .nav-item::before {
        width: 10%; } }
  .miles-stone-tabs-wrap .nav-item::after {
    position: absolute;
    width: 25%;
    height: 1px;
    background-color: #d2d2d2;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .miles-stone-tabs-wrap .nav-item::after {
        width: 10%; } }
  .miles-stone-tabs-wrap .nav-item:first-child::after {
    display: none; }
  .miles-stone-tabs-wrap .nav-item:last-child::before {
    display: none; }

.miles-stone-tabs-wrap .tab-content {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .miles-stone-tabs-wrap .tab-content {
      margin-bottom: 45px; } }

.miles-stone__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 275px; }
  @media (max-width: 991px) {
    .miles-stone__item {
      max-height: 158px; } }
  @media (max-width: 767px) {
    .miles-stone__item {
      display: block;
      max-height: unset; } }

.miles-stone__image {
  width: 50%;
  margin-right: 35px;
  max-height: 275px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .miles-stone__image {
      max-height: 158px; } }
  @media (max-width: 767px) {
    .miles-stone__image {
      width: 100%;
      margin-right: 0;
      margin-bottom: 23px; } }

.miles-stone__content {
  width: 50%;
  margin-left: 35px; }
  @media (max-width: 767px) {
    .miles-stone__content {
      width: 100%;
      margin-left: 0; } }
  .miles-stone__content .title {
    font-weight: 600;
    color: #dc4405;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .miles-stone__content .title {
        font-size: 16px;
        line-height: 33px; } }
    @media (max-width: 767px) {
      .miles-stone__content .title {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 20px; } }
  .miles-stone__content h6, .miles-stone__content .h6 {
    font-weight: 400;
    line-height: 33px; }
    @media (max-width: 991px) {
      .miles-stone__content h6, .miles-stone__content .h6 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .miles-stone__content h6, .miles-stone__content .h6 {
        font-weight: 500;
        line-height: 27px; } }

.batch3-awards-wrap {
  background-color: #6a2a5b; }

.award-items {
  padding-bottom: 26px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 33px; }
  .award-items__title {
    color: #dc4405;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 6px; }
  .award-items__content {
    line-height: 26px; }

.batch3-milestone-years__wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media (max-width: 767px) {
    .batch3-milestone-years__wrap {
      flex-direction: column; } }
  .batch3-milestone-years__wrap .dropdownAndSelect {
    margin-top: 10px;
    margin-bottom: 30px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%); }
    .batch3-milestone-years__wrap .dropdownAndSelect.fixed {
      position: fixed;
      top: 58px;
      z-index: 9;
      width: 100%;
      background: #fff;
      padding: 15px 25px;
      box-shadow: 0 4px 8px #00000026; }

.batch3-milestone-years__menu {
  position: absolute;
  z-index: 2; }
  .batch3-milestone-years__menu.fixed {
    position: fixed;
    top: 20%;
    z-index: 9; }
    @media (max-width: 767px) {
      .batch3-milestone-years__menu.fixed {
        left: 12px; } }
  .batch3-milestone-years__menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .batch3-milestone-years__menu ul li {
      line-height: 33px;
      margin-bottom: 18px;
      cursor: pointer; }
      .batch3-milestone-years__menu ul li.active, .batch3-milestone-years__menu ul li:hover {
        font-weight: 600;
        color: #dc4405; }

.batch3-milestone-years__list {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1; }
  @media (max-width: 767px) {
    .batch3-milestone-years__list {
      max-width: 100%;
      margin-left: auto;
      margin-top: 55px; } }

.batch3-milestone-years__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-bottom: 118px; }
  @media (max-width: 767px) {
    .batch3-milestone-years__item {
      margin-bottom: 50px;
      display: none; } }
  .batch3-milestone-years__item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .batch3-milestone-years__item.active {
      display: flex !important; } }
  .batch3-milestone-years__item.active .batch3-milestone-years__years {
    color: #dc4405; }

.batch3-milestone-years__years {
  width: 50%;
  text-align: center;
  font-size: 35px;
  line-height: 48px;
  position: relative; }
  @media (max-width: 767px) {
    .batch3-milestone-years__years {
      font-size: 22px;
      width: auto;
      margin-right: 20px; } }
  .batch3-milestone-years__years::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 70px);
    background-color: #d2d2d2;
    left: 50%;
    bottom: 0; }

.batch3-milestone-years__info {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  max-width: 430px;
  margin-left: auto; }
  @media (min-width: 1440px) {
    .batch3-milestone-years__info {
      max-width: 630px; } }

.batch3-milestone-years__content {
  margin-bottom: 33px; }
  .batch3-milestone-years__content:last-child {
    margin-bottom: 0; }
  .batch3-milestone-years__content .title {
    font-size: 17px;
    color: #dc4405;
    font-weight: 600;
    list-style: 23px;
    margin-bottom: 10px; }
  .batch3-milestone-years__content .images {
    margin-bottom: 30px;
    overflow: hidden;
    background: #8080802e;
    position: relative;
    overflow: hidden; }
    .batch3-milestone-years__content .images:before {
      content: '';
      display: block;
      padding-top: 60%; }
    @media (max-width: 767px) {
      .batch3-milestone-years__content .images {
        margin-bottom: 15px; } }
    .batch3-milestone-years__content .images img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .batch3-milestone-years__content h6, .batch3-milestone-years__content .h6 {
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    color: #000; }
    @media (max-width: 767px) {
      .batch3-milestone-years__content h6, .batch3-milestone-years__content .h6 {
        line-height: unset; } }
  .batch3-milestone-years__content .link-readmore {
    margin-top: 17px; }
    .batch3-milestone-years__content .link-readmore .text {
      font-size: 16px; }

.introduce__text-readmore:hover svg path {
  fill: #dc4405; }

.batch3-capability-wtc__item {
  padding: 25px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  @media (max-width: 767px) {
    .batch3-capability-wtc__item {
      padding: 17px 0; } }
  .batch3-capability-wtc__item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .batch3-capability-wtc__item .title {
    font-size: 35px;
    line-height: 48px;
    color: #000; }
    @media (max-width: 767px) {
      .batch3-capability-wtc__item .title {
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 32px; } }
  .batch3-capability-wtc__item p {
    color: #484848;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .batch3-capability-wtc__item p {
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 25px; } }
    .batch3-capability-wtc__item p:last-child {
      margin-bottom: 0; }
  .batch3-capability-wtc__item ul {
    margin: 0;
    margin-top: 30px;
    padding-left: 1rem; }
    @media (max-width: 767px) {
      .batch3-capability-wtc__item ul {
        font-size: 14px;
        line-height: 29px;
        margin-top: 25px; } }
    .batch3-capability-wtc__item ul li {
      margin-bottom: 5px;
      line-height: 29px; }
      @media (max-width: 767px) {
        .batch3-capability-wtc__item ul li {
          margin-bottom: 0; } }
      .batch3-capability-wtc__item ul li:last-child {
        margin-bottom: 0; }

@media (max-width: 767px) {
  .batch3-capability-news__title {
    margin-bottom: 35px; } }

.batch3-capability-news__item {
  padding: 30px 0;
  border-bottom: 1px solid #d2d2d2; }
  @media (max-width: 767px) {
    .batch3-capability-news__item {
      border-bottom: none;
      padding-bottom: 35px;
      padding-top: 0; } }
  .batch3-capability-news__item:first-child {
    padding-top: 0; }
  .batch3-capability-news__item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .batch3-capability-news__item .image {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden; }
    @media (max-width: 767px) {
      .batch3-capability-news__item .image {
        margin-bottom: 23px; } }
    .batch3-capability-news__item .image img {
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .batch3-capability-news__item .image img {
          transition: none; } }
    .batch3-capability-news__item .image:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .batch3-capability-news__item h6, .batch3-capability-news__item .h6 {
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .batch3-capability-news__item h6, .batch3-capability-news__item .h6 {
        line-height: 27px;
        margin-bottom: 9px; } }
  .batch3-capability-news__item p {
    line-height: 30px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .batch3-capability-news__item p {
        font-size: 14px;
        line-height: 29px; } }
  .batch3-capability-news__item ul {
    margin: 0; }
    .batch3-capability-news__item ul li {
      line-height: 30px; }
      @media (max-width: 767px) {
        .batch3-capability-news__item ul li {
          font-size: 14px;
          line-height: 29px; } }
  .batch3-capability-news__item .link-readmore {
    margin-top: 16px; }

.block-image-text {
  text-align: center; }
  .block-image-text p {
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 17px; }

.link-readmore {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  cursor: pointer;
  width: fit-content; }
  .link-readmore:hover .text {
    color: #dc4405; }
  .link-readmore:hover svg {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px); }
    .link-readmore:hover svg path {
      fill: #dc4405; }
  .link-readmore svg {
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .link-readmore svg {
        transition: none; } }
  .link-readmore .text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .link-readmore .text {
        transition: none; } }
    @media (max-width: 767px) {
      .link-readmore .text {
        font-size: 14px; } }

.introduce__wrap h3, .introduce__wrap .h3 {
  line-height: 55px;
  color: #dc4405;
  font-weight: 600;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .introduce__wrap h3, .introduce__wrap .h3 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 14px; } }

.introduce__wrap.introduce-black h3, .introduce__wrap.introduce-black .h3 {
  color: #000; }

.introduce__content p {
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .introduce__content p {
      font-size: 15px;
      line-height: 29px;
      margin-bottom: 0; } }
  .introduce__content p:last-child {
    margin-bottom: 0 !important; }

.introduce__content ul {
  margin: 0 0 20px 0; }
  .introduce__content ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 33px; }

.introduce__btn-readmore {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .introduce__btn-readmore {
      font-size: 15px;
      font-weight: 400;
      margin-top: 35px; } }

.introduce__text-readmore {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  cursor: pointer;
  width: fit-content;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .introduce__text-readmore {
      margin-top: 15px; } }
  .introduce__text-readmore:hover .text {
    color: #dc4405; }
  .introduce__text-readmore:hover svg {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
    fill: #dc4405; }
  .introduce__text-readmore svg {
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .introduce__text-readmore svg {
        transition: none; } }
  .introduce__text-readmore .text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .introduce__text-readmore .text {
        transition: none; } }
    @media (max-width: 767px) {
      .introduce__text-readmore .text {
        font-size: 14px; } }

.industrial-township__wrap h3, .industrial-township__wrap .h3 {
  line-height: 55px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .industrial-township__wrap h3, .industrial-township__wrap .h3 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 14px; } }

.industrial-township__wrap p {
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .industrial-township__wrap p {
      font-size: 15px;
      line-height: 29px; } }
  .industrial-township__wrap p:last-child {
    margin-bottom: 0 !important; }

.industrial-township__wrap ul li {
  font-size: 17px;
  line-height: 33px; }
  @media (max-width: 767px) {
    .industrial-township__wrap ul li {
      font-size: 15px;
      line-height: 29px; } }

@media (max-width: 767px) {
  .industrial-township__wrap .order-reverse-2 {
    order: 1; } }

@media (max-width: 767px) {
  .industrial-township__wrap .order-reverse-1 {
    order: 2; } }

@media (max-width: 767px) {
  .industrial-township__wrap .image-demo {
    margin-bottom: 35px; } }

.batch3-transformation__wrap {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .batch3-transformation__wrap {
      margin-bottom: 20px; } }

.batch3-services__list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 7px); }
  @media (max-width: 767px) {
    .batch3-services__list {
      width: 100%; } }

.batch3-services__cover {
  position: absolute;
  width: 100%;
  height: 100%; }
  .batch3-services__cover::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -14.53%, rgba(0, 0, 0, 0) 66.25%), linear-gradient(360deg, rgba(0, 0, 0, 0.4) -4.38%, rgba(0, 0, 0, 0) 66.87%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.batch3-services__item {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3 - 7px);
  background-color: #cecece;
  margin: 0 7px 7px 0; }
  @media (max-width: 767px) {
    .batch3-services__item {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 375px) {
    .batch3-services__item {
      width: 100%; } }
  .batch3-services__item:after {
    content: "";
    display: block;
    padding-bottom: 120%; }
    @media (max-width: 767px) {
      .batch3-services__item:after {
        padding-bottom: 95vw; } }
  .batch3-services__item::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all 0.3s ease;
    background: #6a2a5b;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-services__item::before {
        transition: none; } }
  .batch3-services__item:hover::before {
    z-index: 1;
    height: 100%;
    width: 100%; }
  .batch3-services__item:hover .batch3-services__title {
    z-index: -1; }
  .batch3-services__item:hover .batch3-services__des,
  .batch3-services__item:hover .batch3-services__link {
    z-index: 1; }

.batch3-services__image {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .batch3-services__image img {
    width: auto;
    height: 100%; }

.batch3-services__title {
  color: #fff;
  position: absolute;
  top: 25px;
  padding: 0 25px; }
  @media (max-width: 767px) {
    .batch3-services__title {
      padding: 0 15px;
      max-width: 60%;
      top: 15px; } }
  .batch3-services__title h6, .batch3-services__title .h6 {
    line-height: 33px; }
  .batch3-services__title h4, .batch3-services__title .h4 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 30px;
    margin-bottom: 11px; }
    @media (max-width: 767px) {
      .batch3-services__title h4, .batch3-services__title .h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 16px; } }
  .batch3-services__title p {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px; }
    @media (max-width: 767px) {
      .batch3-services__title p {
        font-size: 14px;
        font-weight: 400; } }

.batch3-services__des {
  color: #fff;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 24px;
  z-index: -1;
  line-height: 28px;
  width: 90%;
  height: 80%;
  overflow-y: hidden; }
  @media (max-width: 767px) {
    .batch3-services__des {
      font-size: 16px;
      height: 77%;
      overflow-y: auto; } }

.batch3-services__link {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 23px;
  bottom: 17px;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .batch3-services__link {
      transition: none; } }
  @media (max-width: 767px) {
    .batch3-services__link {
      font-size: 14px; } }
  .batch3-services__link:hover {
    color: #dc4405; }
    .batch3-services__link:hover svg {
      fill: #dc4405;
      -webkit-transform: translateX(7px);
      -moz-transform: translateX(7px);
      -ms-transform: translateX(7px);
      transform: translateX(7px); }
  .batch3-services__link svg {
    height: 15px;
    width: 15px;
    fill: #fff;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-services__link svg {
        transition: none; } }

.batch3-statistics__wrap {
  overflow: hidden; }

.batch3-statistics__content {
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media (max-width: 767px) {
    .batch3-statistics__content {
      padding-right: var(--bs-gutter-x, 0.75rem);
      padding-left: var(--bs-gutter-x, 0.75rem);
      width: 100%;
      margin-left: 0; } }
  .batch3-statistics__content h2, .batch3-statistics__content .h2 {
    color: #dc4405;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .batch3-statistics__content h2, .batch3-statistics__content .h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 3px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .batch3-statistics__content h2, .batch3-statistics__content .h2 {
        line-height: 55px;
        font-size: 44px;
        font-weight: 600; } }
  .batch3-statistics__content h6, .batch3-statistics__content .h6 {
    line-height: 33px; }
    @media (max-width: 767px) {
      .batch3-statistics__content h6, .batch3-statistics__content .h6 {
        line-height: 27px;
        margin-bottom: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .batch3-statistics__content h6, .batch3-statistics__content .h6 {
        line-height: 30px;
        font-size: 20px;
        font-weight: 400; } }
  .batch3-statistics__content .col-sm-12 {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .batch3-statistics__content .col-sm-12 {
        margin-bottom: 22px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .batch3-statistics__content .col-sm-12 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
    .batch3-statistics__content .col-sm-12:not(:last-child) {
      border-right: 1px solid #d2d2d2; }
      @media (max-width: 767px) {
        .batch3-statistics__content .col-sm-12:not(:last-child) {
          border-right: none;
          border-bottom: 1px solid #d2d2d2;
          padding-bottom: 14px; } }
    @media (min-width: 768px) {
      .batch3-statistics__content .col-sm-12:not(:nth-child(1)), .batch3-statistics__content .col-sm-12:not(:nth-child(4)) {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .batch3-statistics__content .col-sm-12:last-child {
        margin-bottom: 35px; } }
    .batch3-statistics__content .col-sm-12:nth-child(3n) {
      border-right: none; }

.batch3-statistics__note.small-statistic h6, .batch3-statistics__note.small-statistic .h6 {
  color: #dc4405;
  line-height: 33px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .batch3-statistics__note.small-statistic h6, .batch3-statistics__note.small-statistic .h6 {
      line-height: 27px; } }

.batch3-new-city {
  background-color: #6a2a5b;
  overflow: hidden;
  min-height: 590px;
  position: relative; }
  .batch3-new-city__wrap-full {
    background-image: url(images/background-purple-2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .batch3-new-city__wrap-full {
        height: 27%;
        top: 64%; } }
    .batch3-new-city__wrap-full.bg-orange {
      background-image: url(images/background-orange-full.jpg); }
  .batch3-new-city__wrap {
    color: #fff;
    position: relative;
    z-index: 2; }
    .batch3-new-city__wrap h3, .batch3-new-city__wrap .h3 {
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .batch3-new-city__wrap h3, .batch3-new-city__wrap .h3 {
          margin-bottom: 22px; } }
    .batch3-new-city__wrap p {
      line-height: 30px;
      margin-bottom: 12px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .batch3-new-city__wrap p {
          margin-bottom: 22px; } }
  @media (max-width: 767px) {
    .batch3-new-city__image {
      margin-top: 22px; } }
  .batch3-new-city__2side {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      .batch3-new-city__2side {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .batch3-new-city__2side.not-align {
      -webkit-box-align: unset;
      -moz-box-align: unset;
      -ms-flex-align: unset;
      -webkit-align-items: unset;
      align-items: unset; }
      @media (min-width: 768px) {
        .batch3-new-city__2side.not-align .batch3-new-city__right {
          max-width: 478px; } }
  .batch3-new-city__left {
    margin-right: 90px;
    flex: 1; }
    @media (max-width: 767px) {
      .batch3-new-city__left {
        margin-right: 0; } }
  .batch3-new-city__right {
    max-width: 360px; }
    @media (max-width: 767px) {
      .batch3-new-city__right {
        max-width: 100%;
        width: 100%; } }

.batch3-featured-projects__item {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-color: #cecece; }
  @media (max-width: 1440px) {
    .batch3-featured-projects__item {
      height: 32.7vw; } }
  @media (max-width: 767px) {
    .batch3-featured-projects__item {
      height: 299px; } }
  .batch3-featured-projects__item::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all 0.3s ease;
    background: #6a2a5b;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-featured-projects__item::before {
        transition: none; } }
  .batch3-featured-projects__item:hover::before {
    height: 100%;
    width: 100%;
    z-index: 1; }
  .batch3-featured-projects__item:hover .batch3-featured-projects__title {
    display: none; }
  .batch3-featured-projects__item:hover .batch3-featured-projects__link,
  .batch3-featured-projects__item:hover .batch3-featured-projects__des {
    z-index: 1; }

.batch3-featured-projects__image {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .batch3-featured-projects__image img {
    width: auto;
    height: 100%; }

.batch3-featured-projects__title {
  color: #fff;
  position: absolute;
  top: 25px;
  padding: 0 25px;
  font-weight: 600;
  line-height: 33px;
  text-shadow: 0 4px 4px #00000040;
  cursor: pointer; }
  @media (max-width: 767px) {
    .batch3-featured-projects__title {
      padding: 0 15px;
      line-height: 27px; } }

.batch3-featured-projects__des {
  color: #fff;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 24px;
  z-index: -1;
  line-height: 28px;
  width: 90%;
  height: 80%;
  overflow-y: hidden; }
  @media (max-width: 767px) {
    .batch3-featured-projects__des {
      font-size: 16px;
      height: 77%;
      overflow-y: auto; } }

.batch3-featured-projects__link {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 23px;
  bottom: 17px;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .batch3-featured-projects__link {
      transition: none; } }
  @media (max-width: 767px) {
    .batch3-featured-projects__link {
      font-size: 14px; } }
  .batch3-featured-projects__link:hover {
    color: #dc4405; }
    .batch3-featured-projects__link:hover svg {
      fill: #dc4405;
      -webkit-transform: translateX(7px);
      -moz-transform: translateX(7px);
      -ms-transform: translateX(7px);
      transform: translateX(7px); }
  .batch3-featured-projects__link svg {
    height: 15px;
    width: 15px;
    fill: #fff;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-featured-projects__link svg {
        transition: none; } }

.bacth3-trusted-stragetics__title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding: 0 15%; }
  .bacth3-trusted-stragetics__title h3, .bacth3-trusted-stragetics__title .h3 {
    font-weight: 600; }
  @media (max-width: 767px) {
    .bacth3-trusted-stragetics__title {
      text-align: left;
      margin-bottom: 15px;
      padding: 0; } }

.bacth3-trusted-stragetics__content {
  text-align: center;
  margin-bottom: 43px;
  line-height: 33px;
  padding: 0 10%; }
  @media (max-width: 767px) {
    .bacth3-trusted-stragetics__content {
      text-align: left;
      margin-bottom: 15px;
      line-height: 29px;
      padding: 0; } }

.bacth3-trusted-stragetics__list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.bacth3-trusted-stragetics__item {
  max-width: 200px;
  overflow: hidden;
  text-align: center; }
  .bacth3-trusted-stragetics__item img {
    width: auto;
    height: auto; }

.bacth3-trusted-stragetics__read-more {
  display: none;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .bacth3-trusted-stragetics__read-more {
      display: block;
      color: #000;
      font-weight: 500; } }
  .bacth3-trusted-stragetics__read-more:hover svg {
    fill: #dc4405;
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px); }
  .bacth3-trusted-stragetics__read-more svg {
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .bacth3-trusted-stragetics__read-more svg {
        transition: none; } }

.batch3-banner-slide__wrap {
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .batch3-banner-slide__wrap {
      max-height: 320px; } }

.batch3-banner-slide__item {
  height: 54.167vw; }
  @media (max-width: 767px) {
    .batch3-banner-slide__item {
      height: 84vw; } }

.batch3-banner-slide__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: gray;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.batch3-banner-slide__title {
  position: absolute;
  max-width: 500px;
  z-index: 2;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .batch3-banner-slide__title {
      top: 40%; } }
  .batch3-banner-slide__title h1, .batch3-banner-slide__title .h1 {
    text-shadow: 1px 3px 5px #0000008c; }
    @media (max-width: 767px) {
      .batch3-banner-slide__title h1, .batch3-banner-slide__title .h1 {
        font-size: 44px;
        line-height: 48px; } }

.batch3-banner-slide__play-video {
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .batch3-banner-slide__play-video img {
    max-width: 34px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .batch3-banner-slide__play-video img {
        max-width: 25px;
        margin-right: 10px; } }
  .batch3-banner-slide__play-video span {
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-banner-slide__play-video span {
        transition: none; } }
    .batch3-banner-slide__play-video span:hover {
      color: #dc4405; }

.news-detail__content .n2-ss-item-content.n2-ss-text.n2-ow {
  text-shadow: 1px 3px 5px #0000008c; }
  @media (max-width: 767px) {
    .news-detail__content .n2-ss-item-content.n2-ss-text.n2-ow {
      font-size: 44px !important;
      line-height: 48px !important; } }

.news-detail__content .n2-ss-item-content.n2-ss-text.n2-ow-all {
  height: 50px; }

.news-detail__content .nextend-bullet-bar .n2-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 4px !important; }

.batch3-full-slider {
  overflow: hidden;
  position: relative; }
  .batch3-full-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    height: auto;
    background: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
    z-index: 1; }
  .batch3-full-slider .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: #c4c4c4;
    width: 7px;
    height: 7px;
    border-radius: 50%; }
  .batch3-full-slider .swiper-pagination-bullet-active {
    background-color: #fff; }
  .batch3-full-slider .swiper-arrow-nvl {
    width: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    @media (max-width: 767px) {
      .batch3-full-slider .swiper-arrow-nvl {
        display: none; } }
  .batch3-full-slider .swiper-button-next {
    right: 53px; }
  .batch3-full-slider .swiper-button-prev {
    left: 53px; }
  .batch3-full-slider .swiper-button-disabled {
    opacity: 0.5;
    cursor: auto; }

.modal {
  background: #000000d9;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  max-width: 100%;
  margin: 0; }

.modal-video .modal-dialog {
  height: 90vh;
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.modal-video .modal-body {
  padding: 0; }

.modal-video .modal-content {
  background-color: transparent;
  border-radius: 0; }
  .modal-video .modal-content iframe {
    width: 100%;
    height: 75vh; }

.modal-video .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  z-index: 2;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 40px;
  height: auto;
  line-height: normal;
  display: flex;
  align-items: center; }

.swiper-logo,
.swiper-logo-2-row-nvl {
  overflow: hidden; }

.CUSTOM_CLASS_main_text {
  max-width: 100% !important;
  margin-bottom: 50px !important; }
  @media (max-width: 767px) {
    .CUSTOM_CLASS_main_text {
      margin-bottom: 20px !important; }
      .CUSTOM_CLASS_main_text p {
        font-size: 44px !important;
        line-height: 48px !important; } }

.CUSTOM_CLASS_play_icon {
  transform: none !important;
  position: static !important;
  width: auto !important;
  margin-right: 15px !important; }
  @media (max-width: 767px) {
    .CUSTOM_CLASS_play_icon {
      width: 26px !important;
      margin-right: 10px !important; } }

.CUSTOM_CLASS_play_video {
  transform: none !important;
  position: static !important;
  width: auto !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important; }
  @media (max-width: 767px) {
    .CUSTOM_CLASS_play_video p {
      font-size: 18px !important;
      line-height: 27px !important; } }

.n2-ss-section-main-content {
  max-width: 1250px !important;
  margin: 0 auto !important; }
  @media (max-width: 767px) {
    .n2-ss-section-main-content {
      padding: 10px !important; } }

.n2-ss-layer-col.n2-ss-layer-with-background {
  display: flex !important;
  align-items: center !important;
  flex-direction: row-nvl !important;
  justify-content: flex-start !important; }

.n2-ss-layer-row-nvl.n2-ss-layer-with-background {
  padding: 0 !important; }

.n2-ss-layer.n2-ow {
  margin-top: 0 !important; }

.batch3-industrial-service__video {
  position: relative; }

.batch3-industrial-service__video-wrap {
  position: relative; }
  .batch3-industrial-service__video-wrap img {
    cursor: pointer; }
  .batch3-industrial-service__video-wrap.active .video {
    z-index: 1; }
  .batch3-industrial-service__video-wrap .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.batch3-industrial-service__playing {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .batch3-industrial-service__playing {
      padding: 0 20px;
      bottom: 17px; } }
  .batch3-industrial-service__playing .icon {
    max-width: 20px;
    cursor: pointer; }
  .batch3-industrial-service__playing .progress {
    margin-left: 27px;
    width: 100%;
    height: 4px;
    background-color: #c4c4c4; }
    @media (max-width: 767px) {
      .batch3-industrial-service__playing .progress {
        margin-left: 23px; } }
  .batch3-industrial-service__playing .progress-bar {
    background-color: #dc4405; }

.industrial-services-news__image-news::before {
  content: "";
  display: block;
  padding-bottom: 60%; }

.industrial-services-news__image-news .industrial-services-news__image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.industrial-services-news__item {
  height: 100%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .industrial-services-news__item {
      margin-bottom: 35px; } }
  .industrial-services-news__item p {
    color: #484848;
    line-height: 30px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .industrial-services-news__item p {
        line-height: 29px;
        font-size: 14px;
        margin-bottom: 20px; } }

.industrial-services-news__image-news {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .industrial-services-news__image-news {
      margin-bottom: 12px; } }
  .industrial-services-news__image-news .image-news {
    transition: all 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .industrial-services-news__image-news .image-news {
        transition: none; } }
  .industrial-services-news__image-news img {
    height: auto;
    width: 100%;
    max-width: none; }
  .industrial-services-news__image-news:hover .image-news {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .industrial-services-news__image-news:hover .latest-news__label-date {
    height: 100%;
    opacity: 1; }

.industrial-services-news__image-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #f5f5f5;
  margin: auto;
  height: 256px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .industrial-services-news__image-title {
      height: auto; } }

.industrial-services-news__title {
  color: #000000;
  display: inline-block; }
  .industrial-services-news__title h6, .industrial-services-news__title .h6 {
    margin-bottom: 15px;
    line-height: 33px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .industrial-services-news__title h6, .industrial-services-news__title .h6 {
        line-height: 27px;
        font-size: 18px;
        margin-bottom: 9px; } }

.industrial-services-news__read-more {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px; }
  @media (prefers-reduced-motion: reduce) {
    .industrial-services-news__read-more {
      transition: none; } }
  @media (max-width: 767px) {
    .industrial-services-news__read-more {
      font-size: 14px;
      font-weight: 600; } }
  .industrial-services-news__read-more svg {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: 7px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .industrial-services-news__read-more svg {
        transition: none; } }
    @media (max-width: 767px) {
      .industrial-services-news__read-more svg {
        margin-top: 0; } }
  .industrial-services-news__read-more:hover {
    color: #dc4405; }
    .industrial-services-news__read-more:hover svg {
      fill: #dc4405;
      -webkit-transform: translateX(7px);
      -moz-transform: translateX(7px);
      -ms-transform: translateX(7px);
      transform: translateX(7px); }

.batch3-services__list.no-overlay-purple .batch3-services__item:hover .batch3-services__des {
  display: none; }

.batch3-investing-gallery__hover {
  z-index: -1;
  position: absolute;
  width: calc(100% - 7px);
  height: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  background: #6a2a5b;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center; }
  .batch3-investing-gallery__hover .wrap {
    padding: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff; }
    @media (max-width: 767px) {
      .batch3-investing-gallery__hover .wrap {
        padding: 35px 20px;
        padding-bottom: 45px; } }
  .batch3-investing-gallery__hover .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767px) {
      .batch3-investing-gallery__hover .title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 6px; } }
  .batch3-investing-gallery__hover .des {
    font-size: 17px;
    line-height: 33px;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .batch3-investing-gallery__hover .des {
        max-height: 105px;
        margin-bottom: 20px;
        overflow-y: auto; } }
    @media (max-width: 767px) {
      .batch3-investing-gallery__hover .des {
        font-size: 15px;
        line-height: 29px; } }

.batch3-investing-gallery__list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 7px);
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .batch3-investing-gallery__list {
      width: 100%; } }
  .batch3-investing-gallery__list.active .batch3-investing-gallery__title::before {
    z-index: 2;
    height: 100%;
    width: 100%; }
  .batch3-investing-gallery__list.active .batch3-investing-gallery__title,
  .batch3-investing-gallery__list.active .batch3-investing-gallery__link {
    z-index: 1; }
  .batch3-investing-gallery__list.active .batch3-investing-gallery__item.child_active .batch3-investing-gallery__hover {
    z-index: 3;
    opacity: 1;
    width: calc(100% - 7px);
    height: calc(100% - 7px); }
    @media (max-width: 767px) {
      .batch3-investing-gallery__list.active .batch3-investing-gallery__item.child_active .batch3-investing-gallery__hover {
        width: 100%;
        height: 100%;
        align-items: flex-start; } }

.batch3-investing-gallery__cover {
  position: relative;
  width: 100%; }
  .batch3-investing-gallery__cover:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .batch3-investing-gallery__cover .cover-wrap {
    position: absolute;
    width: 100%;
    height: 100%; }
    .batch3-investing-gallery__cover .cover-wrap::before {
      position: absolute;
      content: "";
      background: linear-gradient(180deg, #00000080 -14.53%, #00000000 66.25%), linear-gradient(360deg, #0000002b -4.38%, #00000000 66.87%);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.batch3-investing-gallery__minus {
  position: absolute;
  right: 25px;
  bottom: 20px;
  cursor: pointer; }

.batch3-investing-gallery__item {
  overflow: hidden;
  width: calc(100% / 3 - 7px);
  background-color: #cecece;
  margin: 0 7px 7px 0; }
  .batch3-investing-gallery__item.active .batch3-investing-gallery__title::before {
    z-index: 2;
    height: 100%;
    width: 100%; }
  .batch3-investing-gallery__item.active .batch3-investing-gallery__title,
  .batch3-investing-gallery__item.active .batch3-investing-gallery__link {
    z-index: 1; }
  .batch3-investing-gallery__item.active .batch3-investing-gallery__item.child_active .batch3-investing-gallery__hover {
    z-index: 3;
    opacity: 1;
    width: calc(100% - 7px);
    height: calc(100% - 7px); }
    @media (max-width: 767px) {
      .batch3-investing-gallery__item.active .batch3-investing-gallery__item.child_active .batch3-investing-gallery__hover {
        width: 100%;
        height: 100%;
        align-items: flex-start; } }
  @media (max-width: 767px) {
    .batch3-investing-gallery__item {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      position: relative; } }
  @media (max-width: 375px) {
    .batch3-investing-gallery__item {
      width: 100%; } }
  @media (max-width: 767px) {
    .batch3-investing-gallery__item.child_active .batch3-investing-gallery__hover {
      width: 100%;
      height: 100%;
      align-items: flex-start;
      z-index: 3;
      opacity: 1; } }

.batch3-investing-gallery__image {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .batch3-investing-gallery__image img {
    width: auto;
    height: 100%; }

.batch3-investing-gallery__title {
  position: absolute;
  top: 25px;
  padding: 0 25px;
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .batch3-investing-gallery__title {
      top: 15px;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .batch3-investing-gallery__title {
      font-size: 18px;
      padding: 0 15px;
      max-width: 85%;
      top: 15px; } }
  .batch3-investing-gallery__title .text {
    line-height: 33px;
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .batch3-investing-gallery__title .text {
        line-height: 30px;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .batch3-investing-gallery__title .text {
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 16px; } }
  .batch3-investing-gallery__title a {
    color: #fff; }
  .batch3-investing-gallery__title p {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    color: #fff; }
    @media (max-width: 767px) {
      .batch3-investing-gallery__title p {
        font-size: 14px;
        font-weight: 400; } }

.batch3-investing-gallery__link {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 23px;
  bottom: 17px; }
  @media (max-width: 767px) {
    .batch3-investing-gallery__link {
      font-size: 14px; } }
  .batch3-investing-gallery__link:hover {
    color: #dc4405; }
    .batch3-investing-gallery__link:hover svg {
      fill: #dc4405; }
  .batch3-investing-gallery__link svg {
    height: 26px;
    width: 26px;
    fill: #fff !important;
    cursor: pointer; }

.bacth3-investing-tabs-wrap .tabs-menu {
  margin-bottom: 41px;
  margin-top: 36px; }
  @media (max-width: 767px) {
    .bacth3-investing-tabs-wrap .tabs-menu {
      margin-top: 26px;
      margin-bottom: 29px; } }

.investing-tabs-tax {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 13px); }
  .investing-tabs-tax__items {
    width: calc((100% / 2) - 13px);
    margin-right: 13px;
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .investing-tabs-tax__items {
        width: 100%;
        padding: 25px; } }
    @media (max-width: 767px) {
      .investing-tabs-tax__items:last-child {
        margin-bottom: 0; } }
    .investing-tabs-tax__items span {
      font-size: 22px;
      margin-right: 11px; }
    @media (max-width: 767px) {
      .investing-tabs-tax__items h2, .investing-tabs-tax__items .h2 {
        font-size: 38px; } }
    .investing-tabs-tax__items h6, .investing-tabs-tax__items .h6 {
      margin-bottom: 8px;
      line-height: 33px;
      color: #000; }
      @media (max-width: 767px) {
        .investing-tabs-tax__items h6, .investing-tabs-tax__items .h6 {
          margin-bottom: 0; } }
    .investing-tabs-tax__items p {
      line-height: 20px;
      color: #484848;
      margin-bottom: 0; }
  .investing-tabs-tax__title {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #dc4405;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .investing-tabs-tax__title {
        margin-bottom: 3px; } }

.single-title {
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .single-title {
      margin-bottom: 18px; } }
  .single-title h3, .single-title .h3 {
    font-weight: 600; }
    @media (max-width: 767px) {
      .single-title h3, .single-title .h3 {
        font-size: 32px; } }
  .single-title .fs-40 {
    font-size: 40px; }
    @media (max-width: 767px) {
      .single-title .fs-40 {
        font-weight: 500;
        font-size: 25px;
        line-height: 30px; } }

.batch3-tabs-horizontal-pc {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media (max-width: 767px) {
    .batch3-tabs-horizontal-pc {
      display: none; } }
  .batch3-tabs-horizontal-pc--right {
    border: 1px solid #f5f5f5;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; }
  .batch3-tabs-horizontal-pc .tab-content {
    width: 100%;
    overflow: hidden; }
  .batch3-tabs-horizontal-pc .nav-pills .nav-link {
    padding: 40px 30px;
    border-radius: 0;
    font-size: 17px;
    line-height: 33px;
    color: #000;
    text-align: left;
    border: 1px solid #f5f5f5;
    min-width: 320px;
    flex: 1; }
    @media (max-width: 991px) {
      .batch3-tabs-horizontal-pc .nav-pills .nav-link {
        font-size: 16px;
        line-height: 33px;
        padding: 38px 30px; } }
    .batch3-tabs-horizontal-pc .nav-pills .nav-link:hover {
      background-color: #6a2a5b;
      border: 1px solid #6a2a5b;
      color: #fff; }
    .batch3-tabs-horizontal-pc .nav-pills .nav-link.active {
      color: #fff;
      background-color: #dc4405;
      border: 1px solid #dc4405;
      font-weight: 600; }

.batch3-tabs-horizontal-mb {
  display: none; }
  @media (max-width: 767px) {
    .batch3-tabs-horizontal-mb {
      display: block; } }
  @media (max-width: 767px) {
    .batch3-tabs-horizontal-mb .swiper-1item__actions {
      display: none; } }
  .batch3-tabs-horizontal-mb .accordion-body {
    padding: 0; }
  .batch3-tabs-horizontal-mb .accordion-item {
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none; }
  .batch3-tabs-horizontal-mb .accordion-button {
    padding: 20px;
    font-size: 15px; }
    .batch3-tabs-horizontal-mb .accordion-button:hover {
      background-color: #6a2a5b;
      color: #fff; }
  .batch3-tabs-horizontal-mb .accordion-button:not(.collapsed) {
    background-color: #dc4405;
    color: #fff;
    border: 1px solid #dc4405;
    font-weight: 600; }
  .batch3-tabs-horizontal-mb .accordion-item:first-of-type {
    border-radius: 0; }
  .batch3-tabs-horizontal-mb .accordion-item:last-of-type {
    border-radius: 0; }
  .batch3-tabs-horizontal-mb .accordion-item:first-of-type .accordion-button {
    border-radius: 0; }
  .batch3-tabs-horizontal-mb .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0; }
  .batch3-tabs-horizontal-mb .accordion-button::after {
    display: none; }
  .batch3-tabs-horizontal-mb .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0; }

.accordion-button:focus {
  box-shadow: none; }

.swiper-1item {
  overflow: hidden; }
  .swiper-1item__actions {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin: 30px 20px 10px 20px;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .swiper-1item__actions {
        margin-top: 10px; } }
    .swiper-1item__actions .swiper-arrow-nvls {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .swiper-1item__actions .swiper-button-arrow-nvl {
      background-color: #dc4405;
      margin: 0 5px;
      cursor: pointer; }
    .swiper-1item__actions .swiper-slide {
      position: relative; }
      .swiper-1item__actions .swiper-slide::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #ffffffab;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all ease 0.1s; }
    .swiper-1item__actions .swiper-slide-active::before,
    .swiper-1item__actions .swiper-slide-next::before {
      background-color: transparent;
      transition: all ease 0.1s; }
    .swiper-1item__actions .swiper-pagination {
      background-color: transparent; }
    .swiper-1item__actions .swiper-pagination {
      background: #fff;
      font-size: 22px;
      color: #c4c4c4;
      height: 100%; }
      @media (max-width: 991px) {
        .swiper-1item__actions .swiper-pagination {
          font-size: 20px; } }
    .swiper-1item__actions .swiper-pagination-current {
      font-weight: 600;
      color: #dc4405;
      line-height: 33px;
      font-size: 22px; }
    .swiper-1item__actions .swiper-pagination-total {
      font-weight: 400; }

.tabs-2side-items__content {
  padding: 10px 20px 0 20px; }
  @media (max-width: 767px) {
    .tabs-2side-items__content {
      padding: 20px 0 25px 0; } }

.tabs-2side-items__image {
  height: 424px;
  overflow: hidden;
  background: #80808069;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .tabs-2side-items__image {
      height: auto; } }

.tabs-2side-items h6, .tabs-2side-items .h6 {
  font-weight: 600;
  line-height: 33px;
  color: #111; }
  @media (max-width: 991px) {
    .tabs-2side-items h6, .tabs-2side-items .h6 {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    .tabs-2side-items h6, .tabs-2side-items .h6 {
      font-size: 18px;
      line-height: 27px; } }

.tabs-2side-items p {
  color: #484848;
  margin-bottom: 0;
  line-height: 28px; }

.batch3-map {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media (max-width: 991px) {
    .batch3-map {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .batch3-map .swiper-arrow-nvls {
    margin-left: 20px; }
  .batch3-map .line-center {
    margin: 30px 0 35px 0;
    background-color: #d2d2d2;
    opacity: 1; }
    @media (max-width: 767px) {
      .batch3-map .line-center {
        margin: 20px 0; } }
  .batch3-map__heading {
    margin-bottom: 25px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .batch3-map__heading h5, .batch3-map__heading .h5 {
      font-size: 35px;
      line-height: 48px;
      margin-right: 17px; }
      @media (max-width: 767px) {
        .batch3-map__heading h5, .batch3-map__heading .h5 {
          font-weight: 500 !important;
          font-size: 22px;
          line-height: 27px;
          color: #000000; } }
  .batch3-map__des {
    font-size: 15px;
    line-height: 30px;
    color: #484848;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .batch3-map__des {
        font-size: 14px;
        line-height: 29px; } }
  .batch3-map__left {
    width: 51%;
    background: #f5f5f5;
    padding: 35px 65px 70px 65px; }
    @media (max-width: 991px) {
      .batch3-map__left {
        width: 100%;
        order: 2;
        padding: 20px; } }
  .batch3-map__right {
    width: 52%;
    background: linear-gradient(0deg, #dbdbdb, #dbdbdb), #f3f3f3;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    overflow-x: auto; }
    @media (max-width: 991px) {
      .batch3-map__right {
        width: 100%;
        justify-content: flex-start; } }
  @media (max-width: 767px) {
    .batch3-map .btn__read-more {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px; } }
  .batch3-map .batch3-featured-projects__item {
    height: 256px; }
  .batch3-map .batch3-featured-projects__image img {
    width: 100%;
    height: auto; }
  .batch3-map .batch3-featured-projects__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #ffffff; }
  .batch3-map .select__wrapper {
    min-width: 246px; }
  .batch3-map .select__default {
    width: 100%; }
  .batch3-map .location {
    cursor: pointer; }
  .batch3-map .svg {
    position: relative; }
    .batch3-map .svg .svg-pin {
      top: -9px;
      right: -9px;
      position: absolute;
      transition: all 0.2s ease;
      z-index: -1;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .batch3-map .svg .svg-pin {
          transition: none; } }
  .batch3-map .popover-location {
    background-image: url(images/MapHover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px 20px 21px;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4c12a1;
    cursor: pointer;
    white-space: nowrap;
    height: 55px;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease; }
    .batch3-map .popover-location.active {
      opacity: 1; }
    .batch3-map .popover-location img {
      margin-left: 10px;
      max-width: 7px; }
  .batch3-map .location {
    stroke: grey; }
  .batch3-map .map-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-height: 400px;
    background: #dbdbdb9c;
    z-index: -1; }
    .batch3-map .map-loading.active {
      z-index: 2; }
  .batch3-map .location-anchor {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    pointer-events: none; }
    .batch3-map .location-anchor .popover-location {
      top: -42px; }
    .batch3-map .location-anchor.status-left {
      flex-direction: row-nvl-reverse; }
      .batch3-map .location-anchor.status-left .location-status {
        margin-left: 0;
        margin-right: 6px; }
      .batch3-map .location-anchor.status-left.has-project {
        pointer-events: visible; }
        .batch3-map .location-anchor.status-left.has-project .popover-location {
          left: -20px !important; }
    .batch3-map .location-anchor.has-project {
      pointer-events: visible; }
      .batch3-map .location-anchor.has-project .popover-location {
        left: 70% !important; }
      .batch3-map .location-anchor.has-project .location-status::before {
        position: absolute;
        content: "";
        background: #dc4405;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .batch3-map .location-anchor.has-project .location-status::after {
        position: absolute;
        content: "";
        border: 1px solid #dc4405;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .batch3-map .location-anchor:hover .popover-location {
      opacity: 1;
      left: -20px;
      top: -42px; }
    .batch3-map .location-anchor.active .svg-pin {
      z-index: 2;
      opacity: 1; }
    .batch3-map .location-anchor .location-name {
      font-weight: 300;
      font-size: 14px;
      line-height: 25px;
      color: #585858; }
    .batch3-map .location-anchor .location-status {
      border: 1px solid #dc4405;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      margin-left: 6px;
      position: relative; }

.bacth3-our-bussiness-tabs__wrap .tabs-menu__wrap {
  margin-left: 0; }

.bacth3-introduce-iconic__wrap .col-sm-12:last-child .bacth3-introduce-iconic__item {
  margin-bottom: 0; }

.bacth3-introduce-iconic__wrap .col-sm-12 p {
  margin-bottom: 0; }

.bacth3-introduce-iconic__item {
  text-align: left;
  max-width: 90%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .bacth3-introduce-iconic__item {
      margin-bottom: 35px; } }
  .bacth3-introduce-iconic__item .image-iconic {
    margin: 0 auto;
    max-width: 70px;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .bacth3-introduce-iconic__item .image-iconic {
        margin-bottom: 23px;
        max-width: 100px; } }
  .bacth3-introduce-iconic__item p {
    color: #484848;
    line-height: 28px;
    font-size: 15px; }
    @media (max-width: 767px) {
      .bacth3-introduce-iconic__item p {
        font-size: 14px; } }

.bacth3-our-bussiness-tabs__wrap {
  background-color: #fff; }
  .bacth3-our-bussiness-tabs__wrap .tabs-menu {
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .bacth3-our-bussiness-tabs__wrap .tabs-menu {
        margin-bottom: -6px; } }
  .bacth3-our-bussiness-tabs__wrap .nav-tabs .nav-item {
    border-bottom: 1px solid transparent; }
  .bacth3-our-bussiness-tabs__wrap .swiper-button-arrow-nvl {
    background-color: unset; }
  .bacth3-our-bussiness-tabs__wrap .tabs-menu__wrap {
    border-bottom: 1px solid #d2d2d2; }
    @media (max-width: 767px) {
      .bacth3-our-bussiness-tabs__wrap .tabs-menu__wrap {
        margin: 0 15px; } }

.bacth3-our-bussiness-tabs__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 26px;
  border-bottom: 1px solid #d2d2d2; }
  @media (max-width: 767px) {
    .bacth3-our-bussiness-tabs__item {
      padding: 30px 0; } }
  .bacth3-our-bussiness-tabs__item:last-child {
    border-bottom: 1px solid #d2d2d2; }
  .bacth3-our-bussiness-tabs__item .image-icon {
    max-width: 77px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .bacth3-our-bussiness-tabs__item .image-icon {
        max-width: 50px;
        min-width: 50px; } }
  .bacth3-our-bussiness-tabs__item .title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
    line-height: 26px; }
    @media (max-width: 767px) {
      .bacth3-our-bussiness-tabs__item .title {
        font-weight: 500; } }
  .bacth3-our-bussiness-tabs__item .text-content {
    color: #484848;
    line-height: 30px; }

@media (max-width: 767px) {
  .bacth3-our-bussiness-comprehensive__wrap .image-comprehensive {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .bacth3-our-bussiness-comprehensive__wrap .order-reverse {
    order: 2; } }

@media (max-width: 767px) {
  .bacth3-our-bussiness-comprehensive__wrap .introduce__wrap h3, .bacth3-our-bussiness-comprehensive__wrap .introduce__wrap .h3 {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .bacth3-our-bussiness-comprehensive__wrap .spacer-65 {
    display: none; } }

.batch3-partner-slide__wrap {
  background-color: #fff; }

.batch3-partner-slide .swiper-button-arrow-nvl {
  background-color: #dc4405; }

.batch3-partner-slide__item {
  margin-right: 0 !important;
  border: 1px solid #d2d2d2;
  min-height: 370px;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .batch3-partner-slide__item:hover .batch3-partner-slide__hover {
    background: #6a2a5b;
    opacity: 1;
    z-index: 2; }
  @media (max-width: 767px) {
    .batch3-partner-slide__item {
      min-height: auto;
      height: 320px;
      max-width: 100%; } }

.batch3-partner-slide__content {
  position: absolute;
  bottom: 18px;
  color: #c4c4c4; }
  @media (max-width: 767px) {
    .batch3-partner-slide__content {
      font-size: 18px;
      font-weight: 500;
      line-height: 27px; } }

.batch3-partner-slide__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
  background: transparent;
  color: #ffffff;
  padding: 30px 20px 15px 20px; }

.batch3-partner-slide__hover-title {
  font-size: 22px;
  line-height: 33px; }

.batch3-partner-slide__hover-des {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px; }

.batch3-capability-banner-wrap {
  height: 272px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .batch3-capability-banner-wrap.project-detail-title {
    height: auto !important;
    justify-content: flex-start !important; }

.batch3-capability-banner-title {
  height: auto !important;
  justify-content: flex-start !important; }

.batch3-featured-projects-swipe__content .batch3-list-gallery__content,
.batch3-featured-projects-swipe__content .batch3-list-gallery__items h5,
.batch3-featured-projects-swipe__content .batch3-list-gallery__items .h5 {
  z-index: 2; }

.batch3-featured-projects__image {
  position: relative; }
  .batch3-featured-projects__image::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #08080854 0%, #ffffff14 50%, #06060654 100%);
    top: 0;
    height: 100%;
    width: 100%; }

.batch3-list-gallery__items {
  position: relative; }
  .batch3-list-gallery__items::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #08080854 0%, #ffffff14 50%, #06060690 100%);
    top: 0;
    height: 100%;
    width: 100%; }

.batch3-featured-projects-swipe__content {
  overflow-x: auto; }

.batch3-list-gallery {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  overflow: hidden;
  position: relative; }
  .batch3-list-gallery__items {
    width: calc(100% / 4);
    position: relative;
    min-height: 560px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    background-size: auto 120%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: grey; }
    @media (max-width: 991px) {
      .batch3-list-gallery__items {
        min-height: 358px; } }
    @media (max-width: 767px) {
      .batch3-list-gallery__items {
        min-height: 280px; } }
    .batch3-list-gallery__items::before {
      content: "";
      position: absolute;
      background-color: #111;
      opacity: 0.3;
      z-index: 2;
      width: 100%;
      height: 100%; }
    .batch3-list-gallery__items:hover {
      cursor: pointer; }
      .batch3-list-gallery__items:hover::before {
        display: none; }
    .batch3-list-gallery__items.active {
      min-width: 50%;
      width: 100%;
      background-size: auto 130%; }
      @media (max-width: 991px) {
        .batch3-list-gallery__items.active {
          background-size: auto 130%; } }
      .batch3-list-gallery__items.active::before {
        display: none; }
      .batch3-list-gallery__items.active h5, .batch3-list-gallery__items.active .h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 33px; }
        @media (max-width: 991px) {
          .batch3-list-gallery__items.active h5, .batch3-list-gallery__items.active .h5 {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .batch3-list-gallery__items.active h5, .batch3-list-gallery__items.active .h5 {
            font-size: 18px;
            line-height: 27px;
            min-width: auto; } }
    .batch3-list-gallery__items a {
      color: #fff; }
    .batch3-list-gallery__items h5, .batch3-list-gallery__items .h5 {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      padding-right: 20px;
      margin-bottom: 0;
      line-height: 21px; }
      @media (max-width: 991px) {
        .batch3-list-gallery__items h5, .batch3-list-gallery__items .h5 {
          line-height: 19px; } }
      @media (max-width: 767px) {
        .batch3-list-gallery__items h5, .batch3-list-gallery__items .h5 {
          font-size: 14px;
          line-height: 23px;
          min-width: 300px; } }
  .batch3-list-gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #c4c4c4;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .batch3-list-gallery__image img {
      width: auto;
      height: 100%; }

.batch3-project-detailed__heading-wrap .single-title {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .batch3-project-detailed__heading-wrap .single-title {
      margin-bottom: 19px; } }

.batch3-project-detailed__content-wrap p {
  font-size: 17px;
  line-height: 33px;
  color: #484848;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .batch3-project-detailed__content-wrap p {
      font-size: 15px;
      line-height: 29px;
      margin-bottom: 20px; } }
  .batch3-project-detailed__content-wrap p:last-child {
    margin-bottom: 0; }

.batch3-location-map__map-style {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 495px;
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .batch3-location-map__map-style {
      min-height: 200px; } }
  .batch3-location-map__map-style span {
    font-size: 22px; }

.batch3-key-offers__wrap .col-sm-12:first-child {
  border-right: none; }

@media (max-width: 767px) {
  .batch3-related-projects__wrap {
    overflow-x: auto; } }

.batch3-related-projects__list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 7px); }
  @media (max-width: 767px) {
    .batch3-related-projects__list {
      -webkit-flex-wrap: unset;
      -moz-flex-wrap: unset;
      -ms-flex-wrap: unset;
      flex-wrap: unset;
      min-width: 670px; } }

.batch3-related-projects__cover {
  position: absolute;
  width: 100%;
  height: 100%; }
  .batch3-related-projects__cover::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -14.53%, rgba(0, 0, 0, 0) 66.25%), linear-gradient(360deg, rgba(0, 0, 0, 0.4) -4.38%, rgba(0, 0, 0, 0) 66.87%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.batch3-related-projects__item {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3 - 7px);
  background-color: #cecece;
  margin: 0 7px 7px 0; }
  @media (max-width: 767px) {
    .batch3-related-projects__item {
      min-width: 237px;
      min-height: 255px; } }
  .batch3-related-projects__item:after {
    content: "";
    display: block;
    padding-bottom: 94%; }
  .batch3-related-projects__item::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all 0.3s ease;
    background: #6a2a5b;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-related-projects__item::before {
        transition: none; } }
  .batch3-related-projects__item:hover::before {
    z-index: 1;
    height: 100%;
    width: 100%; }
  .batch3-related-projects__item:hover .batch3-related-projects__title {
    display: none; }
  .batch3-related-projects__item:hover .batch3-related-projects__link,
  .batch3-related-projects__item:hover .batch3-related-projects__des {
    z-index: 1; }

.batch3-related-projects__image {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .batch3-related-projects__image img {
    width: auto;
    height: 100%; }

.batch3-related-projects__title {
  color: #fff;
  position: absolute;
  top: 25px;
  padding: 0 18px; }
  @media (max-width: 767px) {
    .batch3-related-projects__title {
      padding: 0 15px;
      top: 15px; } }
  .batch3-related-projects__title h6, .batch3-related-projects__title .h6 {
    line-height: 33px;
    margin-bottom: 11px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .batch3-related-projects__title h6, .batch3-related-projects__title .h6 {
        font-size: 20px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .batch3-related-projects__title h6, .batch3-related-projects__title .h6 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 16px; } }
  .batch3-related-projects__title p {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px; }
    @media (max-width: 767px) {
      .batch3-related-projects__title p {
        font-size: 14px;
        font-weight: 400; } }

.batch3-related-projects__des {
  color: #fff;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 24px;
  z-index: -1;
  line-height: 28px;
  width: 90%;
  height: 75%;
  overflow-y: hidden; }
  @media (max-width: 767px) {
    .batch3-related-projects__des {
      font-size: 14px;
      overflow-y: auto; } }

.batch3-related-projects__link {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 18px;
  bottom: 17px;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .batch3-related-projects__link {
      transition: none; } }
  @media (max-width: 767px) {
    .batch3-related-projects__link {
      font-size: 14px; } }
  .batch3-related-projects__link:hover {
    color: #dc4405; }
    .batch3-related-projects__link:hover svg {
      fill: #dc4405;
      -webkit-transform: translateX(7px);
      -moz-transform: translateX(7px);
      -ms-transform: translateX(7px);
      transform: translateX(7px); }
  .batch3-related-projects__link svg {
    height: 15px;
    width: 15px;
    fill: #fff;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .batch3-related-projects__link svg {
        transition: none; } }

.batch3-property-showcase__wrap-slide {
  position: relative; }
  .batch3-property-showcase__wrap-slide .swiper-slide {
    min-height: 495px;
    position: relative; }
    @media (max-width: 767px) {
      .batch3-property-showcase__wrap-slide .swiper-slide {
        min-height: 200px; } }
  .batch3-property-showcase__wrap-slide .swiper-arrow-nvls {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    opacity: 0.6; }
    .batch3-property-showcase__wrap-slide .swiper-arrow-nvls .swiper-button-arrow-nvl {
      background-color: #dc4405; }

.batch3-property-showcase__images {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 495px;
  background-color: #cecece;
  overflow: hidden; }
  @media (max-width: 767px) {
    .batch3-property-showcase__images {
      height: 200px; } }


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@font-face{font-family:'NFontAwesome';src:url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2');font-weight:400;font-style:normal;font-display:swap}div .n2i.nfa{display:inline-block;font:1em/1 NFontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nfa-glass:before{content:"\f000"}.nfa-music:before{content:"\f001"}.nfa-search:before{content:"\f002"}.nfa-envelope-o:before{content:"\f003"}.nfa-heart:before{content:"\f004"}.nfa-star:before{content:"\f005"}.nfa-star-o:before{content:"\f006"}.nfa-user:before{content:"\f007"}.nfa-film:before{content:"\f008"}.nfa-th-large:before{content:"\f009"}.nfa-th:before{content:"\f00a"}.nfa-th-list:before{content:"\f00b"}.nfa-check:before{content:"\f00c"}.nfa-remove:before,.nfa-close:before,.nfa-times:before{content:"\f00d"}.nfa-search-plus:before{content:"\f00e"}.nfa-search-minus:before{content:"\f010"}.nfa-power-off:before{content:"\f011"}.nfa-signal:before{content:"\f012"}.nfa-gear:before,.nfa-cog:before{content:"\f013"}.nfa-trash-o:before{content:"\f014"}.nfa-home:before{content:"\f015"}.nfa-file-o:before{content:"\f016"}.nfa-clock-o:before{content:"\f017"}.nfa-road:before{content:"\f018"}.nfa-download:before{content:"\f019"}.nfa-arrow-circle-o-down:before{content:"\f01a"}.nfa-arrow-circle-o-up:before{content:"\f01b"}.nfa-inbox:before{content:"\f01c"}.nfa-play-circle-o:before{content:"\f01d"}.nfa-rotate-right:before,.nfa-repeat:before{content:"\f01e"}.nfa-refresh:before{content:"\f021"}.nfa-list-alt:before{content:"\f022"}.nfa-lock:before{content:"\f023"}.nfa-flag:before{content:"\f024"}.nfa-headphones:before{content:"\f025"}.nfa-volume-off:before{content:"\f026"}.nfa-volume-down:before{content:"\f027"}.nfa-volume-up:before{content:"\f028"}.nfa-qrcode:before{content:"\f029"}.nfa-barcode:before{content:"\f02a"}.nfa-tag:before{content:"\f02b"}.nfa-tags:before{content:"\f02c"}.nfa-book:before{content:"\f02d"}.nfa-bookmark:before{content:"\f02e"}.nfa-print:before{content:"\f02f"}.nfa-camera:before{content:"\f030"}.nfa-font:before{content:"\f031"}.nfa-bold:before{content:"\f032"}.nfa-italic:before{content:"\f033"}.nfa-text-height:before{content:"\f034"}.nfa-text-width:before{content:"\f035"}.nfa-align-left:before{content:"\f036"}.nfa-align-center:before{content:"\f037"}.nfa-align-right:before{content:"\f038"}.nfa-align-justify:before{content:"\f039"}.nfa-list:before{content:"\f03a"}.nfa-dedent:before,.nfa-outdent:before{content:"\f03b"}.nfa-indent:before{content:"\f03c"}.nfa-video-camera:before{content:"\f03d"}.nfa-photo:before,.nfa-image:before,.nfa-picture-o:before{content:"\f03e"}.nfa-pencil:before{content:"\f040"}.nfa-map-marker:before{content:"\f041"}.nfa-adjust:before{content:"\f042"}.nfa-tint:before{content:"\f043"}.nfa-edit:before,.nfa-pencil-square-o:before{content:"\f044"}.nfa-share-square-o:before{content:"\f045"}.nfa-check-square-o:before{content:"\f046"}.nfa-arrows:before{content:"\f047"}.nfa-step-backward:before{content:"\f048"}.nfa-fast-backward:before{content:"\f049"}.nfa-backward:before{content:"\f04a"}.nfa-play:before{content:"\f04b"}.nfa-pause:before{content:"\f04c"}.nfa-stop:before{content:"\f04d"}.nfa-forward:before{content:"\f04e"}.nfa-fast-forward:before{content:"\f050"}.nfa-step-forward:before{content:"\f051"}.nfa-eject:before{content:"\f052"}.nfa-chevron-left:before{content:"\f053"}.nfa-chevron-right:before{content:"\f054"}.nfa-plus-circle:before{content:"\f055"}.nfa-minus-circle:before{content:"\f056"}.nfa-times-circle:before{content:"\f057"}.nfa-check-circle:before{content:"\f058"}.nfa-question-circle:before{content:"\f059"}.nfa-info-circle:before{content:"\f05a"}.nfa-crosshairs:before{content:"\f05b"}.nfa-times-circle-o:before{content:"\f05c"}.nfa-check-circle-o:before{content:"\f05d"}.nfa-ban:before{content:"\f05e"}.nfa-arrow-left:before{content:"\f060"}.nfa-arrow-right:before{content:"\f061"}.nfa-arrow-up:before{content:"\f062"}.nfa-arrow-down:before{content:"\f063"}.nfa-mail-forward:before,.nfa-share:before{content:"\f064"}.nfa-expand:before{content:"\f065"}.nfa-compress:before{content:"\f066"}.nfa-plus:before{content:"\f067"}.nfa-minus:before{content:"\f068"}.nfa-asterisk:before{content:"\f069"}.nfa-exclamation-circle:before{content:"\f06a"}.nfa-gift:before{content:"\f06b"}.nfa-leaf:before{content:"\f06c"}.nfa-fire:before{content:"\f06d"}.nfa-eye:before{content:"\f06e"}.nfa-eye-slash:before{content:"\f070"}.nfa-warning:before,.nfa-exclamation-triangle:before{content:"\f071"}.nfa-plane:before{content:"\f072"}.nfa-calendar:before{content:"\f073"}.nfa-random:before{content:"\f074"}.nfa-comment:before{content:"\f075"}.nfa-magnet:before{content:"\f076"}.nfa-chevron-up:before{content:"\f077"}.nfa-chevron-down:before{content:"\f078"}.nfa-retweet:before{content:"\f079"}.nfa-shopping-cart:before{content:"\f07a"}.nfa-folder:before{content:"\f07b"}.nfa-folder-open:before{content:"\f07c"}.nfa-arrows-v:before{content:"\f07d"}.nfa-arrows-h:before{content:"\f07e"}.nfa-bar-chart-o:before,.nfa-bar-chart:before{content:"\f080"}.nfa-twitter-square:before{content:"\f081"}.nfa-facebook-square:before{content:"\f082"}.nfa-camera-retro:before{content:"\f083"}.nfa-key:before{content:"\f084"}.nfa-gears:before,.nfa-cogs:before{content:"\f085"}.nfa-comments:before{content:"\f086"}.nfa-thumbs-o-up:before{content:"\f087"}.nfa-thumbs-o-down:before{content:"\f088"}.nfa-star-half:before{content:"\f089"}.nfa-heart-o:before{content:"\f08a"}.nfa-sign-out:before{content:"\f08b"}.nfa-linkedin-square:before{content:"\f08c"}.nfa-thumb-tack:before{content:"\f08d"}.nfa-external-link:before{content:"\f08e"}.nfa-sign-in:before{content:"\f090"}.nfa-trophy:before{content:"\f091"}.nfa-github-square:before{content:"\f092"}.nfa-upload:before{content:"\f093"}.nfa-lemon-o:before{content:"\f094"}.nfa-phone:before{content:"\f095"}.nfa-square-o:before{content:"\f096"}.nfa-bookmark-o:before{content:"\f097"}.nfa-phone-square:before{content:"\f098"}.nfa-twitter:before{content:"\f099"}.nfa-facebook-f:before,.nfa-facebook:before{content:"\f09a"}.nfa-github:before{content:"\f09b"}.nfa-unlock:before{content:"\f09c"}.nfa-credit-card:before{content:"\f09d"}.nfa-feed:before,.nfa-rss:before{content:"\f09e"}.nfa-hdd-o:before{content:"\f0a0"}.nfa-bullhorn:before{content:"\f0a1"}.nfa-bell:before{content:"\f0f3"}.nfa-certificate:before{content:"\f0a3"}.nfa-hand-o-right:before{content:"\f0a4"}.nfa-hand-o-left:before{content:"\f0a5"}.nfa-hand-o-up:before{content:"\f0a6"}.nfa-hand-o-down:before{content:"\f0a7"}.nfa-arrow-circle-left:before{content:"\f0a8"}.nfa-arrow-circle-right:before{content:"\f0a9"}.nfa-arrow-circle-up:before{content:"\f0aa"}.nfa-arrow-circle-down:before{content:"\f0ab"}.nfa-globe:before{content:"\f0ac"}.nfa-wrench:before{content:"\f0ad"}.nfa-tasks:before{content:"\f0ae"}.nfa-filter:before{content:"\f0b0"}.nfa-briefcase:before{content:"\f0b1"}.nfa-arrows-alt:before{content:"\f0b2"}.nfa-group:before,.nfa-users:before{content:"\f0c0"}.nfa-chain:before,.nfa-link:before{content:"\f0c1"}.nfa-cloud:before{content:"\f0c2"}.nfa-flask:before{content:"\f0c3"}.nfa-cut:before,.nfa-scissors:before{content:"\f0c4"}.nfa-copy:before,.nfa-files-o:before{content:"\f0c5"}.nfa-paperclip:before{content:"\f0c6"}.nfa-save:before,.nfa-floppy-o:before{content:"\f0c7"}.nfa-square:before{content:"\f0c8"}.nfa-navicon:before,.nfa-reorder:before,.nfa-bars:before{content:"\f0c9"}.nfa-list-ul:before{content:"\f0ca"}.nfa-list-ol:before{content:"\f0cb"}.nfa-strikethrough:before{content:"\f0cc"}.nfa-underline:before{content:"\f0cd"}.nfa-table:before{content:"\f0ce"}.nfa-magic:before{content:"\f0d0"}.nfa-truck:before{content:"\f0d1"}.nfa-pinterest:before{content:"\f0d2"}.nfa-pinterest-square:before{content:"\f0d3"}.nfa-google-plus-square:before{content:"\f0d4"}.nfa-google-plus:before{content:"\f0d5"}.nfa-money:before{content:"\f0d6"}.nfa-caret-down:before{content:"\f0d7"}.nfa-caret-up:before{content:"\f0d8"}.nfa-caret-left:before{content:"\f0d9"}.nfa-caret-right:before{content:"\f0da"}.nfa-columns:before{content:"\f0db"}.nfa-unsorted:before,.nfa-sort:before{content:"\f0dc"}.nfa-sort-down:before,.nfa-sort-desc:before{content:"\f0dd"}.nfa-sort-up:before,.nfa-sort-asc:before{content:"\f0de"}.nfa-envelope:before{content:"\f0e0"}.nfa-linkedin:before{content:"\f0e1"}.nfa-rotate-left:before,.nfa-undo:before{content:"\f0e2"}.nfa-legal:before,.nfa-gavel:before{content:"\f0e3"}.nfa-dashboard:before,.nfa-tachometer:before{content:"\f0e4"}.nfa-comment-o:before{content:"\f0e5"}.nfa-comments-o:before{content:"\f0e6"}.nfa-flash:before,.nfa-bolt:before{content:"\f0e7"}.nfa-sitemap:before{content:"\f0e8"}.nfa-umbrella:before{content:"\f0e9"}.nfa-paste:before,.nfa-clipboard:before{content:"\f0ea"}.nfa-lightbulb-o:before{content:"\f0eb"}.nfa-exchange:before{content:"\f0ec"}.nfa-cloud-download:before{content:"\f0ed"}.nfa-cloud-upload:before{content:"\f0ee"}.nfa-user-md:before{content:"\f0f0"}.nfa-stethoscope:before{content:"\f0f1"}.nfa-suitcase:before{content:"\f0f2"}.nfa-bell-o:before{content:"\f0a2"}.nfa-coffee:before{content:"\f0f4"}.nfa-cutlery:before{content:"\f0f5"}.nfa-file-text-o:before{content:"\f0f6"}.nfa-building-o:before{content:"\f0f7"}.nfa-hospital-o:before{content:"\f0f8"}.nfa-ambulance:before{content:"\f0f9"}.nfa-medkit:before{content:"\f0fa"}.nfa-fighter-jet:before{content:"\f0fb"}.nfa-beer:before{content:"\f0fc"}.nfa-h-square:before{content:"\f0fd"}.nfa-plus-square:before{content:"\f0fe"}.nfa-angle-double-left:before{content:"\f100"}.nfa-angle-double-right:before{content:"\f101"}.nfa-angle-double-up:before{content:"\f102"}.nfa-angle-double-down:before{content:"\f103"}.nfa-angle-left:before{content:"\f104"}.nfa-angle-right:before{content:"\f105"}.nfa-angle-up:before{content:"\f106"}.nfa-angle-down:before{content:"\f107"}.nfa-desktop:before{content:"\f108"}.nfa-laptop:before{content:"\f109"}.nfa-tablet:before{content:"\f10a"}.nfa-mobile-phone:before,.nfa-mobile:before{content:"\f10b"}.nfa-circle-o:before{content:"\f10c"}.nfa-quote-left:before{content:"\f10d"}.nfa-quote-right:before{content:"\f10e"}.nfa-spinner:before{content:"\f110"}.nfa-circle:before{content:"\f111"}.nfa-mail-reply:before,.nfa-reply:before{content:"\f112"}.nfa-github-alt:before{content:"\f113"}.nfa-folder-o:before{content:"\f114"}.nfa-folder-open-o:before{content:"\f115"}.nfa-smile-o:before{content:"\f118"}.nfa-frown-o:before{content:"\f119"}.nfa-meh-o:before{content:"\f11a"}.nfa-gamepad:before{content:"\f11b"}.nfa-keyboard-o:before{content:"\f11c"}.nfa-flag-o:before{content:"\f11d"}.nfa-flag-checkered:before{content:"\f11e"}.nfa-terminal:before{content:"\f120"}.nfa-code:before{content:"\f121"}.nfa-mail-reply-all:before,.nfa-reply-all:before{content:"\f122"}.nfa-star-half-empty:before,.nfa-star-half-full:before,.nfa-star-half-o:before{content:"\f123"}.nfa-location-arrow:before{content:"\f124"}.nfa-crop:before{content:"\f125"}.nfa-code-fork:before{content:"\f126"}.nfa-unlink:before,.nfa-chain-broken:before{content:"\f127"}.nfa-question:before{content:"\f128"}.nfa-info:before{content:"\f129"}.nfa-exclamation:before{content:"\f12a"}.nfa-superscript:before{content:"\f12b"}.nfa-subscript:before{content:"\f12c"}.nfa-eraser:before{content:"\f12d"}.nfa-puzzle-piece:before{content:"\f12e"}.nfa-microphone:before{content:"\f130"}.nfa-microphone-slash:before{content:"\f131"}.nfa-shield:before{content:"\f132"}.nfa-calendar-o:before{content:"\f133"}.nfa-fire-extinguisher:before{content:"\f134"}.nfa-rocket:before{content:"\f135"}.nfa-maxcdn:before{content:"\f136"}.nfa-chevron-circle-left:before{content:"\f137"}.nfa-chevron-circle-right:before{content:"\f138"}.nfa-chevron-circle-up:before{content:"\f139"}.nfa-chevron-circle-down:before{content:"\f13a"}.nfa-html5:before{content:"\f13b"}.nfa-css3:before{content:"\f13c"}.nfa-anchor:before{content:"\f13d"}.nfa-unlock-alt:before{content:"\f13e"}.nfa-bullseye:before{content:"\f140"}.nfa-ellipsis-h:before{content:"\f141"}.nfa-ellipsis-v:before{content:"\f142"}.nfa-rss-square:before{content:"\f143"}.nfa-play-circle:before{content:"\f144"}.nfa-ticket:before{content:"\f145"}.nfa-minus-square:before{content:"\f146"}.nfa-minus-square-o:before{content:"\f147"}.nfa-level-up:before{content:"\f148"}.nfa-level-down:before{content:"\f149"}.nfa-check-square:before{content:"\f14a"}.nfa-pencil-square:before{content:"\f14b"}.nfa-external-link-square:before{content:"\f14c"}.nfa-share-square:before{content:"\f14d"}.nfa-compass:before{content:"\f14e"}.nfa-toggle-down:before,.nfa-caret-square-o-down:before{content:"\f150"}.nfa-toggle-up:before,.nfa-caret-square-o-up:before{content:"\f151"}.nfa-toggle-right:before,.nfa-caret-square-o-right:before{content:"\f152"}.nfa-euro:before,.nfa-eur:before{content:"\f153"}.nfa-gbp:before{content:"\f154"}.nfa-dollar:before,.nfa-usd:before{content:"\f155"}.nfa-rupee:before,.nfa-inr:before{content:"\f156"}.nfa-cny:before,.nfa-rmb:before,.nfa-yen:before,.nfa-jpy:before{content:"\f157"}.nfa-ruble:before,.nfa-rouble:before,.nfa-rub:before{content:"\f158"}.nfa-won:before,.nfa-krw:before{content:"\f159"}.nfa-bitcoin:before,.nfa-btc:before{content:"\f15a"}.nfa-file:before{content:"\f15b"}.nfa-file-text:before{content:"\f15c"}.nfa-sort-alpha-asc:before{content:"\f15d"}.nfa-sort-alpha-desc:before{content:"\f15e"}.nfa-sort-amount-asc:before{content:"\f160"}.nfa-sort-amount-desc:before{content:"\f161"}.nfa-sort-numeric-asc:before{content:"\f162"}.nfa-sort-numeric-desc:before{content:"\f163"}.nfa-thumbs-up:before{content:"\f164"}.nfa-thumbs-down:before{content:"\f165"}.nfa-youtube-square:before{content:"\f166"}.nfa-youtube:before{content:"\f167"}.nfa-xing:before{content:"\f168"}.nfa-xing-square:before{content:"\f169"}.nfa-youtube-play:before{content:"\f16a"}.nfa-dropbox:before{content:"\f16b"}.nfa-stack-overflow:before{content:"\f16c"}.nfa-instagram:before{content:"\f16d"}.nfa-flickr:before{content:"\f16e"}.nfa-adn:before{content:"\f170"}.nfa-bitbucket:before{content:"\f171"}.nfa-bitbucket-square:before{content:"\f172"}.nfa-tumblr:before{content:"\f173"}.nfa-tumblr-square:before{content:"\f174"}.nfa-long-arrow-down:before{content:"\f175"}.nfa-long-arrow-up:before{content:"\f176"}.nfa-long-arrow-left:before{content:"\f177"}.nfa-long-arrow-right:before{content:"\f178"}.nfa-apple:before{content:"\f179"}.nfa-windows:before{content:"\f17a"}.nfa-android:before{content:"\f17b"}.nfa-linux:before{content:"\f17c"}.nfa-dribbble:before{content:"\f17d"}.nfa-skype:before{content:"\f17e"}.nfa-foursquare:before{content:"\f180"}.nfa-trello:before{content:"\f181"}.nfa-female:before{content:"\f182"}.nfa-male:before{content:"\f183"}.nfa-gittip:before,.nfa-gratipay:before{content:"\f184"}.nfa-sun-o:before{content:"\f185"}.nfa-moon-o:before{content:"\f186"}.nfa-archive:before{content:"\f187"}.nfa-bug:before{content:"\f188"}.nfa-vk:before{content:"\f189"}.nfa-weibo:before{content:"\f18a"}.nfa-renren:before{content:"\f18b"}.nfa-pagelines:before{content:"\f18c"}.nfa-stack-exchange:before{content:"\f18d"}.nfa-arrow-circle-o-right:before{content:"\f18e"}.nfa-arrow-circle-o-left:before{content:"\f190"}.nfa-toggle-left:before,.nfa-caret-square-o-left:before{content:"\f191"}.nfa-dot-circle-o:before{content:"\f192"}.nfa-wheelchair:before{content:"\f193"}.nfa-vimeo-square:before{content:"\f194"}.nfa-turkish-lira:before,.nfa-try:before{content:"\f195"}.nfa-plus-square-o:before{content:"\f196"}.nfa-space-shuttle:before{content:"\f197"}.nfa-slack:before{content:"\f198"}.nfa-envelope-square:before{content:"\f199"}.nfa-wordpress:before{content:"\f19a"}.nfa-openid:before{content:"\f19b"}.nfa-institution:before,.nfa-bank:before,.nfa-university:before{content:"\f19c"}.nfa-mortar-board:before,.nfa-graduation-cap:before{content:"\f19d"}.nfa-yahoo:before{content:"\f19e"}.nfa-google:before{content:"\f1a0"}.nfa-reddit:before{content:"\f1a1"}.nfa-reddit-square:before{content:"\f1a2"}.nfa-stumbleupon-circle:before{content:"\f1a3"}.nfa-stumbleupon:before{content:"\f1a4"}.nfa-delicious:before{content:"\f1a5"}.nfa-digg:before{content:"\f1a6"}.nfa-pied-piper-pp:before{content:"\f1a7"}.nfa-pied-piper-alt:before{content:"\f1a8"}.nfa-drupal:before{content:"\f1a9"}.nfa-joomla:before{content:"\f1aa"}.nfa-language:before{content:"\f1ab"}.nfa-fax:before{content:"\f1ac"}.nfa-building:before{content:"\f1ad"}.nfa-child:before{content:"\f1ae"}.nfa-paw:before{content:"\f1b0"}.nfa-spoon:before{content:"\f1b1"}.nfa-cube:before{content:"\f1b2"}.nfa-cubes:before{content:"\f1b3"}.nfa-behance:before{content:"\f1b4"}.nfa-behance-square:before{content:"\f1b5"}.nfa-steam:before{content:"\f1b6"}.nfa-steam-square:before{content:"\f1b7"}.nfa-recycle:before{content:"\f1b8"}.nfa-automobile:before,.nfa-car:before{content:"\f1b9"}.nfa-cab:before,.nfa-taxi:before{content:"\f1ba"}.nfa-tree:before{content:"\f1bb"}.nfa-spotify:before{content:"\f1bc"}.nfa-deviantart:before{content:"\f1bd"}.nfa-soundcloud:before{content:"\f1be"}.nfa-database:before{content:"\f1c0"}.nfa-file-pdf-o:before{content:"\f1c1"}.nfa-file-word-o:before{content:"\f1c2"}.nfa-file-excel-o:before{content:"\f1c3"}.nfa-file-powerpoint-o:before{content:"\f1c4"}.nfa-file-photo-o:before,.nfa-file-picture-o:before,.nfa-file-image-o:before{content:"\f1c5"}.nfa-file-zip-o:before,.nfa-file-archive-o:before{content:"\f1c6"}.nfa-file-sound-o:before,.nfa-file-audio-o:before{content:"\f1c7"}.nfa-file-movie-o:before,.nfa-file-video-o:before{content:"\f1c8"}.nfa-file-code-o:before{content:"\f1c9"}.nfa-vine:before{content:"\f1ca"}.nfa-codepen:before{content:"\f1cb"}.nfa-jsfiddle:before{content:"\f1cc"}.nfa-life-bouy:before,.nfa-life-buoy:before,.nfa-life-saver:before,.nfa-support:before,.nfa-life-ring:before{content:"\f1cd"}.nfa-circle-o-notch:before{content:"\f1ce"}.nfa-ra:before,.nfa-resistance:before,.nfa-rebel:before{content:"\f1d0"}.nfa-ge:before,.nfa-empire:before{content:"\f1d1"}.nfa-git-square:before{content:"\f1d2"}.nfa-git:before{content:"\f1d3"}.nfa-y-combinator-square:before,.nfa-yc-square:before,.nfa-hacker-news:before{content:"\f1d4"}.nfa-tencent-weibo:before{content:"\f1d5"}.nfa-qq:before{content:"\f1d6"}.nfa-wechat:before,.nfa-weixin:before{content:"\f1d7"}.nfa-send:before,.nfa-paper-plane:before{content:"\f1d8"}.nfa-send-o:before,.nfa-paper-plane-o:before{content:"\f1d9"}.nfa-history:before{content:"\f1da"}.nfa-circle-thin:before{content:"\f1db"}.nfa-header:before{content:"\f1dc"}.nfa-paragraph:before{content:"\f1dd"}.nfa-sliders:before{content:"\f1de"}.nfa-share-alt:before{content:"\f1e0"}.nfa-share-alt-square:before{content:"\f1e1"}.nfa-bomb:before{content:"\f1e2"}.nfa-soccer-ball-o:before,.nfa-futbol-o:before{content:"\f1e3"}.nfa-tty:before{content:"\f1e4"}.nfa-binoculars:before{content:"\f1e5"}.nfa-plug:before{content:"\f1e6"}.nfa-slideshare:before{content:"\f1e7"}.nfa-twitch:before{content:"\f1e8"}.nfa-yelp:before{content:"\f1e9"}.nfa-newspaper-o:before{content:"\f1ea"}.nfa-wifi:before{content:"\f1eb"}.nfa-calculator:before{content:"\f1ec"}.nfa-paypal:before{content:"\f1ed"}.nfa-google-wallet:before{content:"\f1ee"}.nfa-cc-visa:before{content:"\f1f0"}.nfa-cc-mastercard:before{content:"\f1f1"}.nfa-cc-discover:before{content:"\f1f2"}.nfa-cc-amex:before{content:"\f1f3"}.nfa-cc-paypal:before{content:"\f1f4"}.nfa-cc-stripe:before{content:"\f1f5"}.nfa-bell-slash:before{content:"\f1f6"}.nfa-bell-slash-o:before{content:"\f1f7"}.nfa-trash:before{content:"\f1f8"}.nfa-copyright:before{content:"\f1f9"}.nfa-at:before{content:"\f1fa"}.nfa-eyedropper:before{content:"\f1fb"}.nfa-paint-brush:before{content:"\f1fc"}.nfa-birthday-cake:before{content:"\f1fd"}.nfa-area-chart:before{content:"\f1fe"}.nfa-pie-chart:before{content:"\f200"}.nfa-line-chart:before{content:"\f201"}.nfa-lastfm:before{content:"\f202"}.nfa-lastfm-square:before{content:"\f203"}.nfa-toggle-off:before{content:"\f204"}.nfa-toggle-on:before{content:"\f205"}.nfa-bicycle:before{content:"\f206"}.nfa-bus:before{content:"\f207"}.nfa-ioxhost:before{content:"\f208"}.nfa-angellist:before{content:"\f209"}.nfa-cc:before{content:"\f20a"}.nfa-shekel:before,.nfa-sheqel:before,.nfa-ils:before{content:"\f20b"}.nfa-meanpath:before{content:"\f20c"}.nfa-buysellads:before{content:"\f20d"}.nfa-connectdevelop:before{content:"\f20e"}.nfa-dashcube:before{content:"\f210"}.nfa-forumbee:before{content:"\f211"}.nfa-leanpub:before{content:"\f212"}.nfa-sellsy:before{content:"\f213"}.nfa-shirtsinbulk:before{content:"\f214"}.nfa-simplybuilt:before{content:"\f215"}.nfa-skyatlas:before{content:"\f216"}.nfa-cart-plus:before{content:"\f217"}.nfa-cart-arrow-down:before{content:"\f218"}.nfa-diamond:before{content:"\f219"}.nfa-ship:before{content:"\f21a"}.nfa-user-secret:before{content:"\f21b"}.nfa-motorcycle:before{content:"\f21c"}.nfa-street-view:before{content:"\f21d"}.nfa-heartbeat:before{content:"\f21e"}.nfa-venus:before{content:"\f221"}.nfa-mars:before{content:"\f222"}.nfa-mercury:before{content:"\f223"}.nfa-intersex:before,.nfa-transgender:before{content:"\f224"}.nfa-transgender-alt:before{content:"\f225"}.nfa-venus-double:before{content:"\f226"}.nfa-mars-double:before{content:"\f227"}.nfa-venus-mars:before{content:"\f228"}.nfa-mars-stroke:before{content:"\f229"}.nfa-mars-stroke-v:before{content:"\f22a"}.nfa-mars-stroke-h:before{content:"\f22b"}.nfa-neuter:before{content:"\f22c"}.nfa-genderless:before{content:"\f22d"}.nfa-facebook-official:before{content:"\f230"}.nfa-pinterest-p:before{content:"\f231"}.nfa-whatsapp:before{content:"\f232"}.nfa-server:before{content:"\f233"}.nfa-user-plus:before{content:"\f234"}.nfa-user-times:before{content:"\f235"}.nfa-hotel:before,.nfa-bed:before{content:"\f236"}.nfa-viacoin:before{content:"\f237"}.nfa-train:before{content:"\f238"}.nfa-subway:before{content:"\f239"}.nfa-medium:before{content:"\f23a"}.nfa-yc:before,.nfa-y-combinator:before{content:"\f23b"}.nfa-optin-monster:before{content:"\f23c"}.nfa-opencart:before{content:"\f23d"}.nfa-expeditedssl:before{content:"\f23e"}.nfa-battery-4:before,.nfa-battery:before,.nfa-battery-full:before{content:"\f240"}.nfa-battery-3:before,.nfa-battery-three-quarters:before{content:"\f241"}.nfa-battery-2:before,.nfa-battery-half:before{content:"\f242"}.nfa-battery-1:before,.nfa-battery-quarter:before{content:"\f243"}.nfa-battery-0:before,.nfa-battery-empty:before{content:"\f244"}.nfa-mouse-pointer:before{content:"\f245"}.nfa-i-cursor:before{content:"\f246"}.nfa-object-group:before{content:"\f247"}.nfa-object-ungroup:before{content:"\f248"}.nfa-sticky-note:before{content:"\f249"}.nfa-sticky-note-o:before{content:"\f24a"}.nfa-cc-jcb:before{content:"\f24b"}.nfa-cc-diners-club:before{content:"\f24c"}.nfa-clone:before{content:"\f24d"}.nfa-balance-scale:before{content:"\f24e"}.nfa-hourglass-o:before{content:"\f250"}.nfa-hourglass-1:before,.nfa-hourglass-start:before{content:"\f251"}.nfa-hourglass-2:before,.nfa-hourglass-half:before{content:"\f252"}.nfa-hourglass-3:before,.nfa-hourglass-end:before{content:"\f253"}.nfa-hourglass:before{content:"\f254"}.nfa-hand-grab-o:before,.nfa-hand-rock-o:before{content:"\f255"}.nfa-hand-stop-o:before,.nfa-hand-paper-o:before{content:"\f256"}.nfa-hand-scissors-o:before{content:"\f257"}.nfa-hand-lizard-o:before{content:"\f258"}.nfa-hand-spock-o:before{content:"\f259"}.nfa-hand-pointer-o:before{content:"\f25a"}.nfa-hand-peace-o:before{content:"\f25b"}.nfa-trademark:before{content:"\f25c"}.nfa-registered:before{content:"\f25d"}.nfa-creative-commons:before{content:"\f25e"}.nfa-gg:before{content:"\f260"}.nfa-gg-circle:before{content:"\f261"}.nfa-tripadvisor:before{content:"\f262"}.nfa-odnoklassniki:before{content:"\f263"}.nfa-odnoklassniki-square:before{content:"\f264"}.nfa-get-pocket:before{content:"\f265"}.nfa-wikipedia-w:before{content:"\f266"}.nfa-safari:before{content:"\f267"}.nfa-chrome:before{content:"\f268"}.nfa-firefox:before{content:"\f269"}.nfa-opera:before{content:"\f26a"}.nfa-internet-explorer:before{content:"\f26b"}.nfa-tv:before,.nfa-television:before{content:"\f26c"}.nfa-contao:before{content:"\f26d"}.nfa-500px:before{content:"\f26e"}.nfa-amazon:before{content:"\f270"}.nfa-calendar-plus-o:before{content:"\f271"}.nfa-calendar-minus-o:before{content:"\f272"}.nfa-calendar-times-o:before{content:"\f273"}.nfa-calendar-check-o:before{content:"\f274"}.nfa-industry:before{content:"\f275"}.nfa-map-pin:before{content:"\f276"}.nfa-map-signs:before{content:"\f277"}.nfa-map-o:before{content:"\f278"}.nfa-map:before{content:"\f279"}.nfa-commenting:before{content:"\f27a"}.nfa-commenting-o:before{content:"\f27b"}.nfa-houzz:before{content:"\f27c"}.nfa-vimeo:before{content:"\f27d"}.nfa-black-tie:before{content:"\f27e"}.nfa-fonticons:before{content:"\f280"}.nfa-reddit-alien:before{content:"\f281"}.nfa-edge:before{content:"\f282"}.nfa-credit-card-alt:before{content:"\f283"}.nfa-codiepie:before{content:"\f284"}.nfa-modx:before{content:"\f285"}.nfa-fort-awesome:before{content:"\f286"}.nfa-usb:before{content:"\f287"}.nfa-product-hunt:before{content:"\f288"}.nfa-mixcloud:before{content:"\f289"}.nfa-scribd:before{content:"\f28a"}.nfa-pause-circle:before{content:"\f28b"}.nfa-pause-circle-o:before{content:"\f28c"}.nfa-stop-circle:before{content:"\f28d"}.nfa-stop-circle-o:before{content:"\f28e"}.nfa-shopping-bag:before{content:"\f290"}.nfa-shopping-basket:before{content:"\f291"}.nfa-hashtag:before{content:"\f292"}.nfa-bluetooth:before{content:"\f293"}.nfa-bluetooth-b:before{content:"\f294"}.nfa-percent:before{content:"\f295"}.nfa-gitlab:before{content:"\f296"}.nfa-wpbeginner:before{content:"\f297"}.nfa-wpforms:before{content:"\f298"}.nfa-envira:before{content:"\f299"}.nfa-universal-access:before{content:"\f29a"}.nfa-wheelchair-alt:before{content:"\f29b"}.nfa-question-circle-o:before{content:"\f29c"}.nfa-blind:before{content:"\f29d"}.nfa-audio-description:before{content:"\f29e"}.nfa-volume-control-phone:before{content:"\f2a0"}.nfa-braille:before{content:"\f2a1"}.nfa-assistive-listening-systems:before{content:"\f2a2"}.nfa-asl-interpreting:before,.nfa-american-sign-language-interpreting:before{content:"\f2a3"}.nfa-deafness:before,.nfa-hard-of-hearing:before,.nfa-deaf:before{content:"\f2a4"}.nfa-glide:before{content:"\f2a5"}.nfa-glide-g:before{content:"\f2a6"}.nfa-signing:before,.nfa-sign-language:before{content:"\f2a7"}.nfa-low-vision:before{content:"\f2a8"}.nfa-viadeo:before{content:"\f2a9"}.nfa-viadeo-square:before{content:"\f2aa"}.nfa-snapchat:before{content:"\f2ab"}.nfa-snapchat-ghost:before{content:"\f2ac"}.nfa-snapchat-square:before{content:"\f2ad"}.nfa-pied-piper:before{content:"\f2ae"}.nfa-first-order:before{content:"\f2b0"}.nfa-yoast:before{content:"\f2b1"}.nfa-themeisle:before{content:"\f2b2"}.nfa-google-plus-circle:before,.nfa-google-plus-official:before{content:"\f2b3"}.nfa-fa:before,.nfa-font-awesome:before{content:"\f2b4"}.nfa-handshake-o:before{content:"\f2b5"}.nfa-envelope-open:before{content:"\f2b6"}.nfa-envelope-open-o:before{content:"\f2b7"}.nfa-linode:before{content:"\f2b8"}.nfa-address-book:before{content:"\f2b9"}.nfa-address-book-o:before{content:"\f2ba"}.nfa-vcard:before,.nfa-address-card:before{content:"\f2bb"}.nfa-vcard-o:before,.nfa-address-card-o:before{content:"\f2bc"}.nfa-user-circle:before{content:"\f2bd"}.nfa-user-circle-o:before{content:"\f2be"}.nfa-user-o:before{content:"\f2c0"}.nfa-id-badge:before{content:"\f2c1"}.nfa-drivers-license:before,.nfa-id-card:before{content:"\f2c2"}.nfa-drivers-license-o:before,.nfa-id-card-o:before{content:"\f2c3"}.nfa-quora:before{content:"\f2c4"}.nfa-free-code-camp:before{content:"\f2c5"}.nfa-telegram:before{content:"\f2c6"}.nfa-thermometer-4:before,.nfa-thermometer:before,.nfa-thermometer-full:before{content:"\f2c7"}.nfa-thermometer-3:before,.nfa-thermometer-three-quarters:before{content:"\f2c8"}.nfa-thermometer-2:before,.nfa-thermometer-half:before{content:"\f2c9"}.nfa-thermometer-1:before,.nfa-thermometer-quarter:before{content:"\f2ca"}.nfa-thermometer-0:before,.nfa-thermometer-empty:before{content:"\f2cb"}.nfa-shower:before{content:"\f2cc"}.nfa-bathtub:before,.nfa-s15:before,.nfa-bath:before{content:"\f2cd"}.nfa-podcast:before{content:"\f2ce"}.nfa-window-maximize:before{content:"\f2d0"}.nfa-window-minimize:before{content:"\f2d1"}.nfa-window-restore:before{content:"\f2d2"}.nfa-times-rectangle:before,.nfa-window-close:before{content:"\f2d3"}.nfa-times-rectangle-o:before,.nfa-window-close-o:before{content:"\f2d4"}.nfa-bandcamp:before{content:"\f2d5"}.nfa-grav:before{content:"\f2d6"}.nfa-etsy:before{content:"\f2d7"}.nfa-imdb:before{content:"\f2d8"}.nfa-ravelry:before{content:"\f2d9"}.nfa-eercast:before{content:"\f2da"}.nfa-microchip:before{content:"\f2db"}.nfa-snowflake-o:before{content:"\f2dc"}.nfa-superpowers:before{content:"\f2dd"}.nfa-wpexplorer:before{content:"\f2de"}.nfa-meetup:before{content:"\f2e0"}