@charset "UTF-8";
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("hover.css");
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*
телефоны
@media only screen and (max-width: 599px) {
}

телефоны и маленькие планшеты
@media only screen and (max-width: 767px) {
}

телефоны и планшеты
@media only screen and (max-width: 1140px) {
}


--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1400px;
*/
:root {
  --color-fff: #ffffff;
  --color-fff--rgb: 255, 255, 255;
  --color-black: #000000;
  --color-black--rgb: 0, 0, 0;
  --color-dark: #222222;
  --color-dark--rgb: 34, 34, 34;
  --color-grey: #606060;
  --color-grey--rgb: 96, 96, 96;
  --color-grey-light: #A6A6A6;
  --color-grey-light--rgb: 166, 166, 166;
  --color-body-bg: #f6f6f6;
  --color-body-bg--rgb: 246, 246, 246;
  --color-blue: #3666a8;
  --color-blue--rgb: 54, 102, 168;
  --color-green: #008080;
  --color-green--rgb: 0, 128, 128;
  --color-accent: #33baea;
  --color-accent--rgb: 51, 186, 234;
  --color-accent-dark: #206d8a;
  --color-accent-dark--rgb: 32, 109, 138;
  --color-gold: #e2b13c;
  --color-gold--rgb: 226, 177, 60;
  --color-lower: #333333;
  --color-lower--rgb: 51, 51, 51;
}

body {
  font-size: 16px;
  color: #343434;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e2b13c;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  background: none;
  line-height: 1.3em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
  font-family: "Open Sans", sans-serif;
}

ol {
  list-style-type: none;
  counter-reset: num;
}
ol li {
  margin-left: 3rem;
  margin-bottom: 0.9rem;
  position: relative;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -32px;
  width: 20px;
  color: rgba(52, 52, 52, 0.631372549);
  text-align: right;
}

body.overlay-inited .page-wrapper {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
body.overlay-inited .page-overlay {
  display: block;
}

.page-overlay {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

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

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*Btn Style One*/
.btn {
  transition: all 0.3s;
}

.btn-style {
  position: relative;
  padding: 9px 30px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark);
  border-radius: 3px;
  background-color: var(--color-fff);
  border: 1px solid var(--color-gold);
  text-transform: uppercase;
}
.btn-style-liga {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}
.btn-style-liga img {
  max-width: 32px;
}
.btn-style-liga .logo-name {
  font-size: 13px;
  text-align: center;
}

.btn-style-one {
  position: relative;
  padding: 9px 30px;
  line-height: 24px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  background: none;
  border: 1px solid #e2b13c;
  background-color: #ffffff;
  text-transform: uppercase;
}
.btn-style-one:hover, .btn-style-one:active {
  color: #ffffff;
  background: #e2b13c;
  border-color: #e2b13c;
}
.btn-style-one.current {
  color: #ffffff;
  background: #e2b13c;
  border-color: #e2b13c;
}
@media only screen and (max-width: 767px) {
  .btn-style-one {
    background-color: var(--color-gold);
  }
}

.btn-style-one-animate {
  position: relative;
  display: block;
  background-origin: border-box;
}
@media only screen and (max-width: 767px) {
  .btn-style-one-animate {
    background: linear-gradient(var(--color-gold), rgba(var(--color-fff--rgb), 0.8));
    background: #f8b332;
    background: linear-gradient(145deg, rgb(248, 179, 50) 0%, rgb(248, 179, 50) 35%, rgba(248, 179, 50, 0.7) 50%, rgb(248, 179, 50) 65%, rgb(248, 179, 50) 100%);
    background-clip: padding-box, border-box, border-box;
    background-size: 200%;
    animation: animate-btnbuy 3s infinite linear;
  }
}

.btn-style-two {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.btn-style-two:hover {
  background: rgba(0, 0, 0, 0.95);
}
.btn-style-two.bgrey-90 {
  background: rgba(0, 0, 0, 0.9);
}
.btn-style-two.bgrey-55 {
  background: rgba(0, 0, 0, 0.55);
}
.btn-style-two.bgrey-35 {
  background: rgba(0, 0, 0, 0.35);
}
.btn-style-two.bgrey-15 {
  background: rgba(0, 0, 0, 0.15);
}
.btn-style-two.byelow-90 {
  background: rgba(226, 177, 60, 0.9);
  color: #000000;
}
.btn-style-two.byelow-90:hover {
  background: rgba(226, 177, 60, 0.9);
}
.btn-style-two.byelow-50 {
  background: rgba(226, 177, 60, 0.5);
  color: #000;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 0px rgb(255, 255, 255);
}
.btn-style-two.byelow-50:hover {
  background: rgba(226, 177, 60, 0.9);
}
.btn-style-two.bblue-90 {
  background: rgba(54, 102, 168, 0.9);
  color: #ffffff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 0px rgb(0, 0, 0);
}
.btn-style-two.bblue-90:hover {
  background: rgba(226, 177, 60, 0.9);
}
.btn-style-two.bblue-75 {
  background: rgba(54, 102, 168, 0.75);
  color: #ffffff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 0px rgb(0, 0, 0);
}
.btn-style-two.bblue-75:hover {
  background: rgba(54, 102, 168, 0.9);
}
.btn-style-two.bblue-50 {
  background: rgba(54, 102, 168, 0.5);
  color: #ffffff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 0px rgb(0, 0, 0);
}
.btn-style-two.bblue-50:hover {
  background: rgba(54, 102, 168, 0.9);
}

.btn-style-three {
  position: relative;
  padding: 9px 40px;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  background: #e2b13c;
  text-transform: uppercase;
  border: 2px solid transparent;
}

.btn-style-three:hover {
  border-color: #e2b13c;
  background: none;
  color: #e2b13c;
}

.btn-icon {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background-color: var(--color-grey);
  color: var(--color-fff);
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn-icon .icon {
  color: var(--color-gold);
  font-size: 24px;
}
.btn-icon:hover, .btn-icon:focus {
  background-color: var(--color-grey);
  color: var(--color-gold);
}

.theme_color {
  color: #e2b13c !important;
}

.btn-theme-letters {
  background-image: url(/images.tpl/btn-bg-letters.png);
  background-size: 110% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(var(--color-dark--rgb), 1);
  font-size: 14px;
  text-shadow: 1px 1px 5px rgba(var(--color-fff--rgb), 0.8);
}
.btn-theme-letters:hover {
  text-shadow: 1px 1px 10px rgba(var(--color-fff--rgb), 1);
  background-image: url(/images.tpl/btn-bg-letters.png);
  background-size: 112% 102%;
  color: rgba(var(--color-black--rgb), 1);
}

img {
  display: inline-block;
}

i {
  line-height: 1;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.GIF);
}

.d-flex {
  display: flex;
}

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

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

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

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

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

.flex-gap-1 {
  gap: 0.5rem;
}

.flex-gap-2 {
  gap: 0.75rem;
}

.flex-gap-3 {
  gap: 1rem;
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 12;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 12;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 12;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 12;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 12;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 12;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  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) {
  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;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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;
}

.alert {
  --bs-border-width: 1px;
  --bs-border-radius: 0px;
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-schedule {
  --bs-alert-bg: #f5f5f5;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #e2b13c;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #f8b332;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #fafafa;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "h-top" "h-upper2" "h-important" "h-lower" "h-sticky";
}
.main-header .header-top {
  grid-area: h-top;
}
.main-header .header-upper2 {
  grid-area: h-upper2;
}
.main-header .header-lower {
  grid-area: h-lower;
}
.main-header .sticky-header {
  grid-area: h-sticky;
}
.main-header .important-text {
  grid-area: h-important;
}
@media only screen and (max-width: 767px) {
  .main-header {
    grid-template-areas: "h-lower" "h-upper2" "h-top" "h-important" "h-sticky";
  }
}

.main-header .header-top {
  position: relative;
  font-size: 13px;
  padding: 12px 0px;
  color: #ffffff;
  background: #222222;
}

.main-header .header-top a {
  color: #aaaaaa;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .links-nav li {
  position: relative;
  float: left;
  color: #777777;
  font-size: 16px;
  margin-right: 25px;
}

.main-header .top-right .links-nav li {
  margin-right: 0px;
  margin-left: 25px;
}

.main-header .links-nav li a {
  position: relative;
  font-size: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.main-header .links-nav li a .flaticon-questions-circular-button {
  font-size: 20px;
  line-height: 26px;
}

.main-header .links-nav li .icon {
  padding-right: 8px;
}

.main-header .links-nav li a:hover {
  color: #f8b332;
}

.main-header .links-nav li:last-child a {
  padding-right: 0px;
  border: 0px;
}

.main-header .header-top .social-links a {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #aaaaaa;
  line-height: 26px;
}

.main-header .sticky-header .navigation li a:after {
  display: none;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 5px 0px 4px;
}

.sticky-header .logo img {
  height: 40px;
}

.fixed-header .sticky-header {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .header-upper {
  position: relative;
  padding: 30px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 5;
}

.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-header .logo-outer {
  position: relative;
  z-index: 25;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-header .header-upper .upper-right {
  position: relative;
  padding: 20px 0px 0px;
}

.main-header .header-upper2-cont {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #282828;
}
.main-header .header-upper2 .logo-outer .logo a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  color: #282828;
}
.main-header .header-upper2 .logo-outer .logo a span {
  display: block;
}
.main-header .header-upper2 .logo-outer .logo a.associetion .logo-name {
  margin-left: 1rem;
}
@media only screen and (max-width: 1140px) {
  .main-header .header-upper2 .d-flex .logo2 {
    display: none;
  }
}
.main-header .header-upper2 .info-box {
  padding: 0;
  margin-left: 0;
}
.main-header .header-upper2 .info-box .icon-box {
  background-color: #fdcd0c;
  border-color: #fdcd0c;
  font-size: 25px;
}
.main-header .header-upper2 .logo-liga-museum-md {
  display: none;
}
.main-header .header-upper2 .info-box-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1140px) {
  .main-header .header-upper2-cont {
    flex-direction: column;
  }
  .main-header .header-upper2-cont .logo-naval a {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .main-header .header-upper2-cont .info-box {
    max-width: 400px;
    margin: 0;
    margin-top: 13px;
    align-items: center;
  }
  .main-header .header-upper2-cont .info-box .info-box-2 {
    margin-bottom: 0.5rem;
  }
  .main-header .header-upper2-cont .info-box .info-box-2 ul li {
    text-align: center;
    color: var(--color-grey);
  }
  .main-header .header-upper2-cont .info-box .icon-box {
    background-color: #fafafa;
    border-color: #fafafa;
    font-size: 25px;
    color: #c5c5c5;
  }
  .main-header .header-upper2-cont .logo-liga-museum {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .header-upper2-cont {
    flex-direction: column;
  }
  .main-header .header-upper2-cont .logo-naval a {
    font-size: 19px !important;
    line-height: 22px !important;
  }
  .main-header .header-upper2-cont .logo-naval a span {
    display: inline;
  }
}
.main-header .info-box .info-box-2 {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  align-items: center;
}
.main-header .info-box .info-box-2 .icon-box {
  flex: 0 0 auto;
  position: relative;
  top: auto;
  left: auto;
}
.main-header .info-box .info-box-2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-header .info-box .info-box-2 li {
  margin: 0;
  padding: 0 1rem;
  font-size: 14px;
  line-height: 18px;
}
.main-header .info-box .info-box-2:last-child {
  margin-bottom: 0;
}
.main-header .info-box .info-box-2:last-child li {
  margin-bottom: 0;
}
.main-header .info-box .info-box-2 a.link-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-header .info-box .associetion {
  display: block;
  margin-top: -20px;
}
.main-header .info-box:last-child {
  margin-top: 1rem;
}

.main-header .info-box {
  position: relative;
  font-size: 13px;
  color: #777777;
  max-width: 260px;
}
.main-header .info-box > a.selected {
  color: var(--color-gold);
  background-color: rgba(var(--color-gold--rgb), 0.2);
}

.main-header .info-box:last-child {
  padding-left: 0px;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background-color: #e2b13c;
  border: 3px solid #f2dca7;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .info-box li {
  position: relative;
  line-height: 22px;
  color: #222222;
  font-size: 16px;
}

.main-header .info-box li a {
  color: #777777;
}

.main-header .header-lower {
  position: absolute;
  width: 100%;
  z-index: 5;
  background-color: rgba(34, 34, 34, 0.28);
}

.main-header .nav-outer {
  position: relative;
}
.main-header .nav-outer .navbar-header-c {
  display: none;
}

.main-header .links-nav-two {
  position: relative;
  float: right;
}

.main-header .links-nav-two li {
  position: relative;
  display: inline-block;
}

.main-menu {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin-top: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 40px;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  margin: 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 15px 0px;
  font-size: 17px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 3px solid transparent;
}

.main-menu .navigation > li:last-child > a {
  background: none;
}

.sticky-header .main-menu .navigation > li > a {
  color: #181818;
  background: none;
  border: 0px;
  padding: 15px 15px !important;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  color: #e2b13c;
  opacity: 1;
  border-color: #e2b13c;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
  background: #e2b13c;
  color: #ffffff;
  opacity: 1;
  border: 0px;
}

.main-header .main-menu .navigation > li.current > a:after,
.main-header .main-menu .navigation > li:hover > a:after,
.sticky-header .main-menu .navigation > li > a:after {
  display: none !important;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 0px 20px;
  background: rgb(255, 255, 255);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0;
  line-height: 20px;
  font-size: 14px;
  color: #777777;
  text-align: left;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #e2b13c;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 21px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #30355d;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 0px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 22px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  border-bottom: 1px solid #ececec;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #e2b13c;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .social-block {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 60px;
  z-index: 12;
}

.social-block button {
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-panel {
  position: relative;
  padding: 10px 10px;
  width: 210px;
  margin-top: -2px;
}

.social-panel li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.social-panel li a {
  padding: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-panel li a:hover {
  background: none;
  color: #50c19a;
}

.main-header .social-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  line-height: 1;
}

.main-header .social-icon a {
  position: relative;
  font-size: 16px;
  color: #aaaaaa;
  text-transform: capitalize;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  display: flex;
  align-items: center;
}

.main-header .social-icon a:hover {
  color: #f8b332;
}

.main-header .social-icon a svg {
  width: 22px;
  height: 22px;
}

.main-header .language-icon {
  margin-left: 16px;
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .language-icon .dropdown-content a {
  margin: 0 8px;
  padding: 3px 8px 3px 20px;
  display: flex;
  align-items: center;
  font-size: 0.8em;
}

.main-header .language-icon .dropdown-content a:hover {
  color: grey;
}

.main-header .language-icon .lang-rus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZEQTE1NzA2QzNEMDExRTNCODFGQjgxQjVGMTIxNUMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZEQTE1NzA3QzNEMDExRTNCODFGQjgxQjVGMTIxNUMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkRBMTU3MDRDM0QwMTFFM0I4MUZCODFCNUYxMjE1QzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkRBMTU3MDVDM0QwMTFFM0I4MUZCODFCNUYxMjE1QzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4kOv/XAAABdUlEQVR42nRSS0oDQRB9LZ0sHHAbshIxa4kLN7mAZ/ASOYEQwVPkCnMEj+AZsghkEYhCMCbBme7qsqo/YYLYUP2q6lW9qeluczjwDHkxA8YEhJD8hLJBc3/NC2VEgHu9IsC6x2b1C2quNOkq+LVrYPZ75qoqhV2hInLud3Pr9TdsXQOTCeN4RFZnEMUWwVSccmrh5FfVBeqaYEajwNMpY7MxkfAeYpwtxFjzbZsamyZxw6HBfL6DXSwYq5XBcpmbnAjIBNrgXEE+Q63bbk2c0uqwSmhS0TkTv5ya/xdS09uxT3jBg3vEjdvJ1wNITUdvfIwVNaZWRNuck3jgr9DHO+wzXjEgJ8orsMzPUsTOI7hGfJLGHz0UiUn4VlBq5B/7dI07vMHeyiDWfSJcHiJprBaoiEPoyT/0JXZtbGKXuPjC/Bpj6TVye2zG9wjk0x0LqYZ4ZRR9IjrlQ3kHwh8/NvISgVmI5ymiGdGJCxeyUadG168AAwCWxZvVjcKHZQAAAABJRU5ErkJggg==") no-repeat left center;
}

.main-header .language-icon .lang-eng {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAIAAADkharWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM5NkE1OTgwNzY0RTExRTQ5MzAwQkNGMzI2OUU0MEIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM5NkE1OTgxNzY0RTExRTQ5MzAwQkNGMzI2OUU0MEIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2QTU5N0U3NjRFMTFFNDkzMDBCQ0YzMjY5RTQwQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2QTU5N0Y3NjRFMTFFNDkzMDBCQ0YzMjY5RTQwQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7EXT1wAAACVUlEQVR42hTO60tTYQAH4N/7nrP7hjqZWt5CFxUa6kgU8ZOIZmomlDDKhFSIIsroYoywJWbSBSHWxbwUqOmXQWHoDPKLQglSjjAtF1o6zZkt3Xbm2Tln1R/wwEPWjqRHpqZO1TSfaJtwfViGVoZo7VRJ0DR6a9TcUfzkOzZ5EFlZtrrb300lidoSquD6mttrGbuas7s0E794BJgouQqBQIQmElsAUZ8xhV957hoMEdy5dmp9x+wUTrs8ykRr5ZcKprGtDDLwIQYkmguFkaAfzPtmW7SQQ+Yh89N9D+coOH593GOcyXumLoWlttXrsDcX6nQaCDRJR52xjqqFgdD5HmvEsfLjL3yTS2xBsfG3pAyKYovGaDhYWDr7unLPDyQawCtT1BKM8VLT+64F2Ecms8vT9Eqe+K0X1ODAUEgCRAmUIBTAihufP8KUA30MeB5BH5QyQLFNolk64wS3AZYBBHAcWAI5iz/+/9LlxE89WBXEIOQERKeQE/ZB7lnItaIoCuFw5eHMtI15zDpBWbQ3hVvtxL0Az/JYfP7orF9L/gU49optGoshGBSXWov2TgziucW5vyYuKyuG8bkDYdFgTBruOdBv69tRf9tBofFTBCRiShzpr7jj6WU6Lg/E12VM53q9m1AG5uaWkq853xy9pysp6Fxv7ixbR0osra7OcN9PL350UhgertO1mfuS8WlTRSXw0MpleLtaVPjypqIeDR21q4/ndzloS34o7nrNSjCiQtvQNcETzZYyCj4BUMEf3CZ6lpEJNy4OnRqP8jbaI4NrfwUYAKzq9wxoGWgcAAAAAElFTkSuQmCC") no-repeat left center;
}

.main-header .language-icon .lang-cn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAo0lEQVQoz+2RsQkCQRBF3ywnK5ppIhrYg3CpgU0YGpmL2ISZFRjagG2IiQ0YH4gmxyF77hiciIiwK6a+ZIL/eQMzor2+8s7Aw94Qw7OlEwcWUPBDB/XXNCDQxZXb9ES5vkCqmJXFzwpoaZxANhYcSFGDnVTB1sJZgoIEgLaSjDvQVVCgAX7kMEcLeYzg8NiUVdPPc8yyCWX4BvLxC19g+JG/AO66PytIFEPhSgAAAABJRU5ErkJggg==") no-repeat left center;
}

.main-header .language-dropdown {
  position: relative;
  display: inline-block;
}

.main-header .language-dropdown .dropdown-content {
  position: absolute;
  display: none;
  background-color: #3666a8;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  margin-left: -20px;
}

.main-header .language-dropdown .dropbtn {
  padding: 4px 8px;
  background-color: #3666a8;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}

.main-header .language-dropdown .dropbtn > div {
  width: 25px;
  height: 22px;
}

.main-header .language-dropdown .dropbtn .lang-text {
  display: none;
}

.main-header .language-dropdown .dropbtn::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.main-header .language-dropdown:hover .dropbtn {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-header .language-dropdown:hover .dropdown-content {
  display: block;
  animation: growOut 300ms ease-in-out forwards;
  transform-origin: top center;
}

.main-header .language-dropdown .dropbtn:active + .dropdown-content,
.main-header .language-dropdown .dropbtn:focus + .dropdown-content,
.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type=text],
.main-header .search-panel input[type=search],
.main-header .search-panel input[type=password],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f8b332;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.main-header .search-box-outer .dropdown-menu {
  top: 58px;
  border-top: 3px solid #e2b13c;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
}

.main-header .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none;
}

.main-header.light-version {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  background: none;
}

.main-header.light-version .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 20;
  padding: 25px 0px;
}

.main-header.light-version .nav-outer {
  position: relative;
  float: right;
  padding-right: 40px;
  margin-top: 25px;
}

.main-header.light-version .main-menu .navigation > li > a {
  border: 0px;
  padding: 30px 0px;
}

.main-header .info-options {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
}

.main-header .info-options .search-box-outer {
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 30px;
  border-right: 0px;
  border-left: 1px solid #a9aab1;
}

.main-header .info-options .search-box-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px !important;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*Social Links One*/
.social-links-one {
  position: relative;
}

.social-links-one a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0px 6px;
  font-size: 16px;
  color: #777777;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.social-links-one a:hover {
  color: #f8b332;
}

/*Social Links Two*/
.social-links-two {
  position: relative;
  margin-top: 7px;
}

.social-links-two li {
  position: relative;
  display: inline-block;
}

.social-links-two li.share {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  top: 2px;
  margin-right: 5px;
  text-transform: uppercase;
}

.social-links-two li a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0px 6px;
  font-size: 13px;
  color: #b9b9b9;
  min-width: 30px;
  border-radius: 50%;
  min-height: 30px;
  border: 2px solid #b9b9b9;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.social-links-two li a:hover {
  color: #e2b13c;
  border-color: #e2b13c;
}

/*** 

====================================================================
	Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.sec-title li {
  list-style: none;
}
.sec-title h2 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 0.2rem;
  color: var(--color-dark);
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.sec-title h2 a {
  color: #222222;
  text-decoration: none;
  border-bottom: 1px dashed rgba(var(--color-dark--rgb), 0.7);
  transition: all 0.3s;
}
.sec-title h2 a:hover, .sec-title h2 a:focus {
  text-decoration: none;
  color: var(--color-blue);
  border-bottom: 1px dashed rgba(var(--color-blue--rgb), 0.2);
}

.sec-title h3 {
  font-size: 16px;
  /* color: #3666a8; */
  color: #e2b13c;
  font-weight: 700;
  letter-spacing: 0.35rem;
  line-height: 1.4em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.sec-title h2 .select {
  display: inline;
  position: relative;
  border-bottom: 1px dashed #222222;
  cursor: pointer;
}

.sec-title h2 .select .arrow {
  font-size: 10px;
}

.sec-title h2 .select > ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 100;
  top: -100px;
  left: 0;
  width: 200px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  color: #222222;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.sec-title h2 .select > ul > li {
  padding: 0.4rem 0;
  background-color: #efefef;
}

.sec-title h2 .select > ul > li:hover {
  background-color: #fff;
}

.sec-title h2 .select > ul > li a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #e2b13c;
}

.sec-title h2 .select-chk {
  display: none;
}

.sec-title h2 .select-chk:checked + .select ul {
  display: block;
}

.page-title .separator,
.sec-title .separator {
  position: relative;
  width: 360px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/resource/separater.png) center center no-repeat;
}

.sec-title .separator-two {
  position: relative;
  width: 220px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/resource/separater-two.png) center center no-repeat;
}

.sec-title .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 2em;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px;
}

.sec-title .text p {
  margin-bottom: 20px;
}

.background-image-section {
  position: relative;
  padding: 115px 0px 60px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(250, 250, 250, 0.94);
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/
.main-slider {
  position: relative;
  z-index: 10;
  background-color: #a2b1cb;
}
.main-slider .tp-simpleresponsive > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-slider .mouse-btn-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  background: url(../images/icons/mouse-icon.png) center center no-repeat;
  z-index: 20;
}

.main-slider .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.55);
}

.main-slider .tp-caption {
  z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.main-slider h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
}

.main-slider h4 {
  font-weight: 800;
  line-height: 1.6em;
  color: #e2b13c;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.main-slider h4.white-text {
  color: #ffffff;
}

.main-slider .btn-style-one {
  color: #ffffff !important;
}

.main-slider .btn-style-one:hover {
  color: #1f1200 !important;
}

.main-slider .btn-style-two {
  color: #ffffff !important;
}

.main-slider .btn-style-two:hover {
  color: #ffffff !important;
}

.main-slider .btn-style-three {
  color: #ffffff !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
  background: none !important;
  width: 50px !important;
  overflow: hidden;
  margin-top: -10px !important;
  height: 50px !important;
}

.main-slider .tparrows.preview3::after {
  top: 0px;
  color: #ffffff;
  font-size: 16px;
  height: 44px !important;
  line-height: 42px;
  width: 44px !important;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
  content: "\f104";
  font-family: "FontAwesome";
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.main-slider .tparrows.preview3.tp-leftarrow {
  left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
  right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
  color: #ffffff;
  background: #e2b13c;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
  display: none !important;
}

.main-slider .naval-logo-shadow {
  padding: 20px 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.main-slider .naval-text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 0px rgb(0, 0, 0);
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/
.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
  content: "\f178";
}

.fancybox-prev span:before {
  content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  color: #000000;
}

.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/icons/icon-cross.png) center center no-repeat;
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
  padding: 0px !important;
}

/*** 

====================================================================
	Museum Section
====================================================================

***/
.museum-section {
  position: relative;
  padding: 70px 0px 70px;
}
@media only screen and (max-width: 767px) {
  .museum-section {
    padding: 10px 0 10px 0;
  }
}

.museum-section .content-column {
  position: relative;
  margin-bottom: 30px;
}

.museum-section .content-column .inner {
  position: relative;
  margin-top: 65px;
  text-align: center;
}

.museum-section .content-column .inner .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 2em;
}

.museum-section .content-column .inner .more-info {
  position: relative;
  color: #3666a8;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.museum-section .content-column .inner .more-info:hover {
  color: #222222;
}

.museum-section .image-column {
  position: relative;
}

.museum-section .image-column .image {
  position: relative;
  text-align: center;
}

.museum-section .image-column .image img {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

.museum-section .info-section {
  position: relative;
  padding: 55px 15px 30px;
  background-color: #3666a8;
}

.museum-section .info-section:before {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.museum-section .info-section .info-column {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.museum-section .info-section .info-column .inner {
  position: relative;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.museum-section .info-section .info-column:last-child .inner {
  border-right: 0px;
}

.museum-section .info-section .info-column h4 {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lora", serif;
}

.museum-section .info-section .info-column h3 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lora", serif;
}

/*** 

====================================================================
	About Museum Section
====================================================================

***/
.about-museum {
  position: relative;
  padding: 115px 0px 60px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-museum:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(250, 250, 250, 0.94);
}

/*Video Box*/
.video-box {
  position: relative;
  margin-bottom: 40px;
}

.video-box .image img {
  position: relative;
  width: 100%;
}

.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
  background-color: rgba(0, 0, 0, 0.3);
}

.video-box .overlay-box span {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  font-size: 16px;
  text-align: center;
  margin-top: -40px;
  color: #ffffff;
  line-height: 78px;
  font-weight: 700;
  padding-left: 5px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ffffff;
}

.about-museum .content-column {
  position: relative;
}

.about-museum .content-column .inner {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}

.about-museum .content-column .inner h3 {
  position: relative;
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-museum .content-column .inner .text {
  color: #666666;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
}

.about-museum .content-column .inner .read-more {
  color: #e2b13c;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
  display: inline-block;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  margin-bottom: 10px;
}

.list-style-one li a {
  position: relative;
  color: #666666;
  font-size: 16px;
  padding-left: 30px;
}

.list-style-one li a:hover {
  color: #222222;
  font-weight: 500;
}

.list-style-one li a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #e2b13c;
  content: "\f110";
  font-family: "Flaticon";
}

/*** 

====================================================================
	Events Section
====================================================================

***/
.events-section {
  position: relative;
  padding: 115px 0px 60px;
}

.event-block {
  position: relative;
  margin-bottom: 65px;
}

.event-block .inner-box {
  position: relative;
  text-align: center;
}

.event-block .inner-box .title-box {
  position: relative;
  background-color: #e2b13c;
  display: inline-block;
  padding: 13px 42px;
  z-index: 1;
  max-width: 340px;
  margin: 0 auto;
  width: 100%;
}

.event-block .inner-box .title-box h3 {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.event-block .inner-box .title-box h3 a {
  color: #222222;
}

.event-block .inner-box .title-box h3 a:hover {
  color: #ffffff;
}

.event-block .inner-box .title-box .event-date {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4em;
}

.event-block .inner-box .lower-box {
  position: relative;
  padding: 70px 70px 45px;
  background-size: cover;
  margin-top: -32px;
  min-height: 200px;
}

.event-block .inner-box .lower-box .link,
.event-block .inner-box .lower-box .link a {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

/*
.event-block .inner-box .lower-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.65);
}
*/
.event-block .inner-box .lower-box .text {
  position: relative;
  font-size: 16px;
  line-height: 2em;
  color: #ffffff;
  text-align: left;
}

.event-block .inner-box .event-date-box {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  width: 340px;
  text-align: left;
  margin-top: 70px;
  padding-left: 54px;
}

/*
.event-block .inner-box .event-date-box:before{
	position:absolute;
	content:'';
	left:-45px;
	top:50%;
	width:70px;
	height:30px;
	background-color:#e2b13c;
}
*/
.event-block .inner-box .event-date-box .date {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.event-block .inner-box .event-date-box .event-place {
  position: relative;
  /* color:#666666; */
  font-size: 13px;
}

.event-block .inner-box .event-date-box .event-more {
  position: absolute;
  z-index: 1;
  top: 135px;
  left: 0;
  padding-left: 54px;
}

.events-section .content-column .inner .view-all {
  position: relative;
  float: right;
}

.events-section .image-box {
  position: absolute;
  right: 40px;
  bottom: 133px;
}

.events-section .image-box .image {
  position: relative;
}

.events-section .image-box .image img {
  position: relative;
  width: 100%;
  display: inline-block;
}

/*** 

====================================================================
	News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 110px 0px 80px;
}

.blog-post {
  position: relative;
  margin-bottom: 60px;
}

.blog-post .image-column {
  position: relative;
}

.blog-post .image-column .image {
  position: relative;
}

.blog-post .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid rgba(226, 177, 60, 0.75);
}

.blog-post .content-column {
  position: relative;
}

.blog-post .content-column .inner {
  position: relative;
}

.blog-post .content-column .inner .upper-box {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.blog-post .content-column .inner .upper-box .news-time {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #d7d7d7;
  padding-left: 70px;
  text-transform: uppercase;
}

.blog-post .content-column .inner .upper-box .news-time span {
  color: #d7d7d7;
  font-weight: 700;
  font-size: 60px;
  line-height: 1em;
}

.blog-post .content-column .inner .upper-box .news-time:before {
  position: absolute;
  content: "";
  right: 92%;
  bottom: 10px;
  width: 100px;
  height: 1px;
  background-color: #e2b13c;
}

.blog-post .content-column .inner .upper-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
}

.blog-post .content-column .inner .upper-box h3 a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-post .content-column .inner .upper-box h3 a:hover {
  color: #e2b13c;
}

.blog-post .content-column .inner .lower-box {
  position: relative;
}

.blog-post .content-column .inner .lower-box .post-meta {
  position: relative;
  margin-bottom: 10px;
}

.blog-post .content-column .inner .lower-box .post-meta li {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}

.blog-post .content-column .inner .lower-box .post-meta li a {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-post .content-column .inner .lower-box .post-meta li a:hover {
  color: #e2b13c;
}

.blog-post .content-column .inner .lower-box .post-meta li a .icon {
  margin-right: 8px;
}

.blog-post .content-column .inner .lower-box .text {
  position: relative;
  margin-bottom: 20px;
}

.blog-post .content-column .inner .lower-box .text p {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-post .content-column .inner .lower-box .text p:last-child {
  margin-bottom: 0px;
}

.blog-post .content-column .inner .lower-box .read-more {
  position: relative;
  color: #e2b13c;
  font-size: 16px;
  font-style: italic;
}

.blog-post.style-two .content-column .inner .news-time {
  font-size: 18px;
}

.blog-post.style-two .content-column .inner .news-time span {
  font-size: 32px;
}

.blog-post.style-two .content-column .inner .upper-box h3 {
  font-size: 20px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/
.gallery-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 115px 0px 120px;
}

.gallery-section.full-width-section {
  padding-bottom: 0px;
}

.gallery-section.full-width-section .styled-pagination {
  margin-bottom: 100px;
}

.gallery-section.full-width-section .default-portfolio-item {
  padding-bottom: 0px;
  padding: 0px;
}

.gallery-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(250, 250, 250, 0.94);
}

.gallery-section.style-two:before {
  display: none;
}

.gallery-section .filters {
  margin-bottom: 15px;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  line-height: 24px;
  color: #777777;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 5px 10px;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.gallery-section .filters .filter:after {
  position: absolute;
  content: "";
  right: -6px;
  top: 14px;
  width: 1px;
  height: 12px;
  background-color: #e0e0e0;
}

.gallery-section .filters .filter:last-child::after {
  display: none;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
  color: #e2b13c;
}

.gallery-section .filter-list {
  display: block;
  width: 100%;
}

.default-portfolio-item {
  position: relative;
  padding-bottom: 30px;
}

.default-portfolio-item.mix {
  display: none;
}

.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.default-portfolio-item .image-box {
  position: relative;
  display: block;
}

.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  /* background: rgba(226, 177, 60, 0.94); */
  background-color: rgba(10, 63, 158, 0.48);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.default-portfolio-item .inner-box.active .overlay-box, .default-portfolio-item .inner-box:active .overlay-box, .default-portfolio-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}

.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.default-portfolio-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: "Lora", serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

.default-portfolio-item .overlay-inner h3 a {
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover {
  /* color: #222222; */
  color: #ffffff;
}

.default-portfolio-item .overlay-inner .category {
  font-size: 16px;
  font-style: italic;
  /* color: #222222; */
  color: #ffffff;
  margin-top: 5px;
  font-family: "Lora", serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

.default-portfolio-item .overlay-inner .image-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #232323;
  width: 46px;
  height: 46px;
  margin: 0px 5px;
  line-height: 44px;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: rgba(255, 255, 255, 0.67);
}

.default-portfolio-item .overlay-inner .image-link .icon {
  position: relative;
}

.default-portfolio-item .overlay-inner .image-link:hover {
  background: #fa6f1c;
  background-color: rgba(255, 255, 255, 0.8);
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/
.map-section .map-container {
  position: relative;
  z-index: 10;
}

.map-data {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.map-section .map-content {
  line-height: 24px;
}

.map-section .map-canvas {
  position: relative;
  height: 530px;
}

.map-section .map-canvas.style-two {
  height: 360px;
}

.map-section .map-canvas.style-three {
  height: 430px;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/
.sponsors-section {
  position: relative;
  padding: 75px 0px 75px;
  background-color: #f4f4f4;
}
.sponsors-section li {
  list-style: none;
}
.sponsors-section--partner h1 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 4rem;
  color: var(--color-grey-light);
  text-transform: uppercase;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
.sponsors-section--partner .owl-stage {
  display: flex;
  align-items: center;
}
.sponsors-section--partner .owl-stage .image-box img {
  filter: grayscale(1);
  width: auto;
  max-width: 210px;
}
.sponsors-section--partner .owl-stage .image-box img:hover {
  filter: grayscale(0);
}

.sponsors-section .owl-carousel {
  position: static;
}

.sponsors-section .image-box {
  position: relative;
  text-align: center;
}

.sponsors-section .image-box img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  opacity: 0.31;
  z-index: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sponsors-section .image-box img:hover {
  opacity: 1;
}

.sponsors-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -30px;
}

.sponsors-section .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}

.sponsors-section .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.sponsors-section .owl-nav .owl-prev,
.sponsors-section .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  font-size: 55px;
  color: #666666;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover {
  background-color: #e2b13c;
  color: #ffffff;
}

.sponsors-section .owl-dots {
  display: none;
}

.sponsors-section.style-two {
  background: none;
  padding: 45px 0px 45px;
}

.sponsors-section.style-two .owl-nav .owl-next {
  right: 0px;
  color: #d4d4d4 !important;
  width: auto;
  height: auto;
  background: none !important;
}

.sponsors-section.style-two .owl-nav .owl-prev {
  left: 0px;
  color: #d4d4d4 !important;
  width: auto;
  height: auto;
  background: none !important;
}

.sponsors-section.style-three .owl-nav {
  display: none;
}

/**
Naval Fonds
**/
.naval-fonds-section {
  position: relative;
  padding: 75px 0px 75px;
  background-color: #f4f4f4;
}
.naval-fonds-section ul,
.naval-fonds-section li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.naval-fonds-section .owl-carousel {
  position: static;
}

.naval-fonds-section .image-box {
  position: relative;
  text-align: center;
}

.naval-fonds-section .image-box img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  opacity: 0.85;
  z-index: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.naval-fonds-section .image-box img:hover {
  opacity: 1;
}

.naval-fonds-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -30px;
}

.naval-fonds-section .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}

.naval-fonds-section .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.naval-fonds-section .owl-nav .owl-prev,
.naval-fonds-section .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #666666;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.naval-fonds-section .owl-nav .owl-prev:hover,
.naval-fonds-section .owl-nav .owl-next:hover {
  background-color: #e2b13c;
  color: #ffffff;
}

.naval-fonds-section .owl-dots {
  display: none;
}

.naval-fonds-section.style-two {
  background: none;
}

.naval-fonds-section.style-two .owl-nav .owl-next {
  right: 0px;
  color: #d4d4d4 !important;
  width: auto;
  height: auto;
  background: none !important;
}

.naval-fonds-section.style-two .owl-nav .owl-prev {
  left: 0px;
  color: #d4d4d4 !important;
  width: auto;
  height: auto;
  background: none !important;
}

.naval-fonds-section.style-three .owl-nav {
  display: none;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
  background-size: cover;
  padding: 115px 0px 80px;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(250, 250, 250, 0.95);
}

.testimonial-section .client-testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block-two .inner-box .quote-icon {
  position: relative;
  color: #e2b13c;
  font-size: 28px;
  margin-bottom: 40px;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  color: #222222;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  font-style: italic;
  line-height: 2em;
  margin-bottom: 30px;
}

.testimonial-section .client-thumb-outer {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel {
  position: relative;
  max-width: 90px;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item {
  position: relative;
  width: 86px;
  border-radius: 50%;
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.testimonial-section .client-thumbs-carousel .thumb-item .thumb-content {
  position: relative;
  text-align: center;
  margin-top: 35px;
  opacity: 0;
  margin-left: -30px;
  margin-right: -30px;
}

.testimonial-section .client-thumbs-carousel .thumb-item .thumb-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.testimonial-section .client-thumbs-carousel .thumb-item .thumb-content .designation {
  color: #666666;
  font-size: 16px;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
  width: 86px;
  height: 86px;
  cursor: pointer;
  border-radius: 50%;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  border-radius: 50%;
  border: 2px solid transparent;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box img {
  opacity: 1;
  border: 2px solid #e2b13c;
}

.testimonial-section .owl-item.active .thumb-content {
  opacity: 1;
}

.testimonial-section .owl-nav {
  position: absolute;
  left: 0px;
  margin-top: 25px;
  width: 100%;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
  display: inline-block;
  color: #666666;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
  background-color: #e2b13c;
  color: #ffffff;
}

.testimonial-section .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
}

.testimonial-section .owl-nav .owl-next {
  position: absolute;
  right: 50px;
}

.testimonial-section.style-two:before {
  display: none;
}

.testimonial-section.style-two .client-testimonial-carousel {
  position: static;
  max-width: 100%;
}

.testimonial-section.style-two .owl-nav {
  top: 50%;
  margin-top: -30px;
}

.testimonial-section.style-two .owl-nav .owl-prev,
.testimonial-section.style-two .owl-nav .owl-next {
  background-color: #f2f2f2;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
  position: relative;
  padding-top: 70px;
  background-color: #222222;
}

.main-footer .upper-box {
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.main-footer .upper-box .logo-box {
  position: relative;
  margin-bottom: 35px;
}

.main-footer .signup-form .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.main-footer .signup-form .form-group input[type=text],
.main-footer .signup-form .form-group input[type=tel],
.main-footer .signup-form .form-group input[type=email],
.main-footer .signup-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  height: 60px;
  color: #ffffff;
  font-size: 13px;
  background: none;
  font-style: italic;
  border-bottom: 1px solid #444444;
  padding: 14px 0px 15px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .signup-form .form-group .title {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  color: #7e7e7e;
  font-size: 13px;
  background: none;
  font-style: italic;
  min-height: 60px;
  text-align: left;
  border-bottom: 1px solid #444444;
  padding: 14px 0px 15px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .signup-form .form-group:first-child {
  left: 4px;
}

.main-footer .signup-form .form-group:first-child::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 12px;
  width: 1px;
  height: 35px;
  background-color: #444444;
}

.main-footer .signup-form .form-group input[type=text]:focus,
.main-footer .signup-form .form-group input[type=tel]:focus,
.main-footer .signup-form .form-group input[type=email]:focus,
.main-footer .signup-form .form-group textarea:focus {
  border-color: #e2b13c;
}

.main-footer .signup-form .form-group input[type=submit],
.main-footer .signup-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #828282;
  text-align: right;
  background: none;
}

.main-footer .signup-form .form-group input[type=submit],
.main-footer .signup-form button:hover {
  color: #e2b13c;
}

.main-footer .footer-column {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 50px;
}

.main-footer .footer-widget .text {
  position: relative;
  color: #ababab;
  margin-bottom: 20px;
}

.main-footer .widgets-section {
  position: relative;
  padding-bottom: 40px;
}

.main-footer h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 52px;
  color: #ffffff;
  text-transform: capitalize;
}

.main-footer h2:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  top: 10px;
  left: 0px;
  background-color: #e2b13c;
}

/*about widget*/
.main-footer .bold-text {
  position: relative;
  font-weight: 600;
  color: #e4e4e4;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main-footer .text {
  position: relative;
  color: #ababab;
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 15px;
}

.main-footer .read-more {
  position: relative;
  color: #e2b13c;
  font-size: 16px;
  font-style: italic;
}

.main-footer .read-more:hover {
  text-decoration: underline;
}

.main-footer .read-more .icon {
  position: relative;
  top: 1px;
}

/*list Widget*/
.main-footer .links-widget .list li {
  position: relative;
  margin-bottom: 12px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: block;
  color: #909090;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .links-widget .list li a:hover {
  color: #e2b13c;
}

.main-footer .links-widget .list.style-two li a {
  padding-left: 22px;
}

.main-footer .links-widget .list.style-two li a:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  color: #e2b13c;
  font-family: "FontAwesome";
}

/*contact info*/
.main-footer .contact-info {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .contact-info li {
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #ababab;
  font-size: 13px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  line-height: 24px;
  font-size: 16px;
  color: #e2b13c;
}

.main-footer .contact-info li a {
  color: #ababab;
  text-decoration: underline;
}

.main-footer .contact-info li a:hover {
  color: #e2b13c;
}

/*gallery widget*/
.main-footer .gallery-widget .images-outer {
  position: relative;
  margin: 0px -3px;
}

.main-footer .gallery-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 3px;
  margin-bottom: 6px;
}

.main-footer .gallery-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
  opacity: 0.7;
}

.main-footer .footer-widget h2 a {
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .footer-widget h2 a:hover {
  color: #e2b13c;
  text-decoration: none;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 22px 0px;
  background-color: #161616;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  color: #909090;
  font-size: 16px;
}

.main-footer .footer-bottom .social-links {
  text-align: center;
}

.main-footer .footer-bottom .social-links a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding-top: 5px;
  text-align: center;
  width: 42px;
  height: 42px;
  color: #444444;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .footer-bottom .social-links a:hover {
  background: #e2b13c;
  border-color: #e2b13c;
  color: #ffffff;
  text-decoration: none;
}

.footer-style-two {
  position: relative;
}

.footer-style-two .left-column {
  position: relative;
  width: 50%;
}

.footer-style-two .left-column .inner {
  position: relative;
  max-width: 600px;
  float: right;
  padding: 20px 40px 20px 15px;
}

.footer-style-two .right-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: left;
}

.footer-style-two .right-column .map-canvas {
  height: 100%;
  display: block;
}

/*** 

====================================================================
	Museum History
====================================================================

***/
.museum-history {
  position: relative;
  padding: 110px 0px 110px;
}

.museum-history.no-padding-bottom {
  padding-bottom: 0px;
}

.museum-history .content-column {
  position: relative;
  margin-bottom: 40px;
}

.museum-history .content-column .inner {
  position: relative;
}

.museum-history .content-column .inner .title {
  position: relative;
  margin-bottom: 35px;
}

.museum-history .content-column .inner .title h3 {
  position: relative;
  color: #e2b13c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lora", serif;
}

.museum-history .content-column .inner .title h2 {
  position: relative;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.museum-history .content-column .inner .title h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 90px;
  height: 2px;
  background-color: #cecccc;
}

.museum-history .content-column .inner .title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  z-index: 10;
  background-color: #e2b13c;
}

.museum-history .content-column .inner .content {
  position: relative;
  padding-left: 40px;
}

.museum-history .content-column .inner .content .dark-text {
  position: relative;
  color: #222222;
  font-size: 16px;
  margin-bottom: 20px;
  font-style: italic;
}

.museum-history .content-column .inner .content .text {
  position: relative;
  color: #777777;
  font-size: 16px;
}

.museum-history .content-column .inner .content .more-info {
  position: relative;
  color: #e2b13c;
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}

.museum-history .image-column {
  position: relative;
}

.museum-history .image-column .inner {
  position: relative;
  padding-right: 35px;
}

.museum-history .image-column .image {
  position: relative;
}

.museum-history .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.museum-history .image-column .more-photo {
  position: absolute;
  right: -35px;
  bottom: 60px;
  padding: 15px 18px;
  display: inline-block;
  background-color: #333333;
}

.museum-history .image-column .more-photo a {
  position: relative;
  color: #c2c2c2;
  font-size: 16px;
  display: block;
  line-height: 1.6em;
  font-style: italic;
  text-transform: capitalize;
  font-family: "Lora", serif;
}

.museum-history .image-column .more-photo a span {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

/*** 

====================================================================
	Museum Gallery
====================================================================

***/
.museum-gallery {
  position: relative;
  padding: 30px 0px 20px;
  background-color: #fafafa;
}

.museum-gallery .left-column .inner-box {
  padding-right: 30px;
}

.museum-gallery .right-column .inner-box {
  padding-left: 30px;
}

.museum-gallery .mid-column .inner-box {
  padding: 0px 10px;
  max-width: 400px;
  margin: 0 auto;
}

.museum-gallery .mid-column .inner-box .gallery-block {
  margin-bottom: 35px;
}

.gallery-block {
  position: relative;
  margin-bottom: 60px;
}

.gallery-block .inner {
  position: relative;
}

.gallery-block .inner .image {
  position: relative;
}

.gallery-block .inner .time {
  margin-bottom: 10px;
}

.gallery-block .inner .image img {
  position: relative;
  width: 100%;
  display: block;
}

.gallery-block .inner .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 26px;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgba(221, 177, 60, 0.36);
}

.gallery-block .inner:hover .overlay-box {
  opacity: 1;
}

.gallery-block .inner .image .overlay-box .icon {
  position: absolute;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.gallery-block .inner .content-box {
  position: relative;
  padding-top: 36px;
}

.gallery-block .inner .content-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.gallery-block .inner .content-box h3 a {
  text-transform: uppercase;
}

.gallery-block .inner .content-box .date {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

.gallery-block .inner .content-box .text {
  position: relative;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

.gallery-block .inner .content-box .text a {
  color: #222222;
}

.gallery-block .inner .content-box:before {
  position: absolute;
  content: "";
  left: 30px;
  top: -25px;
  width: 2px;
  height: 40px;
  background-color: #e2b13c;
}

.gallery-block .inner .content-box h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-block .inner .content-box h3 a:hover {
  color: #e2b13c;
}

.museum-gallery .view-more {
  position: relative;
  color: #3666a8;
  font-size: 16px;
  font-style: italic;
}

.exhibition-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: stretch;
  grid-template-areas: "top1 top1 top1 top2 top2 top2" "item3 item3 item4 item4 item5 item5" "item6 item6 item7 item7 item8 item8" "item9 item9 item10 item10 item11 item11" "item12 item12 item13 item13 item14 item14" "item15 item15 item16 item16 item17 item17" "item18 item18 item19 item19 item20 item20";
}
@media only screen and (max-width: 599px) {
  .exhibition-list {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: initial;
    grid-template-rows: auto;
  }
}

.exhibition-block {
  padding: 10px;
}
.exhibition-block .inner .post-time {
  margin-top: 5px;
  margin-left: 26px;
}
.exhibition-block .inner .filial {
  margin-left: 26px;
}
.exhibition-block .inner .filial a {
  color: var(--color-grey-light);
}
.exhibition-block .inner .filial a:hover {
  color: rgba(var(--color-grey--rgb), 0.8);
}
.exhibition-block .inner .content-box {
  padding-top: 8px;
}
.exhibition-block .inner .content-box h3 a {
  color: #3666a8;
  font-size: 18px;
  text-transform: uppercase;
}
.exhibition-block .inner .content-box:before {
  height: 90px;
  top: -85px;
  left: 10px;
}
.exhibition-block .inner .content-box .text {
  margin-bottom: 16px;
}
.exhibition-block:nth-child(1) {
  grid-area: top1;
}
.exhibition-block:nth-child(2) {
  grid-area: top2;
}
.exhibition-block:nth-child(3) {
  grid-area: item3;
  display: block;
}
.exhibition-block:nth-child(4) {
  grid-area: item4;
  display: block;
}
.exhibition-block:nth-child(5) {
  grid-area: item5;
  display: block;
}
.exhibition-block:nth-child(6) {
  grid-area: item6;
  display: block;
}
.exhibition-block:nth-child(6) {
  grid-area: item6;
  display: none;
}
.exhibition-block:nth-child(7) {
  grid-area: item7;
  display: none;
}
.exhibition-block:nth-child(8) {
  grid-area: item8;
  display: none;
}
.exhibition-block:nth-child(9) {
  grid-area: item9;
  display: none;
}
.exhibition-block:nth-child(10) {
  grid-area: item10;
  display: none;
}
.exhibition-block:nth-child(11) {
  grid-area: item11;
  display: none;
}
.exhibition-block:nth-child(12) {
  grid-area: item12;
  display: none;
}
.exhibition-block:nth-child(13) {
  grid-area: item13;
  display: none;
}
.exhibition-block:nth-child(14) {
  grid-area: item14;
  display: none;
}
.exhibition-block:nth-child(15) {
  grid-area: item15;
  display: none;
}
.exhibition-block:nth-child(16) {
  grid-area: item16;
  display: none;
}
.exhibition-block:nth-child(17) {
  grid-area: item17;
  display: none;
}
.exhibition-block:nth-child(18) {
  grid-area: item18;
  display: none;
}
.exhibition-block:nth-child(19) {
  grid-area: item19;
  display: none;
}
.exhibition-block:nth-child(20) {
  grid-area: item20;
  display: none;
}
.exhibition-block:nth-child(21) {
  grid-area: item21;
  display: none;
}
.exhibition-block:nth-child(22) {
  grid-area: item22;
  display: none;
}
.exhibition-block:nth-child(23) {
  grid-area: item23;
  display: none;
}
.exhibition-block:nth-child(24) {
  grid-area: item24;
  display: none;
}
.exhibition-block:nth-child(25) {
  grid-area: item25;
  display: none;
}
.exhibition-block:nth-child(26) {
  grid-area: item26;
  display: none;
}
.exhibition-block:nth-child(27) {
  grid-area: item27;
  display: none;
}
.exhibition-block:nth-child(28) {
  grid-area: item28;
  display: none;
}
.exhibition-block:nth-child(29) {
  grid-area: item29;
  display: none;
}
.exhibition-block:nth-child(30) {
  grid-area: item30;
  display: none;
}
.exhibition-block:nth-child(31) {
  grid-area: item31;
  display: none;
}
.exhibition-block:nth-child(32) {
  grid-area: item32;
  display: none;
}
.exhibition-block:nth-child(33) {
  grid-area: item33;
  display: none;
}
.exhibition-block:nth-child(34) {
  grid-area: item34;
  display: none;
}
.exhibition-block:nth-child(35) {
  grid-area: item35;
  display: none;
}
.exhibition-block:nth-child(36) {
  grid-area: item36;
  display: none;
}
.exhibition-block:nth-child(37) {
  grid-area: item37;
  display: none;
}
.exhibition-block:nth-child(38) {
  grid-area: item38;
  display: none;
}
.exhibition-block:nth-child(39) {
  grid-area: item39;
  display: none;
}
.exhibition-block:nth-child(40) {
  grid-area: item40;
  display: none;
}

.exhibition-list--item {
  border-bottom: 1px solid var(--color-gold);
  margin-bottom: 100px !important;
}
.exhibition-list--item h1 {
  text-transform: uppercase;
}
.exhibition-list--item h1 a {
  color: var(--color-lower);
}
.exhibition-list--item .image {
  position: relative;
  width: 100%;
  background-size: 100%;
  background-position: center center;
}
.exhibition-list--item .image > img {
  filter: blur(30px);
}
.exhibition-list--item .image img {
  display: block;
  margin: 0 auto;
  max-height: 400px;
}
.exhibition-list--item .overlay-box a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.exhibition-list--item .upper-box {
  border-bottom: none !important;
}
.exhibition-list--item .inner-box .content-box .lower-box .text {
  margin-top: 30px !important;
}

/*** 

====================================================================
	Upcoming Section
====================================================================

***/
.upcoming-section {
  position: relative;
  padding: 110px 0px 120px;
}

.event-blog-two {
  position: relative;
}

.event-blog-two .image-column {
  position: relative;
  text-align: center;
}

.event-blog-two .image-column .image {
  position: relative;
}

.event-blog-two .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.event-blog-two .content-column {
  position: relative;
}

.event-blog-two .content-column .inner-box {
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
}

.event-blog-two .content-column .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.event-blog-two .content-column .inner-box h3:before {
  position: absolute;
  content: "";
  right: 105%;
  top: 10px;
  width: 50px;
  height: 2px;
  background-color: #e2b13c;
}

.event-blog-two .content-column .inner-box h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-blog-two .content-column .inner-box h3 a:hover {
  color: #e2b13c;
}

.event-blog-two .content-column .inner-box .text {
  position: relative;
  margin-bottom: 20px;
}

.event-blog-two .content-column .inner-box .text p {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-bottom: 15px;
}

.event-blog-two .content-column .inner-box h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.event-blog-two .content-column .inner-box .event-location {
  position: relative;
}

.event-blog-two .content-column .inner-box .event-location li {
  position: relative;
  color: #777777;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 5px;
}

.event-blog-two .content-column .inner-box .event-location li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/
.time-counter {
  position: relative;
  margin-bottom: 20px;
  margin-top: -60px;
}

.time-counter .time-countdown {
  position: relative;
  background-color: #e2b13c;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  border: 9px solid #ffffff;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.4em;
  text-align: center;
  padding: 0px 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.time-counter .time-countdown .counter-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 10px;
  width: 1px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.59);
}

.time-counter .time-countdown .counter-column:last-child::after {
  background: none;
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  padding: 0px 5px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}

.upcoming-section .owl-nav {
  display: none;
}

.upcoming-section .owl-dots {
  position: relative;
  text-align: center;
  padding: 20px 0px 0px;
}

.upcoming-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.upcoming-section .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px;
  background: #e8e4e4;
  border-radius: 50%;
  transition: all 500ms ease;
}

.upcoming-section .owl-dots .owl-dot.active span {
  background: #e2b13c;
}

/*** 

====================================================================
	Fullwidth Section One
====================================================================

***/
.fullwidth-section-one {
  position: relative;
}

.fullwidth-section-one .outer-container {
  position: relative;
  background-color: #fafafa;
}

.fullwidth-section-one .left-column {
  position: relative;
  width: 30%;
  float: left;
}

.fullwidth-section-one .left-column .inner-box {
  position: relative;
  text-align: center;
  padding: 115px 40px 115px;
}

.fullwidth-section-one .left-column .inner-box .read-more {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fullwidth-section-one .left-column .inner-box .read-more:hover {
  color: #222222;
}

.fullwidth-section-one .left-column .inner-box .sec-title {
  margin-bottom: 25px;
}

.fullwidth-section-one .right-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70%;
  float: left;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fullwidth-section-one .right-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.53);
}

.fullwidth-section-one .right-column .content-outer {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.fullwidth-section-one .right-column .content-outer .content-box {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.fullwidth-section-one .right-column .content-outer .content-box h3 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.fullwidth-section-one .right-column .content-box .icon-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  margin: 0 auto;
  color: #ffffff;
  padding-left: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(226, 177, 60, 0.75);
}

.fullwidth-section-one .right-column .text {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.2em;
  margin-top: 35px;
}

/*** 

====================================================================
	Info Boxes
====================================================================

***/
.info-boxes {
  position: relative;
  background-size: cover;
  background-color: #e2b13c;
  padding: 50px 0px 30px;
}

.info-boxed {
  position: relative;
  margin-bottom: 20px;
}

.info-boxed .inner {
  position: relative;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.info-boxed:last-child .inner {
  border: 0px;
}

.info-boxed .inner h4 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  margin-bottom: 8px;
}

.info-boxed .inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
	Fullwidth Section Two
====================================================================

***/
.fullwidth-section-two {
  position: relative;
}

.fullwidth-section-two .section-outer {
  position: relative;
  background-color: #fafafa;
}

.fullwidth-section-two .section-outer .left-column {
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  width: 50%;
  height: 100%;
  padding: 115px 40px 105px 40px;
}

.fullwidth-section-two .section-outer .left-column .content {
  position: relative;
  max-width: 550px;
  float: right;
  width: 100%;
  text-align: center;
}

.fullwidth-section-two .section-outer .left-column .content .sec-title {
  margin-bottom: 30px;
}

.fullwidth-section-two .section-outer .left-column .content .more-info {
  color: #e2b13c;
  font-size: 16px;
  font-style: italic;
}

.fullwidth-section-two .section-outer .image-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  float: left;
}

.fullwidth-section-two .section-outer .image-column .hidden-image {
  display: none;
}

/*** 

====================================================================
	Museum Blocks Section
====================================================================

***/
.museum-blocks-section {
  position: relative;
  padding: 45px 0px 5px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.museum-blocks-section:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 625px;
  height: 825px;
  background: url(../images/resource/left-pattern.png) no-repeat;
  background-position: left bottom;
}

.museum-blocks-section:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 625px;
  height: 825px;
  z-index: -1;
  background: url(../images/resource/right-pattern.png) no-repeat;
  background-position: right bottom;
}

.museum-block {
  position: relative;
  margin-bottom: 40px;
}

.museum-block .inner-box {
  position: relative;
  margin-left: 48px;
  border: 1px solid #eeeeee;
  padding: 25px 20px 25px 78px;
}

.museum-block .inner-box .icon-box {
  position: absolute;
  width: 98px;
  height: 98px;
  left: -48px;
  top: 30px;
  color: #ffffff;
  font-size: 42px;
  /* line-height:96px; */
  text-align: center;
  margin-bottom: 20px !important;
  background-color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.museum-block .inner-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.museum-block .inner-box h3:before {
  position: absolute;
  left: -48px;
  bottom: 0px;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #e2b13c;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.museum-block .inner-box h3 a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.museum-block .inner-box h3 a:hover {
  color: #e2b13c;
}

.museum-block .inner-box .text {
  position: relative;
  color: #888888;
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 14px;
  margin-bottom: 8px;
}

.museum-block .inner-box:hover h3:before {
  left: 0px;
}

.museum-block .inner-box:hover .icon-box {
  color: #ffffff;
  background-color: #e2b13c;
}

/*** 

====================================================================
	Events Blog Section
====================================================================

***/
.events-blog-section {
  position: relative;
  padding: 45px 0px 20px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.events-blog-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(250, 250, 250, 0.94);
}

.events-blog-section.style-two:before {
  display: none;
}

.news-carousel-section {
  position: relative;
  padding: 55px 0px 20px;
}
.news-carousel-section .separator {
  position: relative;
  width: 360px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/resource/separater.png) center center no-repeat;
}

.news-carousel-section .owl-stage-outer .news-block .inner-box .content-box .lower-box .text {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-carousel-section .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
}
.news-carousel-section .owl-nav .owl-prev,
.news-carousel-section .owl-nav .owl-next {
  margin: 0 1rem;
  display: block;
  background: #e2b13c;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms;
}
.news-carousel-section .owl-nav .owl-prev:hover,
.news-carousel-section .owl-nav .owl-next:hover {
  font-size: 1.5em;
  background-color: #e9ce93;
}

.news-carousel-section .owl-dots {
  position: relative;
  text-align: center;
  padding: 30px 0px 0px;
}

.news-carousel-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.news-carousel-section .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px;
  background: #e8e4e4;
  border-radius: 50%;
  transition: all 500ms ease;
}

.news-carousel-section .owl-dots .owl-dot.active span {
  background: #e2b13c;
}

/*News Block*/
.news-block {
  position: relative;
  margin-bottom: 45px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image-box {
  position: relative;
  display: inline-block;
}

.news-block .inner-box .image-box .image {
  position: relative;
  min-height: 165px;
  background-color: rgba(212, 212, 212, 0.5);
}
.news-block .inner-box .image-box .image:hover .overlay-box {
  opacity: 1;
}

.news-block .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
  border: 1px solid rgba(226, 177, 60, 0.75);
}

.blog-detail .news-block .inner-box .image-box .image img {
  max-width: 100%;
  max-height: 500px;
}
.blog-detail img {
  max-width: 100%;
  height: auto !important;
}

.blog-list .news-block .inner-box .image-box .image img {
  max-width: 500px;
  max-height: 500px;
}

.news-block .image-box .image .news-image {
  display: flex;
  position: relative;
  background-color: #d8dee9;
  background-size: contain;
  background-position: center center;
  background-clip: padding-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-image: url(/images/news-default.png);
  max-width: 100%;
  width: 370px;
  height: 250px;
  overflow: hidden;
}

.news-block .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block .inner-box .image-box .overlay-box a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-block .inner-box .image-box .overlay-box .icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  color: #232323;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
}

.news-block .inner-box .content-box {
  position: relative;
}

.news-block .inner-box .content-box .upper-box {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.news-block .inner-box .content-box .upper-box .post-time {
  position: relative;
  color: #929292;
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  padding-left: 75px;
}

.news-block .inner-box .content-box .upper-box .post-time span {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  top: -5px;
  text-transform: uppercase;
}

.news-block .inner-box .content-box .upper-box .post-time:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 55px;
  height: 1px;
  background-color: #e2b13c;
}

.news-block .inner-box .content-box .upper-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 15px;
  color: #222222;
  text-transform: uppercase;
}

.news-block .inner-box .content-box .upper-box h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block .inner-box .content-box .upper-box h3 a:hover {
  color: #e2b13c;
}

.news-block .inner-box .content-box .lower-box {
  position: relative;
}

.news-block .inner-box .content-box .lower-box .post-meta {
  position: relative;
}

.news-block .inner-box .content-box .lower-box .post-meta {
  position: relative;
}

.news-block .inner-box .content-box .lower-box .post-meta li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  margin-right: 8px;
  display: inline-block;
}

.news-block .inner-box .content-box .lower-box .post-meta li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
}

.news-block .inner-box .content-box .lower-box .post-meta li .icon {
  margin-right: 5px;
}

.news-block .inner-box .content-box .lower-box .text {
  position: relative;
  color: #222222;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 18px;
  overflow: hidden;
}

.news-block .inner-box .content-box .lower-box .read-more {
  position: relative;
  color: #3666a8;
  font-size: 16px;
  font-style: italic;
}

.news-block-gallery-image {
  flex-shrink: 1;
  position: relative;
}

.news-block-gallery-image a {
  display: block;
}

.news-block-gallery-image a:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}

.news-block-gallery-image a:hover::before {
  background-color: rgba(255, 255, 255, 0);
}

.blog-detail .content-box {
  margin-bottom: 2rem;
}

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/
.page-title {
  position: relative;
  padding: 170px 0px 120px;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.page-title .inner-box {
  position: relative;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62);
}

.second-slider.page-title:before {
  position: absolute;
  content: " ";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.051);
}

.page-title h1 {
  font-size: 42px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

.page-title .bread-crumb {
  padding: 0;
  margin: 0;
  margin-top: 32px;
  position: relative;
  color: #ffffff;
}

.page-title .bread-crumb li {
  position: relative;
  color: #e2b13c;
  margin-right: 5px;
  padding: 0 6px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .bread-crumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-title .bread-crumb li a {
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li a.current {
  position: relative;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.95);
  color: #e2b13c;
  border-bottom: 1px dotted transparent;
}

.second-slider.static-bg {
  background-color: #000;
  background-position: center center;
  background-size: cover;
}
.second-slider.static-bg .bg {
  margin: 0 auto;
  max-width: 1820px;
  background-color: #000;
  background-position: center center;
  background-size: auto 100%;
}
.second-slider.static-bg .auto-container {
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  min-height: 590px;
}
.second-slider.static-bg .auto-container h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
  margin-bottom: 15px;
}

.search-slider {
  padding: 100px 0px 50px;
}

.search-slider .search-row {
  padding: 1rem;
}

.search-slider .search-box {
  display: inline-block;
  padding: 20px 100px;
  background-color: rgba(10, 63, 158, 0.28);
}

.search-slider .search-input {
  padding: 1rem;
  background-color: #fff;
}

.search-slider .search-input .icon {
  display: inline-block;
  margin-right: 1rem;
}

.search-slider .search-control {
  margin-top: 1rem;
}

.search-slider .search-input input[type=search] {
  min-width: 400px;
  outline: none;
  border: none;
}

.search-results {
  margin-left: 3rem;
}

.search-results ul li {
  margin-bottom: 1rem;
  list-style: disc;
}

.search-head {
  margin-top: 2rem;
}

/*** 

====================================================================
	All Sponsors Section
====================================================================

 ***/
.all-sponsors-section {
  position: relative;
  padding: 120px 0px 70px;
}

.all-sponsors-section .sponsors-outer {
  position: relative;
  margin: 0px -10px;
}

.all-sponsors-section .sponsor-box {
  position: relative;
  float: left;
  width: 20%;
  padding: 0px 10px;
  margin-bottom: 50px;
}

.all-sponsors-section .sponsor-box .image {
  position: relative;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.all-sponsors-section .sponsor-box .image img {
  width: auto;
  opacity: 0.3;
  display: inline-block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.all-sponsors-section .sponsor-box .image:hover {
  border-color: #e2b13c;
}

.all-sponsors-section .sponsor-box .image:hover img {
  opacity: 1;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/
.styled-pagination ul {
  position: relative;
  display: inline-block;
}

.styled-pagination li {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 9px 5px;
  height: 40px;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 40px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  color: #777777;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a.prev,
.styled-pagination li a.next {
  background: none;
  border: 0px;
}

.styled-pagination li a.prev:hover,
.styled-pagination li a.next:hover {
  background: none;
  color: #e2b13c;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #e2b13c;
  background: #e2b13c;
}

/*events timeline*/
.events-timeline {
  position: relative;
}

.events-timeline .timeline-block {
  position: relative;
  margin-bottom: 10rem;
}

.events-timeline .timeline-block .content-column {
  position: relative;
  padding-right: 72px;
}

.events-timeline .timeline-block .content-column .content-box {
  position: relative;
  text-align: center;
}

.events-timeline .timeline-block .content-column .content-box .event-header {
  position: relative;
  background-color: #e2b13c;
  display: inline-block;
  padding: 15px 42px;
  z-index: 1;
  max-width: 325px;
  margin: 0 auto;
  width: 100%;
}

.events-timeline .timeline-block .content-column .event-header h3 {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.events-timeline .timeline-block .content-column .event-header h3 a {
  color: #222222;
  display: block;
}

.events-timeline .timeline-block .content-column .event-header h3 a:hover {
  color: #ffffff;
}

.events-timeline .timeline-block .content-column .event-date {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4em;
}

.events-timeline .timeline-block .content-column .content-box .content {
  position: relative;
  padding: 70px 70px 45px;
  background-size: cover;
  margin-top: -32px;
  min-height: 250px;
}

.events-timeline .timeline-block .content-column .content-box .content .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 2rem;
  display: block;
}

.events-timeline .timeline-block .content-column .content-box .content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
}

.events-timeline .timeline-block .content-column .content-box .event-info-box {
  position: absolute;
  left: 100%;
  top: 55px;
  min-width: 220px;
  margin-left: 50px;
  text-align: left;
  padding-left: 50px;
}

.events-timeline .timeline-block .content-column .content-box .event-info-box h3 {
  position: relative;
  color: #222222;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.events-timeline .timeline-block .content-column .content-box .event-info-box .event-place {
  color: #666666;
  font-size: 13px;
}

.events-timeline .timeline-block .content-column .content-box .event-info-box .event-image img {
  max-height: 200px;
}

.events-timeline .timeline-block .content-column .content-box > .event-image {
  padding: 2rem;
  margin-top: -6rem;
}

.events-timeline .timeline-block .content-column .content-box > .event-image img {
  width: 100%;
}

.events-timeline .timeline-block .content-column .event-info-box .info-bullets {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #999999;
}

.events-timeline .timeline-block .content-column .event-info-box .info-bullets:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #999999;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.events-timeline .timeline-block .content-column .event-info-box .info-bullets:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 30px;
  height: 195px;
  width: 1px;
  background-color: #e0e0e0;
}

.events-timeline .timeline-block.right-aligned > .row {
  justify-content: flex-end;
}

.events-timeline .timeline-block.right-aligned .content-column {
  float: right;
  padding-left: 50px;
  padding-right: 0px;
}

.events-timeline .timeline-block.right-aligned .content-column .event-info-box {
  right: 100%;
  left: auto;
  margin-right: 50px;
  padding-left: 0px;
  padding-right: 50px;
  text-align: right;
}

.events-timeline .timeline-block.right-aligned .content-column .event-info-box .info-bullets {
  right: 0px;
  left: auto;
}

.events-timeline .timeline-block.left-aligned .content-column:hover .event-info-box .info-bullets:before,
.events-timeline .timeline-block.right-aligned .content-column:hover .event-info-box .info-bullets:before {
  background-color: #e2b13c;
}

.events-timeline .timeline-block:last-child .event-info-box .info-bullets:after {
  display: none;
}

.events-blog-section .btn-style-three {
  margin-top: 40px;
}

.naval-asocietion {
  position: relative;
}
.naval-asocietion a {
  text-decoration: underline;
}
.naval-asocietion .timeline-block {
  position: relative;
  margin-bottom: 10rem;
}
.naval-asocietion .timeline-block .content-column {
  position: relative;
  margin-bottom: 3rem;
  transition: 0.3s all;
}
.naval-asocietion .timeline-block .content-column:hover {
  transform: scale(1.05);
}
.naval-asocietion .timeline-block .content-column .content-box {
  position: relative;
  text-align: center;
  padding: 2rem;
}
.naval-asocietion .timeline-block .content-column .content-box .event-header {
  position: relative;
  background-color: #e2b13c;
  display: inline-block;
  padding: 2rem 3rem;
  z-index: 1;
  max-width: 400px;
  min-height: 109px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .naval-asocietion .timeline-block .content-column .content-box .event-header {
    max-width: 300px;
  }
}
.naval-asocietion .timeline-block .content-column .event-header h3 {
  position: relative;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.naval-asocietion .timeline-block .content-column .event-header h3 a {
  color: #ffffff;
  display: block;
  text-decoration: underline;
  transition: 0.3s all;
}
.naval-asocietion .timeline-block .content-column .event-header h3 a:hover, .naval-asocietion .timeline-block .content-column .event-header h3 a:active {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.naval-asocietion .timeline-block .content-column .content-box .content {
  position: relative;
  padding: 70px 32px 40px;
  background-size: cover;
  background-position: bottom center;
  margin-top: -2.2rem;
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.naval-asocietion .timeline-block .content-column .content-box .content a.fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.naval-asocietion .timeline-block .content-column .content-box .content .text {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1.9;
  display: block;
}
.naval-asocietion .timeline-block .content-column .content-box .content .text a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  line-height: 1.3;
}
.naval-asocietion .timeline-block .content-column .content-box .content .text a:hover, .naval-asocietion .timeline-block .content-column .content-box .content .text a:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.naval-asocietion .timeline-block .content-column .content-box .content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
}
.naval-asocietion .timeline-block .content-column .content-box .event-info-box {
  position: absolute;
  left: 100%;
  top: 55px;
  min-width: 220px;
  margin-left: 50px;
  text-align: left;
  padding-left: 50px;
}
.naval-asocietion .timeline-block .content-column .content-box .event-info-box h3 {
  position: relative;
  color: #222222;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.naval-asocietion .timeline-block .content-column .content-box .event-info-box .event-place {
  color: #666666;
  font-size: 13px;
}
.naval-asocietion .timeline-block .content-column .content-box .event-info-box .event-image img {
  max-height: 200px;
}
.naval-asocietion .timeline-block .content-column .content-box > .event-image {
  padding: 2rem;
  margin-top: -6rem;
}
.naval-asocietion .timeline-block .content-column .content-box > .event-image img {
  width: 100%;
}
.naval-asocietion .timeline-block .content-column .event-info-box .info-bullets {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.naval-asocietion .timeline-block .content-column .event-info-box .info-bullets:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #999999;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.naval-asocietion .timeline-block .content-column .event-info-box .info-bullets:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 30px;
  height: 195px;
  width: 1px;
  background-color: #e0e0e0;
}
.naval-asocietion .timeline-block.right-aligned > .row {
  justify-content: flex-end;
}
.naval-asocietion .timeline-block.right-aligned .content-column {
  float: right;
  padding-left: 50px;
  padding-right: 0px;
}
.naval-asocietion .timeline-block.right-aligned .content-column .event-info-box {
  right: 100%;
  left: auto;
  margin-right: 50px;
  padding-left: 0px;
  padding-right: 50px;
  text-align: right;
}
.naval-asocietion .timeline-block.right-aligned .content-column .event-info-box .info-bullets {
  right: 0px;
  left: auto;
}
.naval-asocietion .timeline-block.left-aligned .content-column:hover .event-info-box .info-bullets:before, .naval-asocietion .timeline-block.right-aligned .content-column:hover .event-info-box .info-bullets:before {
  background-color: #e2b13c;
}
.naval-asocietion .timeline-block:last-child .event-info-box .info-bullets:after {
  display: none;
}
.naval-asocietion .events-blog-section .btn-style-three {
  margin-top: 40px;
}
.naval-asocietion .accordion {
  margin-bottom: 5rem;
}
.naval-asocietion .accordion-item {
  position: relative;
}
.naval-asocietion .accordion-button {
  display: block;
  padding: 0;
  width: 100%;
  background-color: transparent;
  border-top: 1px solid #e2b13c;
  border-right: 1px solid #e2b13c;
  border-left: 1px solid #e2b13c;
  border-bottom: 1px solid #e2b13c;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: #222222;
  text-align: center;
  transition: 0.3s all;
}
.naval-asocietion .accordion-button h2,
.naval-asocietion .accordion-button h3 {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #e2b13c;
  padding: 0;
}
.naval-asocietion .accordion-button .button {
  display: block;
  background-color: #e2b13c;
  transition: 0.3s all;
  border-end-start-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.naval-asocietion .accordion-button .fa {
  font-size: 1.5rem;
  display: block;
  line-height: 1.5rem;
  transition: 0.3s all;
  transform: rotate(180deg);
}
.naval-asocietion .accordion-button .fa:before {
  content: "\f078";
}
.naval-asocietion .accordion-button.collapsed .button {
  background-color: #e2b13c;
}
.naval-asocietion .accordion-button.collapsed .fa {
  transform: rotate(0deg);
}
.naval-asocietion .accordion-button:hover, .naval-asocietion .accordion-button:active {
  background-color: rgba(192, 140, 17, 0.15);
}
.naval-asocietion .accordion-button:hover .button, .naval-asocietion .accordion-button:active .button {
  background-color: #c08c11;
}
.naval-asocietion .nav-addons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
.naval-asocietion .nav-addons .btn {
  display: inline-block;
  padding: 12px 32px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #e2b13c;
  color: #fff;
  background-color: #e2b13c;
  font-size: 20px;
  font-weight: 600;
}
.naval-asocietion .nav-addons .btn:hover, .naval-asocietion .nav-addons .btn:active {
  opacity: 0.5;
}

.peoples-cards .people-card {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.peoples-cards .people-card .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  max-width: 300px;
  padding-bottom: 2rem;
}
.peoples-cards .people-card img {
  width: 192px;
  margin: 2rem 0.5rem;
  object-fit: cover;
  object-position: 50% top;
  display: block;
  border-bottom-color: rgb(229, 231, 235);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-color: rgb(229, 231, 235);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(229, 231, 235);
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: rgb(229, 231, 235);
  border-top-style: solid;
  border-top-width: 0px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(255, 255, 255) 0px 0px 0px 2px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  max-width: 100%;
  border-radius: 100%;
  transition-duration: 0.3s;
  transition-property: transform;
}
.peoples-cards .people-card img:hover {
  transform: scale(1.25);
}

.nav-tab-plan .nav-item {
  margin-right: 20px;
  border-bottom: 1px solid #e2b13c;
}
.nav-tab-plan .nav-item .nav-link {
  color: #343434;
  text-decoration: none;
  font-weight: bold;
  line-height: 23px;
  padding: 20px;
  height: 100%;
  display: block;
  border: 1px solid #e2b13c;
  border-bottom: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.nav-tab-plan .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #e2b13c;
}
.nav-tab-plan .nav-item .text-uppercase {
  font-size: 24px;
}

.asocietion_events .event {
  margin: 0 32px;
  padding: 32px;
  text-align: center;
  border-bottom: 1px solid #e2b13c;
  transition: all 0.3s;
}
.asocietion_events .event__title {
  padding: 8px 32px;
  font-size: 24px;
  line-height: 1.4;
}
.asocietion_events .event__time {
  margin: 0 auto;
  padding: 6px 6px 4px 6px;
  margin-bottom: 20px;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background-color: #e2b13c;
  max-width: 220px;
  border-radius: 1rem;
  transition: all 0.3s;
}
.asocietion_events .event__name {
  margin: 0 auto;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 700px;
}
.asocietion_events .event__place {
  font-size: 18px;
  color: #494e54;
  line-height: 1.4;
}
.asocietion_events .event__descr {
  font-size: 18px;
  color: #494e54;
  line-height: 1.4;
}
.asocietion_events .event__descr li {
  list-style: none;
}
.asocietion_events .event__descr .blue {
  font-size: 20px;
}
.asocietion_events .event__descr .image-face-zoom {
  width: 150px !important;
  height: 196px !important;
  object-fit: cover;
  border: 1px solid #e2b13c;
}
.asocietion_events .event__descr .filial-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-weight: 600;
}
.asocietion_events .event__descr .speaker__name {
  font-weight: bold;
}
.asocietion_events .event__descr .speaker__name b {
  text-transform: uppercase;
  font-size: 17px;
}
.asocietion_events .event__descr .time {
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  border-bottom: 1px solid #e2b13c;
}
.asocietion_events .event__descr .place {
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 2rem;
}
.asocietion_events .event__descr .name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 0 2rem;
}
.asocietion_events .event__descr .accordion-body {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.asocietion_events .event__faces {
  box-sizing: border-box;
  position: relative;
}
.asocietion_events .event__faces .image {
  display: inline-block;
  margin: 10px;
  border: 2px solid #e2b13c;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.asocietion_events .event__faces .image:first-child {
  margin-left: 10px;
}
.asocietion_events .event__faces img {
  border: 3px solid rgb(255, 255, 255);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.asocietion_events .event:hover {
  background-color: rgba(226, 177, 60, 0.0784313725);
}
.asocietion_events .event:hover .event__time {
  opacity: 0.8;
}
.asocietion_events .event:first-child {
  border-top: 1px solid #e2b13c;
}

.image-face-circle {
  border-radius: 100%;
}

.image-face-zoom {
  transition: all 0.3s;
}
.image-face-zoom:hover {
  transform: scale(1.2);
}

.show {
  opacity: 1;
}

.sidebar-page-container .content-side .naval-bay-ticket h1,
.sidebar-page-container .content-side .naval-bay-ticket h2,
.sidebar-page-container .content-side .naval-bay-ticket h3,
.sidebar-page-container .content-side .naval-bay-ticket h4 {
  color: rgb(0, 102, 153);
}
.sidebar-page-container .content-side .naval-bay-ticket h1.grey,
.sidebar-page-container .content-side .naval-bay-ticket h2.grey,
.sidebar-page-container .content-side .naval-bay-ticket h3.grey,
.sidebar-page-container .content-side .naval-bay-ticket h4.grey {
  color: rgb(219, 219, 219);
}
.sidebar-page-container .content-side .naval-bay-ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.sidebar-page-container .content-side .naval-bay-ticket-actions button {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 60px;
  padding: 4px 0px;
  height: 40px;
  padding-right: 1rem;
  transition: box-shadow 150ms, transform 150ms;
  transform: translateY(0px);
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: rgba(193, 193, 193, 0.4) 0px 5px 20px;
  border: 1px solid transparent;
}
.sidebar-page-container .content-side .naval-bay-ticket-actions button.active {
  border: 1px solid rgb(0, 102, 153);
}
.sidebar-page-container .content-side .naval-bay-ticket-actions button:hover, .sidebar-page-container .content-side .naval-bay-ticket-actions button:active {
  transform: translateY(-4px);
  box-shadow: rgba(193, 193, 193, 0.7) 0px 5px 20px;
}
.sidebar-page-container .content-side .naval-bay-ticket-list {
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.sidebar-page-container .content-side .naval-bay-ticket-card {
  overflow: hidden;
  border: 1px solid rgb(219, 219, 219);
  display: flex;
  flex-direction: column;
  width: 32%;
  max-width: 400px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  font-style: normal;
  transition: box-shadow 150ms, transform 150ms;
  transform: translateY(0px);
  -webkit-font-smoothing: antialiased;
}
.sidebar-page-container .content-side .naval-bay-ticket-card:hover {
  transform: translateY(-4px);
  box-shadow: rgba(193, 193, 193, 0.7) 0px 5px 20px;
}
.sidebar-page-container .content-side .naval-bay-ticket-card:hover .item-title img {
  transform: scale(1.05);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-title {
  overflow: hidden;
  position: relative;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-title img {
  transition: transform 1500ms;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-title .age {
  position: absolute;
  right: 4px;
  top: 0px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .sidebar-page-container .content-side .naval-bay-ticket-card .item-title .age {
    font-size: 2rem;
  }
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content {
  padding: 1rem;
  line-height: 18px;
  font-size: 15px;
  color: rgba(109, 109, 109, 0.8);
}
@media (max-width: 991.98px) {
  .sidebar-page-container .content-side .naval-bay-ticket-card .item-content {
    font-size: 2.5rem;
  }
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .descr,
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content p {
  line-height: 18px;
  font-size: 15px;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .name {
  margin-top: 5px;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .sidebar-page-container .content-side .naval-bay-ticket-card .item-content .name {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
  }
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .addr-name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  color: rgba(109, 109, 109, 0.8);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .addr {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: rgb(109, 109, 109);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .addr i.fa {
  display: inline-block;
  margin-right: 4px;
  color: rgba(109, 109, 109, 0.5);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .phone {
  display: block;
  font-size: 12px;
  color: rgb(109, 109, 109);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content .phone a {
  text-decoration: none;
  color: rgba(109, 109, 109, 0.8);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content a.link-tel {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: rgba(109, 109, 109, 0.8);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-content a.link-tel:hover {
  color: rgb(109, 109, 109);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions {
  position: relative;
  padding: 1rem 1rem;
  margin-top: auto;
  line-height: 18px;
  font-size: 15px;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 8px;
  transition: background-color 150ms;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action > .name {
  flex: 1 1 100%;
  min-height: 40px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2b13c;
  border-left: 1px solid #e2b13c;
  border-radius: 6px;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action > .name .alert-comment {
  flex: 0 0 auto;
  position: relative;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action > .name .alert-comment img {
  cursor: pointer;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action > .name .alert-comment .alert-comment-hint {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  margin-top: -100px;
  padding: 8px;
  border: 1px solid #e2b13c;
  background: #ffe8b3;
  z-index: 100;
  transition: opacity 300ms;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action > .name .alert-comment:hover .alert-comment-hint, .sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action > .name .alert-comment:focus .alert-comment-hint {
  visibility: visible;
  opacity: 1;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .action:hover {
  background-color: rgba(226, 177, 60, 0.1725490196);
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .btn {
  background-color: #e2b13c;
  color: #fff;
  font-size: 1.5rem;
  transition: opacity 150ms;
  margin-right: 5px;
  width: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .btn img {
  width: auto;
  height: 20px !important;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .btn:hover {
  opacity: 0.8;
}
.sidebar-page-container .content-side .naval-bay-ticket-card .item-actions .btn.btn-audioguide {
  background-color: #6bafc0;
}
@media (max-width: 991.98px) {
  .sidebar-page-container .content-side .naval-bay-ticket-card {
    width: 100%;
    max-width: 95%;
  }
}
.sidebar-page-container .content-side .naval-bay-ticket.tickets-filial .naval-bay-ticket-list {
  justify-content: start;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-page-container .content-side .naval-bay-ticket.tickets-filial .naval-bay-ticket-card {
  width: 60%;
  max-width: 600px;
}
@media (max-width: 991.98px) {
  .sidebar-page-container .content-side .naval-bay-ticket.tickets-filial .naval-bay-ticket-card {
    width: 100%;
    max-width: 95%;
  }
}

.naval-multimedia-container .multimedia-tag-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-style: normal;
  height: 100%;
}
.naval-multimedia-container .multimedia-tag-card .card {
  position: relative;
  padding: 1rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  transition: box-shadow 150ms, transform 150ms, background 300ms;
  transform: translateY(0px);
}
.naval-multimedia-container .multimedia-tag-card .card.animated {
  opacity: 0;
}
.naval-multimedia-container .multimedia-tag-card .card .card-img {
  position: relative;
}
.naval-multimedia-container .multimedia-tag-card .card .card-img img {
  width: 100%;
}
.naval-multimedia-container .multimedia-tag-card .card .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.6));
  opacity: 0.3;
  transition: all 300ms;
}
.naval-multimedia-container .multimedia-tag-card .card .card-body h1 {
  margin: 0;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-blue);
}
.naval-multimedia-container .multimedia-tag-card .card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.naval-multimedia-container .multimedia-tag-card .card .button-play {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
  min-width: 50px;
  transition: all 0.2s ease;
  user-select: none;
  background-color: var(--color-gold);
  align-items: center;
  display: flex;
  padding: 1rem;
  z-index: 100;
}
.naval-multimedia-container .multimedia-tag-card .card .button-play svg {
  color: rgba(var(--color-fff--rgb), 0.8);
}
.naval-multimedia-container .multimedia-tag-card:hover .card {
  background: #efefef;
}
.naval-multimedia-container .multimedia-tag-card:hover .card-img::after {
  opacity: 0.8;
}
.naval-multimedia-container .multimedia-tag-card:hover .button-play svg {
  color: rgba(var(--color-fff--rgb), 1);
}
.naval-multimedia-container .multimedia-video-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-style: normal;
  height: 100%;
}
.naval-multimedia-container .multimedia-video-card .card {
  position: relative;
  padding: 1rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  transition: box-shadow 150ms, transform 150ms, background 300ms;
  transform: translateY(0px);
}
.naval-multimedia-container .multimedia-video-card .card.animated {
  opacity: 0;
}
.naval-multimedia-container .multimedia-video-card .card .card-img {
  position: relative;
}
.naval-multimedia-container .multimedia-video-card .card .card-img img {
  width: 100%;
}
.naval-multimedia-container .multimedia-video-card .card .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.6));
  opacity: 0.3;
  transition: all 300ms;
}
.naval-multimedia-container .multimedia-video-card .card .card-body h3 {
  margin: 0;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-blue);
}
.naval-multimedia-container .multimedia-video-card .card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.naval-multimedia-container .multimedia-video-card .card .button-play {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
  min-width: 50px;
  transition: all 0.2s ease;
  user-select: none;
  background-color: var(--color-gold);
  align-items: center;
  display: flex;
  padding: 1rem;
  z-index: 100;
}
.naval-multimedia-container .multimedia-video-card .card .button-play svg {
  color: rgba(var(--color-fff--rgb), 0.8);
}
.naval-multimedia-container .multimedia-video-card:hover .card {
  background: #efefef;
}
.naval-multimedia-container .multimedia-video-card:hover .card-img::after {
  opacity: 0.8;
}
.naval-multimedia-container .multimedia-video-card:hover .button-play svg {
  color: rgba(var(--color-fff--rgb), 1);
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/
.contact-info-section {
  position: relative;
  padding: 120px 0px 50px;
}

.contact-info-box {
  position: relative;
  margin-bottom: 40px;
}

.contact-info-box .inner {
  position: relative;
  text-align: center;
}

.contact-info-box .inner .icon-box {
  position: relative;
  width: 76px;
  height: 76px;
  font-size: 26px;
  color: #333333;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-info-box .inner:hover .icon-box {
  background: #e2b13c;
  color: #ffffff;
}

.contact-info-box .inner .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 2em;
  margin-top: 25px;
}

.contact-info-box .inner:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 30px;
  height: 110px;
  width: 1px;
  background-color: #ececec;
}

.contact-info-box .inner a {
  color: #777777;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: underline;
}

.contact-info-box:last-child .inner:after {
  display: none;
}

/*Contact Form Section*/
.contact-form-section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact-form-section h2 {
  position: relative;
  color: #222222;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact-form-section h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 58px;
  height: 1px;
  background-color: #e2b13c;
}

.contact-form-section .contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  line-height: 30px;
  height: 52px;
  font-size: 13px;
  border: 1px solid #ececec;
  padding: 10px 25px;
  background: none;
  color: #111111;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #e2b13c;
  background: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

.contact-form textarea {
  height: 160px;
  resize: none;
  padding: 12px 25px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-page-container {
  position: relative;
  padding: 120px 0px 16px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .content-side h1,
.sidebar-page-container .content-side h2,
.sidebar-page-container .content-side h3,
.sidebar-page-container .content-side h4,
.sidebar-page-container .content-side h5 {
  margin-bottom: 1.6rem;
  color: #222222;
}

/*Sidebar*/
.sidebar-side .sidebar {
  position: relative;
  padding-left: 40px;
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar .sidebar-widget .sidebar-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget .sidebar-title h3 {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: #222222;
  padding-left: 8px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.sidebar .sidebar-widget .sidebar-title h3:after {
  position: absolute;
  content: "";
  left: 0;
  width: 35px;
  height: 2px;
  bottom: 0px;
  background-color: #e2b13c;
}

/*Search Box Widget*/
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type=text],
.sidebar .search-box .form-group input[type=search] {
  position: relative;
  line-height: 26px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #ececec;
  background: none;
  color: #333333;
  display: block;
  font-size: 13px;
  width: 100%;
  height: 46px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #e2b13c;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 46px;
  width: 50px;
  line-height: 46px;
  display: block;
  font-size: 16px;
  color: #999999;
  background: none;
  font-weight: normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
  color: #e2b13c;
}

/*List*/
.sidebar .list {
  position: relative;
}

.sidebar .list > li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #ececec;
}

.sidebar .list a {
  transition: all 0.3s;
}

.sidebar .list > li > a {
  position: relative;
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 0px 12px;
  padding-left: 30px;
}

.sidebar .list > li > a:before {
  position: absolute;
  content: "⚓";
  left: 0px;
  top: 14px;
  color: #e2b13c;
  font-size: 16px;
  font-family: "Flaticon";
}

.sidebar .list > li > a:hover,
.sidebar .list > li.current > a {
  color: #222222;
}

.sidebar .list > li > ul {
  display: none;
}

.sidebar .list > li.current > ul {
  display: block;
}

.sidebar .list li.lvl3 {
  margin-left: 40px;
}
.sidebar .list li.lvl3 a {
  padding: 8px 0px 8px;
  padding-left: 28px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
}
.sidebar .list li.lvl3 a:before {
  content: "";
  border-top: 3px #e2b13c solid;
  width: 16px;
  top: 16px;
}
.sidebar .list li.lvl3 a:hover {
  color: #222;
}

/*Post Widget*/
.sidebar .popular-posts .post {
  position: relative;
  font-size: 16px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 100px;
  min-height: 110px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
  opacity: 0.7;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: -5px;
  font-size: 16px;
  margin: 0px 0px 5px;
  font-weight: 600;
}

.sidebar .popular-posts .post .text a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #e2b13c;
}

.sidebar .popular-posts .post-info {
  font-size: 12px;
  color: #e2b13c;
  font-style: italic;
  margin-top: -4px;
}

.sidebar .popular-posts .post:last-child {
  border: 0px;
  margin: 0px;
  min-height: auto;
}

/*Event Widget*/
.event-widget {
  position: relative;
  background-size: cover;
}

.event-widget:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.event-widget .inner {
  position: relative;
  padding: 34px 40px;
}

.event-widget .inner h3 {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
  padding-left: 10px;
  text-transform: uppercase;
}

.event-widget .inner h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 1px;
  background-color: #e2b13c;
}

.event-widget .inner .date-event {
  position: relative;
  color: #e2b13c;
  font-size: 13px;
  font-weight: 600;
  margin-top: 120px;
}

.event-widget .inner .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.event-widget .inner .text a {
  color: #ffffff;
}

.event-widget .inner .text a:hover {
  color: #e2b13c;
}

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 25px 6px;
  margin: 0px 6px 10px 0px;
  color: #777777;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #f4f4f4;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #e2b13c;
  color: #ffffff;
}

.techban {
  position: relative;
  padding: 30px 45px;
  border: 0px;
  margin-bottom: 60px;
  background-color: var(--color-gold);
  color: rgba(var(--color-fff--rgb), 0.9);
  display: block;
  transition: all 0.3s;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}
.techban:hover, .techban:focus {
  background-color: rgba(var(--color-gold--rgb), 0.8);
  color: rgba(var(--color-fff--rgb), 1);
}
@media only screen and (max-width: 767px) {
  .techban {
    padding: 10px 15px;
  }
}

blockquote {
  position: relative;
  padding: 30px 45px;
  border: 0px;
  margin-bottom: 60px;
  background-color: #e2b13c;
}

blockquote .quote-icon {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 20px;
}

blockquote .text {
  position: relative;
  font-size: 16px;
  font-style: italic;
  line-height: 2em;
  color: #ffffff;
}

blockquote .author {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  display: block;
  margin-top: 15px;
}

.blog-detail table {
  width: 100%;
  max-width: 100% !important;
  border-collapse: collapse;
}
.blog-detail table td {
  padding: 10px;
  line-height: 1.4;
}
.blog-detail iframe {
  max-width: 100% !important;
  aspect-ratio: 16/9;
  height: auto;
}
.blog-detail li,
.blog-detail p {
  line-height: 1.4;
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
}
.blog-detail li span,
.blog-detail p span {
  font-size: 16px !important;
}
.blog-detail img {
  max-width: 100% !important;
}
.blog-detail .blog-grid li {
  list-style: none;
  margin: 0;
}
.blog-detail .blue {
  color: #3666a8 !important;
}
.blog-detail .widget-image-btn {
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}
.blog-detail .widget-image-btn h3 {
  position: absolute;
  top: 8px;
  left: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  z-index: 100;
  font-weight: 600;
}
.blog-detail .widget-image-btn h3:after {
  display: block;
  content: "";
  margin-top: 10px;
  width: 20%;
  display: block;
  content: "";
  border-top: 2px solid #e2b13c;
}
.blog-detail .widget-image-btn p {
  margin: 0;
  padding: 0 40px;
  position: absolute;
  bottom: 24px;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  z-index: 100;
  line-height: 1.8em;
  font-weight: 600;
}
.blog-detail .widget-image-btn p::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 90;
  transition: all 0.3s;
}
.blog-detail .widget-image-btn a {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
.blog-detail .widget-image-btn img {
  width: 100%;
}
.blog-detail .widget-image-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2b13c;
  opacity: 0.2;
  z-index: 99;
  transition: all 0.3s;
}
.blog-detail .widget-image-btn:hover:before {
  opacity: 0.4;
}
.blog-detail .widget-image-btn:hover p::after {
  bottom: -100px;
}

.blog-detail .news-block .inner-box .text blockquote {
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-detail .social-box {
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.blog-detail .social-box .social-links-one {
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 15px;
}

.blog-detail .social-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  height: 1px;
  width: 100%;
  background-color: #ececec;
}

.blog-detail blockquote .text {
  color: #ffffff !important;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/
.comments-area {
  position: relative;
  margin-bottom: 50px;
  margin-top: 60px;
}

.comments-area .total-comments {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding-left: 15px;
  text-transform: uppercase;
}

.comments-area .total-comments:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 2px;
  background-color: #e2b13c;
}

.comments-area .comment-box {
  position: relative;
}

.comments-area .comment {
  position: relative;
  margin-bottom: 40px;
  min-height: 155px;
  padding-bottom: 40px;
}

.comments-area .comment:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 300px;
  height: 1px;
  background-color: #ececec;
}

.comments-area .comment:last-child:before {
  display: none;
}

.comments-area .comment:last-child {
  margin: 0px;
  min-height: 115px;
}

.comments-area .comment .comment-content {
  position: relative;
  padding: 0px 0px 0px;
}

.comments-area .comment:last-child .comment-content {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.comments-area .reply-comment {
  padding-left: 160px;
}

.comments-area .comment .comment-inner {
  position: relative;
  padding-left: 145px;
}

.comments-area .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 115px;
  height: 115px;
  margin-bottom: 20px;
}

.comments-area .comment .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.comments-area .comment .comment-header {
  position: relative;
  top: -5px;
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.comments-area .comment .comment-header .comment-info {
  color: #e2b13c;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
}

.comments-area .comment .comment-header h4 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.comments-area .comment .comment-header h4:after {
  position: absolute;
  content: "|";
  right: -16px;
  top: 0px;
  font-size: 16px;
  color: #c1c1c1;
  display: block;
}

.comments-area .comment .comment-header .comment-info a {
  color: #fc721e;
  font-style: italic;
}

.comments-area .comment .text {
  line-height: 1.8em;
  color: #777777;
  font-size: 16px;
}

.comments-area .comment .reply {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  margin-top: -2px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.comments-area .comment .reply:hover {
  color: #e2b13c;
}

.comments-area .comment .reply span {
  color: #e2b13c;
  font-size: 12px;
  margin-right: 6px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/
.comment-form .group-title {
  position: relative;
  margin-bottom: 40px;
}

.comment-form .group-title h2 {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 40px;
  padding-left: 15px;
  text-transform: uppercase;
}

.comment-form .group-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 2px;
  background-color: #e2b13c;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 25px;
  padding: 0px 15px;
}

.comment-form .form-group input[type=text],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=email],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 15px;
  color: #222222;
  height: 50px;
  font-weight: 400;
  border: 1px solid #ececec;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.comment-form .form-group input[type=text]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=email]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #e2b13c;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
  color: #222222;
  border: 1px solid #ececec;
  height: 160px;
  resize: none;
  font-weight: 400;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.comment-form button {
  position: relative;
  padding: 9px 50px;
}

/*Event Single*/
.event-single {
  position: relative;
}

.event-single .inner {
  position: relative;
}

.event-single .inner .image-box {
  position: relative;
}

.event-single .inner .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.event-single .inner .upper-box {
  position: relative;
}

.event-single .inner .upper-box .event-info {
  position: relative;
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 0;
}

.event-single .inner .upper-box .event-info li {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  padding-left: 30px;
  color: #777777;
  font-size: 16px;
}

.event-single .inner .upper-box .event-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #e2b13c;
  font-size: 16px;
}

.event-single .inner .lower-content {
  position: relative;
}

.event-single .inner .lower-content h3 {
  position: relative;
  color: #222222;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.event-single .inner .lower-content .text {
  position: relative;
}

.event-single .inner .lower-content .text p {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 15px;
}

.event-single .post-option {
  position: relative;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

/*** 

====================================================================
	Error Section
====================================================================

 ***/
.error-section {
  position: relative;
  text-align: center;
  padding: 125px 0px;
}

.error-section .inner-section {
  position: relative;
  display: inline-block;
  padding: 80px 95px 90px;
  background-color: #fafafa;
}

.error-section .inner-section h3 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  font-style: italic;
  margin-bottom: 40px;
  font-family: "Lora", serif;
}

.error-section .inner-section .form-group {
  position: relative;
  margin: 0px auto;
  max-width: 360px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.error-section .inner-section .form-group input[type=text],
.error-section .inner-section .form-group input[type=search] {
  position: relative;
  line-height: 25px;
  padding: 10px 40px 8px 20px;
  background: #ffffff;
  color: #3a3a3a;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 45px;
  transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.error-section .inner-section .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 50px;
  line-height: 45px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #9e9e9e;
  background: none;
  font-weight: normal;
}

/* new styles */
.exposition__peview {
  list-style: none;
}
.exposition__peview-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.exposition__peview-main li {
  position: relative;
  max-width: 170px;
  transition: 0.3s all;
}
.exposition__peview-main li img {
  max-width: 100%;
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
  transition: 0.3s all;
  border: 1px solid #fff;
}
.exposition__peview-main li span {
  font-size: 14px;
  text-overflow: ellipsis;
  transition: 0.3s all;
}
.exposition__peview-main li:hover {
  transform: scale(1.2);
  z-index: 100;
  /*
      span {
          position: absolute;
          display: inline-block;
          padding: 6px;
          background-color: rgba(0, 0, 0, 0.7);
          top: 0;
          left: 0;
          z-index: 110;
      }

      a {
          color: #fff;
          font-weight: bold;
      }
  */
}
.exposition__peview .image {
  position: relative;
}
.exposition__peview .image img {
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
  transition: 0.3s all;
}
.exposition__peview .image:hover img, .exposition__peview .image:focus img {
  transform: scale(1.2);
  z-index: 100;
}
.exposition__peview li {
  list-style: none;
  margin-bottom: 1rem;
}

.fond__list {
  list-style: none;
}

.fond__list img {
  float: left;
  margin: 0 20px 10px 0;
  width: 205px;
}

.fond__list time {
  color: #bfbfbf;
  font-size: 12px;
  display: block;
  line-height: 12px;
}

.fond__list .fond__list-title {
  color: #3373bd;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  display: block;
}

.fond__list .fond__list-annotation {
  color: #2e4662;
  font-size: 12px;
  line-height: 20px;
}

.fond__list li {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}

.fond__list.grid li {
  width: 205px;
  float: left;
  margin: 0 25px 10px 0;
  box-shadow: 0 0 1px 0px black;
  padding: 5px;
}

.fond__list li.last {
  clear: both;
}

.fond__list_grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.fond__list_grid li {
  overflow: hidden;
  display: block;
  width: 205px;
  float: left;
  margin: 0 20px 10px 0;
  box-shadow: 0 0 1px 0px black;
  padding: 5px 5px 0px 5px;
  height: 160px;
}
.fond__list_grid li .img {
  overflow: hidden;
  width: 205px;
  height: 157px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #f7f7f7;
}
.fond__list_grid li .img img {
  max-width: 205px;
  line-height: 0;
  max-height: 150px;
}
.fond__list_grid li a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 150px;
}

.fond__list_grid a .fond__list-title {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  transition: top 0.1s ease-out;
  overflow: hidden;
  color: #2e4662;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

.fond__list_grid a:hover .fond__list-title {
  position: absolute;
  top: 0;
  left: 0;
}

.fond__list_grid a .cell {
  width: 175px;
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fond__list_grid .fond__list-annotation {
  color: #2e4662;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  display: block;
}

.blk__fond-detail {
  min-height: 400px;
}

.article__picture {
  display: block;
  margin: 0px 0 20px 0;
  max-width: 100%;
}

.navmus a {
  text-decoration: none;
  font-size: 12px;
}

.navmus time {
  display: block;
  color: #bfbfbf;
  margin: 0px 0 3px;
}

.navmus h3 {
  text-decoration: underline;
  color: #3373bd;
  line-height: 20px;
}

.navmus a:hover h3 {
  color: #d8af3f;
  text-decoration: none;
}

.block_fbg {
  margin: 0px 2px;
  background: #f7f7f7;
  padding: 35px 33px;
}

.naval-wrapper {
  margin: 0 40px 20px;
  position: relative;
}

/** Carousel **/
.naval {
  position: relative;
  overflow: hidden;
  width: 880px;
  height: 320px;
}

.naval ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.naval li {
  float: left;
}

/** Carousel Controls **/
.naval-control-prev,
.naval-control-next {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 320px;
}

.naval-control-prev {
  left: -40px;
  background: url("/images.tpl/prev1.png") no-repeat center center #3373bd;
}

.naval-control-next {
  right: -40px;
  background: url("/images.tpl/next1.png") no-repeat center center #3373bd;
}

.naval-control-prev:hover,
.naval-control-next:hover {
  display: block;
  background-color: #4784cb;
}

.naval-control-prev.inactive,
.naval-control-next.inactive {
  background: #4784cb;
  cursor: default;
}

/** Carousel Pagination **/
.naval-pagination {
  position: absolute;
  bottom: -16px;
  left: 35%;
}

.naval-pagination a {
  text-decoration: none;
  display: block;
  float: left;
  text-indent: -3000px;
  background: #cccccc;
  width: 4px;
  height: 5px;
  border: 1px solid #cccccc;
  margin: 0 5px;
}

.naval-pagination a.active {
  background: white;
}

.navmus-wrapper {
  margin: 0 40px 20px;
  position: relative;
}

/** Carousel **/
.navmus {
  position: relative;
  overflow: hidden;
  width: 880px;
  min-height: 120px;
}

.navmus ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navmus li {
  float: left;
  padding-right: 20px;
  width: 205px;
}

/** Carousel Controls **/
.navmus-control-prev,
.navmus-control-next {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 95px;
}

.navmus-control-prev {
  left: -40px;
  background: url("/images.tpl/prev2.png") no-repeat center center;
}

.navmus-control-next {
  right: -40px;
  background: url("/images.tpl/next2.png") no-repeat center center;
}

.navmus-control-prev:hover,
.navmus-control-next:hover {
  display: block;
}

.navmus-control-prev.inactive,
.navmus-control-next.inactive {
  background-color: #4784cb;
  cursor: default;
}

.contentpic-wrapper {
  margin: 0 20px 0px;
  position: relative;
}

/** Carousel **/
.contentpic {
  position: relative;
  overflow: hidden;
  width: 660px;
  min-height: 95px;
}

.blk__fond-detail .contentpic {
  width: 920px;
}

.contentpic ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contentpic li {
  float: left;
  padding-right: 20px;
}

.blk__fond-detail .contentpic li {
  padding-right: 15px;
}

.contentpic-control-prev,
.contentpic-control-next {
  position: absolute;
  top: 0px;
  width: 20px;
  height: 95px;
}

.contentpic-control-prev {
  left: -40px;
  background: url("/images.tpl/prev2.png") no-repeat center center;
}

.contentpic-control-next {
  right: -40px;
  background: url("/images.tpl/next2.png") no-repeat center center;
}

.contentpic-control-prev:hover,
.contentpic-control-next:hover {
  display: block;
}

.contentpic-control-prev.inactive,
.contentpic-control-next.inactive {
  background-color: #4784cb;
  cursor: default;
}

/** Carousel **/
.naval-chinese {
  position: relative;
  overflow: hidden;
  width: 850px;
  height: 730px;
}

.naval-chinese ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.naval-chinese li {
  float: left;
}

.naval-chinese img {
  width: 810px;
  height: 750px;
}

/** Carousel Controls **/
.naval-chinese-control-prev,
.naval-chinese-control-next {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 730px;
}

.naval-chinese-control-prev {
  left: -40px;
  background: url("/images.tpl/prev1.png") no-repeat center center #3373bd;
}

.naval-chinese-control-next {
  right: -40px;
  background: url("/images.tpl/next1.png") no-repeat center center #3373bd;
}

.naval-chinese-control-prev:hover,
.naval-chinese-control-next:hover {
  display: block;
  background-color: #4784cb;
}

.naval-chinese-control-prev.inactive,
.naval-chinese-control-next.inactive {
  background: #4784cb;
  cursor: default;
}

/** Carousel Pagination **/
.naval-chinese-pagination {
  position: absolute;
  bottom: 10px;
  left: 45%;
}

.naval-chinese-pagination a {
  text-decoration: none;
  display: block;
  float: left;
  text-indent: -3000px;
  background: #cccccc;
  width: 4px;
  height: 5px;
  border: 1px solid #cccccc;
  margin: 0 5px;
}

.naval-chinese-pagination a.active {
  background: white;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h2__n1 {
  position: relative;
  font-size: 28px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.h2__n2 {
  position: relative;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.h2__n3 {
  position: relative;
  font-size: 32px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.fond__card-title {
  display: block;
  margin-bottom: 40px;
  line-height: 20px;
}
.fond__left {
  margin: 0 40px 0 35px;
  float: left;
  width: 490px;
  min-height: 400px;
}

.fond__right {
  float: left;
  width: 430px;
  min-height: 400px;
}

.fond__peview {
  list-style: none;
}

.fond__peview li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 205px;
}

.fond__peview img {
  width: 100%;
}

.fond__peview .even {
  margin-right: 0px;
}

.fond__peview img {
  display: block;
  margin: 0 0 7px;
}

.fond__peview a {
  color: #3373bd;
  font-weight: bold;
  font-size: 14px;
}

.fond__peview a:hover {
  color: #d8af3f;
}

.fond__peview span {
  display: block;
}

.fond__peview > li:nth-child(2n+1) {
  clear: both;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-weight: 700;
}

.news-block-two:nth-child(2n+1) {
  clear: both;
}

.important-text {
  margin-bottom: 0;
  padding: 10px;
  color: white;
}
.important-text a {
  color: var(--color-fff);
  text-decoration: underline;
}

a {
  color: #3666a8;
}
a:hover, a:active {
  color: #e2b13c;
}

.main-header ul {
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.main-header li,
.main-header ol {
  margin: 0;
}

.main-header .header-top {
  background-color: #3666a8;
  position: relative;
}
.main-header .header-top .search-form {
  position: absolute;
  top: 0;
  left: 0;
}

.main-header .header-top a {
  color: white;
}

.main-header .links-nav li {
  color: white;
}

.main-footer .footer-bottom {
  background-color: #3666a8;
}
.main-footer .footer-bottom a {
  text-decoration: underline;
  color: #fff;
}

.main-footer .footer-bottom .copyright {
  color: white;
}

.main-footer .footer-bottom .social-links a {
  color: white;
  border: none;
}

.main-header .header-lower {
  background-color: rgba(10, 63, 158, 0.28);
}

.main-header .top-right {
  display: flex;
  align-items: center;
}

.btn-style-three {
  background-color: #3666a8;
}

.btn-style-three:hover {
  border-color: #3666a8;
}

.important-text {
  overflow: hidden;
  background-color: red;
}

.important-text .close {
  color: #fff;
  opacity: 0.9;
}

.important-icon {
  position: relative;
}

.important-icon .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #cc0000;
}

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

table.calendar {
  width: 100%;
  max-width: 375px;
  border: 1px solid #ececec;
  border-radius: 1rem;
}

.newsarch-list ul > li > a {
  position: relative;
  display: block;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 0px 2px;
  padding-left: 30px;
}

.newsarch-list ul > li > a:hover {
  color: #222222;
}

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

.banners2 h3 {
  color: var(--color-fff);
  text-shadow: 1px 1px 5px rgba(var(--color-dark--rgb), 0.5);
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-webkit-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-moz-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-o-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-ms-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@keyframes growOut {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.documents {
  --documents-icon-size-w: 18px;
  --documents-icon-size-h: 26px;
  clear: both;
  margin-top: 32px;
}
.documents h2 {
  font-size: 16px;
}

.documents ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.documents-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  list-style: none;
  margin-top: 1rem;
  line-height: var(--documents-icon-size-h);
  color: rgba(34, 60, 80, 0.6);
  border-bottom: 1px dotted rgba(37, 37, 37, 0.1);
}
.documents-item:last-child {
  border-bottom: none;
}
.documents-item .fileinfo {
  display: inline;
  font-size: 0.7em;
}

.documents-item .icon {
  flex: 0 0 auto;
  display: block;
  width: calc(var(--documents-icon-size-w) + 12px);
  opacity: 0.2;
  transition: all 0.3s;
}

.documents-item .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--documents-icon-size-w);
  height: var(--documents-icon-size-h);
  background: url("/images.tpl/icons/ic_file.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
  filter: grayscale(100%);
}

.documents-item .icon-rtf:before,
.documents-item .icon-docx:before,
.documents-item .icon-doc:before {
  background: url("/images.tpl/icons/ic_word.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item .icon-csv:before,
.documents-item .icon-xlsx:before,
.documents-item .icon-xls:before {
  background: url("/images.tpl/icons/ic_excel.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item .icon-pdf:before {
  background: url("/images.tpl/icons/ic_pdf.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item .icon-jpg:before,
.documents-item .icon-jpeg:before,
.documents-item .icon-gif:before,
.documents-item .icon-png:before {
  background: url("/images.tpl/icons/ic_photo.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item .icon-wav:before,
.documents-item .icon-mp3:before {
  background: url("/images.tpl/icons/ic_music.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item .icon-avi:before,
.documents-item .icon-mkv:before,
.documents-item .icon-mp4:before {
  background: url("/images.tpl/icons/ic_video.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item .icon-7z:before,
.documents-item .icon-rar:before,
.documents-item .icon-zip:before {
  background: url("/images.tpl/icons/ic_zip.png");
  background-size: var(--documents-icon-size-w) var(--documents-icon-size-h);
}

.documents-item:hover .icon {
  opacity: 0.5;
}

.documents-item a {
  color: #23527c;
  text-decoration: none;
}

.documents-item a:hover {
  color: #e2b13c;
  text-decoration: none;
}

.ctor-admin-bar {
  --ctor-admin-bar-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  min-height: var(--ctor-admin-bar-height);
  font-size: 11px;
  color: #fff;
  line-height: 20px;
}
.ctor-admin-bar__container {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  min-height: var(--ctor-admin-bar-height);
  background-color: #5d8bc8;
  border-top: 3px solid #cbcad1;
  box-shadow: 0px -5px 5px -5px rgb(34, 60, 80);
  opacity: 0.95;
}
.ctor-admin-bar__container > .row {
  padding-left: 16px;
  padding-right: 16px;
  min-height: var(--ctor-admin-bar-height);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}
.ctor-admin-bar__title {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 0 16px;
  text-transform: uppercase;
}
.ctor-admin-bar__button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 8px;
  color: #000;
  background-color: #e9e9ed;
  border: 1px solid #8f8f9d;
  border-radius: 4px;
  transition: all 0.2s;
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}
.ctor-admin-bar__button:hover, .ctor-admin-bar__button:active {
  color: #000;
  background-color: #fff;
  box-shadow: 0px 5px 5px -5px rgb(34, 60, 80);
}
.ctor-admin-bar__login {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 0 16px;
  text-align: right;
}

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

.link-decoration-none {
  text-decoration: none !important;
}
.link-decoration-none:hover, .link-decoration-none:focus {
  text-decoration: underline !important;
}

.inline-search-block {
  position: fixed;
  right: 0;
  top: -150px;
  width: 100%;
  z-index: 1100;
  transition: all ease 0.3s;
  background: var(--color-fff);
  visibility: hidden;
}
.inline-search-block.show {
  visibility: visible;
  top: 0;
}
.inline-search-block .search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.inline-search-block .svg svg {
  fill: var(--color-grey);
  stroke: var(--color-fff);
}

.inline-search-block--big .search .search-button-div {
  right: -22px;
}

.inline-search-block--big .search .btn-search {
  padding: 0 12px;
}

.inline-search-block--big .search .search-input {
  color: #666;
  display: block;
  padding: 32px 0 32px 0;
  font-size: 20px;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 0;
  line-height: 36px;
  outline: 0;
}

.inline-search-block--big input::-webkit-input-placeholder {
  color: #d9d9d9;
}

.inline-search-block--big input::-moz-input-placeholder {
  color: #d9d9d9;
}

.inline-search-block--big input::-ms-input-placeholder {
  color: #d9d9d9;
}

.inline-search-block--big input::-o-input-placeholder {
  color: #d9d9d9;
}

.inline-search-block--big .search .search-button-div {
  position: static;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.inline-search-block--big form.search {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.inline-search-block--big .top-close.inline-search-hide {
  position: static;
  transform: translateX(4px);
}

.search-icon-before {
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.inline-search-block--cover {
  transition: none;
  display: none;
}

.inline-search-block--cover.show {
  bottom: 0;
  display: block;
}

.inline-search-block--cover .search-wrapper {
  max-width: 991px;
  margin: 152px auto 0;
}

.inline-search-block--cover .search-title {
  padding-bottom: 37px;
}

.inline-search-block--cover .search .search-input {
  height: 48px;
}

.inline-search-block--cover .search .search-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset;
  border-color: #999;
}

div.title-search-result {
  margin-left: 1px;
  margin-top: -2px;
  display: none;
  overflow: visible;
  z-index: 100;
  padding: 0;
  border: none;
  position: absolute;
}

.title-search-input-fixed:not(.title-type-cover) {
  width: 100% !important;
  left: 0 !important;
  margin-left: 0;
}

.svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 0;
  box-sizing: border-box;
  line-height: 1;
}

.pdf-preview-wrapper {
  position: fixed;
  right: 0;
  top: 30px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 2000;
  display: none;
}
@media only screen and (max-width: 767px) {
  .pdf-preview-wrapper {
    top: 0;
    height: 100vh;
  }
}
.pdf-preview-cont {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  background-color: #75787c;
  box-sizing: content-box;
}
.pdf-preview-frame {
  border: 0;
  width: 100%;
  height: 100%;
}
.pdf-preview-head {
  background-color: #efefef;
  padding: 1rem 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.pdf-preview-head h2 {
  font-size: 2rem;
  color: var(--color-blue);
}
@media only screen and (max-width: 767px) {
  .pdf-preview-head {
    padding: 1rem;
  }
  .pdf-preview-head img {
    display: none;
  }
}
.pdf-preview-head .btn-close {
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e2b13c'%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/2em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  transition: all 0.5s;
}
.pdf-preview-head .btn-close:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1600px) {
  .events-section .image-box {
    right: 0px;
  }
}
@media only screen and (max-width: 1500px) {
  .events-section .image-box {
    max-width: 510px;
  }
}
@media only screen and (max-width: 1140px) {
  .events-section .image-box {
    display: none;
  }
  .main-header .header-upper .logo-outer,
  .main-header .header-upper .upper-right {
    width: 100%;
    text-align: center;
  }
  .main-header.header-style-three .header-upper .upper-right .main-menu {
    text-align: left;
  }
  .main-header .info-box {
    display: inline-block;
    float: none;
  }
  .main-header .header-upper .info-box::after,
  .main-menu .navigation > li > a::after {
    display: none;
  }
  .main-header .social-links-one {
    top: -10px;
  }
  .sponsors-section .owl-nav {
    display: none;
  }
  .museum-section .image-column .image {
    top: 20px;
  }
  .about-museum .content-column .inner {
    padding-left: 0px;
  }
  .fullwidth-section-one .left-column {
    width: 40%;
  }
  .fullwidth-section-one .right-column {
    width: 60%;
  }
  .events-timeline .timeline-block {
    margin-bottom: 30px;
  }
  .events-timeline .timeline-block:last-child {
    margin-bottom: 0px;
  }
  .sidebar-side .sidebar {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .text-md-center {
    text-align: center;
  }
  .main-header.light-version {
    position: relative;
    background-color: #222222;
  }
  .main-header .header-upper .upper-right {
    width: 100%;
  }
  .main-header .header-upper .upper-column {
    margin-left: 0px;
    padding-right: 10px;
  }
  .sticky-header,
  .event-blog-two .content-column .inner-box h3:before {
    display: none;
  }
  .main-footer .links-widget,
  .museum-history .content-column .inner .content,
  .museum-gallery .right-column .inner-box,
  .event-blog-two .content-column .inner-box {
    padding-left: 0px;
  }
  .main-menu .navigation > li {
    margin: 0px;
  }
  .main-header.light-version .nav-outer {
    padding-right: 50px;
  }
  .main-header.light-version .nav-outer .main-menu .navigation > li {
    margin-right: 25px;
    margin-left: 0px;
  }
  .main-header.light-version .nav-outer .main-menu .navigation > li > a {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .main-header.light-version .nav-outer {
    width: 100%;
    margin-top: 0px;
  }
  .main-menu .navigation > li > a {
    padding: 15px 15px 15px 10px;
    font-size: 12px;
  }
  .main-menu .navigation > li.dropdown > a:before {
    right: 5px;
  }
  .full-width-section-one .image-column,
  .full-width-section-one .content-column {
    position: relative;
    width: 100%;
  }
  .fullwidth-section .right-column {
    height: 450px;
  }
  .fullwidth-section .left-column,
  .fullwidth-section .right-column {
    position: relative;
    width: 100%;
    float: none;
  }
  .main-footer .footer-nav {
    text-align: center;
  }
  .main-footer .footer-nav ul li {
    margin: 5px 10px;
  }
  .main-footer .footer-bottom .social-links {
    margin-top: 10px;
  }
  .fullwidth-section-one .left-column,
  .fullwidth-section-one .right-column,
  .footer-style-two .left-column,
  .footer-style-two .right-column,
  .fullwidth-section-two .section-outer .left-column,
  .fullwidth-section-two .section-outer .image-column {
    position: relative;
    width: 100%;
  }
  .fullwidth-section-two .section-outer .image-column .hidden-image {
    display: block;
  }
  .fullwidth-section-two .section-outer .image-column {
    background-image: none !important;
  }
  .fullwidth-section-one .left-column .inner-box {
    padding: 60px 20px;
  }
  .museum-gallery .left-column .inner-box {
    padding-right: 0px;
  }
  .museum-gallery .mid-column .inner-box {
    padding: 0px;
    margin: 0 auto;
  }
  .footer-style-two .left-column .inner,
  .fullwidth-section-two .section-outer .left-column .content {
    max-width: 100%;
  }
  .main-footer .footer-bottom .copyright,
  .main-footer .footer-bottom .social-links {
    text-align: center;
  }
  .fullwidth-section-two .section-outer .left-column {
    padding: 60px 20px 60px;
  }
  .events-timeline .timeline-block .content-column {
    padding-right: 15px;
  }
  .events-timeline .timeline-block .content-column .content-box .event-info-box .info-bullets {
    display: none;
  }
  .all-sponsors-section .sponsor-box {
    width: 33%;
  }
  .blog-post .content-column .inner .upper-box .news-time {
    padding-top: 15px;
  }
  .blog-post .content-column .inner .upper-box .news-time span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top .top-left li:nth-child(3) {
    display: none !important;
  }
  .default-portfolio-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 60%;
    width: 100%;
    height: 40%;
    text-align: center;
    color: #ffffff;
    /* background: rgba(226, 177, 60, 0.94); */
    background-color: rgba(10, 63, 158, 0);
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
  }
  .main-header .nav-outer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-header .btn-outer {
    border: 0 none;
    right: auto;
    text-align: left;
    top: 0;
    width: auto;
    z-index: 14;
  }
  .main-header .btn-outer .quote-btn {
    margin-top: 8px;
  }
  .header-main-box .nav-outer .search-box-btn {
    top: 15px;
    right: 60px;
    margin-top: 0px;
    z-index: 20;
  }
  .main-header .header-lower {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--color-lower--rgb), 0.8);
    z-index: 10000;
  }
  .main-header .header-upper2 {
    margin-top: 54px;
  }
  .main-header.light-version .nav-outer {
    padding-right: 0px;
    width: 100%;
  }
  .main-header.light-version .nav-outer .main-menu {
    margin-top: -90px;
  }
  .main-header.light-version {
    position: relative;
    background-color: #222222;
  }
  .main-header .header-top .top-right,
  .main-header .header-top .top-left {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .main-header .header-top .top-right ul,
  .main-header .header-top .top-left ul,
  .call-to-action .column {
    text-align: center !important;
  }
  .main-header .header-top .top-right ul li,
  .main-header .header-top .top-left ul li {
    display: inline-block;
    float: none;
  }
  .main-header.header-style-two .top-right ul li {
    margin-left: 0px;
    margin-right: 0px;
  }
  .header-upper .logo-outer {
    display: block;
    width: 100%;
  }
  .main-header .header-upper .upper-column {
    margin-left: 0px;
    width: 100%;
  }
  .main-header .header-upper .upper-column {
    padding-right: 0px;
  }
  .main-header .header-upper .upper-column.info-box {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    max-width: none;
  }
  .main-header .info-box .icon-box {
    /* position: relative;
    display: block;
    top: 0px;
    text-align: center;
    margin: 0 auto 15px; */
  }
  .main-header .main-menu {
    padding-top: 0px;
    width: 100%;
  }
  .main-menu .collapse {
    /* max-height: 300px; */
    overflow: auto;
    float: none;
    width: 100%;
    padding: 0px 0px 0px;
    border: none;
    /* margin: 0px; */
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main-menu .collapse.in,
  .main-menu .collapsing {
    padding: 0px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    padding: 13px 0px;
    z-index: 12;
  }
  .main-menu .navbar-header::before, .main-menu .navbar-header::after {
    display: none;
  }
  .main-menu .navbar-header .navbar-header-c {
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  .main-menu .navbar-header .navbar-header-c img {
    height: 40px;
  }
  .main-menu .navbar-header .navbar-header-c a {
    color: rgba(var(--color-fff--rgb), 0.8);
    font-weight: bold;
  }
  .main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 7;
    border: 1px solid #f8b332;
    float: none;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #f8b332;
  }
  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }
  .main-menu .navbar-collapse {
    margin-bottom: 32px;
  }
  .main-menu .navbar-collapse > .navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #f8b332;
    border: 1px solid #ffffff;
    border-top: none;
  }
  .main-menu .navbar-collapse > .navigation > li {
    margin: 0px !important;
    float: none !important;
    width: 100%;
  }
  .main-menu .navigation > li > a,
  .main-menu .navigation > li > ul:before {
    border: none;
  }
  .main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 15px !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
  }
  .main-menu .navigation li.dropdown > a:after,
  .main-menu .navigation > li.dropdown > a:before,
  .main-menu .navigation > li > ul > li > a::before,
  .main-menu .navigation > li > ul > li > ul > li > a::before {
    color: #ffffff !important;
    right: 15px;
    font-size: 16px;
    display: none !important;
  }
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    background: #f8b332;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    /*border-top:1px solid rgba(255,255,255,1) !important;	*/
    padding: 0px;
  }
  .main-menu .navbar-collapse > .navigation > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid rgb(255, 255, 255) !important;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }
  .main-menu .navbar-collapse > .navigation > li:first-child {
    border: none;
  }
  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #ffffff;
    background: #f8b332;
    text-align: left;
  }
  .main-menu .navbar-collapse > .navigation > li > ul > li > a {
    padding: 6px 32px !important;
  }
  .main-menu .navbar-collapse > .navigation > li > a:hover,
  .main-menu .navbar-collapse > .navigation > li > a:active,
  .main-menu .navbar-collapse > .navigation > li > a:focus {
    background: #f8b332;
  }
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
    background: #f8b332;
    color: #ffffff !important;
  }
  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
    display: block;
  }
  .main-menu .navbar-collapse > .navigation li.dropdown:after,
  .main-menu .navigation > li > ul:before {
    display: none !important;
  }
  .main-header .social-links-one {
    top: 0px;
  }
  .main-slider,
  .page-title,
  .portfolio-section .filters {
    margin-top: 0px !important;
  }
  .main-slider .tp-caption,
  .main-header .social-block,
  .event-block .inner-box .event-date-box::before,
  .blog-post .content-column .inner .upper-box .news-time::before,
  .sponsors-section .owl-nav .owl-prev,
  .sponsors-section .owl-nav .owl-next,
  .main-footer .signup-form .form-group:first-child::after,
  .fullwidth-section-one .right-column .text br,
  .main-header .info-options,
  .museum-block .inner-box h3::before,
  .museum-blocks-section:before,
  .museum-blocks-section:after,
  .news-block .inner-box .content-box .upper-box .post-time::before,
  .contact-info-box .inner:after {
    display: none !important;
  }
  .main-header .search-box-outer .dropdown-menu {
    left: 0%;
  }
  .comments-area .comment .comment-inner,
  .sidebar-page-container .comments-area .comment,
  .sidebar-page-container .comments-area .reply-comment,
  .blog-post .content-column .inner .upper-box .news-time,
  .news-block .inner-box .content-box .upper-box .post-time {
    padding-left: 0px;
  }
  .comments-area .comment .author-thumb,
  .sidebar-page-container .comments-area .comment-box .author-thumb {
    position: relative;
  }
  .comments-area .reply-comment {
    margin-left: 0px;
  }
  .sec-title-two h2,
  .sec-title h2 {
    font-size: 24px;
  }
  .main-header .other-options {
    left: 0px;
    right: auto;
    z-index: 12;
  }
  .page-title h1 {
    font-size: 28px;
  }
  .main-footer .footer-bottom {
    text-align: center;
  }
  .project-section .filters li {
    margin: 0px;
  }
  .main-header .social-icon {
    float: none;
  }
  .main-header .social-icon svg {
    width: 26px;
    height: 26px;
  }
  .main-header .language-icon {
    float: none;
  }
  .sidebar-page-container .author-box .inner {
    padding-left: 0px;
  }
  .prod-tabs .reviews-container .rev-thumb,
  .sidebar-page-container .author-box .image {
    position: relative;
  }
  .fullwidth-section .left-column {
    padding: 80px 15px;
  }
  .sec-title .separator {
    width: 100%;
  }
  .event-block .inner-box .lower-box,
  .events-timeline .timeline-block .content-column .content-box .content {
    padding: 40px 15px 40px;
    margin-top: 0px;
  }
  .event-block .inner-box .title-box,
  .events-timeline .timeline-block .content-column .content-box .event-header {
    padding: 15px 15px;
  }
  .events-timeline .timeline-block.right-aligned .content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event-block .inner-box .event-date-box,
  .events-timeline .timeline-block .content-column .content-box .event-info-box {
    margin-top: 15px;
    left: auto;
    width: 100%;
    padding-left: 0px;
    position: relative;
    text-align: center;
  }
  .events-timeline .timeline-block .content-column .content-box .event-info-box {
    margin-top: 15px;
    left: auto;
    top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 15px;
  }
  .events-timeline .timeline-block.right-aligned .content-column .event-info-box {
    right: 0px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px;
    margin-right: 0px;
  }
  .museum-history .content-column .inner .title h2 {
    font-size: 28px;
  }
  .time-counter .time-countdown {
    padding: 15px 10px;
    border-width: 5px;
  }
  .time-counter .time-countdown .counter-column,
  .fullwidth-section-one .right-column .text {
    padding: 0px 10px;
  }
  .main-header .links-nav li a,
  .info-boxed .inner {
    border: 0px;
  }
  .main-header .links-nav li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
  }
  .blog-post .content-column .inner .upper-box h3 {
    font-size: 18px;
  }
  .museum-block .inner-box {
    margin-left: 0px;
    padding: 30px;
    text-align: center;
  }
  .museum-block .inner-box .icon-box {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .page-title {
    padding: 0px;
    background-image: none !important;
    background-color: var(--color-fff);
  }
  .page-title h1 {
    text-shadow: none;
    color: var(--color-dark);
    margin-bottom: 10px;
    display: none;
  }
  .page-title::before {
    display: none;
  }
  .page-title .inner-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-title .inner-box .bread-crumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .page-title .inner-box .bread-crumb a {
    font-weight: 300;
    color: var(--color-blue);
    text-shadow: none;
    border-bottom: 2px dotted var(--color-blue);
  }
  .page-title .inner-box .bread-crumb li {
    padding: 0;
    margin: 0;
  }
  .page-title .inner-box .bread-crumb li:last-child {
    margin-top: 20px;
    width: 100%;
  }
  .page-title .inner-box .bread-crumb li:last-child a {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-dark);
    border-bottom: none;
  }
  .page-title .inner-box .bread-crumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem;
    content: "→";
  }
  .static-bg .auto-container {
    min-height: 180px !important;
  }
  .static-bg .auto-container h1 {
    visibility: hidden;
  }
  .sidebar-page-container,
  .museum-history,
  .museum-blocks-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-footer .signup-form .form-group {
    display: block;
    max-width: none;
  }
  .article__picture {
    margin: 0;
    float: none;
  }
  .blog-detail img {
    float: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .text-sm-center {
    text-align: center;
  }
  .main-header .social-links-one {
    top: 0px;
  }
  .main-header .header-top .auto-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .main-header .header-top .auto-container .top-left {
    width: auto;
    flex: 1 0 auto;
  }
  .main-header .header-top .auto-container .top-left ul {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .main-header .header-top .auto-container .top-right {
    justify-content: end;
  }
  .main-header .header-top .top-left,
  .main-header .header-top .top-right {
    float: none !important;
    text-align: center;
  }
  .testimonial-section .owl-nav {
    display: none;
  }
  .main-header .header-upper .upper-right {
    padding: 0px 0px;
  }
  .project-tabs .tab-buttons .tab-btn {
    margin-right: 10px;
    font-size: 13px;
  }
  .event-single .post-option .share-post {
    float: left !important;
    width: 100%;
    margin-top: 15px !important;
  }
  .all-sponsors-section .sponsor-box {
    width: 50%;
  }
  .error-section .inner-section {
    padding: 80px 20px;
  }
  .search-slider .search-box {
    min-width: 100%;
    padding: 0.5rem;
  }
  .search-slider .search-input {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
  }
  .search-slider .search-input input[type=search] {
    flex-grow: 1;
    min-width: auto;
  }
}
@media only screen and (max-width: 499px) {
  .main-header .header-upper .upper-column.info-box {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 992px) {
  .museum-section .sec-title {
    margin-left: -200px;
  }
}
@keyframes animate-btnbuy {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 200%;
  }
}

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