/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../modules/inibsa_mainmenu/assets/scss/inibsa_mainmenu.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
.c-top-menu {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .c-top-menu {
    flex-direction: column;
    gap: 0px;
  }
}
.c-top-menu__sub-menu {
  max-width: none !important;
  box-sizing: border-box;
}
.c-top-menu__item {
  color: #003865;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal !important;
}
@media (max-width: 1199px) {
  .c-top-menu__item {
    width: 100%;
  }
}
.c-top-menu__dropdown-item {
  color: #003865;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: normal !important;
  background: url(../../../../assets/js/../css/86336a0b83d3673f2911.svg) calc(100% - 10px) center no-repeat;
  padding-right: 28px !important;
  padding-left: 23px !important;
  position: relative;
}
@media (max-width: 1599px) {
  .c-top-menu__dropdown-item {
    padding-right: 24px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 1199px) {
  .c-top-menu__dropdown-item {
    background: none;
    padding: 0.625rem !important;
  }
}
.c-top-menu__dropdown-item:hover, .c-top-menu__dropdown-item:focus {
  background: url(../../../../assets/js/../css/86336a0b83d3673f2911.svg) calc(100% - 10px) center no-repeat;
}
@media (max-width: 1199px) {
  .c-top-menu__dropdown-item:hover, .c-top-menu__dropdown-item:focus {
    background: none;
  }
}
.c-top-menu__item--with-dropdown .c-top-menu__dropdown-item:after {
  bottom: -10px;
  left: calc(100% - 15px);
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #F6FAFD;
  border-width: 15px;
  margin-left: -15px;
  z-index: 1100;
  opacity: 0;
  transition: opacity 200ms linear 400ms;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .c-top-menu__item--with-dropdown .c-top-menu__dropdown-item:after {
    display: none;
  }
}
.c-top-menu__item--with-dropdown:hover .c-top-menu__dropdown-item:after {
  opacity: 1;
}
.c-top-menu__content-wrapper {
  display: flex;
  gap: 30px;
  padding: 60px 0px;
  min-height: 460px;
}
@media (max-width: 1199px) {
  .c-top-menu__content-wrapper {
    min-height: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-top-menu__content-wrapper {
    min-height: auto;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .c-top-menu__navbar-toggler {
    background: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.c-top-menu__container {
  box-shadow: 0 62px 64px 0 rgba(0, 0, 0, 0.5);
  background-color: #f6fafd;
}
@media (max-width: 1199px) {
  .c-top-menu__container {
    box-shadow: none;
    background-color: transparent;
  }
  .c-top-menu__container .o-container-fluid {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .c-top-menu__container {
    margin: 0;
  }
}
.c-top-menu__category-info {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .c-top-menu__category-info {
    display: none;
  }
}
.c-top-menu__category-description * {
  font-size: 0.875em;
  max-width: 290px;
  text-wrap: balance;
}
.c-top-menu__category-subcategories {
  width: 75%;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 20px;
  align-content: start;
}
@media (max-width: 1199px) {
  .c-top-menu__category-subcategories {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.c-top-menu__category-title {
  margin: 0;
  font-size: 2.125em;
  color: #003865;
}
.c-top-menu__category-link {
  color: #fff !important;
  max-width: 290px !important;
  display: flex !important;
  font-weight: bold !important;
}
.c-top-menu__subcategory {
  height: auto;
  max-height: 75px;
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  align-items: center;
}
@media (max-width: 1199px) {
  .c-top-menu__subcategory {
    max-height: none;
  }
}
.c-top-menu__subcategory-image {
  position: relative !important;
  transform: none !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  overflow: auto !important;
}
@media (max-width: 1199px) {
  .c-top-menu__subcategory-image {
    display: none !important;
  }
}
