@import url("/era_cms/plugins/fontawesome/css/all.min.css");
/* ==== Media breakpoints ==== */
/* ==== Colors and effects ==== */
/* Color styles */
:root {
  --font-family: "Inter", sans-serif;
  /* --main-color: #4d4f89; */
  /* --primary-color: #4d4f89; */
  /* --primary-color-dark: #423b6f; */
  /* --primary-color-light: #786eb0; */
  /* --secondary-color: #ff6e1c; */
  /* --secondary-color-dark: #e45324; */
  /* --secondary-color-light: #ff8743; */
  /* --third-color: #ff6e1c; */
  --text-color: #231f20;
  --white-color: white;
  --black-color: black;
  --dark-color: #231f20;
  --grey-color: #898a8d;
  --grey-color1: darkgray;
  --grey-color2: silver;
  --grey-color3: #cdcdcd;
  --grey-color4: #d9d9d9;
  --grey-color5: #ededed;
  --grey-color6: #f7f7f7;
  --grey-color7: white; }

/* ==== Fonts ==== */
/* ==== Inputs style ==== */
/* ==== Media breakpoints ==== */
/* ==== Colors and effects ==== */
/* Color styles */
:root {
  /* --main-color: #4d4f89; */
  /* --primary-color: #4d4f89; */
  /* --primary-color-dark: #423b6f; */
  /* --primary-color-light: #786eb0; */
  /* --secondary-color: #ff6e1c; */
  /* --secondary-color-dark: #e45324; */
  /* --secondary-color-light: #ff8743; */
  /* --third-color: #ff6e1c; */
  --text-color: #231f20;
  --white-color: white;
  --black-color: black;
  --dark-color: #231f20;
  --grey-color: #898a8d;
  --grey-color1: darkgray;
  --grey-color2: silver;
  --grey-color3: #cdcdcd;
  --grey-color4: #d9d9d9;
  --grey-color5: #ededed;
  --grey-color6: #f7f7f7;
  --grey-color7: white; }

/* ==== Fonts ==== */
/* ==== Inputs style ==== */
/* ==== Media queries ==== */
/* ==== Scrollbars ==== */
/* ==== Theme styling ====*/
/* ==== Centering ====*/
/* ==== Input fields ====*/
/* ==== Table ====*/
.dataTables_info {
	display: none;
}
#data {
  float: left;
  margin-left: 10px; }
  #data th {
    text-align: center;
    font-weight: bold; }
  #data td,
  #data th {
    padding: 2px; }
  .cursor_pointer {
    cursor: pointer; }
/* ==== External Fonts ====*/
/* ==== Quick Padding & Margins ====*/
/* ==== Retina Images ====*/
/* ==== Quick Gradients ====*/

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

html {
  overflow-x: hidden; }

body {
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-style: normal;
  background: white; }
  body.no-scroll {
    overflow-y: auto; }

.main {
  width: 100%; }

h1,
.h1 {
  font-size: 96px;
  font-size: 6rem !important; }
  @media screen and (max-width: 575px) {
    h1,
    .h1 {
      font-size: 96px;
      font-size: 6rem !important; } }

h2,
.h2 {
  font-size: 60px;
  font-size: 3.75rem !important; }
  @media screen and (max-width: 575px) {
    h2,
    .h2 {
      font-size: 60px;
      font-size: 3.75rem !important; } }

h3,
.h3 {
  font-size: 48px;
  font-size: 3rem !important; }
  @media screen and (max-width: 575px) {
    h3,
    .h3 {
      font-size: 48px;
      font-size: 3rem !important; } }

h4,
.h4 {
  font-size: 34px;
  font-size: 2.125rem !important; }
  @media screen and (max-width: 575px) {
    h4,
    .h4 {
      font-size: 34px;
      font-size: 2.125rem !important; } }

h5,
.h5 {
  font-size: 24px;
  font-size: 1.5rem !important; }
  @media screen and (max-width: 575px) {
    h5,
    .h5 {
      font-size: 24px;
      font-size: 1.5rem !important; } }

h6,
.h6 {
  font-size: 20px;
  font-size: 1.25rem !important; }
  @media screen and (max-width: 575px) {
    h6,
    .h6 {
      font-size: 20px;
      font-size: 1.25rem !important; } }

.sub__title1 {
  font-size: 16px;
  font-size: 1rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title1 {
      font-size: 16px;
      font-size: 1rem !important; } }

.sub__title2 {
  font-size: 14px;
  font-size: 0.875rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title2 {
      font-size: 14px;
      font-size: 0.875rem !important; } }

.sub__title3 {
  font-size: 10px;
  font-size: 0.625rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title3 {
      font-size: 10px;
      font-size: 0.625rem !important; } }

.body__text1 {
  font-size: 16px;
  font-size: 1rem !important; }
  @media screen and (max-width: 575px) {
    .body__text1 {
      font-size: 16px;
      font-size: 1rem !important; } }

.body__text2 {
  font-size: 14px;
  font-size: 0.875rem !important; }
  @media screen and (max-width: 575px) {
    .body__text2 {
      font-size: 14px;
      font-size: 0.875rem !important; } }

.body__text3 {
  font-size: 12px;
  font-size: 0.75rem !important; }
  @media screen and (max-width: 575px) {
    .body__text3 {
      font-size: 12px;
      font-size: 0.75rem !important; } }

.text__color {
  color: var(--dark-color) !important; }

.text__primary {
  color: var(--primary-color) !important; }

.text__primary-light {
  color: var(--primary-color-light) !important; }

.text__secondary {
  color: var(--secondary-color) !important; }

.text__black {
  color: black !important; }

.text__grey {
  color: #898a8d !important; }

.text__gray {
  color: silver !important; }

.text__gray2 {
  color: darkgray !important; }

.text__gray-light {
  color: #ededed !important; }

.text__white {
  color: white !important; }

.bg__primary {
  background-color: var(--primary-color) !important;
  background: var(--primary-color) !important; }

.bg__primary-opcaity {
  background-color: var(--primary-color) !important;
  background: var(--primary-color) !important; }

.bg__secondary_brand { background-color: var(--secondary-color) !important; }

.bg__secondary {
  background-color: var(--secondary-color) !important;
  background: var(--secondary-color) !important; }

.bg__secondary-opacity {
  background-color: #ff6e1c !important;
  background: #ff6e1c !important; }

.bg__black {
  background-color: black !important;
  background: black !important; }

.bg__gray {
  background-color: silver !important;
  background: silver !important; }

.bg__gray-light {
  background-color: #ededed !important;
  background: #ededed !important; }

.bg__white {
  background-color: white !important;
  background: white !important; }

.bg__blur {
  backdrop-filter: 24px !important; }

.bg__blur-12 {
  backdrop-filter: 12px !important; }

.bg__gradient-primary {
  background: var(--primary-color) !important; }

.bg__gradient-white {
  background: white !important; }

.overlay__gradient-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, var(--primary-color) 27.69%, rgba(247, 247, 247, 0.5) 60.19%, #ffffff00 92.68%); }

.overlay__gradient-primary.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay__gradient-primary.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay__gradient-primary.opacity_4::after {
  opacity: 0.4; }

.overlay__gradient-primary.opacity_5::after {
  opacity: 0.5; }

.overlay__gradient-primary.opacity_7::after {
  opacity: 0.7; }

.overlay__gradient-primary.opacity_8::after {
  opacity: 0.8; }

.overlay__gradient-primary.opacity_9::after {
  opacity: 0.9; }

.overlay__gradient-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(151deg, #231f20 0%, rgba(35, 31, 32, 0) 100%); }

.overlay__gradient-dark.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay__gradient-dark.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay__gradient-dark.opacity_4::after {
  opacity: 0.4; }

.overlay__gradient-dark.opacity_5::after {
  opacity: 0.5; }

.overlay__gradient-dark.opacity_7::after {
  opacity: 0.7; }

.overlay__gradient-dark.opacity_8::after {
  opacity: 0.8; }

.overlay__gradient-dark.opacity_9::after {
  opacity: 0.9; }

.overlay__gradient-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #f7f7f7 50.69%, rgba(247, 247, 247, 0.5) 80.19%); }

.overlay__gradient-white.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay__gradient-white.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay__gradient-white.opacity_4::after {
  opacity: 0.4; }

.overlay__gradient-white.opacity_5::after {
  opacity: 0.5; }

.overlay__gradient-white.opacity_7::after {
  opacity: 0.7; }

.overlay__gradient-white.opacity_8::after {
  opacity: 0.8; }

.overlay__gradient-white.opacity_9::after {
  opacity: 0.9; }

.overlay-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: black !important; }

.overlay-dark.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-dark.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-dark.opacity_4::after {
  opacity: 0.4; }

.overlay-dark.opacity_5::after {
  opacity: 0.5; }

.overlay-dark.opacity_7::after {
  opacity: 0.7; }

.overlay-dark.opacity_8::after {
  opacity: 0.8; }

.overlay-dark.opacity_9::after {
  opacity: 0.9; }

.overlay-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: white !important; }

.overlay-light.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-light.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-light.opacity_4::after {
  opacity: 0.4; }

.overlay-light.opacity_5::after {
  opacity: 0.5; }

.overlay-light.opacity_7::after {
  opacity: 0.7; }

.overlay-light.opacity_8::after {
  opacity: 0.7; }

.overlay-light.opacity_9::after {
  opacity: 0.9; }

.overlay-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--primary-color) !important; }

.overlay-primary.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-primary.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-primary.opacity_4::after {
  opacity: 0.4; }

.overlay-primary.opacity_5::after {
  opacity: 0.5; }

.overlay-primary.opacity_7::after {
  opacity: 0.7; }

.overlay-primary.opacity_8::after {
  opacity: 0.8; }

.overlay-primary.opacity_9::after {
  opacity: 0.9; }

.overlay-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--secondary-color) !important; }

.overlay-secondary.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-secondary.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-secondary.opacity_4::after {
  opacity: 0.4; }

.overlay-secondary.opacity_5::after {
  opacity: 0.5; }

.overlay-secondary.opacity_7::after {
  opacity: 0.7; }

.overlay-secondary.opacity_8::after {
  opacity: 0.8; }

.overlay-secondary.opacity_9::after {
  opacity: 0.9; }

.slider__box {
  border-radius: 12px;
  overflow: hidden; }

.news__carousel .slider_nav .owl-dots .owl-dot {
  background: white; }
  .news__carousel .slider_nav .owl-dots .owl-dot.active {
    background: white !important;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.text__overlay {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}
  .text__overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #7d7d7d 100%);
    backdrop-filter: blur(27px);
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.text__overlay a i{
  margin-left: 10px;
  transform: translateX(0%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.text__overlay a:hover i{
  transform: translateX(50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-slide-text {
  position: relative;
  padding: 0;
  height: 100%;
  padding: 25px 30px;
  z-index: 3; }
  @media screen and (max-width: 575px) {
    .owl-slide-text {
      margin: 10px;
      position: absolute;
      top: 2%;
      left: 0; } }
  .owl-slide-text .owl-slide-title {
    font-size: 14px;
    font-weight: 400;
    color: white; }
    @media screen and (max-width: 575px) {
      .owl-slide-text .owl-slide-title {
        display: none; } }
  .owl-slide-text .owl-slide-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: white; }
    @media screen and (max-width: 575px) {
      .owl-slide-text .owl-slide-subtitle {
        display: none; } }
  .owl-slide-text .owl-slide-cta {
    display: inline-flex;
    margin: 0 auto 17px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 575px) {
      .owl-slide-text .owl-slide-cta.login-btn {
        display: none; } }
    .owl-slide-text .owl-slide-cta:hover {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .owl-slide-text .owl-slide-cta i {
      font-size: 34px; }

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  max-height: 610px;
  background-color: lightgray; }
  @media screen and (max-width: 575px) {
    .owl-carousel .owl-slide {
      max-height: 261px; } }

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s; }

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s; }

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s; }

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s; }

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s; }

.slider_nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  position: absolute;
  bottom: 5%;
  right: 3%;
  z-index: 3; }
  @media screen and (max-width: 575px) {
    .slider_nav {
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
      left: 0;
      right: 0; } }
  .slider_nav .owl-dots .owl-dot,
  .slider_nav .owl-nav [class*="owl-"]:focus {
    outline: none; }
  .slider_nav .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease; }
  .slider_nav .owl-dots .owl-dot:hover span,
  .slider_nav .owl-dots .owl-dot.active span {
    background: var(--main-black-color); }
  .slider_nav .owl-dots {
    margin: 0 30px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .slider_nav .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      padding: 0;
      border: none;
      box-shadow: none;
      color: transparent;
      background: white;
      opacity: 0.4;
      border-radius: 50%;
      margin-left: 24px;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .slider_nav .owl-dots .owl-dot:first-child {
        margin-left: 0; }
      .slider_nav .owl-dots .owl-dot:hover {
        background: var(--secondary-color);
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .slider_nav .owl-dots .owl-dot.active {
        background: var(--secondary-color);
        opacity: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .slider_nav .owl-dots .owl-dot span {
        border: none; }
  .slider_nav .owl-prev,
  .slider_nav .owl-next {
    border: none;
    background-color: transparent;
    background: transparent;
    margin: 0; }
  .slider_nav .owl-prev i,
  .slider_nav .owl-next i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: var(--white-color);
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
    opacity: 0.3;
    transition: opacity 0.3s; }
  .slider_nav .owl-prev:hover i,
  .slider_nav .owl-next:hover i {
    opacity: 1;
    background-color: var(--secondary-color);
    color: var(--white-color);
    transition: opacity 0.3s; }
  .slider_nav .owl-prev [class*="owl-"]:hover,
  .slider_nav .owl-next [class*="owl-"]:hover {
    background: transparent;
    transition: opacity 0.3s; }
  @media screen and (max-width: 575px) {
    .slider_nav .owl-prev,
    .slider_nav .owl-next {
      bottom: 5%; }
    .slider_nav .owl-prev i,
    .slider_nav .owl-next i {
      width: 24px;
      height: 24px; } }

.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  transition: all 0.5s ease-in-out; }

.menu-btn_burger {
  width: 28px;
  height: 4px;
  background: #111827;
  border-radius: 30px;
  transition: all 0.5s ease-in-out; }
  .menu-btn_burger::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #111827;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    transform: translateY(-12px); }
  .menu-btn_burger::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 4px;
    right: 0;
    background: #111827;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    transform: translateY(12px); }

.menu-btn.open .menu-btn_burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none; }
  .menu-btn.open .menu-btn_burger::before {
    transform: rotate(45deg) translate(35px, -35px); }
  .menu-btn.open .menu-btn_burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
    width: 28px; }

.border-color__white {
  border-color: white !important; }

.border-color__black {
  border-color: black !important; }

.border-color__light {
  border-color: #ededed !important; }

.border-color__light2 {
  border-color: #d9d9d9 !important; }

.border-color__primary {
  border-color: #4d4f89 !important; }

.border-color__secondary {
  border-color: #ff6e1c !important; }

.border-style__dashed {
  border-style: dashed !important; }

.border-style__solid {
  border-style: solid !important; }

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

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

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

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

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

.border-radius__5 {
  border-radius: 5px !important; }

.border-radius__10 {
  border-radius: 10px !important; }

.border-radius__12 {
  border-radius: 12px !important; }

.border-radius__15 {
  border-radius: 15px !important; }

.border-radius__20 {
  border-radius: 20px !important; }

.border-radius__30 {
  border-radius: 30px !important; }

.border-radius__50 {
  border-radius: 50px !important; }

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

.input-group select, .input-group.form__file, .input-group.form__download, .input-group textarea, .input-group .form-control.subscribe-input, .input-group .form-control.search-input, .input-group .form-control.form__input {
  position: relative;
  font-weight: 400 !important;
  font-size: 14px;
  background-color: transparent !important;
  border: 1px solid var(--grey-color3) !important;
  -webkit-border-radius: 8px 8px 8px 8px !important;
  -moz-border-radius: 8px 8px 8px 8px !important;
  -o-border-radius: 8px 8px 8px 8px !important;
  border-radius: 8px 8px 8px 8px !important;
  color: var(--grey-color3) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .input-group select::placeholder, .input-group.form__file::placeholder, .input-group.form__download::placeholder, .input-group textarea::placeholder, .input-group .form-control.subscribe-input::placeholder, .input-group .form-control.search-input::placeholder, .input-group .form-control.form__input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: silver !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .input-group select:focus, .input-group.form__file:focus, .input-group.form__download:focus, .input-group textarea:focus, .input-group .form-control.subscribe-input:focus, .input-group .form-control.search-input:focus, .input-group .form-control.form__input:focus {
    font-weight: 400;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--text-color) !important;
    background-color: var(--grey-color6) !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.input-group select {
  height: 46px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px; }

.input-group .select2-container {
  min-width: 150px; }

.input-group.form__file {
  height: 54px; }
  .input-group.form__file span {
    padding: 0 15px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color); }
  .input-group.form__file input {
    display: none; }
    .input-group.form__file input ~ label {
      position: relative;
      width: 100%;
      right: 0;
      left: 0;
      height: 46px;
      background-color: transparent;
      border: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .input-group.form__file input ~ label .label-txt {
        position: absolute;
        right: 0;
        width: auto;
        height: 46px;
        background-color: var(--secondary-color);
        color: white;
        margin-right: 5px;
        -webkit-border-radius: 6px 6px 6px 6px !important;
        -moz-border-radius: 6px 6px 6px 6px !important;
        -o-border-radius: 6px 6px 6px 6px !important;
        border-radius: 6px 6px 6px 6px !important;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1; }

.input-group.form__download {
  height: 54px;
  cursor: pointer; }
  .input-group.form__download span {
    cursor: pointer;
    padding: 0 15px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary-color); }
  .input-group.form__download label {
    cursor: pointer;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    height: 46px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .input-group.form__download label .label-txt {
      position: absolute;
      right: 0;
      width: auto;
      height: 46px;
      background-color: var(--secondary-color);
      color: var(--white-color);
      margin-right: 5px;
      -webkit-border-radius: 6px 6px 6px 6px !important;
      -moz-border-radius: 6px 6px 6px 6px !important;
      -o-border-radius: 6px 6px 6px 6px !important;
      border-radius: 6px 6px 6px 6px !important;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }

.input-group .col textarea {
  width: 100%; }

.input-group :not(.col) textarea {
  height: 100px; }

.input-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color); }

.input-group .form-switch input,
.input-group .form-check input {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row; }
  .input-group .form-switch input ~ label,
  .input-group .form-check input ~ label {
    cursor: pointer; }

.input-group .form-check-input[type="checkbox"]:checked {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: white;
  border-radius: 3px !important; }

.input-group .form-check-input[type="radio"]:checked {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: white;
  border-radius: 50% !important; }

.input-group .form-switch .form-check-input[type="checkbox"]:checked {
  background-color: var(--secondary-color);
  color: white;
  border-radius: 10px !important; }

.input-group .form-check-input[type="checkbox"]:not(:checked) {
  background-color: white;
  color: white;
  border-radius: 3px !important; }

.input-group .form-check-input[type="radio"]:not(:checked) {
  /* Your custom styles for unchecked radios */ }

.input-group .form-switch .form-check-input[type="checkbox"]:not(:checked) {
  background-color: white;
  color: white;
  border-radius: 10px !important; }

.input-group .form-control {
  display: inline-flex;
  align-items: center;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 15px; }
  .input-group .form-control.subscribe-input {
    height: 54px !important;
    z-index: 0; }
  .input-group .form-control.search-input {
    max-width: 315px;
    min-width: 300px;
    width: 100%;
    height: 46px !important;
    z-index: 0; }
    @media screen and (max-width: 575px) {
      .input-group .form-control.search-input {
        max-width: 100%;
        min-width: auto;
        width: 100%; } }
    .input-group .form-control.search-input:focus ~ .btn-search {
      color: var(--primary-color); }

.input-group .btn-subscribe {
  position: absolute;
  top: 50%;
  right: 0;
  height: 46px;
  margin-right: 5px;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
  -o-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0; }

.input-group .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  height: 90%;
  margin-right: 5px;
  background-color: var(--white-color);
  border: none;
  color: var(--grey-color5);
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0; }

.select2-container.select2-container--focus ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

.select2-container.select2-container--focus ul::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--focus ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--focus ul {
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent; }

.select2-container.select2-container--open ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

.select2-container.select2-container--open ul::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--open ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--open ul {
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent; }

.select2-container.custom__select {
  width: auto !important;
  border-radius: 8px !important;
  background-color: var(--secondary-color);
  z-index: 0 !important; }
  .select2-container.custom__select::after {
    background-color: #ffffff;
    opacity: 0;
    z-index: -1 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .select2-container.custom__select:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .select2-container.custom__select:hover::after {
      opacity: 0.2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .select2-container.custom__select.select2-container--open::after {
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .select2-container.custom__select .custom__select-selection .select2-selection {
    border: none !important;
    min-height: 40px; }
    .select2-container.custom__select .custom__select-selection .select2-selection .select2-selection__rendered {
      color: var(--white-color) !important; }
  .select2-container.custom__select .select2-selection__placeholder {
    color: var(--white-color) !important; }
  .select2-container.custom__select .select2-selection__arrow b::after {
    color: var(--white-color) !important; }

.select2-container .custom__select-dropdown {
  background-color: var(--secondary-color) !important;
  z-index: 1 !important; }
  .select2-container .custom__select-dropdown::after {
    background-color: #ffffff;
    opacity: 0.2;
    z-index: -1 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .select2-container .custom__select-dropdown .select2-results {
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
  .select2-container .custom__select-dropdown ul li {
    color: var(--white-color) !important;
    position: relative;
    overflow: hidden; }
    .select2-container .custom__select-dropdown ul li:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .select2-container .custom__select-dropdown ul li:last-child {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .select2-container .custom__select-dropdown ul li::after {
      background-color: #ffffff;
      opacity: 0;
      z-index: -1 !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .select2-container .custom__select-dropdown ul li:hover {
      background-color: transparent; }
      .select2-container .custom__select-dropdown ul li:hover::after {
        opacity: 0.3;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .select2-container .custom__select-dropdown ul li.select2-results__option--selected, .select2-container .custom__select-dropdown ul li.select2-results__option--highlighted {
      background-color: var(--secondary-color) !important; }

.select2-container.inline__select .selection .select2-search {
  display: block;
  z-index: 0; }

.select2-container.inline__select .selection.selection__empty .select2-search {
  display: block;
  z-index: 0; }

.select2-container.inline__select .selection.selection__full .select2-search {
  display: none;
  visibility: hidden; }

.select2-container.inline__select .selection.selection__full .select2-selection--multiple {
  display: inline-flex !important;
  position: relative;
  overflow: hidden;
  padding: 0 0.75rem; }
  .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul {
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    /* Enables snapping behavior on iOS */
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
    scroll-behavior: smooth;
    /* For smooth scrolling on supported browsers */
    touch-action: pan-y;
    /* Allows vertical scrolling on iOS */ }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 10px; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul::-webkit-scrollbar-track {
      background: #ececec;
      border-radius: 10px; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul {
      scrollbar-face-color: var(--primary-color);
      scrollbar-track-color: #ececec; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul li {
      margin-bottom: 0 !important;
      white-space: nowrap;
      /* Prevents content from wrapping */
      scroll-snap-align: start;
      /* Snaps to the start of each child element */ }

.select2-container .select2-selection {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  font-weight: 600 !important;
  border-top: 1px solid var(--grey-color2) !important;
  border-left: 1px solid var(--grey-color2) !important;
  border-right: 1px solid var(--grey-color2) !important;
  border-bottom: 1px solid var(--grey-color2) !important;
  -webkit-border-radius: 8px 8px 8px 8px !important;
  -moz-border-radius: 8px 8px 8px 8px !important;
  -o-border-radius: 8px 8px 8px 8px !important;
  border-radius: 8px 8px 8px 8px !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--grey-color2);
  padding: 10px 15px;
  outline: 0 none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .select2-container .select2-selection[aria-expanded="true"] {
    border-top: 1px solid var(--primary-color) !important;
    border-left: 1px solid var(--primary-color) !important;
    border-right: 1px solid var(--primary-color) !important;
    border-bottom: 1px solid var(--primary-color) !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
    -moz-border-radius: 8px 8px 8px 8px !important;
    -o-border-radius: 8px 8px 8px 8px !important;
    border-radius: 8px 8px 8px 8px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .select2-container .select2-selection .select2-selection__rendered {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--text-color);
    padding-left: 0;
    display: inline-flex;
    align-items: center; }
  .select2-container .select2-selection .select2-search {
    width: 100%;
    cursor: pointer;
    z-index: -1; }
  .select2-container .select2-selection.select2-selection--multiple {
    cursor: pointer;
    display: block;
    min-height: 46px;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    min-height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select2-container .select2-selection.select2-selection--multiple ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-left: 0;
      margin: 0;
      list-style: none; }
      .select2-container .select2-selection.select2-selection--multiple ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.35em 0.65em;
        margin-right: 0.375rem;
        margin-bottom: 0.375rem;
        font-size: 1rem;
        color: #212529;
        cursor: auto;
        border: 1px solid #ced4da;
        border-radius: 0.25rem; }
        .select2-container .select2-selection.select2-selection--multiple ul li .select2-selection__choice__remove {
          width: 0.75rem;
          height: 0.75rem;
          padding: 0.25em;
          margin-right: 0.25rem;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap;
          background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
          border: 0; }
      .select2-container .select2-selection.select2-selection--multiple ul::after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: var(--primary-color);
        vertical-align: middle;
        border: none;
        right: 0;
        margin-right: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.5s; }
  .select2-container .select2-selection textarea {
    display: inline-flex !important;
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--grey-color) !important;
    margin: 0 !important; }
    .select2-container .select2-selection textarea::placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--grey-color) !important;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .select2-container .select2-selection textarea:focus {
      box-shadow: none !important;
      outline: none !important;
      color: var(--text-color) !important;
      background-color: transparent !important;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

.select2-selection__arrow {
  right: 27px !important; }
  .select2-selection__arrow b {
    border-top-color: transparent;
    border-color: transparent !important;
    border-width: 0 !important; }
    .select2-selection__arrow b::after {
      content: "\f107";
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: var(--primary-color);
      vertical-align: middle;
      border: none;
      transition: all 0.5s; }

.select2-selection--single[aria-expanded="true"] > .select2-selection__arrow b {
  border-color: transparent !important;
  border-width: 0 !important;
  transition: all 0.5s; }
  .select2-selection--single[aria-expanded="true"] > .select2-selection__arrow b::after {
    content: "\f106";
    transition: all 0.5s; }

.select2-container--open .select2-selection--single {
  border-color: var(--primary-color);
  transition: all 0.5s; }

.select2-container--open .select2-dropdown {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  border: none;
  -webkit-border-radius: 8px 8px 8px 8px !important;
  -moz-border-radius: 8px 8px 8px 8px !important;
  -o-border-radius: 8px 8px 8px 8px !important;
  border-radius: 8px 8px 8px 8px !important;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
  margin-top: 4px; }

.select2-container--open .select2-search--dropdown {
  padding: 10px;
  position: relative; }
  .select2-container--open .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--grey-color5) !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
    -moz-border-radius: 8px 8px 8px 8px !important;
    -o-border-radius: 8px 8px 8px 8px !important;
    border-radius: 8px 8px 8px 8px !important;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color); }
    .select2-container--open .select2-search--dropdown .select2-search__field:focus {
      border: 1px solid var(--primary-color) !important;
      box-shadow: none;
      outline: none; }
  .select2-container--open .select2-search--dropdown::after {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--grey-color);
    vertical-align: middle;
    border: none;
    position: absolute;
    right: 0;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.select2-container--open .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll; }
  .select2-container--open .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
    height: 2px; }
  .select2-container--open .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 6px #898a8d; }
  .select2-container--open .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #cdcdcd;
    border-radius: 6px #898a8d; }
  .select2-container--open .select2-results > .select2-results__options {
    scrollbar-face-color: var(--primary-color);
    scrollbar-track-color: #cdcdcd; }

.select2-container--open .select2-results__option {
  padding: 10px 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color); }
  .select2-container--open .select2-results__option.select2-results__option--highlighted {
    color: black;
    background-color: #e9ecef; }
  .select2-container--open .select2-results__option.select2-results__option--selected, .select2-container--open .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
    color: var(--text-color);
    background-color: var(--grey-color6); }
  .select2-container--open .select2-results__option[aria-disabled="true"] {
    color: #6c757d; }

.btn-white, .btn-white__outline, .btn-primary, .btn-primary__outline, .btn-secondary, .btn-secondary__outline {
  position: relative;
  overflow: hidden;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  min-width: min-content;
  max-width: 190px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.select2-container.custom__select::after, .select2-container .custom__select-dropdown::after, .select2-container .custom__select-dropdown ul li::after, .btn-secondary::after, .btn-secondary:active::after, .shortcuts__cards .card__shortcut::after, .shortcuts__cards .card__shortcut .shortcut__icon::after, .card__main-update::after, .card__news-main::after, .card__news::after, .news__block .news-swiper .card__news-main::after, .news__block .news-swiper .card__news::after, .widgets__aside .card__shortcut .shortcut__icon::after, .archive__card .event__links li .btn__primary::after, .card__gallery::after, .card__gallery .shortcut__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-white {
  background-color: white;
  color: var(--primary-color); }
  .btn-white.w-100 {
    max-width: 100%; }
  .btn-white.w-70 {
    max-width: 70%; }
  .btn-white:active {
    text-decoration: none;
    background-color: var(--primary-color-dark) !important;
    color: white !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-white:hover {
    text-decoration: none;
    background-color: var(--primary-color-light);
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-white__outline {
    background-color: transparent;
    border: 1px solid white;
    color: white; }
    .btn-white__outline.w-100 {
      max-width: 100%; }
    .btn-white__outline.w-70 {
      max-width: 70%; }
    .btn-white__outline:active {
      text-decoration: none;
      background-color: var(--primary-color-dark) !important;
      color: white !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .btn-white__outline:hover {
      text-decoration: none;
      background-color: var(--primary-color-light);
      color: white;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.btn-primary {
  background-color: var(--primary-color);
  color: white; }
  .btn-primary.w-100 {
    max-width: 100%; }
  .btn-primary.w-70 {
    max-width: 70%; }
  .btn-primary:active {
    text-decoration: none;
    background-color: var(--primary-color-dark) !important;
    color: white !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-primary:hover {
    text-decoration: none;
    background-color: var(--primary-color-light);
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-primary__outline {
    background-color: transparent;
    color: var(--primary-color); }
    .btn-primary__outline.w-100 {
      max-width: 100%; }
    .btn-primary__outline.w-70 {
      max-width: 70%; }
    .btn-primary__outline:active {
      text-decoration: none;
      background-color: var(--primary-color-dark) !important;
      color: white !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .btn-primary__outline:hover {
      text-decoration: none;
      background-color: var(--primary-color-light);
      border: 1px solid var(--primary-color-light);
      color: white;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.btn-secondary {
  background-color: var(--secondary-color);
  color: white; }
  .btn-secondary__outline {
    background-color: white;
    color: var(--secondary-color); }
    .btn-secondary__outline.w-100 {
      max-width: 100%; }
    .btn-secondary__outline.w-70 {
      max-width: 70%; }
    .btn-secondary__outline:active {
      text-decoration: none;
      background-color: var(--secondary-color) !important;
      color: white !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .btn-secondary__outline:hover {
      text-decoration: none;
      background-color: var(--secondary-color-light);
      color: white;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .btn-secondary::after {
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-secondary:active {
    text-decoration: none;
    background-color: var(--dark-color) !important;
    color: white !important;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .btn-secondary:active::after {
      background-color: transparent;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .btn-secondary:hover {
    text-decoration: none;
    background-color: var(--secondary-color-light);
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .btn-secondary:hover::after {
      opacity: 0.2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.event__countdown {
  position: relative; }

.countdown-block {
  background-color: var(--grey-color5);
  padding: 22px 12px 10px 12px; }

.countdown-header {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-color);
  text-transform: uppercase; }

.counter-div {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  padding: 0; }

.counter-element {
  width: fit-content;
  display: flex;
  flex-direction: column; }

.number-div {
  background-color: var(--dark-color);
  border-radius: 7px;
  width: 80px;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color); }

.element-text {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: var(--secondary-color); }

.counter-animate {
  animation: slideInFromTop 0.5s ease-in-out; }
  .counter-animate .show {
    opacity: 1; }

@media screen and (max-width: 450px) {
  .number-div {
    width: 60px; }
  .counter-div {
    gap: 5px; }
  .et-desktop {
    display: none; } }

@media screen and (min-width: 451px) {
  .et-mobile {
    display: none; } }

@keyframes slideInFromTop {
  from {
    transform: translateY(-20%);
    opacity: 0; }
  to {
    transform: translateY(0%);
    opacity: 1; } }

.counter-animate {
  animation: slideDown 0.5s ease-in-out; }

.show {
  opacity: 1; }

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.z-index-9999 {
  z-index: -9999 !important; }

.z-index-1 {
  z-index: -1 !important; }

.z-index_0 {
  z-index: 0 !important; }

.z-index_1 {
  z-index: 1 !important; }

.z-index_2 {
  z-index: 2 !important; }

.z-index_3 {
  z-index: 3 !important; }

.z-index_4 {
  z-index: 4 !important; }

.z-index_5 {
  z-index: 5 !important; }

.z-index_9999 {
  z-index: 9999 !important; }

.text__overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5rem;
  max-height: 1.5rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 575px) {
    .text__overflow {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 0.625rem;
      max-height: 1.5rem;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }
  @media screen and (max-width: 355px) {
    .text__overflow {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 0.625rem;
      max-height: 1.5rem;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }

.text__overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 575px) {
    .text__overflow2 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* line-height: 0.625rem; */
      max-height: 4rem;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }
  @media screen and (max-width: 355px) {
    .text__overflow2 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* line-height: 1rem; */
      max-height: 4rem;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.mix-blend-multiply {
  mix-blend-mode: multiply; }

.mix-blend-unset {
  mix-blend-mode: normal; }

.section__company {
  font-family: var(--font-family);
  padding: 60px 40px;
  border-radius: 12px; }
  @media screen and (max-width: 1200px) {
    .section__company {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 992px) {
    .section__company {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 768px) {
    .section__company {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 575px) {
    .section__company {
      padding: 56px 20px;
      border-radius: 0; } }

.section__content {
  font-family: var(--font-family);
  padding: 60px 115px;
  border-radius: 12px; }
  @media screen and (max-width: 1200px) {
    .section__content {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 992px) {
    .section__content {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 768px) {
    .section__content {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 575px) {
    .section__content {
      padding: 56px 20px;
      border-radius: 0; } }
  .section__content h1,
  .section__content .h1 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 96px;
    font-size: 6rem !important; }
    @media screen and (max-width: 575px) {
      .section__content h1,
      .section__content .h1 {
        font-size: 96px;
        font-size: 6rem !important; } }
  .section__content h2,
  .section__content .h2 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 60px;
    font-size: 3.75rem !important; }
    @media screen and (max-width: 575px) {
      .section__content h2,
      .section__content .h2 {
        font-size: 60px;
        font-size: 3.75rem !important; } }
  .section__content h3,
  .section__content .h3 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 48px;
    font-size: 3rem !important; }
    @media screen and (max-width: 575px) {
      .section__content h3,
      .section__content .h3 {
        font-size: 48px;
        font-size: 3rem !important; } }
  .section__content h4,
  .section__content .h4 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 34px;
    font-size: 2.125rem !important; }
    @media screen and (max-width: 575px) {
      .section__content h4,
      .section__content .h4 {
        font-size: 34px;
        font-size: 2.125rem !important; } }
  .section__content h5,
  .section__content .h5 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 24px;
    font-size: 1.5rem !important; }
    @media screen and (max-width: 575px) {
      .section__content h5,
      .section__content .h5 {
        font-size: 24px;
        font-size: 1.5rem !important; } }
  .section__content h6,
  .section__content .h6 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 20px;
    font-size: 1.25rem !important; }
    @media screen and (max-width: 575px) {
      .section__content h6,
      .section__content .h6 {
        font-size: 20px;
        font-size: 1.25rem !important; } }
  .section__content span {
    color: var(--primary-color);
    width: 100%;
    display: inline-flex;
    margin-bottom: 35px; }
  .section__content p {
    font-family: var(--font-family);
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-color); }
.section__content > .sub__title2 {
    font-size: 34px !important;
    font-weight: semibold !important;
    line-height: 24px;
    color: var(--secondary-color) !important; }
.sub__title21 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--secondary-color); }
  .section__content a {
    color: var(--secondary-color);
    font-size: 14px !important;
    font-weight: 500 !important;
    /* display: inline-flex !important; */
    /* text-decoration: underline !important; */
    width: auto;
    /* flex-direction: row; */
	}
    @media screen and (max-width: 575px) {
      .section__content a {
        width: auto; } }
  .section__content ul {
    font-size: 16px;
    line-height: 24px; }
  .section__content img {
    max-width: 100%;
    height: auto; }
  /* .section__content p { */
    /* display: flex; */
    /* align-items: center; } */
    .section__content p img {
      max-width: 100%;
      height: auto;
      display: block;
      padding: 10px;
      object-fit: scale-down;
      object-position: center; }
    @media screen and (max-width: 575px) {
      .section__content p {
        flex-wrap: wrap; } }

.section__press-release .press__release-img {
  max-height: 300px;
  min-height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
  @media screen and (max-width: 575px) {
    .section__press-release .press__release-img {
      max-height: 90px;
      min-height: 88px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center; } }

.section__form form .select2-container {
  min-width: 100%; }

.exhibitor__modal,
.speaker__modal {
  position: relative; }
  .exhibitor__modal .modal-header,
  .speaker__modal .modal-header {
    padding: 40px 60px 0 60px; }
    @media screen and (max-width: 575px) {
      .exhibitor__modal .modal-header,
      .speaker__modal .modal-header {
        padding: 40px 20px 0 20px; } }
    .exhibitor__modal .modal-header .btn-close,
    .speaker__modal .modal-header .btn-close {
      position: absolute;
      right: 30px;
      top: 30px; }
      @media screen and (max-width: 575px) {
        .exhibitor__modal .modal-header .btn-close,
        .speaker__modal .modal-header .btn-close {
          right: 20px;
          top: 20px; } }
  .exhibitor__modal .modal-body,
  .speaker__modal .modal-body {
    padding: 30px 60px; }
    @media screen and (max-width: 575px) {
      .exhibitor__modal .modal-body,
      .speaker__modal .modal-body {
        padding: 20px 20px; } }
  .exhibitor__modal .modal-footer,
  .speaker__modal .modal-footer {
    padding: 0 60px 30px 60px; }
    @media screen and (max-width: 575px) {
      .exhibitor__modal .modal-footer,
      .speaker__modal .modal-footer {
        padding: 0 20px 30px 20px; } }

.speaker__modal .speaker--img {
  max-width: 120px;
  max-height: 120px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden; }
  .speaker__modal .speaker--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.list__category li {
  margin-bottom: 16px; }
  .list__category li:last-child {
    margin-bottom: 0; }
  .list__category li a {
    text-decoration: none; }

.list__category .shortcut__icon {
  min-width: 49px;
  max-width: 50px;
  min-height: 49px;
  max-height: 50px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  background-color: var(--secondary-color);
  color: var(--white-color);
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden; }
  .list__category .shortcut__icon i {
    color: var(--white-color);
    font-size: 24px; }

.event__info .event-title,
.event__info .event-location {
  font-size: 1.375rem;
  line-height: 2rem; }

.atcb__top.addeventatc {
  background: var(--dark-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  box-shadow: none !important; }
  .atcb__top.addeventatc i {
    color: #fff !important;
    font-size: 16px; }
  .atcb__top.addeventatc .addeventatc_dropdown {
    top: 0 !important; }
  .atcb__top.addeventatc .copyx {
    display: none; }

.atcb__top {
  display: inline-block;  }

.location__link {
  display: inline-block;
  position: relative;
  background: var(--dark-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }
  .location__link i {
    color: #fff !important;
    font-size: 16px; }

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes show-dropdown {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.3s ease; }
  100% {
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1; } }

@keyframes hide-dropdown {
  from {
    opacity: 1;
    transform: translateX(-16px) translateY(-3px) scale(1);
    transition: all 0.3s ease; }
  to {
    opacity: 0;
    transform: translateX(-16px) translateY(-3px) scale(0.97); } }

.header-transparent {
  top: 0;
  left: 0;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent .navbar-top {
    border: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
    .header-transparent .navbar-top:not(.navbar-collapsed) {
      background-color: transparent !important;
      background-color: transparent !important; }
  .header-transparent .navbar.animation1 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  .header-transparent .navbar:not(.sticky).animation2 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    background-color: transparent !important;
    border: 0;
    box-shadow: none; }
  .header-transparent + main section:first-child:not([data-spotlight]) .container {
    padding-top: 5rem;
    padding-top: 5rem; }

.header-collapse-show {
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000; }

.navbar {
  position: relative;
  z-index: 101;
  transition: all 0.2s ease; }
  .navbar.navbar-main .navbar-brand > img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
    max-width: 205px;
    max-height: 65px;
    position: relative; }
    @media screen and (max-width: 575px) {
      .navbar.navbar-main .navbar-brand > img {
        max-width: 100%;
        max-height: 40px; } }
  .navbar .container {
    position: relative; }

.navbar-nav {
  background-color: var(--grey-color5);
  border-radius: 12px;
  padding: 0rem 0.625rem; }
  @media screen and (max-width: 575px) {
    .navbar-nav {
      background-color: transparent;
      border-radius: 0;
      padding: 0rem 0rem; } }
  .navbar-nav .nav-item {
    border-bottom: 1px solid var(--grey-color5); }
    .navbar-nav .nav-item .nav-link {
      padding: 0.9375rem 0.625rem !important; }
      @media screen and (max-width: 575px) {
        .navbar-nav .nav-item .nav-link {
          font-size: 18px;
          font-weight: 600;
          color: --text-color; } }
    .navbar-nav .nav-item .dropdown-menu {
      min-width: 12.5rem !important;
      border-radius: 8px;
      border: none;
      background: #fff;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1); }
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item:first-child .submenu__link {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px; }
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item:last-child .submenu__link {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px; }
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link {
        color: var(--grey-color);
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
        background-color: transparent;
        padding: 0.625rem 1rem !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 575px) {
          .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link {
            font-size: 0.875rem; } }
        .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link:hover {
          color: var(--white-color);
          background-color: var(--primary-color);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        @media screen and (max-width: 575px) {
          .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link:hover {
            color: var(--text-color);
            background-color: var(--white-color);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; } }
      @media screen and (max-width: 575px) {
        .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__child-link::before {
          content: "\f0d7"; }
        .navbar-nav .nav-item .dropdown-menu ul .submenu__item:hover .submenu__child-link::before {
          color: var(--grey-color) !important; } }
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item:hover .submenu__child-link::before {
        color: var(--white-color);
        transform: translate(5px, -50%); }
  .navbar-nav .nav-link {
    color: var(--dark-color);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.15s linear; }
    .navbar-nav .nav-link.dropdown-toggle::after {
      content: "\f0d7";
      font-family: "Font Awesome 6 Pro";
      display: inline-block;
      margin-left: 5px;
      font-size: 0.8125rem;
      line-height: normal;
      vertical-align: baseline;
      border: 0;
      color: var(--grey-color);
      -webkit-transform: rotate(0) !important;
      -moz-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
      transform: rotate(0) !important;
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s; }
    @media screen and (max-width: 575px) {
      .navbar-nav .nav-link.dropdown-toggle::after {
        margin-left: 12px; } }
    .navbar-nav .nav-link:hover {
      color: var(--primary-color); }
      .navbar-nav .nav-link:hover.dropdown-toggle::after {
        color: var(--primary-color);
        -webkit-transform: rotate(-180deg) !important;
        -moz-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s; }
    .navbar-nav .nav-link i {
      margin-right: 0.5rem; }
    .navbar-nav .nav-link svg {
      margin-right: 0.5rem; }
    .navbar-nav .nav-link img {
      margin-right: 0.5rem;
      width: auto;
      height: 14px;
      margin-right: 0.5rem;
      position: relative;
      top: -1px; }

.navbar-text {
  font-size: 0.875rem; }

.header {
  transition: all 0.2s ease; }

.navbar-top {
  transition: all 0.2s ease;
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  .navbar-top .navbar-nav {
    flex-direction: row; }
    .navbar-top .navbar-nav .nav-item:last-child {
      margin-right: 0; }
    .navbar-top .navbar-nav .nav-link {
      padding: 0.5rem 0.5rem; }

.navbar-sticky {
  position: -webkit-sticky; }

.navbar-sticky.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100px;
  transform: translateY(100px);
  z-index: 1030;
  border-top: 0;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease; }

.navbar-expand.navbar-collapsed {
  height: 100vh;
  align-items: start;
  overflow-y: scroll; }

.navbar-expand .navbar-nav .nav-link {
  padding: 0.625rem 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0; }

.navbar-expand .navbar-nav .dropdown-menu {
  box-shadow: none;
  min-width: auto; }
  .navbar-expand .navbar-nav .dropdown-menu .media svg {
    width: 30px; }

.navbar-expand .navbar-nav .nav-item {
  margin-right: 0.5rem; }

.navbar-expand .navbar-nav .nav-link-icon {
  border-radius: 0; }

.navbar-expand .navbar-collapse {
  z-index: 1050;
  height: auto !important;
  opacity: 0; }

.navbar-expand .navbar-collapse.collapsing {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s; }

.navbar-expand .navbar-collapse.show {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s; }

.navbar-expand .navbar-collapse.collapsing-out {
  opacity: 0;
  transition: opacity 0.3s linear;
  animation-delay: 0;
  animation: none; }

.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: none !important; }
  .navbar-vertical .navbar-brand {
    margin-right: 0; }
    .navbar-vertical .navbar-brand > img {
      max-width: 100%;
      max-height: 2rem; }
  .navbar-vertical .navbar-brand-img {
    max-width: 100%;
    max-height: 67px; }
    @media screen and (max-width: 575px) {
      .navbar-vertical .navbar-brand-img {
        max-width: 100%;
        max-height: 40px; } }
  .navbar-vertical .navbar-nav {
    margin-left: -1rem;
    margin-right: -1rem; }
    .navbar-vertical .navbar-nav .nav-link {
      padding-left: 1rem;
      padding-right: 1rem;
      font-size: 0.875rem;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .navbar-vertical .navbar-nav .nav-link > i {
        min-width: 2rem;
        font-size: 0.9375rem;
        line-height: 1.7rem; }
      .navbar-vertical .navbar-nav .nav-link .dropdown-menu {
        border: none; }
        .navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
          margin-left: 0.5rem; }
    .navbar-vertical .navbar-nav .nav-link.active {
      position: relative; }
    .navbar-vertical .navbar-nav .nav-sm .nav-link {
      font-size: 0.8125rem; }
    .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Pro";
      font-weight: 700;
      content: "\f105";
      margin-left: auto;
      color: #e0e6ed;
      transition: all 0.2s ease; }
    .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:after {
      color: #6e00ff;
      transform: rotate(90deg); }
    .navbar-vertical .navbar-nav .nav .nav-link {
      padding-left: 3rem; }
    .navbar-vertical .navbar-nav .nav .nav .nav-link {
      padding-left: 3.5rem; }
  .navbar-vertical .navbar-heading {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em; }

.dropdown-menu {
  font-size: 0.875rem; }
  .dropdown-menu .dropdown-item > i {
    margin-right: 1rem;
    font-size: 1rem;
    vertical-align: -17%; }
  .dropdown-menu .dropdown-item > svg {
    margin-right: 1rem;
    font-size: 1rem;
    vertical-align: -17%; }
  .dropdown-menu .dropdown-item img {
    width: auto;
    height: 14px;
    margin-right: 0.5rem;
    position: relative;
    top: -1px; }
  .dropdown-menu .dropdown-item svg {
    width: auto;
    height: 14px;
    margin-right: 0.5rem;
    position: relative;
    top: -1px; }
  .dropdown-menu .list-group-item .media p {
    color: #8492a6;
    line-height: 1.4; }
  .dropdown-menu .list-group-item .media:hover .heading {
    color: #6e00ff; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: 0; }

.dropdown-submenu {
  display: block;
  position: relative; }
  .dropdown-submenu > .dropdown-menu::after {
    border: 0 !important; }
  .dropdown-submenu > .dropdown-item::after {
    display: inline-block;
    margin-left: 10.2px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f105"; }
  .dropdown-submenu > .dropdown-item:empty::after {
    margin-left: 0; }
  .dropdown-submenu > .dropdown-item:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
    margin-left: 0;
    transition: all 0.2s ease; }
  .dropdown-submenu > .dropdown-item:hover:after {
    transform: translate(5px, -50%); }
  .dropdown-submenu > .list-group-item {
    background-color: transparent !important; }
    .dropdown-submenu > .list-group-item.submenu__child-link {
      position: absolute;
      top: 8px;
      right: 0;
      border: none;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .dropdown-submenu > .list-group-item.submenu__child-link:active, .dropdown-submenu > .list-group-item.submenu__child-link:hover, .dropdown-submenu > .list-group-item.submenu__child-link:focus {
        background-color: transparent !important; }
    .dropdown-submenu > .list-group-item::after {
      display: none; }
    .dropdown-submenu > .list-group-item.show::before {
      transform: translate(0, 0%);
      color: var(--text-color); }
    .dropdown-submenu > .list-group-item::before {
      display: inline-block;
      margin-left: 10.2px;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Pro";
      font-weight: 700;
      content: "\f105";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 1rem;
      margin-left: 0;
      transition: all 0.2s ease; }
    .dropdown-submenu > .list-group-item:empty::before {
      margin-left: 0; }

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    transition: none; }
  .header {
    transition: none; }
  .navbar {
    transition: none; }
  .navbar-top {
    transition: none; }
  .navbar-sticky.sticky {
    transition: none; }
  .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
    transition: none; }
  .sidenav.fixed-left + .main-content {
    transition: none; }
  .sidenav.fixed-right + .main-content {
    transition: none; }
  .sidenav {
    transition: none; }
  .dropdown-submenu > .dropdown-item:after {
    transition: none; }
  .dropdown-submenu > .list-group-item:after {
    transition: none; } }

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-sm .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-sm .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-sm .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-sm .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-sm .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; } }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item {
    margin-right: 0.5rem; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0; }
  .navbar-expand-sm .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-sm .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-sm > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-sm .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-sm .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-sm .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: #fff;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-md .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-md .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-md .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-md .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-md .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item {
    margin-right: 0.5rem; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0; }
  .navbar-expand-md .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical .navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem; }
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-md .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-md > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-md .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-md .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-md .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-md .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: #fff;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
      margin-right: 0; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-lg .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-lg .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-lg .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-lg .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-lg .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; }
  .dropdown-submenu .dropdown-menu {
    padding: 0;
    box-shadow: none;
    top: 0; }
  .dropdown-submenu .dropdown-item {
    padding-left: 3rem; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 1.3125rem; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    border-radius: 0; }
  .navbar-expand-lg .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-lg .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-lg > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-lg .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-lg .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-lg .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: #fff;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
      margin-right: 0; }
  .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2.5rem;
    left: auto; }
  .dropdown-menu-sm {
    min-width: 10rem !important;
    border: 0.2rem; }
  .dropdown-menu-sm.dropdown-menu-arrow:before {
    height: 14px;
    width: 14px;
    left: 10px; }
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 20px;
    left: auto; }
  .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem; }
  .dropdown-menu-xl {
    min-width: 35rem !important;
    border-radius: 0.25rem; }
  .dropdown-fluid {
    position: static; }
    .dropdown-fluid .dropdown-menu {
      width: calc(100% - 30px);
      max-width: 1200px;
      left: 15px;
      right: auto; }
    .dropdown-fluid .dropdown-menu-right {
      right: 15px;
      left: auto; }
  .dropdown-animate > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none; }
  .dropdown-animate:not([data-bs-toggle="hover"]) .dropdown-menu.show {
    pointer-events: auto;
    animation: show-dropdown 0.3s ease forwards; }
  .dropdown-animate:not([data-bs-toggle="hover"]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown 0.3s ease backwards; }
  .dropdown-animate[data-bs-toggle="hover"] > .dropdown-menu {
    display: block;
    margin: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.2s ease; }
  .dropdown-animate[data-bs-toggle="hover"]:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0) translateY(-3px) scale(1); } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-xl .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-xl .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-xl .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-xl .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-xl .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item {
    margin-right: 0.5rem; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0; }
  .navbar-expand-xl .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-xl .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-xl > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-xl .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-xl .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-xl .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: #fff;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
      margin-right: 0; }
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px; }
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px; }
  .sidenav:hover {
    max-width: 250px; }
  .sidenav .sidenav-toggler {
    padding: 1.5rem; } }

@media all and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 576px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 576px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 768px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 992px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 1200px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 1200px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .dropdown-animate[data-bs-toggle="hover"] > .dropdown-menu {
    transition: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem; }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu {
    margin-left: 1rem; }
    .navbar-expand-lg .dropdown-submenu .dropdown-menu::before {
      content: "";
      border-left: 1.5rem solid transparent !important;
      position: absolute;
      left: -1rem;
      top: 0;
      height: 100%; } }

.lang__switch .nav-item .nav-link {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  width: 100%; }

.lang__switch .nav-item .flag__icon {
  width: 18px;
  height: 18px; }

.lang__switch .nav-item .dropdown-menu {
  min-width: 5.625rem !important;
  margin-left: -0.5rem !important; }

.mob__lang {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 10px; }
  .mob__lang li {
    margin-bottom: 10px; }
    .mob__lang li:last-child {
      margin-bottom: 0; }
  .mob__lang .nav-link {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    width: 100%; }
  .mob__lang .flag__icon {
    width: 18px;
    height: 18px; }

.section__jumborton .cover {
  -webkit-border-radius: 8px 8px 8px 8px !important;
  -moz-border-radius: 8px 8px 8px 8px !important;
  -o-border-radius: 8px 8px 8px 8px !important;
  border-radius: 8px 8px 8px 8px !important;
  min-height: 21.9375rem;
  max-height: 22rem; }
  @media screen and (max-width: 575px) {
    .section__jumborton .cover {
      padding: 6.25rem 1.25rem 1rem;
      min-height: 17.8125rem; } }
  @media screen and (max-width: 355px) {
    .section__jumborton .cover {
      padding: 7.1875rem 1.25rem 1rem;
      min-height: 17.8125rem; } }

@media screen and (max-width: 575px) {
  .section__jumborton .text-title {
    font-size: 0.75rem;
    line-height: 1.125rem; } }

@media screen and (max-width: 355px) {
  .section__jumborton .text-title {
    font-size: 0.75rem;
    line-height: 1.125rem; } }

.section__jumborton .col__cover::after {
  content: "";
  background: #cdcdcd;
  width: 11.75rem;
  height: 1px;
  margin: 20px 0; }
  @media screen and (max-width: 768px) {
    .section__jumborton .col__cover::after {
      display: none; } }
  @media screen and (max-width: 575px) {
    .section__jumborton .col__cover::after {
      display: block;
      width: 3.0625rem; } }
  @media screen and (max-width: 355px) {
    .section__jumborton .col__cover::after {
      display: block;
      width: 3.0625rem; } }

.section__jumborton .col__cover:last-child::after {
  display: none; }

.section__jumborton .nav__btn {
  width: 71px;
  height: 71px; }
  @media screen and (max-width: 575px) {
    .section__jumborton .nav__btn {
      width: 47px;
      height: 47px; } }
  @media screen and (max-width: 355px) {
    .section__jumborton .nav__btn {
      width: 47px;
      height: 47px; } }
  .section__jumborton .nav__btn::before {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.375rem;
    border: none;
    position: absolute;
    color: white; }

@media screen and (max-width: 575px) {
  .section__sponsors {
    border-radius: 0 !important; } }

.section__programme {
  padding: 48px 115px; }
  @media screen and (max-width: 1200px) {
    .section__programme {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 992px) {
    .section__programme {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 768px) {
    .section__programme {
      padding: 56px 20px;
      border-radius: 12px; } }
  @media screen and (max-width: 575px) {
    .section__programme {
      padding: 56px 20px;
      border-radius: 0; } }
  .section__programme .programme__sponsor {
    padding: 20px 36px; }
    @media screen and (max-width: 575px) {
      .section__programme .programme__sponsor {
        padding: 20px 20px; } }
    .section__programme .programme__sponsor .sponsor__title {
      font-size: 18px;
      font-weight: 500; }
  .section__programme .programme__days ul .nav-item .nav-link {
    border-radius: 8px;
    background: var(--white-color);
    text-align: start;
    padding-left: 36px;
    padding-right: 36px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .section__programme .programme__days ul .nav-item .nav-link .event__days {
      font-size: 16px;
      font-weight: 500;
      color: var(--text-color);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .section__programme .programme__days ul .nav-item .nav-link .event__days .date__title::before {
        content: "";
        margin: 0 8px;
        height: 1rem;
        border-right: 1px solid var(--text-color);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .section__programme .programme__days ul .nav-item .nav-link .week__day {
      font-size: 15px;
      font-weight: 400;
      color: var(--grey-color);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .section__programme .programme__days ul .nav-item .nav-link.active {
      background: var(--secondary-color);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .section__programme .programme__days ul .nav-item .nav-link.active .event__days {
        color: var(--white-color);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .section__programme .programme__days ul .nav-item .nav-link.active .event__days .date__title::before {
          border-right: 1px solid var(--white-color);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .section__programme .programme__days ul .nav-item .nav-link.active .week__day {
        color: var(--white-color);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .section__programme .atcb__programme.addeventatc {
    background: var(--white-color);
    border-radius: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    box-shadow: none !important; }
    .section__programme .atcb__programme.addeventatc i {
      color: var(--grey-color) !important;
      font-size: 18px; }
    .section__programme .atcb__programme.addeventatc .addeventatc_dropdown {
      top: 0 !important; }
    .section__programme .atcb__programme.addeventatc .copyx {
      display: none; }
  .section__programme .without__speaker {
    margin-bottom: 30px; }
    .section__programme .without__speaker:last-child {
      margin-bottom: 0; }
  .section__programme .with__speaker {
    padding: 20px 30px;
    margin-bottom: 30px; }
    .section__programme .with__speaker:last-child {
      margin-bottom: 0; }
    .section__programme .with__speaker .card-footer .row {
      margin-bottom: 30px; }
      .section__programme .with__speaker .card-footer .row:last-child {
        margin-bottom: 0; }
    .section__programme .with__speaker .speaker__img,
    .section__programme .with__speaker .speaker__info {
      cursor: pointer; }
    .section__programme .with__speaker .speaker__img {
      max-width: 70px;
      max-height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      position: relative;
      overflow: hidden; }
      .section__programme .with__speaker .speaker__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

.section__registration .card img {
  object-position: center;
  width: 100%;
  height: auto;
  max-height: 445px;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.section__registration .card:hover img {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.section__registration .col .btn {
  width: 100%;
  min-width: 180px; }
  @media screen and (max-width: 575px) {
    .section__registration .col .btn {
      width: 100%;
      max-width: 100%;
      min-width: 100%; } }

.card__jumbotron img {
  object-position: center;
  width: 100%;
  height: auto;
  max-height: 150px; }

.programme__schedule .nav-item {
  margin: 0 10px; }
  .programme__schedule .nav-item:first-child {
    margin-left: 0; }
  .programme__schedule .nav-item:last-child {
    margin-right: 0; }

.programme__schedule .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .programme__schedule .nav-link.active {
    background: var(--secondary-color); }
  .programme__schedule .nav-link:hover {
    background: var(--secondary-color-light);
    border: 1px solid var(--secondary-color-light);
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.about__block .content__body a {
  margin-right: 70px; }
  @media screen and (max-width: 575px) {
    .about__block .content__body a {
      display: block;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 24px; } }
  .about__block .content__body a:last-child {
    margin-right: 0; }
    @media screen and (max-width: 575px) {
      .about__block .content__body a:last-child {
        margin-bottom: 0; } }

.section__padding {
  padding: 60px 115px !important; }
  @media screen and (max-width: 575px) {
    .section__padding {
      padding: 55px 20px !important; } }

.img__border {
  max-height: 365px;
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .img__border img {
    height: 100%;
    object-fit: cover;
    object-position: center; }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slider .slick-track {
  margin: 0 auto !important;
}
.slick-slider {
  padding: 20px;
  height: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider.partners__slide {
    padding: 50px 150px; }
    @media screen and (max-width: 575px) {
      .slick-slider.partners__slide {
        padding: 40px 0; } }
    .slick-slider.partners__slide a:hover img {
      filter: grayscale(0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .slick-slider.partners__slide .sponsors__title {
      color: var(--grey-color);
      font-size: 10px;
      font-weight: 500; }

.slick-list {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  /* background-color: white; */ }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: flex; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 100%; */ }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: flex;
  height: 100%;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.logo-slide {
  margin: auto;
  width: 100%;
  height: 100%;
  border: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  background-color: transparent; }

.logo-slide img {
  margin: 0 auto;
  /*width: 100%;*/
  max-width: 140px;
  /*filter: grayscale(1);*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.slider-arrow button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: transparent;
  color: var(--grey-color);
  border: 1px solid var(--grey-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1; }
  .slider-arrow button.slick-prev {
    top: 50%;
    left: 0;
    margin: 0 0 0 50px;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important; }
  .slider-arrow button.slick-next {
    top: 50%;
    right: 0;
    margin: 0 50px 0 0;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important; }
  .slider-arrow button:hover {
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    color: white;
    border: 1px solid var(--secondary-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.widgets-swiper .swiper-slide {
  min-width: 240px;
  max-width: 250px; }

.news-swiper .swiper-slide {
  min-height: 180px;
  max-height: 181px;
  min-width: 324px;
  max-width: 325px; }
  @media screen and (max-width: 575px) {
    .news-swiper .swiper-slide .text__overflow {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 1.625rem;
      max-height: 3.5rem;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.card__news-top img {
  width: 100%;
  height: auto;
  max-height: 175px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center; }

.card__news-top.video__gallery iframe {
  width: 100%;
  height: 100%;
  max-height: 255px;
  min-height: 250px;
  border-radius: 6px; }
  @media screen and (max-width: 575px) {
    .card__news-top.video__gallery iframe {
      max-height: 147px;
      min-height: 140px; } }

.select2-container.custom__select::after, .select2-container .custom__select-dropdown::after, .select2-container .custom__select-dropdown ul li::after, .btn-secondary::after, .btn-secondary:active::after, .shortcuts__cards .card__shortcut::after, .shortcuts__cards .card__shortcut .shortcut__icon::after, .card__main-update::after, .card__news-main::after, .card__news::after, .news__block .news-swiper .card__news-main::after, .news__block .news-swiper .card__news::after, .widgets__aside .card__shortcut .shortcut__icon::after, .archive__card .event__links li .btn__primary::after, .card__gallery::after, .card__gallery .shortcut__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.shortcuts__cards .card__shortcut {
  min-height: 209px;
  max-height: 210px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .shortcuts__cards .card__shortcut img {
    object-position: center; }
  .shortcuts__cards .card__shortcut::after {
    background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #d9dde0 100%);
    backdrop-filter: blur(3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .shortcuts__cards .card__shortcut:hover {
    box-shadow: 0px 7px 15px rgba(45, 39, 86, 0.29);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .shortcuts__cards .card__shortcut:hover::after {
      backdrop-filter: blur(1.5px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .shortcuts__cards .card__shortcut:hover .shortcut__icon::after {
      opacity: 0.2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .shortcuts__cards .card__shortcut .shortcut__icon {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    background-color: var(--primary-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    overflow: hidden; }
    .shortcuts__cards .card__shortcut .shortcut__icon i {
      color: var(--white-color);
      z-index: 1; }
    .shortcuts__cards .card__shortcut .shortcut__icon::after {
      background-color: #ffffff;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .shortcuts__cards .card__shortcut .shortcut__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark-color);
    margin-bottom: 10px; }
  .shortcuts__cards .card__shortcut .shortcut__description {
    font-size: 10px;
    font-weight: 500;
    color: var(--dark-color); }

.business__block .card__shortcut {
  box-shadow: none;
  min-height: 135px;
  max-height: 150px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .business__block .card__shortcut .overlay__gradient-dark::after {
    background: linear-gradient(90deg, #d9dde0 0%, rgba(238, 238, 238, 0) 100%);
    backdrop-filter: blur(3px); }
  .business__block .card__shortcut:hover .shortcut__icon {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .business__block .card__shortcut .info__block {
    width: 50%; }
    @media screen and (max-width: 575px) {
      .business__block .card__shortcut .info__block {
        width: 100%; } }
  .business__block .card__shortcut .shortcut__icon {
    min-width: 39px;
    max-width: 40px;
    min-height: 39px;
    max-height: 40px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .business__block .card__shortcut img {
    object-position: center; }

.card__info img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center; }

.card__main-update::after {
  opacity: 0.8;
  background: #ff6e1c !important; }

.card__contacts img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
  object-position: center;
  margin: auto; }
  @media screen and (max-width: 575px) {
    .card__contacts img {
      max-width: 95px;
      max-height: 95px; } }

.card__speaker {
  margin: 0 auto;
  text-align: center;
  background-color: #f8f9fa;
  border: none; }
  .card__speaker .sub__title {
    color: darkgray; }
  .card__speaker .avatar {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    background-color: white;
    border: 1px solid #d9d9d9; }
    .card__speaker .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .card__speaker-single .sub__title {
    color: darkgray; }
  .card__speaker-single .avatar {
    width: 177px;
    height: 177px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%) !important;
    -moz-transform: translateY(-30%) !important;
    -ms-transform: translateY(-30%) !important;
    transform: translateY(-30%) !important;
    background-color: white;
    border: 1px solid #d9d9d9; }
    @media screen and (max-width: 575px) {
      .card__speaker-single .avatar {
        width: 95px;
        height: 95px;
        -webkit-transform: translateY(0%) !important;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important; } }
    @media screen and (max-width: 355px) {
      .card__speaker-single .avatar {
        width: 80px;
        height: 80px;
        -webkit-transform: translateY(10%) !important;
        -moz-transform: translateY(10%) !important;
        -ms-transform: translateY(10%) !important;
        transform: translateY(10%) !important; } }
    .card__speaker-single .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.card__statistic .icon__container {
  max-width: 52px;
  max-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto; }
  .card__statistic .icon__container i {
    background-color: var(--secondary-color);
    font-size: 32px;
    color: white;
    padding: 10px;
    border-radius: 50%;
	width: 52px;
    height: 52px;
    text-align: center; }

.card__statistic .statistic__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1; }

.card__statistic .statistic__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark-color); }

.section__sponsorship {
  max-height: 251px;
  min-height: auto; }
  @media screen and (max-width: 575px) {
    .section__sponsorship {
      max-height: none;
      min-height: auto; } }
  .section__sponsorship .sponsorship__title {
    font-size: 60px;
    font-weight: 600; }
    @media screen and (max-width: 575px) {
      .section__sponsorship .sponsorship__title {
        font-size: 48px;
        line-height: 1; } }
  .section__sponsorship .sponsorship__desc {
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 575px) {
      .section__sponsorship .sponsorship__desc {
        font-size: 14px; } }
  .section__sponsorship .btn__sponsorship {
    max-width: 188px;
    max-height: 188px; }
    @media screen and (max-width: 575px) {
      .section__sponsorship .btn__sponsorship {
        max-height: none;
        max-width: 100%; } }

.card__news-main::after {
  opacity: 0.3;
  background: var(--dark-color) !important; }

.card__news-main:hover::after {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__news::after {
  opacity: 0.6;
  background: var(--dark-color) !important; }

.card__news:hover::after {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__news-grid {
  border: 1px solid var(--grey-color5); }
  .card__news-grid img {
    min-height: 219px;
    max-height: 220px; }

.card__news-detail img {
  min-height: 419px;
  max-height: 420px; }

.news__block .news-swiper .card__news-main::after {
  opacity: 0.3;
  background: var(--dark-color) !important; }

.news__block .news-swiper .card__news-main:hover::after {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news__block .news-swiper .card__news::after {
  opacity: 0.6;
  background: var(--dark-color) !important; }

.news__block .news-swiper .card__news:hover::after {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.widgets__aside .card__shortcut {
  box-shadow: none;
  min-height: 75px;
  max-height: 76px;
  filter: drop-shadow(0px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .widgets__aside .card__shortcut .overlay__gradient-dark::after {
    background: linear-gradient(90deg, #d9dde0 0%, rgba(238, 238, 238, 0) 100%);
    backdrop-filter: blur(3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .widgets__aside .card__shortcut:hover {
    filter: drop-shadow(0px 4px 10px rgba(45, 39, 86, 0.29));
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .widgets__aside .card__shortcut:hover .shortcut__icon::after {
      opacity: 0.2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .widgets__aside .card__shortcut:hover .overlay__gradient-dark::after {
      backdrop-filter: blur(2px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .widgets__aside .card__shortcut .info__block p {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600; }
  @media screen and (max-width: 575px) {
    .widgets__aside .card__shortcut .info__block {
      width: 100%; } }
  .widgets__aside .card__shortcut .shortcut__icon {
    min-width: 49px;
    max-width: 50px;
    min-height: 49px;
    max-height: 50px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .widgets__aside .card__shortcut .shortcut__icon i {
      color: var(--white-color);
      z-index: 1; }
    .widgets__aside .card__shortcut .shortcut__icon::after {
      background-color: #ffffff;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .widgets__aside .card__shortcut img {
    object-position: center; }

.widgets__aside .aside__news {
  margin-bottom: 36px; }

.catalogue__card {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: var(--white-color);
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .catalogue__card:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .catalogue__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .catalogue__card .card-footer i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    background-color: var(--grey-color5);
    color: var(--primary-color); }

.media-support__card {
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: var(--white-color);
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.media-support__card:hover {
  border: 1px solid var(--white-color);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.media-support__card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
  object-position: center; }


.archive__card {
  min-height: 400px; }
  .archive__card .event__logo {
    max-height: 100px; }
  .archive__card .event__info li i {
    display: flex;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.625rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--dark-color);
    color: var(--white-color);
    margin-right: 0.625rem; }
  .archive__card:hover .event__links {
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .archive__card .event__links {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    list-style: none;
    margin: auto;
    padding: 26px 40px 36px 40px;
    -webkit-transform: translateY(150%) !important;
    -moz-transform: translateY(150%) !important;
    -ms-transform: translateY(150%) !important;
    transform: translateY(150%) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 575px) {
      .archive__card .event__links {
        position: relative;
        padding: 26px 10px 36px 10px;
        -webkit-transform: translateY(0%) !important;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important; } }
    .archive__card .event__links li .btn__primary {
      position: relative;
      color: var(--white-color);
      max-width: 100% !important;
      width: 100%;
      padding: 10px;
      border-radius: 4px !important; }
      .archive__card .event__links li .btn__primary::after {
        width: 100%;
        background-color: #efefef;
        opacity: 0.1;
        border-radius: 4px !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .archive__card .event__links li .btn__primary:hover::after {
        opacity: 0.3;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .archive__card .event__links li .btn__primary:active::after {
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.card__gallery {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .card__gallery::after {
    background: linear-gradient(0deg, var(--primary-color) -2.76%, transparent 56.69%) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .card__gallery:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 7px 15px rgba(45, 39, 86, 0.29); }
    .card__gallery:hover::after {
      background: linear-gradient(0deg, var(--primary-color) -2.76%, transparent 86.69%) !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .card__gallery:hover .shortcut__icon {
      -webkit-transform: rotate(-45deg) !important;
      -moz-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
      transform: rotate(-45deg) !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .card__gallery:hover .shortcut__icon::after {
        opacity: 0.2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  .card__gallery .shortcut__icon {
    min-width: 39px;
    max-width: 40px;
    min-height: 39px;
    max-height: 40px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .card__gallery .shortcut__icon i {
      color: var(--white-color);
      z-index: 1; }
    .card__gallery .shortcut__icon::after {
      background-color: #ffffff;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.card__photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__photo i {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  font-size: 1.5em;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1; }

.card__photo img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card__photo:hover::after {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__photo:hover i {
  font-size: 1.8em;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__photo:hover img {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card__video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__video i {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  font-size: 1.5em;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1; }

.card__video img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card__video:hover::after {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__video:hover i {
  font-size: 1.8em;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card__video:hover img {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card__contact img {
  max-width: 122px;
  max-height: 146px; }

.card__contact .contact__info.list-group-horizontal-lg li {
  margin-right: auto; }

.card__contact .contact__info li {
  margin-bottom: 10px; }
  .card__contact .contact__info li:last-child {
    margin-bottom: 0; }

.card__contact .contact__info a {
  text-decoration: none !important; }
  .card__contact .contact__info a span {
    color: var(--text-color);
    font-weight: 500; }
  .card__contact .contact__info a .icon {
    min-width: 23px;
    max-width: 24px;
    min-height: 23px;
    max-height: 24px;
    padding: 4px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden; }
    .card__contact .contact__info a .icon i {
      font-size: 12px; }

.pagination__nav .pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--text-color);
  font-weight: 400;
  font-size: 14px;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.5s; }
  .pagination__nav .pagination__item a:focus {
    border: none;
    box-shadow: none; }
  .pagination__nav .pagination__item a:hover {
    color: var(--primary-color);
    opacity: 0.7;
    transition: all 0.5s; }

.pagination__nav .pagination__item.previous {
  color: #cdcdcd; }
  .pagination__nav .pagination__item.previous i {
    font-size: 20px; }
  @media screen and (max-width: 768px) {
    .pagination__nav .pagination__item.previous {
      margin-right: auto; } }

.pagination__nav .pagination__item.next i {
  font-size: 20px; }

@media screen and (max-width: 768px) {
  .pagination__nav .pagination__item.next {
    margin-left: auto; } }

.pagination__nav .pagination__item.active a {
  border: none;
  color: var(--primary-color);
  font-weight: bold;
  background-color: transparent; }

.pagination__nav .pagination__item.disabled a {
  border: none;
  color: #cdcdcd;
  background-color: transparent; }

.sub__footer {
  padding: 1rem 0 !important;
  background-color: var(--dark-color) !important; }
  .sub__footer p,
  .sub__footer a {
    font-size: 10px !important;
    font-weight: 500 !important;
    color: var(--white-color) !important; }
  @media screen and (max-width: 575px) {
    .sub__footer a {
      font-size: 14px !important; } }

@media screen and (max-width: 575px) {
  footer .footer__logo {
    max-height: 47px; } }

footer a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  footer a:hover {
    color: var(--secondary-color) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

footer .list__block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 340px;
}

@media screen and (max-width: 575px) {
	footer .list__block {
		max-height: 100%;
	}
}

footer .list__col ul.social__links {
  margin-bottom: 36px; }

footer .list__col ul:not(.list-submenu) {
  margin-bottom: 36px; }

@media screen and (max-width: 575px) {
  footer .list__col.social__col {
    text-align: center;
    justify-content: center;
    border-top: 1px solid var(--white-color);
    padding: 2.5rem 0 0 0; } }

footer .links__list li {
  margin-bottom: 6px; }
  footer .links__list li.has-child {
    font-weight: 600; }
    footer .links__list li.has-child .list-submenu a {
      font-weight: 400;
      color: darkgray; }

footer .short__links li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px; }
  footer .short__links li:not(:last-child)::after {
    content: "";
    margin: 0 0.625rem;
    width: 0.0625rem;
    height: 0.5rem;
    border-bottom: 8px solid #cdcdcd; }

@media screen and (max-width: 575px) {
  footer .social__links {
    text-align: center;
    justify-content: center;
    padding-top: 0.625rem; } }

footer .social__links .nav-item .nav-link {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0.375rem;
  margin-right: 1.25rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  footer .social__links .nav-item .nav-link i {
    font-size: 1rem;
    color: var(--secondary-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  footer .social__links .nav-item .nav-link:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    footer .social__links .nav-item .nav-link:hover i {
      color: var(--secondary-color-light);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

footer .social__links .nav-item:last-child .nav-link {
  margin-right: 0; }

#ERADataTable_wrapper .row:last-child .col-md-5 {
  display: none; }

#ERADataTable_wrapper .row:last-child .col-md-7 {
  width: 100%; }

#ERADataTable_wrapper #ERADataTable {
  border-radius: 12px 12px 0px 0px;
  border-color: transparent;
  background-color: var(--white-color);
  margin-bottom: 0 !important; }
  #ERADataTable_wrapper #ERADataTable thead tr th {
    padding: 35px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color); }
    #ERADataTable_wrapper #ERADataTable thead tr th:first-child {
      text-align: left;
      width: 40%; }
  #ERADataTable_wrapper #ERADataTable tbody tr td {
    padding: 16px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color); }
    #ERADataTable_wrapper #ERADataTable tbody tr td:first-child {
      padding: 16px 20px;
      text-align: left;
      width: 40%;
      font-weight: 500;
      color: var(--primary-color); }

#ERADataTable_wrapper .dataTables_scrollHead table {
  border-radius: 12px 12px 0px 0px; }
  #ERADataTable_wrapper .dataTables_scrollHead table thead tr th {
    padding: 35px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    border-bottom: none; }
    #ERADataTable_wrapper .dataTables_scrollHead table thead tr th:first-child {
      text-align: left;
      width: 40%; }

#ERADataTable_wrapper .dataTables_scrollBody table {
  border-radius: 0px !important; }

#ERADataTable_paginate {
  width: 100%;
  padding: 40px 0;
  background-color: var(--white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 12px 12px; }
#ERADataTable_paginate span {
  display: inline-flex;
  align-items: center; }
#ERADataTable_paginate .ellipsis {
  margin: 0 5px; }
  #ERADataTable_paginate .paginate_button i {
    font-size: 22px;
  }
  #ERADataTable_paginate .paginate_button {
    cursor: pointer;
    margin: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    border: none;
    background-color: #64b5f6;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    padding: 15px;
    border: none; }
      #ERADataTable_paginate .paginate_button:focus {
        border: none;
        box-shadow: none; }
      #ERADataTable_paginate .paginate_button:hover {
        cursor: pointer;
        color: #1565c0;
        opacity: 1;
        transition: all 0.5s;
        background-color: #90caf9; }
    #ERADataTable_paginate .paginate_button.previous {
      border: none;
      background-color: transparent;
      color: #1565c0; }
      @media screen and (max-width: 768px) {
        #ERADataTable_paginate .paginate_button.previous {
          margin-right: auto; } }
    #ERADataTable_paginate .paginate_button.next {
      border: none;
      background-color: transparent;
      color: #1565c0; }

      @media screen and (max-width: 768px) {
        #ERADataTable_paginate .paginate_button.next {
          margin-left: auto; } }
    #ERADataTable_paginate .paginate_button.current {
      border: none;
      color: var(--white-color);
      border-radius: 50%;
      background-color: #1565c0; }
    #ERADataTable_paginate .paginate_button.disabled {
      border: none;
      color: var(--grey-color3);
      background-color: transparent;
      cursor: unset; }

.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8%;
  width: 4px;
  background: linear-gradient(180deg, var(--grey-color4) 0%, var(--grey-color4) 100%); }

.wh-section {
  padding-bottom: 48px;
  position: relative; }
  .wh-section:last-child {
    padding-bottom: 0;
    margin: 0; }
  .wh-section::before {
    content: "";
    position: absolute;
    left: -10%;
    width: 24px;
    height: 24px;
    display: block;
    background-color: var(--grey-color4);
    border-radius: 50%;
    -webkit-transform: translateX(10%) !important;
    -moz-transform: translateX(10%) !important;
    -ms-transform: translateX(10%) !important;
    transform: translateX(10%) !important;
    z-index: 2; }
  .wh-section.active::before {
    background-color: var(--secondary-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .wh-section a {
    width: 100%;
    margin-bottom: 24px; }
  .wh-section iframe {
    margin-bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1); }
  .wh-section .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--dark-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center; }
    .wh-section .icon i {
      color: #fff !important;
      font-size: 20px; }


    /* itelist style */

.itelist {
  display: flex;
  flex-direction: column;
}

.itelist hr {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 3px solid #6a737a;
  opacity: 1;
}

/*.itelist hr ~ a {*/
/*  width: 20%;*/
/*}*/

/*.itelist hr ~ a + p {*/
/*  width: 70%;*/
/*}*/
/*.itelist hr ~ a + p + p {*/
/*  width: 70%;*/
/*}*/
/*.itelist hr ~ a + p + p + p {*/
/*  width: 70%;*/
/*}*/

.itelist div[class^="col-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.itelist ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  margin-right: 10px;
}

.itelist div[style^="background-color"] {
  padding: 12px 15px;
  align-items: center;
}

.itelist div[style^="background-color"] div[class^="col-"] {
  justify-content: center;
}

.itelist div[style^="background-color"] div[class^="col-"] p {
  color: #fff !important;
}

.itelist div[style^="background-color"] img {
  width: 100%;
  height: auto;
}

.itelist h1, .itelist .h1, .itelist h2, .itelist .h2, .itelist h3, .itelist .h3, .itelist h4, .itelist .h4, .itelist h5, .itelist .h5, .itelist h6, .itelist .h6 {
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  width: 100%;
}
.itelist h4, .itelist .h4, .itelist h5, .itelist .h5, .itelist h6, .itelist .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.itelist h1,
.itelist .h1 {
  font-size:36px !important;
}
.itelist h2,
.itelist .h2 {
  font-size:30px !important;
}
.itelist h3,
.itelist .h3 {
  font-size:24px !important;
}
.itelist h4,
.itelist .h4 {
  font-size:18px !important;
}
.itelist h5,
.itelist .h5 {
  font-size:14px !important;
}
.itelist h6,
.itelist .h6 {
  font-size:12px !important;
}
.itelist p {
  margin:0 0 10px !important;
}
.itelist span[data-target^="#myModal-"] {
  margin: 0 !important;
}
.itelist .col-sm-1 {
  display: flex;
}

/* Accordion icon style start */


.accordion-button[aria-expanded="false"] .vertical {
  transition: all 0.25s ease-in-out;
  transform: rotate(-90deg);
}

.accordion-button[aria-expanded="false"] .horizontal {
  transition: all 0.25s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.accordion-button[aria-expanded="true"] .vertical {
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}

.accordion-button[aria-expanded="true"] .horizontal {
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

/*.closed .vertical {*/
/*  transition: all 0.25s ease-in-out;*/
/*  transform: rotate(-90deg);*/
/*}*/

/*.closed .horizontal {*/
/*  transition: all 0.25s ease-in-out;*/
/*  transform: rotate(-90deg);*/
/*  opacity: 1;*/
/*}*/

/*.opened {*/
/*  opacity: 1;*/
/*}*/

/*.opened .vertical {*/
/*  transition: all 0.25s ease-in-out;*/
/*  transform: rotate(90deg);*/
/*}*/

/*.opened .horizontal {*/
/*  transition: all 0.25s ease-in-out;*/
/*  transform: rotate(90deg);*/
/*  opacity: 0;*/
/*}*/

.circle-plus .circle {
  position: relative;
  width: 1em;
  height: 1em;
  border: 3px solid #007bff63;
  padding: 11px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
  background: #f8f9fa;
  margin-left: auto;
  margin-right: 0;
}

.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #007bff;
  width: 15px;
  height: 3px;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1.5px;
}

.circle-plus .circle .vertical {
  position: absolute;
  background-color: #007bff;
  width: 3px;
  height: 15px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -7px;
}

.slide__middle .logo-slide img, .partners__slide .logo-slide img {
  max-width: 100%;
  /*aspect-ratio: 16/6.5;*/
  object-fit: contain;
  object-position: center;
  max-height: 125px;
}

.app__modal {
  --app-theme-color: #005a9f; }
.app__modal .btn-close {
  position: absolute;
  top: -5%;
  left: 100%;
  border: 2px solid var(--white-color);
  border-radius: 50%;
  background: none;
  color: var(--white-color);
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1; }
@media screen and (max-width: 575px) {
  .app__modal .btn-close {
    top: 105%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    font-size: 30px; } }
@media screen and (max-width: 355px) {
  .app__modal .btn-close {
    top: 105%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    font-size: 30px; } }
.app__modal .modal-title {
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px; }
@media screen and (max-width: 575px) {
  .app__modal .modal-title {
    font-size: 24px; } }
@media screen and (max-width: 355px) {
  .app__modal .modal-title {
    font-size: 18px; } }
.app__modal .app_name {
  font-size: 42px;
  font-weight: 700;
  line-height: normal; }
@media screen and (max-width: 575px) {
  .app__modal .app_name {
    font-size: 30px; } }
@media screen and (max-width: 355px) {
  .app__modal .app_name {
    font-size: 22px; } }
.app__modal .app_description {
  font-size: 33px;
  font-weight: 700;
  line-height: normal; }
@media screen and (max-width: 575px) {
  .app__modal .app_description {
    font-size: 25px; } }
@media screen and (max-width: 355px) {
  .app__modal .app_description {
    font-size: 20px; } }
.app__modal .modal-content {
  background-color: var(--white-color);
  border-radius: 12px; }
.app__modal .modal-content .modal-header {
  padding: 30px 30px 0 30px; }
.app__modal .modal-content .modal-body {
  padding: 0 30px 30px 30px;
  overflow: hidden;
  border-radius: 10px; }
.app__modal .modal-content .modal-body::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px;
  top: 30%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: var(--app-theme-color);
  z-index: -1; }
@media screen and (max-width: 575px) {
  .app__modal .modal-content .modal-body::after {
    top: 32%; } }
@media screen and (max-width: 355px) {
  .app__modal .modal-content .modal-body::after {
    top: 30%; } }
.app__modal .theme__color {
  color: var(--app-theme-color); }
.app__modal .app_preview {
  object-fit: contain;
  object-position: center;
  max-height: 400px;
  aspect-ratio: 4/9; }
.app__modal .btn-download {
  background-color: #fecc00;
  font-weight: 700;
  font-size: 30px;
  border-radius: 12px;
  padding: 15px 20px;
  margin-top: 40px; }
@media screen and (max-width: 575px) {
  .app__modal .btn-download {
    font-size: 20px; } }
@media screen and (max-width: 355px) {
  .app__modal .btn-download {
    font-size: 18px;
  }
}

.location__link .dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f6f6f6; */
  min-width: 230px;
  overflow: auto;
  /* border: 1px solid #ddd; */
  z-index: 1;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.3s;
}


.location__link .dropdown-content a {
  --list-background: #2e2e2e;
  --list-padding: .8em 1.2em 0;
  --list-text: #dedede;
  align-items: center;
  background-color: var(--list-background);
  color: var(--list-text);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  line-height: 1.75em;
  padding: var(--list-padding);
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s;
}

.location__link .dropdown-content a:first-child {
  --list-border-radius: 11px;
  border-radius: var(--list-border-radius) var(--list-border-radius) 0 0;
}

.location__link .dropdown-content a:last-child {
  --list-border-radius: 11px;
  border-radius: 0 0 var(--list-border-radius) var(--list-border-radius);
  padding-bottom: .8em;
}

.location__link .dropdown-content a:hover {
  color: #ffffff;
  transition: all 0.3s;
}

.location__link .dropdown-content.show {display: block; opacity: 1; transition: all 0.3s;}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 1050;
}
.backdrop:before {content:''; width: 100%; height: 100%; position: absolute; background: #000000; opacity: 0.5;}

.backdrop.show {
  display: block;
}

.location__link.show {display: inline-block; z-index: 1050;}

/* Video cards style */
@-webkit-keyframes avia-rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes avia-rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.card__videobox1 {
	border-radius: 12px !important;
	position: relative !important;
	overflow: hidden !important;
	border: none !important;
	-webkit-animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	opacity: 1 !important;
	transition: all 0.3s !important;
}
.card__videobox1:hover {
	transition: all 0.3s;
}
.card__videobox1:hover .card-body {
	border-radius: 12px;
}
.card__videobox1:hover .card-body::after {
	opacity: 0.5;
	transition: all 0.3s;
}
.card__videobox1:hover .card-body i {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s;
}
.card__videobox1:hover .card-body img {
	transform: scale(1.08);
	transition: all 0.3s;
}
.card__videobox1 .card-body {
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	max-height: 200px;
}
.card__videobox1 .card-body::after {
	content: '';
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	z-index: 0;
	transition: all 0.3s;
}
.card__videobox1 .card-body i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 3rem;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.7);
	transition: all 0.3s;
}
.card__videobox1 .card-body img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: all 0.3s;
}
.card__videobox {
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border: none;
	transition: all 0.3s;
}
.card__videobox:hover {
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}
.card__videobox:hover .card-body::after {
	opacity: 0.5;
	transition: all 0.3s;
}
.card__videobox:hover .card-body i {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s;
}
.card__videobox:hover .card-body img {
	transform: scale(1.08);
	transition: all 0.3s;
}
.card__videobox .card-body {
	position: relative;
	overflow: hidden;
	max-height: 200px;
}
.card__videobox .card-body::after {
	content: '';
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	z-index: 0;
	transition: all 0.3s;
}
.card__videobox .card-body i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 3rem;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.7);
	transition: all 0.3s;
}
.card__videobox .card-body img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: all 0.3s;
}
/* Video cards style end */

/*
.tabSwiper {
  border-bottom: 2px solid #005a9f
}

.tabSwiper .nav {
  margin: 0!important
}

.tabSwiper .nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  width: 100%;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 16px 0;
  min-height: 50px;
  height: 100%;
  max-height: 100%;
  transition: all .3s
}

.tabSwiper .nav .nav-item .nav-link:after {
  content: "";
  border-bottom: 2px solid var(--primary-color);
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  position: absolute;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: all .3s
}

.tabSwiper .nav .nav-item .nav-link.active {
  background-color: transparent;
  font-weight: 700;
  color: #1c80c0;
  padding: 16px 0;
  border-radius: 0;
  transition: all .3s
}

.tabSwiper .nav .nav-item .nav-link.active:after {
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all .3s
}

.tabSwiper .nav .nav-item .nav-link:not(.active):hover {
  background-color: #f7f7f7
}

.tab-content .img__catalogue {
  width: 100%e;
  height: 100%;
  object-fit: cover;
  object-position: center
}
*/