@charset "UTF-8";

.p-0 {
  padding: 0px; }

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.pr-0 {
  padding-right: 0px; }

.m-0 {
  margin: 0px; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.p-1 {
  padding: 8px; }

.px-1 {
  padding-left: 8px;
  padding-right: 8px; }

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px; }

.pt-1 {
  padding-top: 8px; }

.pb-1 {
  padding-bottom: 8px; }

.pl-1 {
  padding-left: 8px; }

.pr-1 {
  padding-right: 8px; }

.m-1 {
  margin: 8px; }

.mx-1 {
  margin-left: 8px;
  margin-right: 8px; }

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px; }

.mt-1 {
  margin-top: 8px; }

.mb-1 {
  margin-bottom: 8px; }

.ml-1 {
  margin-left: 8px; }

.mr-1 {
  margin-right: 8px; }

.p-2 {
  padding: 16px; }

.px-2 {
  padding-left: 16px;
  padding-right: 16px; }

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px; }

.pt-2 {
  padding-top: 16px; }

.pb-2 {
  padding-bottom: 16px; }

.pl-2 {
  padding-left: 16px; }

.pr-2 {
  padding-right: 16px; }

.m-2 {
  margin: 16px; }

.mx-2 {
  margin-left: 16px;
  margin-right: 16px; }

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px; }

.mt-2 {
  margin-top: 16px; }

.mb-2 {
  margin-bottom: 16px; }

.ml-2 {
  margin-left: 16px; }

.mr-2 {
  margin-right: 16px; }

.p-3 {
  padding: 24px; }

.px-3 {
  padding-left: 24px;
  padding-right: 24px; }

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px; }

.pt-3 {
  padding-top: 24px; }

.pb-3 {
  padding-bottom: 24px; }

.pl-3 {
  padding-left: 24px; }

.pr-3 {
  padding-right: 24px; }

.m-3 {
  margin: 24px; }

.mx-3 {
  margin-left: 24px;
  margin-right: 24px; }

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px; }

.mt-3 {
  margin-top: 24px; }

.mb-3 {
  margin-bottom: 24px; }

.ml-3 {
  margin-left: 24px; }

.mr-3 {
  margin-right: 24px; }

.p-4 {
  padding: 32px; }

.px-4 {
  padding-left: 32px;
  padding-right: 32px; }

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px; }

.pt-4 {
  padding-top: 32px; }

.pb-4 {
  padding-bottom: 32px; }

.pl-4 {
  padding-left: 32px; }

.pr-4 {
  padding-right: 32px; }

.m-4 {
  margin: 32px; }

.mx-4 {
  margin-left: 32px;
  margin-right: 32px; }

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px; }

.mt-4 {
  margin-top: 32px; }

.mb-4 {
  margin-bottom: 32px; }

.ml-4 {
  margin-left: 32px; }

.mr-4 {
  margin-right: 32px; }

.p-5 {
  padding: 40px; }

.px-5 {
  padding-left: 40px;
  padding-right: 40px; }

.py-5 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pt-5 {
  padding-top: 40px; }

.pb-5 {
  padding-bottom: 40px; }

.pl-5 {
  padding-left: 40px; }

.pr-5 {
  padding-right: 40px; }

.m-5 {
  margin: 40px; }

.mx-5 {
  margin-left: 40px;
  margin-right: 40px; }

.my-5 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mt-5 {
  margin-top: 40px; }

.mb-5 {
  margin-bottom: 40px; }

.ml-5 {
  margin-left: 40px; }

.mr-5 {
  margin-right: 40px; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #162035;
  font-weight: 100 !important;
  text-align: inherit;
  white-space: break-spaces;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #162035;
    text-decoration: none;
    background-color: #DCE4F4; }
  .dropdown-item.active, .dropdown-item:active {
    color: #DCE4F4;
    text-decoration: none;
    background-color: #454B5C; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #454B5C;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  width: 100%;
  margin: 0; }
  body.custom-modal-open {
    padding-top: 64px; }
    body.custom-modal-open .header {
      margin-top: -64px; }
  body.modal-open {
    position: fixed; }

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

button, input, select, textarea {
  outline: none; }

img, svg {
  vertical-align: top; }

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

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

@media (max-width: 991.98px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; } }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

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

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

.cursor-pointer {
  cursor: pointer; }

.pointer-events-none {
  pointer-events: none; }

html {
  font-size: 16px; }

html,
body {
  font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 400;
  color: #3f3f3f; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-seriff;
  margin: 0; }

h1 {
  font-size: 28px; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 20px; } }
  h1.section-title {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      h1.section-title {
        margin-bottom: 16px; } }
  h1.page-title {
    padding-bottom: 40px; }
    @media (max-width: 991.98px) {
      h1.page-title {
        padding-bottom: 16px; } }

h2 {
  font-size: 16px; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 16px; } }
  h2.section-title {
    color: #3954a5;
    font-size: 1.65rem;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      h2.section-title {
        color: #fff;
        margin-bottom: 16px; font-size: 1.65rem;} }

h3 {
  font-size: 18px; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 16px; } }
  h3.section-title {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      h3.section-title {
        margin-bottom: 16px; } }

h4 {
  font-size: 18px; }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 16px; } }
  h4.section-title {
    margin-bottom: 16px; }

h5 {
  font-size: 16px; }
  h5.section-title {
    margin-bottom: 16px; }

button {
  font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif }

p {
  margin: 0; 
}

p{
  line-height: 188%;	
}

.font-semi-bold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.header {
  left: 0;
  right: 0;
  background-color: #273662;
  z-index: 100; }
  .header .main {
    background-color: #273662;
    padding-top: 50px;
    padding-bottom: 56px; }
    @media (max-width: 991.98px) {
      .header .main {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 64px;
        display: flex;
        align-items: center; } }
    .header .main .wrapper-columns {
      padding-right: 24px; }
      @media (max-width: 991.98px) {
        .header .main .wrapper-columns {
          padding-right: 0; } }
    .header .main .column.logos {
      padding-right: 8px; }
    .header .main .column.links .telephones-group .icon,
    .header .main .column.links .other-group .icon {
      color: #ffffff;
      margin-right: 8px; }
      @media (max-width: 1199.98px) {
        .header .main .column.links .telephones-group .icon,
        .header .main .column.links .other-group .icon {
          margin-right: 4px; } }
    .header .main .column.links .telephones-group .link,
    .header .main .column.links .other-group .link {
      line-height: 20px;
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 1199.98px) {
        .header .main .column.links .telephones-group .link,
        .header .main .column.links .other-group .link {
          font-size: 14px; } }
      .header .main .column.links .telephones-group .link:not(:last-child),
      .header .main .column.links .other-group .link:not(:last-child) {
        margin-right: 16px; }
    .header .main .column.links .other-group .link.how-to-find-us {
      border-bottom: 1px dashed #ffffff;
      transition: 0.2s; }
      .header .main .column.links .other-group .link.how-to-find-us:hover {
        border-color: transparent; }
    @media (max-width: 991.98px) {
      .header .main .column.links {
        display: none !important; } }
    @media (max-width: 991.98px) {
      .header .main .wrapper-input-search {
        display: none; } }
    .header .main .wrapper-logo.first-logo .image {
      max-width: 300px; }
      @media (max-width: 1199.98px) {
        .header .main .wrapper-logo.first-logo .image {
          max-width: 225px; } }
    .header .main .wrapper-logo.second-logo .image {
      max-width: 135px; }
      @media (max-width: 1199.98px) {
        .header .main .wrapper-logo.second-logo .image {
          max-width: 100px; } }
    @media (max-width: 991.98px) {
      .header .main .wrapper-logo.second-logo {
        display: none !important; } }
    .header .main .wrapper-logo:not(:last-child) {
      margin-right: 32px; }
      @media (max-width: 1199.98px) {
        .header .main .wrapper-logo:not(:last-child) {
          margin-right: 20px; } }
    .header .main .mobile-controls .control {
      height: 16px;
      width: 16px;
      color: #ffffff;
      padding: 6px; }
      .header .main .mobile-controls .control .icon {
        display: none;
        flex-shrink: 0; }
        .header .main .mobile-controls .control .icon.active {
          display: block; }
      .header .main .mobile-controls .control:not(:last-child) {
        margin-right: 12px; }
  .header .wrapper-navigation {
    transform: translateY(0%);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
    @media (max-width: 991.98px) {
      .header .wrapper-navigation {
        display: none; } }
    .header .wrapper-navigation .navigation {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: stretch; }
    .header .wrapper-navigation .menu-item {
      padding: 16px 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1; }
      @media (max-width: 1199.98px) {
        .header .wrapper-navigation .menu-item {
          padding: 16px 8px;
          font-size: 14px; } }
      .header .wrapper-navigation .menu-item .nav-link {
        padding: 0;
        color: #fff;
        font-weight: 600;
        text-align: center;
        transition: 0.2s; }
        .header .wrapper-navigation .menu-item .nav-link.dropdown-toggle:after {
          margin-left: 8px;
          vertical-align: 1px; }
        .header .wrapper-navigation .menu-item .nav-link[aria-current='page'] {
          color: #FFC20E; }
        .header .wrapper-navigation .menu-item .nav-link:hover {
          color: #FFC20E; }
      .header .wrapper-navigation .menu-item.current-menu-ancestor .nav-link, .header .wrapper-navigation .menu-item.current_page_parent .nav-link {
        color: #FFC20E; }
      .header .wrapper-navigation .menu-item .dropdown-menu {
        padding: 32px;
        left: 0 !important;
        transform: none !important;
        top: 100% !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 4px;
        columns: 1;
        column-gap: 40px;
        will-change: initial !important; }
        .header .wrapper-navigation .menu-item .dropdown-menu .menu-item {
          padding: 8px 0;
          display: block; }
          .header .wrapper-navigation .menu-item .dropdown-menu .menu-item .dropdown-item {
            padding: 0;
            color: #454B5C;
            font-weight: 600;
            transition: 0.2s; }
            .header .wrapper-navigation .menu-item .dropdown-menu .menu-item .dropdown-item[aria-current='page'] {
              color: #FFC20E; }
            .header .wrapper-navigation .menu-item .dropdown-menu .menu-item .dropdown-item:hover {
              background-color: transparent;
              color: #FFC20E; }
          .header .wrapper-navigation .menu-item .dropdown-menu .menu-item:first-child {
            display: none; }
            @media (max-width: 991.98px) {
              .header .wrapper-navigation .menu-item .dropdown-menu .menu-item:first-child {
                display: block; } }
          .header .wrapper-navigation .menu-item .dropdown-menu .menu-item:not(:last-child) {
            margin-right: unset;
            border: none; }
      .header .wrapper-navigation .menu-item:not(:last-child) {
        border-right: 1px solid rgba(146, 146, 146, 0.2);
        margin-right: -1px; }

.footer {
  padding: 48px 0;
  margin-top: auto;
  background-color: #050608; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 32px 0; } }
  .footer .telephones-group .icon,
  .footer .other-group .icon {
    color: #929292;
    margin-right: 8px; }
  .footer .telephones-group .link,
  .footer .other-group .link {
    line-height: 20px;
    color: #ffffff; }
    @media (min-width: 992px) {
      .footer .telephones-group .link:not(:last-child),
      .footer .other-group .link:not(:last-child) {
        margin-right: 16px; } }
  @media (min-width: 992px) {
    .footer .telephones-group {
      padding-right: 32px; } }
  @media (max-width: 991.98px) {
    .footer .telephones-group {
      padding-bottom: 16px; } }
  .footer .other-group .link.how-to-find-us {
    border-bottom: 1px dashed #ffffff; }
  @media (max-width: 991.98px) {
    .footer .other-group {
      padding-bottom: 24px; } }
  .footer .description {
    margin: auto;
    color: #ffffff; }
    @media (min-width: 992px) {
      .footer .description {
        padding-left: 16px; } }
    @media (max-width: 991.98px) {
      .footer .description {
        text-align: center; } }

.primary-link {
  transition: 0.2s; }
  .primary-link, .primary-link:active {
    color: #3954a5; }
  .primary-link:hover {
    color: #3755b0; }

.link-go-to {
  display: inline-block;
  font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 600;
  font-size: 16px; }
  .link-go-to .icon {
    vertical-align: middle; }
  .link-go-to.left-pos .icon {
    margin-right: 8px; }
  .link-go-to.right-pos .icon {
    margin-left: 8px; }
  .link-go-to:hover .icon {
    color: #5aa8ea; }

@media (max-width: 991.98px) {
  .wrapper-input-search.wrapper-form-field .form-field {
    padding: 0 40px 0 16px; } }

.wrapper-input-search.wrapper-form-field .icon {
  color: #FFC20E; }

.wrapper-form-field .form-field {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 4px; }
  .wrapper-form-field .form-field input,
  .wrapper-form-field .form-field textarea {
    border: none;
    outline: none;
    margin: 0;
    padding: 16px 0;
    font-size: 14px; }
    .wrapper-form-field .form-field input:-ms-input-placeholder, .wrapper-form-field .form-field textarea:-ms-input-placeholder {
      color: #929292; }
    .wrapper-form-field .form-field input::-ms-input-placeholder, .wrapper-form-field .form-field textarea::-ms-input-placeholder {
      color: #929292; }
    .wrapper-form-field .form-field input::placeholder,
    .wrapper-form-field .form-field textarea::placeholder {
      color: #929292; }
  .wrapper-form-field .form-field .wrapper-icon,
  .wrapper-form-field .form-field .wrapper-clean-input {
    display: flex;
    align-items: center;
    justify-content: center; }
  .wrapper-form-field .form-field .wrapper-icon .icon {
    margin-right: 8px; }
  .wrapper-form-field .form-field .wrapper-clean-input {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    padding: 5px; }
    .wrapper-form-field .form-field .wrapper-clean-input .icon {
      color: #454B5C; }
    @media (max-width: 991.98px) {
      .wrapper-form-field .form-field .wrapper-clean-input.active {
        pointer-events: auto;
        opacity: 1; } }

.full-size-modal .modal-dialog {
  margin: 0;
  max-width: initial;
  height: 100%; }

.full-size-modal .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none; }

.mobile-menu-modal {
  top: 64px;
  bottom: 0;
  height: initial; }
  .mobile-menu-modal .modal-dialog {
    height: 100%; }
  .mobile-menu-modal .modal-body {
    padding: 0; }
    .mobile-menu-modal .modal-body .group-content {
      padding: 24px 0; }
    .mobile-menu-modal .modal-body .main-content {
      height: 100%;
      background-color: #ffffff; }
    .mobile-menu-modal .modal-body .modal-links {
      margin-top: auto;
      background-color: #FFC20E;
      color: #ffffff; }
      .mobile-menu-modal .modal-body .modal-links .icon {
        margin-right: 4px; }
      .mobile-menu-modal .modal-body .modal-links .link {
        color: #ffffff;
        font-weight: 600; }
        .mobile-menu-modal .modal-body .modal-links .link:not(:last-child) {
          margin-right: 8px; }
  .mobile-menu-modal .navigation {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobile-menu-modal .navigation .menu-item .nav-link {
      padding-top: 12px;
      padding-bottom: 12px;
      color: #FFC20E;
      font-weight: 600;
      white-space: normal;
      display: block; }
      .mobile-menu-modal .navigation .menu-item .nav-link.dropdown-toggle:after {
        content: url("data:image/svg+xml; utf8, <svg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-arrow-right</title><path d='M1.1323 0.343261C0.928571 0.150649 0.60989 0.150649 0.406166 0.343261C0.185626 0.551772 0.185626 0.902772 0.406166 1.11128L3.46154 4L0.406166 6.88872C0.185626 7.09723 0.185626 7.44823 0.406166 7.65674C0.60989 7.84935 0.928571 7.84935 1.1323 7.65674L5 4L1.1323 0.343261Z' fill='rgb(255,194,14)'/></svg>");
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(calc(-50% - 8px));
        border: none;
        margin: 0; }
    .mobile-menu-modal .navigation .menu-item:first-child .nav-link {
      padding-top: 0; }
    .mobile-menu-modal .navigation .dropdown-menu {
      position: fixed !important;
      width: 100%;
      transform: none !important;
      top: 64px !important;
      bottom: 0 !important;
      height: initial !important;
      right: 0;
      margin: 0;
      padding: 24px 0;
      border: none;
      border-radius: 0;
      overflow-y: auto; }
      .mobile-menu-modal .navigation .dropdown-menu .menu-item .dropdown-item {
        padding: 12px 0;
        color: #FFC20E;
        font-weight: 600;
        white-space: normal;
        display: block; }
        .mobile-menu-modal .navigation .dropdown-menu .menu-item .dropdown-item:hover {
          background-color: transparent; }
      .mobile-menu-modal .navigation .dropdown-menu .menu-item:first-child .dropdown-item {
        padding-top: 0;
        padding-left: 16px;
        position: relative; }
        .mobile-menu-modal .navigation .dropdown-menu .menu-item:first-child .dropdown-item:after {
          content: url("data:image/svg+xml; utf8, <svg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-arrow-left</title><path d='M3.8677 7.65674C4.07143 7.84935 4.39011 7.84935 4.59383 7.65674C4.81437 7.44823 4.81437 7.09723 4.59383 6.88872L1.53846 4L4.59383 1.11128C4.81437 0.902773 4.81437 0.551772 4.59383 0.343262C4.39011 0.150649 4.07143 0.150649 3.8677 0.343261L0 4L3.8677 7.65674Z' fill='rgb(255,194,14)'/></svg>");
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(calc(-50% - 8px)); }

.mobile-search-modal {
  top: 64px;
  bottom: 0;
  height: initial; }
  .mobile-search-modal .modal-dialog {
    height: 100%; }
  .mobile-search-modal .modal-body {
    background-color: #f8f8f8;
    padding: 24px 0; }
  .mobile-search-modal .result-autocomplete .ui-autocomplete {
    display: block !important;
    position: initial !important;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important; }
    .mobile-search-modal .result-autocomplete .ui-autocomplete .ui-menu-item {
      list-style: none !important;
      padding: 0 !important; }
      .mobile-search-modal .result-autocomplete .ui-autocomplete .ui-menu-item a {
        padding: 0 !important;
        font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
        font-weight: 600 !important;
        color: #929292 !important; }
        .mobile-search-modal .result-autocomplete .ui-autocomplete .ui-menu-item a .search-highlight {
          color: #FFC20E; }
      .mobile-search-modal .result-autocomplete .ui-autocomplete .ui-menu-item:first-child {
        margin-top: 24px !important; }
      .mobile-search-modal .result-autocomplete .ui-autocomplete .ui-menu-item:not(:last-child) {
        margin-bottom: 24px !important; }

.custom-slick-dots-base .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .custom-slick-dots-base .slick-dots li {
    padding: 4px; }
    .custom-slick-dots-base .slick-dots li button {
      display: block;
      font-size: 0;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      outline: none;
      padding: 0;
      margin: 0;
      transition: 0.2s; }
    .custom-slick-dots-base .slick-dots li, .custom-slick-dots-base .slick-dots li button {
      cursor: pointer; }

.primary-slick-dots .slick-dots li button {
  border: 1px solid #929292;
  background-color: #ffffff; }

.primary-slick-dots .slick-dots li.slick-active button {
  border-color: #FFC20E;
  background-color: #FFC20E; }

.secondary-slick-dots .slick-dots li button {
  border: none; }

.secondary-slick-dots .slick-dots li:not(.slick-active) button {
  height: 8px;
  width: 8px;
  background-color: rgba(146, 146, 146, 0.2); }

.secondary-slick-dots .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  background-color: #FFC20E; }

.main-slider .slider-status {
  line-height: 22px;
  color: rgba(146, 146, 146, 0.5);
  padding-bottom: 24px; }
  @media (max-width: 991.98px) {
    .main-slider .slider-status {
      display: none; } }

.main-slider .first-column .slick-list,
.main-slider .first-column .slick-track,
.main-slider .first-column .slick-track,
.main-slider .first-column .slick-slide > div,
.main-slider .first-column .custom-slide {
  height: 100%; }

.expert-activities-slider {
  padding: 0; }
  .expert-activities-slider .slick-slide .column {
    width: calc(100% - 16px); }
  .expert-activities-slider .slick-slide:last-child .column {
    width: 100%; }
  .expert-activities-slider .slick-slide:not(.slick-current) .card-item {
    box-shadow: none; }
  .expert-activities-slider .slide-wrapper .column {
    transition: 0.2s; }
  .expert-activities-slider .slick-dots {
    bottom: -24px; }

@media (max-width: 767.98px) {
  .partners-slider .custom-column {
    flex: initial;
    margin-bottom: 0; } }

.partners-slider .slick-slide .column .content {
  width: calc(100% - 30px); }

.partners-slider .slick-slide .column .image {
  max-height: 105px; }

.partners-slider .slick-dots {
  bottom: -24px; }

.main-card {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .main-card {
      flex-direction: column; } }
  .main-card .column.first-column {
    flex: 1 1 785px;
    max-width: 785px;
    min-width: 0; }
    @media (max-width: 991.98px) {
      .main-card .column.first-column {
        flex: 1 1 100%;
        max-width: 100%; } }
    .main-card .column.first-column .image {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 8px 0 0 8px; }
      @media (max-width: 991.98px) {
        .main-card .column.first-column .image {
          border-radius: 8px 8px 0 0; } }
      @media (max-width: 575.98px) {
        .main-card .column.first-column .image {
          max-height: 130px; } }
  .main-card .column.second-column {
    padding: 48px;
    flex: 1 0 415px;
    min-width: 415px;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .main-card .column.second-column {
        padding: 32px; } }
    @media (max-width: 991.98px) {
      .main-card .column.second-column {
        padding: 24px;
        flex: 1 1 100%;
        max-width: 100%;
        min-width: initial; } }
    .main-card .column.second-column .title {
      font-weight: 600;
      line-height: 29px;
      padding-bottom: 16px; }
      .main-card .column.second-column .title, .main-card .column.second-column .title > * {
        color: #3f3f3f;
        pointer-events: none; }
        @media (max-width: 991.98px) {
          .main-card .column.second-column .title, .main-card .column.second-column .title > * {
            color: #162035;
            pointer-events: auto; } }
    .main-card .column.second-column .paragraph {
      line-height: 22px;
      padding: 0 1px; }
      .main-card .column.second-column .paragraph:not(:last-of-type) {
        margin-bottom: 32px; }
    .main-card .column.second-column .btn {
      margin-top: 32px; }
      @media (max-width: 991.98px) {
        .main-card .column.second-column .btn {
          display: none; } }
  .main-card.box-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }

.primary-card {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #3f3f3f;
  transition: 0.2s; }
  .primary-card .wrapper-image .image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 8px 0 0; }
  .primary-card .wrapper-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    flex: 1 1 auto; }
    @media (max-width: 1199.98px) {
      .primary-card .wrapper-content {
        padding: 24px; } }
    .primary-card .wrapper-content .title {
      padding-bottom: 16px;
      color: #162035;
      line-height: 24px;
      transition: 0.2s; }
    .primary-card .wrapper-content .paragraph {
      line-height: 22px; }
      .primary-card .wrapper-content .paragraph:not(:last-of-type) {
        margin-bottom: 32px; }
    .primary-card .wrapper-content .wrapper-date {
      margin-top: 32px; }
      @media (max-width: 991.98px) {
        .primary-card .wrapper-content .wrapper-date {
          margin-top: 16px; } }
  .primary-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .primary-card:hover .wrapper-content .title {
      color: #454B5C; }

.secondary-card {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  color: #3f3f3f;
  transition: 0.2s; }
  .secondary-card .wrapper-image {
    flex: 1 0 195px;
    max-width: 195px;
    min-width: 1px; }
    @media (max-width: 1199.98px) {
      .secondary-card .wrapper-image {
        flex: 1 0 165px;
        max-width: 165px; } }
    .secondary-card .wrapper-image .image {
      width: 100%;
      height: 12rem;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px 0 0 8px; }
  .secondary-card .wrapper-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    flex: 1 1 auto; }
    @media (max-width: 1199.98px) {
      .secondary-card .wrapper-content {
        padding: 24px; } }
    .secondary-card .wrapper-content .title {
      margin-bottom: 16px;
      color: #162035;
      line-height: 22px;
      transition: 0.2s; }
  .secondary-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .secondary-card:hover .wrapper-content .title {
      color: #454B5C; }

.btn-row{
  border: 1px dotted #ffc000;
  border-radius: 0;
  line-height: 1;
  color: #ffc000;
}

.btn {
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s;
  display: inline-block; }
  .btn.btn-md {
    font-size: 16px;
    padding: 12px 24px; }
  .btn:focus {
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2); }

.btn-row .btn-primary.btn {
  background-color: unset; 
  text-transform: uppercase;
  color: #FFC20E;
  font-weight: unset;
}

.btn-row .btn-primary.btn:hover {
    background-color: #ffc000;
    color: #000000;
  }

.btn-primary.btn {
  background-color: #FFC20E;
  color: #162035; }
  .btn-primary.btn:hover {
    background-color: #FFDF4F; }

.expert-activities-cards .card-item {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 16em;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  transition: 0.2s; }
  .expert-activities-cards .card-item .icon-wrapper {
    margin-right: 16px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center; }
    .expert-activities-cards .card-item .icon-wrapper .icon {
      color: #FFC20E; }
  .expert-activities-cards .card-item .text {
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f; }
  .expert-activities-cards .card-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.wrapper-date {
  color: #929292;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase; }
  .wrapper-date:before {
    content: url("data:image/svg+xml; utf8, <svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-date</title><path d='M6 0C2.6916 0 0 2.6916 0 6C0 9.3084 2.6916 12 6 12C9.3084 12 12 9.3084 12 6C12 2.6916 9.3084 0 6 0ZM6 10.7233C3.3956 10.7233 1.27657 8.60453 1.27657 6C1.27657 3.39547 3.3956 1.2767 6 1.2767C8.60441 1.2767 10.7234 3.39547 10.7234 6C10.7234 8.60453 8.60441 10.7233 6 10.7233Z' fill='rgb(146, 146, 146)'/><path d='M9.12698 5.81472H6.43057V2.57264C6.43057 2.29982 6.20936 2.07861 5.93654 2.07861C5.66371 2.07861 5.4425 2.29982 5.4425 2.57264V6.30875C5.4425 6.58158 5.66371 6.80278 5.93654 6.80278H9.12698C9.39981 6.80278 9.62101 6.58158 9.62101 6.30875C9.62101 6.03592 9.39981 5.81472 9.12698 5.81472Z' fill='rgb(146, 146, 146)'/></svg>");
    margin-right: 8px;
    margin-top: 1px; }

#preloader {
  transition: 0.15s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
  overflow: hidden; }
  #preloader .spinner-border {
    border-color: #FFC20E;
    border-right-color: transparent; }
  #preloader.page-loading {
    opacity: 1;
    transition: 0.2s; }

.wrapper-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .wrapper-pagination .nav-links {
      flex-wrap: wrap; } }
  .wrapper-pagination .nav-links .page-numbers {
    height: 48px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-weight: 600;
    line-height: 19px;
    padding: 5px 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    color: #162035;
    position: relative;
    transition: 0.2s; }
    @media (max-width: 991.98px) {
      .wrapper-pagination .nav-links .page-numbers {
        padding: 5px 8px;
        height: 40px;
        min-width: 31px;
        margin-bottom: 5px; } }
    .wrapper-pagination .nav-links .page-numbers.dots {
      background-color: transparent;
      box-shadow: none;
      color: #929292; }
    .wrapper-pagination .nav-links .page-numbers.current {
      background-color: #FFC20E;
      color: #162035; }
    .wrapper-pagination .nav-links .page-numbers:not(:last-child) {
      margin-right: 10px; }
      @media (max-width: 991.98px) {
        .wrapper-pagination .nav-links .page-numbers:not(:last-child) {
          margin-right: 5px; } }
    .wrapper-pagination .nav-links .page-numbers:not(.dots):hover {
      background-color: #FFDF4F;
      color: #162035; }

.primary-sidebar {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 32px 24px; }
  .primary-sidebar .sidebar-title {
    padding-bottom: 32px;
    font-weight: 600;
    text-align: center; }
  .primary-sidebar .items-wrapper:not(.activities) .item {
    display: block; }
    .primary-sidebar .items-wrapper:not(.activities) .item .title {
      padding-bottom: 12px;
      color: #162035;
      font-weight: 600;
      display: block;
      transition: 0.2s; }
    .primary-sidebar .items-wrapper:not(.activities) .item:not(:last-child) {
      margin-bottom: 32px; }
    .primary-sidebar .items-wrapper:not(.activities) .item:hover .title {
      color: #454B5C; }
  .primary-sidebar .items-wrapper.activities .item {
    position: relative;
    color: #162035;
    padding: 12px 32px;
    display: block;
    transition: 0.2s;
    font-weight: 600; }
    .primary-sidebar .items-wrapper.activities .item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 4px;
      background-color: transparent;
      transition: 0.2s; }
    .primary-sidebar .items-wrapper.activities .item.active, .primary-sidebar .items-wrapper.activities .item:hover {
      background-color: #f8f8f8;
      color: #3f3f3f; }
      .primary-sidebar .items-wrapper.activities .item.active:before, .primary-sidebar .items-wrapper.activities .item:hover:before {
        background-color: #FFC20E; }

.main-wrapper {
  padding-top: 36px;
  padding-bottom: 112px;
  color: #000;
  font-size: 14px;
  }
  @media (max-width: 991.98px) {
    .main-wrapper {
      padding-top: 32px;
      padding-bottom: 56px; } }

.wrapper-wp-content ul, .wrapper-wp-content ol {
  padding: 0;
  margin-top: 0;
  list-style-position: inside; }

.wrapper-wp-content ul {
  list-style: none; }
  .wrapper-wp-content ul li:before {
    content: '– '; }

.wrapper-wp-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
  margin-bottom: 40px; }

.wrapper-wp-content iframe {
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .wrapper-wp-content iframe {
      max-height: 300px; } }
  @media (max-width: 575.98px) {
    .wrapper-wp-content iframe {
      max-height: 220px; } }

.home-page .main-slider {
  margin-bottom: 112px; }
  @media (max-width: 991.98px) {
    .home-page .main-slider {
      margin-bottom: 56px; } }

.home-page .main-card.main-slider {
  max-height: 410px; }
  @media (max-width: 991.98px) {
    .home-page .main-card.main-slider {
      max-height: initial; }
      .home-page .main-card.main-slider .slick-slide {
        max-height: 200px; } }

.home-page .expert-activities-section {
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .home-page .expert-activities-section {
      padding-bottom: 40px; } }

.home-page .news-section {
  padding-bottom: 112px; }
  @media (max-width: 991.98px) {
    .home-page .news-section {
      padding-bottom: 56px; }
      .home-page .news-section .column:first-child {
        margin-bottom: 24px; }
      .home-page .news-section .primary-card .image {
        max-height: 136px; } }
  .home-page .news-section .primary-card .image {
    max-height: 272px; }
  .home-page .news-section .heading-link {
    font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 600;
    font-size: 16px; }
    .home-page .news-section .heading-link:after {
      content: url("data:image/svg+xml; utf8, <svg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-arrow-right</title><path d='M1.1323 0.343261C0.928571 0.150649 0.60989 0.150649 0.406166 0.343261C0.185626 0.551772 0.185626 0.902772 0.406166 1.11128L3.46154 4L0.406166 6.88872C0.185626 7.09723 0.185626 7.44823 0.406166 7.65674C0.60989 7.84935 0.928571 7.84935 1.1323 7.65674L5 4L1.1323 0.343261Z' fill='rgb(5, 95, 171)'/></svg>");
      margin-left: 8px; }
  @media (max-width: 991.98px) {
    .home-page .news-section .secondary-card .wrapper-image {
      display: none; } }
  .home-page .news-section .secondary-card:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .home-page .news-section .secondary-card:not(:last-child) {
        margin-bottom: 24px; } }

.home-page .partners-section {
  padding-bottom: 112px; }
  @media (max-width: 991.98px) {
    .home-page .partners-section {
      padding-bottom: 56px; } }
  @media (max-width: 767.98px) {
    .home-page .partners-section .container.slider {
      padding: 0; } }
  .home-page .partners-section .custom-row {
    margin: 0 -15px; }
    @media (max-width: 767.98px) {
      .home-page .partners-section .custom-row {
        margin: 0; } }
  .home-page .partners-section .custom-column {
    position: relative;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #273662;
    flex: 0 0 calc(100% / 5); }
    .home-page .partners-section .custom-column .link {
      display: block; }
    .home-page .partners-section .custom-column .image {
      border-radius: 4px;
      height: 86px !important;
      -o-object-fit: fill;
         object-fit: fill; }
    @media (max-width: 1199.98px) {
      .home-page .partners-section .custom-column {
        flex: 0 0 calc(100% / 4);
        margin-bottom: 24px; } }
    @media (max-width: 991.98px) {
      .home-page .partners-section .custom-column {
        flex: 0 0 calc(100% / 3); } }
    @media (max-width: 767.98px) {
      .home-page .partners-section .custom-column {
        width: 240px !important;
        flex: initial;
        padding: 0;
        margin-bottom: 0; } }

@media (max-width: 991.98px) {
  .home-page .contacts-section .main-card .title {
    display: none; } }

.home-page .contacts-section .main-card .map {
  height: 370px;
  border-radius: 8px 0 0 8px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .home-page .contacts-section .main-card .map {
      border-radius: 8px 8px 0 0; } }
  .home-page .contacts-section .main-card .map iframe {
    border-radius: 8px 0 0 8px; }
    @media (max-width: 991.98px) {
      .home-page .contacts-section .main-card .map iframe {
        border-radius: 8px 8px 0 0; } }

.home-page .contacts-section .main-card .information .row-info {
  line-height: 22px; }
  .home-page .contacts-section .main-card .information .row-info .paragraph {
    margin-bottom: 0; }
    .home-page .contacts-section .main-card .information .row-info .paragraph, .home-page .contacts-section .main-card .information .row-info .paragraph > * {
      color: #3f3f3f;
      -webkit-appearance: none; }
  .home-page .contacts-section .main-card .information .row-info .icon {
    color: #FFC20E;
    margin-top: 2px;
    margin-right: 8px; }
  .home-page .contacts-section .main-card .information .row-info:not(:last-child) {
    padding-bottom: 24px; }

.home-page .contacts-section .main-card .link-go-to {
  margin-top: auto;
  margin-left: auto; }

.news-page .column {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .news-page .column {
      margin-bottom: 24px; }
      .news-page .column .image {
        max-height: 136px; } }

.news-page .primary-card.first-news {
  flex-direction: row;
  margin-bottom: 48px; }
  @media (max-width: 991.98px) {
    .news-page .primary-card.first-news {
      flex-direction: column;
      margin-bottom: 24px; } }
  .news-page .primary-card.first-news .wrapper-image {
    flex: 1 0 600px;
    max-width: 600px; }
    @media (max-width: 991.98px) {
      .news-page .primary-card.first-news .wrapper-image {
        flex: initial;
        max-width: initial;
        width: 100%; } }
    .news-page .primary-card.first-news .wrapper-image .image {
      border-radius: 8px 0 0 8px;
      height: 100%; }
      @media (max-width: 991.98px) {
        .news-page .primary-card.first-news .wrapper-image .image {
          min-height: initial;
          height: 136px;
          border-radius: 8px 8px 0 0; } }

.news-page .primary-card .wrapper-content {
  padding: 32px; }
  @media (max-width: 991.98px) {
    .news-page .primary-card .wrapper-content {
      padding: 24px; } }

.news-page .primary-card .image {
  height: 200px; }

.news-page .primary-card .wrapper-date {
  margin-top: 16px; }

.news-page .primary-card.with-image .title {
  padding-bottom: 0 !important; }

.single-article-page .link-all-news {
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .single-article-page .link-all-news {
      padding-bottom: 24px; } }

.single-article-page .social-sharing {
  display: flex;
  align-items: center; }
  .single-article-page .social-sharing a {
    color: #ffffff;
    font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 600;
    font-size: 16px; }
    .single-article-page .social-sharing a.ss-button-facebook {
      background-color: #3b5998; }
      .single-article-page .social-sharing a.ss-button-facebook:before {
        content: url("data:image/svg+xml; utf8, <svg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-facebook</title><path d='M5.84172 16V8.70169H8.49527L8.89254 5.85736H5.84172V4.04138C5.84172 3.21788 6.08939 2.65671 7.36855 2.65671L9 2.656V0.112063C8.71777 0.0774617 7.74937 -2.6855e-07 6.62273 -2.6855e-07C4.27054 -2.6855e-07 2.66027 1.32549 2.66027 3.75977V5.85736H0V8.70169H2.66027V16H5.84172Z' fill='white'/></svg>"); }
    .single-article-page .social-sharing a.ss-button-twitter {
      background-color: #38a1f3; }
      .single-article-page .social-sharing a.ss-button-twitter:before {
        content: url("data:image/svg+xml; utf8, <svg width='16' height='12' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-twitter</title><path fill-rule='evenodd' clip-rule='evenodd' d='M20 1.89532C19.263 2.21561 18.4723 2.43306 17.6428 2.53003C18.4902 2.03049 19.1407 1.2371 19.445 0.293848C18.6514 0.758127 17.7741 1.09311 16.8402 1.2753C16.0913 0.490725 15.0261 0 13.8445 0C11.5799 0 9.74191 1.8101 9.74191 4.0404C9.74191 4.35776 9.77771 4.6663 9.84932 4.96015C6.43891 4.79265 3.41638 3.18237 1.39341 0.737557C1.04132 1.33407 0.838431 2.02755 0.838431 2.76804C0.838431 4.1697 1.56348 5.4068 2.66448 6.12966C1.99314 6.10909 1.36058 5.92691 0.805609 5.62424C0.805609 5.64187 0.805609 5.65657 0.805609 5.6742C0.805609 7.63122 2.2199 9.26501 4.09667 9.63526C3.75354 9.72635 3.38953 9.77631 3.01656 9.77631C2.75101 9.77631 2.49441 9.74986 2.24377 9.70285C2.76593 11.3073 4.28166 12.4768 6.07489 12.5091C4.66955 13.5934 2.90318 14.2399 0.978666 14.2399C0.647471 14.2399 0.322244 14.2193 0 14.184C1.81411 15.33 3.97136 16 6.28972 16C13.8356 16 17.9621 9.84389 17.9621 4.50468C17.9621 4.32837 17.9591 4.155 17.9502 3.98163C18.7528 3.41157 19.448 2.70046 19.997 1.88944L20 1.89532Z' fill='white'/></svg>"); }

.single-article-page .content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover; }

.single-article-page .main-news-image {
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .single-article-page .main-news-image {
      padding-bottom: 24px; } }

.single-article-page .post-date-and-share {
  padding-bottom: 24px; }
  @media (max-width: 991.98px) {
    .single-article-page .post-date-and-share {
      padding-bottom: 16px; } }
  .single-article-page .post-date-and-share .wrapper-buttons .social-sharing a {
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px; }
    .single-article-page .post-date-and-share .wrapper-buttons .social-sharing a:before {
      display: flex;
      justify-content: center;
      height: 16px;
      width: 16px; }
    .single-article-page .post-date-and-share .wrapper-buttons .social-sharing a:not(:last-child) {
      margin-right: 8px; }

.single-article-page .post-title {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .single-article-page .post-title {
      margin-bottom: 32px; } }

@media (max-width: 991.98px) {
  .single-article-page .end-page-share-btns .social-sharing {
    width: 100%;
    justify-content: space-between; } }

.single-article-page .end-page-share-btns .social-sharing a {
  padding: 12px 20px;
  border-radius: 4px; }
  .single-article-page .end-page-share-btns .social-sharing a:before {
    margin-right: 8px; }
  .single-article-page .end-page-share-btns .social-sharing a:not(:last-child) {
    margin-right: 24px; }

@media (max-width: 991.98px) {
  .single-article-page .end-page-share-btns {
    padding-bottom: 56px; } }

@media (max-width: 991.98px) {
  .single-article-page .wrapper-sidebar .wrapper-date {
    font-size: 12px; } }

.single-article-page .content {
  padding-bottom: 40px; }

.site-about{
	padding: 2rem 7rem !important;
}

.contacts-page .main-card {
  margin-bottom: 56px; }
  @media (max-width: 991.98px) {
    .contacts-page .main-card {
      margin-bottom: 32px; }
      .contacts-page .main-card .title {
        display: none; } }
  .contacts-page .main-card .map {
    height: 100%;
    border-radius: 8px 0 0 8px;
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .contacts-page .main-card .map {
        border-radius: 8px 8px 0 0;
        height: 280px; } }
    .contacts-page .main-card .map p,
    .contacts-page .main-card .map iframe {
      height: 100%; }
    .contacts-page .main-card .map iframe {
      border-radius: 8px 0 0 8px; }
      @media (max-width: 991.98px) {
        .contacts-page .main-card .map iframe {
          border-radius: 8px 8px 0 0; } }
  .contacts-page .main-card .second-column {
    flex: 1 0 370px;
    min-width: 370px; }
    @media (max-width: 991.98px) {
      .contacts-page .main-card .second-column {
        flex: 1 1 100%;
        min-width: initial; }
        .contacts-page .main-card .second-column .title {
          color: #3f3f3f;
          display: block; } }
  .contacts-page .main-card .information {
    padding-bottom: 80px; }
    @media (max-width: 991.98px) {
      .contacts-page .main-card .information {
        padding-bottom: 40px; } }
    .contacts-page .main-card .information .row-info {
      line-height: 22px; }
      .contacts-page .main-card .information .row-info .paragraph {
        margin-bottom: 0; }
        .contacts-page .main-card .information .row-info .paragraph, .contacts-page .main-card .information .row-info .paragraph > * {
          color: #3f3f3f;
          -webkit-appearance: none; }
      .contacts-page .main-card .information .row-info .icon {
        color: #FFC20E;
        margin-top: 2px;
        margin-right: 8px; }
      .contacts-page .main-card .information .row-info:not(:last-child) {
        padding-bottom: 24px; }

.contacts-page .wrapper-human-cards {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #ffffff; }
  @media (max-width: 991.98px) {
    .contacts-page .wrapper-human-cards {
      padding-top: 32px;
      padding-bottom: 32px; } }
  .contacts-page .wrapper-human-cards .column {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .contacts-page .wrapper-human-cards .column {
        margin-bottom: initial; }
        .contacts-page .wrapper-human-cards .column:not(:last-child) {
          margin-bottom: 40px; } }
  .contacts-page .wrapper-human-cards .human-card .image-wrapper {
    height: 152px;
    max-width: 152px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px; }
    .contacts-page .wrapper-human-cards .human-card .image-wrapper .image {
      border-radius: 8px;
      -o-object-fit: cover;
         object-fit: cover; }
  .contacts-page .wrapper-human-cards .human-card .title {
    line-height: 22px;
    padding-bottom: 4px; }
  .contacts-page .wrapper-human-cards .human-card .description {
    padding-bottom: 16px; }
  .contacts-page .wrapper-human-cards .human-card .phone-number .icon {
    color: #FFC20E;
    margin-right: 2px; }
  .contacts-page .wrapper-human-cards .human-card .phone-number .link {
    color: #3f3f3f; }

.activities-page .select-page {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 36px 16px 16px;
  margin: 0;
  font-weight: 600;
  color: #FFC20E;
  width: 100%;
  max-width: 100%;
  font-family: "AmazingGroteskDemi",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  outline: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml; utf8, <svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><title>icon-arrow-down</title><path d='M7.84799 0.936636C8.05067 0.722606 8.05067 0.387803 7.84799 0.173773C7.62857 -0.0579243 7.25921 -0.0579243 7.0398 0.173773L4 3.38371L0.960204 0.173773C0.740788 -0.0579243 0.37143 -0.0579243 0.152015 0.173773C-0.0506713 0.387803 -0.0506716 0.722605 0.152014 0.936636L4 5L7.84799 0.936636Z' fill='rgb(255,194,14)'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 55%;
  background-size: 8px; }
  .activities-page .select-page::-ms-expand {
    display: none; }
  .activities-page .select-page:focus {
    border: none;
    outline: none; }
  .activities-page .select-page .select-css option {
    font-weight: 600; }

.activities-page .sidebar {
  flex: 0 0 300px;
  max-width: 300px;
  margin-right: 70px;
  padding: 32px 0 12px; }
  @media (max-width: 1199.98px) {
    .activities-page .sidebar {
      margin-right: 40px; } }

.activities-page .content {
  flex: 1 1 100%; }
  .activities-page .content .activity-heading {
    padding-bottom: 40px; }
    @media (max-width: 991.98px) {
      .activities-page .content .activity-heading {
        padding-bottom: 24px; } }
    .activities-page .content .activity-heading .icon-wrapper {
      margin-right: 24px; }
      @media (max-width: 991.98px) {
        .activities-page .content .activity-heading .icon-wrapper {
          margin-bottom: 12px; } }
      .activities-page .content .activity-heading .icon-wrapper .image {
        height: 32px;
        width: 32px; }

.about-us-page .main-image {
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .about-us-page .main-image {
      margin-bottom: 24px; } }
  .about-us-page .main-image .image {
    width: 100%;
    height: 346px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px; }
    @media (max-width: 991.98px) {
      .about-us-page .main-image .image {
        height: 160px; } }

.about-us-page .content {
  margin-bottom: 112px; }
  @media (max-width: 991.98px) {
    .about-us-page .content {
      margin-bottom: 56px; } }
  .about-us-page .content .wrapper-wp-content {
    flex: 1 1 100%; }
    @media (max-width: 991.98px) {
      .about-us-page .content .wrapper-wp-content {
        margin-bottom: 56px; } }
  .about-us-page .content .sidebar {
    flex: 0 0 430px;
    max-width: 430px;
    margin-left: 70px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: #ffffff; }
    .about-us-page .content .sidebar .title {
      padding-bottom: 24px; }
    @media (max-width: 991.98px) {
      .about-us-page .content .sidebar {
        padding: 24px;
        flex: initial;
        max-width: 100%;
        width: 100%;
        margin-left: initial; }
        .about-us-page .content .sidebar .title {
          padding-bottom: 16px; } }

.about-us-page .wrapper-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 40px 40px 0; }
  @media (max-width: 991.98px) {
    .about-us-page .wrapper-content {
      padding: 32px 24px 0; } }
  .about-us-page .wrapper-content .item-card .image {
    height: 32px;
    width: 32px;
    margin-bottom: 16px; }
  .about-us-page .wrapper-content .item-card .title {
    padding-bottom: 24px; }
  .about-us-page .wrapper-content .column {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .about-us-page .wrapper-content .column {
        margin-bottom: 32px; } }

.about-us-page .wrapper-row > .title {
  max-width: 805px;
  font-size: 32px;
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .about-us-page .wrapper-row > .title {
      padding-bottom: 16px;
      font-size: 20px;
      text-align: center; } }

.about-us-page .wrapper-row:not(:last-child) {
  margin-bottom: 112px; }
  @media (max-width: 991.98px) {
    .about-us-page .wrapper-row:not(:last-child) {
      margin-bottom: 48px; } }

.normative-base-page .main-card .document-title{
  color: #ffffff;
}

.normative-base-page .main-card {
  margin-bottom: 112px; }
  @media (max-width: 991.98px) {
    .normative-base-page .main-card {
      margin-bottom: 56px; } }
  .normative-base-page .main-card .document-title {
    transition: 0.2s; }
  .normative-base-page .main-card .first-column {
    flex: 0 0 370px;
    max-width: 370px;
    min-width: initial; }
    @media (max-width: 991.98px) {
      .normative-base-page .main-card .first-column {
        height: 128px;
        flex: initial;
        max-width: initial; } }
  .normative-base-page .main-card .second-column {
    flex: 1 1 100%;
    min-width: initial; }
  .normative-base-page .main-card:hover .document-title {
    color: #454B5C; }

.normative-base-page .normative-base-card .document-title {
  color: #162035;
  line-height: 24px;
  padding-bottom: 24px; }
  @media (max-width: 991.98px) {
    .normative-base-page .normative-base-card .document-title {
      padding-bottom: 16px;
      line-height: 20px; } }

.normative-base-page .normative-base-card .description {
  color: #929292;
  font-size: 14px;
  line-height: 17px; }

.normative-base-page .documents-rows .row .row-title {
  max-width: 805px;
  padding-bottom: 32px;
  color: #fff;
  }
  @media (max-width: 991.98px) {
    .normative-base-page .documents-rows .row .row-title {
      padding-bottom: 16px; } }

.normative-base-page .documents-rows .row .column {
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .normative-base-page .documents-rows .row .column {
      margin-bottom: 16px; } }

.normative-base-page .documents-rows .row .normative-base-card {
  min-height: 224px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  transition: 0.2s; }
  @media (max-width: 991.98px) {
    .normative-base-page .documents-rows .row .normative-base-card {
      padding: 24px;
      min-height: 216px; } }
  .normative-base-page .documents-rows .row .normative-base-card .document-title {
    transition: 0.2s;
    padding-bottom: 24px; }
    @media (max-width: 991.98px) {
      .normative-base-page .documents-rows .row .normative-base-card .document-title {
        padding-bottom: 16px; } }
  .normative-base-page .documents-rows .row .normative-base-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .normative-base-page .documents-rows .row .normative-base-card:hover .document-title {
      color: #454B5C; }

.normative-base-page .documents-rows .row:not(:last-child) {
  margin-bottom: 88px; }
  @media (max-width: 991.98px) {
    .normative-base-page .documents-rows .row:not(:last-child) {
      margin-bottom: 56px; } }

.search-results-page .primary-card .search-highlight {
  background-color: #dff5cd;
  color: #FFC20E; }

.search-results-page .wrapper-post-link .search-highlight {
  color: #FFC20E; }
  @media (min-width: 992px) {
    .search-results-page .wrapper-post-link .search-highlight {
      background-color: #dff5cd; } }

.search-results-page .result-search-title {
  padding-bottom: 48px;
  word-break: break-all; }
  @media (max-width: 991.98px) {
    .search-results-page .result-search-title {
      padding-bottom: 32px; } }

@media (max-width: 991.98px) {
  .search-results-page .primary-card.without-image .title {
    padding-bottom: 0; } }

.search-results-page .results-row:not(:last-child) {
  margin-bottom: 48px; }

.search-results-page .wrapper-post-link .title {
  color: #FFC20E;
  padding-bottom: 8px; }
  @media (max-width: 991.98px) {
    .search-results-page .wrapper-post-link .title {
      color: #929292;
      overflow: initial;
      white-space: initial;
      text-overflow: initial;
      padding-bottom: 0; } }

.search-results-page .wrapper-post-link .description {
  line-height: 22px;
  color: #3f3f3f; }

.bg_block{
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 15px;
}

.breadcrumb-item a, .breadcrumb-item.active {
  color: #3954a5;
}

.line_bottom_footer{
  position: relative;
  padding-bottom: 7px;
}
  
.line_bottom_footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  color: white;
  background-image: repeating-linear-gradient( to right, #090808 1px 6px, transparent 0.1px 2px, #605a5a 0.1px 8px, #605a5a 12px 8px );
}

.footer_menu, .footer_menu_2{
  list-style-type: none;
}

.footer_menu li{
  line-height: 1.8em;
}

.footer_menu li a{
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

.footer_menu li a:hover{
  color: #f7cd00;
}


.footer_menu_2 li{
  color: #fff;
  line-height: 2.8em;
  display: flex;
  vertical-align: middle;
  align-items: baseline;
}

.footer_menu_2 li svg{
  fill: #ffdf00;
  margin: 0px 11px 0px 0px;
  width: 20px;
  height: 20px;
}

.carousel-caption {
  position: absolute;
  top: 10px;
  text-align: left;
}

.scroll-button {
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background: #0000001a;
  border: 1px solid hsla(0,0%,100%,.3);
  border-radius: 50%;
  bottom: calc(8rem + 2rem);
  cursor: pointer;
  display: none;
  height: 3.2rem;
  opacity: 0;
  position: fixed;
  right: 4rem;
  width: 3.2rem;
  will-change: transform;
  z-index: 99;
}

.scroll-button.show {
    opacity: 1;
    display: block;
  }


.footer_link_block{
  display: flex;
  gap: 20px;
  width: 100%;
  padding-left: 0rem;
}

.footer_link_block li {
  background-color: #0c1942;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 8px;
  justify-content: center;
  min-height: 5rem;
  padding: 8px 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer_link_block li a img{
  width: 140px;
}

.img-card{
	object-fit: cover;
	opacity: 0.2;
	/*visibility: hidden;*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 100%;	
}

.col-block{
	border-radius: 28px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.06);
	box-shadow: 0 4px 16px #0000000f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 23rem;
	overflow: hidden;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 0 auto;
}

.col-block:hover .img-card{
  opacity: 0.4;
  visibility: visible;
  color: #ffffff;
}

.col-block:hover a{  
  opacity: 0.2;
  visibility: visible;
  color: #ffffff;
}

.card-new-title:hover{
  color: #000000;
}

.card-title-new{
  font-size: 1.65rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  text-align: left;
  color: #000000;
}

.exp-load{
  background: #405593;
  border-radius: 28px;
  overflow: hidden;
  padding: 45px 43px;
  text-align: center;
  color: #fff;
  line-height: 5rem;
}

.btn-exp-load{
  background-color: #364779;
  border: 1px solid;
  padding: 10px 23px;
  border-radius: 18px;
}

.header-col{
  border-right: 1px solid;  border-top-right-radius: 18px;  border-top-left-radius: 18px;  margin: 0px 0px; background: #273662;color:#ffffff;align-content: center;
}

.content-col{
  background: #273662;
  color: #ffffff;
  border-right: 1px solid #fff;
  align-content: center;
}

.line-for-conent-col::after {
content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  color: white;
  background-image: repeating-linear-gradient( to right, #fdf8f8 1px 6px, transparent 0.1px 2px, #000 0.1px 8px, #fff 12px 8px );
  max-width: 92%;
  margin: 0 auto;
  align-content: center;
}

.footer-col{
  align-content: center;
  border-top: none; border-right: 1px solid; border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;margin: 0px 0px; background: #273662;color:#ffffff;
}

.field-сorruptionform-name, .field-сorruptionform-email, .field-сorruptionform-subject, .field-сorruptionform-body, .field-сorruptionform-verifycode {
	padding: 15px;
}

.field-сorruptionform-name lable, .field-сorruptionform-email lable, .field-сorruptionform-subject lable, .field-сorruptionform-body lable, .field-сorruptionform-verifycode lable {
	font-size: 1rem;
}

.help-block{
	font-size: 0.8rem;
    color: red;
}

.home{
  height: 100vh;
  background-image: url('/img/bg_tm_2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  font-family: sans-serif;
  color: white;
}

.exp-load-block{
	margin-top: 6rem;
    margin-bottom: 6rem;
}