/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.thim-ekit__header {
  display: block;
  position: relative;
}

.thim-ekits__sticky--is-sticky {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 300;
}
.thim-ekits__sticky--adminbar {
  top: 32px;
}

.thim-ekits-menu .thim-ekits-menu__nav > li.current-menu-item > a, .thim-ekits-menu .thim-ekits-menu__nav > li.current-menu-item > .thim-ekits-menu__icon, .thim-ekits-menu .thim-ekits-menu__nav > li.current-menu-item > .thim-ekits-menu__nav-text, .thim-ekits-menu .thim-ekits-menu__nav > li.current-menu-ancestor > a, .thim-ekits-menu .thim-ekits-menu__nav > li.current-menu-ancestor > .thim-ekits-menu__icon, .thim-ekits-menu .thim-ekits-menu__nav > li.current-menu-ancestor > .thim-ekits-menu__nav-text {
  color: var(--menu-active-text-color, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav > li > .thim-ekits-menu__nav-text {
  color: var(--menu-text-color, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav > li > a {
  color: var(--menu-text-color, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav > li > a:hover {
  color: var(--menu-text-color-hover, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav > li:hover > .thim-ekits-menu__icon {
  color: var(--menu-text-color-hover, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav .thim-ekits-menu__dropdown li.current-menu-item a {
  color: var(--submenu-item-color-active, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav .thim-ekits-menu__dropdown li a {
  color: var(--submenu-item-color, #000);
}
.thim-ekits-menu .thim-ekits-menu__nav .thim-ekits-menu__dropdown li a:hover {
  color: var(--submenu-item-color-hover, #000);
}
.thim-ekits-menu__nav {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .thim-ekits-menu__nav {
    flex-direction: column;
    padding: 30px 0;
    margin-top: 20px;
  }
}
.thim-ekits-menu__nav > li {
  margin: 0;
}
.thim-ekits-menu__has-dropdown {
  position: relative;
}
.thim-ekits-menu__has-dropdown > .sub-menu-toggle {
  display: none;
}
.thim-ekits-menu__has-dropdown > span.icon {
  display: none !important;
}
.thim-ekits-menu__dropdown {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  max-width: none;
  min-width: max-content;
  width: 100%;
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  z-index: 9;
}
.thim-ekits-menu__dropdown .thim-ekits-menu__icon {
  transform: rotate(270deg);
  top: calc(50% - 13px);
}
.thim-ekits-menu__dropdown .thim-ekits-menu__dropdown {
  left: 100%;
  top: 0;
}
.thim-ekits-menu__dropdown li {
  display: block;
  margin-bottom: 0;
}
.thim-ekits-menu__dropdown li:last-child {
  border: unset !important;
}
@media (max-width: 1024px) {
  .thim-ekits-menu__dropdown {
    position: relative;
    display: none;
  }
  .thim-ekits-menu__dropdown .thim-ekits-menu__icon {
    top: 0;
  }
  .thim-ekits-menu__dropdown .thim-ekits-menu__dropdown {
    left: 0;
  }
}
.thim-ekits-menu__mega-menu {
  position: relative;
}
.thim-ekits-menu__mega-menu > .thim-ekits-menu__dropdown.sub-menu {
  display: none !important;
}
.thim-ekits-menu__mega-menu > .thim-ekits-menu__content {
  min-width: max-content;
  position: absolute;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .thim-ekits-menu__mega-menu > .thim-ekits-menu__content {
    position: relative;
    display: none;
    min-width: unset;
  }
}
.thim-ekits-menu__mega-menu > .thim-ekits-menu__content ul {
  margin: 0;
}
.thim-ekits-menu__nav-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: var(--thim-ekits-menu-font-size-nav-link);
}
.thim-ekits-menu__has-icon {
  max-width: none;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 0;
}
.thim-ekits-menu__has-icon > i {
  max-width: none;
  color: #222;
  font-size: 1rem;
  line-height: 1;
  font-style: normal;
}
.thim-ekits-menu__has-icon > img {
  max-width: 20px;
}
.thim-ekits-menu__badge {
  max-width: none;
  position: relative;
  top: -0.5em;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 4px;
  padding: 5px;
  border-radius: 2px;
}
.thim-ekits-menu__dropdown-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .thim-ekits-menu__is-hover > .thim-ekits-menu__dropdown, .thim-ekits-menu__is-hover > .thim-ekits-menu__content {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    display: block !important;
    width: 100% !important;
    min-width: unset !important;
    left: auto !important;
    transform: translateX(0) !important;
    margin-left: 0 !important;
    box-shadow: unset !important;
  }
  .thim-ekits-menu__is-hover > .thim-ekits-menu__dropdown .elementor-section, .thim-ekits-menu__is-hover > .thim-ekits-menu__content .elementor-section {
    background: transparent !important;
    box-shadow: none !important;
  }
  .thim-ekits-menu__is-hover > .thim-ekits-menu__dropdown .elementor-section .elementor-column, .thim-ekits-menu__is-hover > .thim-ekits-menu__content .elementor-section .elementor-column {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .thim-ekits-menu__has-dropdown:hover > .thim-ekits-menu__dropdown, .thim-ekits-menu__has-dropdown:hover > .thim-ekits-menu__content {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
  }
}
.thim-ekits-menu__has-dropdown > a {
  padding-right: 2rem;
}
.thim-ekits-menu__icon {
  position: absolute;
  top: calc(50% - 10px);
  right: -0.5rem;
  color: var(--menu-arrow-icon-color, inherit);
}
.thim-ekits-menu__icon::before {
  content: "";
  width: 20px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMjkzIDcuMjkzYTEgMSAwIDAxMS40MTQgMEwxMCAxMC41ODZsMy4yOTMtMy4yOTNhMSAxIDAgMTExLjQxNCAxLjQxNGwtNCA0YTEgMSAwIDAxLTEuNDE0IDBsLTQtNGExIDEgMCAwMTAtMS40MTR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD4KPC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMjkzIDcuMjkzYTEgMSAwIDAxMS40MTQgMEwxMCAxMC41ODZsMy4yOTMtMy4yOTNhMSAxIDAgMTExLjQxNCAxLjQxNGwtNCA0YTEgMSAwIDAxLTEuNDE0IDBsLTQtNGExIDEgMCAwMTAtMS40MTR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD4KPC9zdmc+);
  height: 20px;
  display: inline-block;
  background-color: currentColor;
}
@media (max-width: 1024px) {
  .thim-ekits-menu__icon {
    top: 0;
    right: 0;
    padding: 8px 10px 0 10px !important;
  }
}
.thim-ekits-menu__mobile {
  max-width: none;
  background-color: var(--thim-ekits-menu-mobile-bg-button-color, transparent) !important;
  color: var(--thim-ekits-menu-mobile-button-color, #222) !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .thim-ekits-menu__mobile {
    display: none;
  }
}
.thim-ekits-menu__mobile .thim-ekits-menu__mobile__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 0 5px 0 0;
}
.thim-ekits-menu__mobile .thim-ekits-menu__mobile__icon svg {
  width: 24px;
  height: 24px;
}
.thim-ekits-menu__mobile .thim-ekits-menu__mobile__icon--close {
  display: none;
}
.thim-ekits-menu__mobile__close {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: none;
  background-color: transparent !important;
  color: #222 !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  line-height: 1;
}
.thim-ekits-menu__mobile__close > svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1025px) {
  .thim-ekits-menu__mobile__close {
    display: none;
  }
}
.thim-ekits-menu__mobile__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.thim-ekits-menu__mobile__dropdown-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: auto;
  padding: 10px;
  padding-right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thim-ekits-menu__mobile__dropdown-icon > svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .thim-ekits-menu__mobile__dropdown-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  .thim-ekits-menu__container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 320px;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 99999;
    transform: translate3d(-320px, 0, 0);
    background-color: var(--thim-ekits-menu-mobile-container-bgcolor, #fff);
    -webkit-overflow-scrolling: touch;
    transition: transform 0.25s ease-in-out;
  }
}
.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__icon--open {
  display: none;
}
.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__icon--close {
  display: inline-flex;
}
.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.thim-ekits-menu--mobile-open .thim-ekits-menu__container {
  transform: none;
}
.thim-ekits-menu__icon-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 3;
  background: var(--thim-ekits-menu-mobile-bg-button-color, #f8f9f9);
}
@media (min-width: 1025px) {
  .thim-ekits-menu__icon-wrapper {
    display: none;
  }
}
.thim-ekits-menu__icon-menu-back {
  color: var(--menu-text-color, #000);
}
.thim-ekits-menu__icon-menu-back:not(.show-icon) {
  opacity: 0;
  visibility: hidden;
  z-index: -11;
}
.thim-ekits-menu__icon-menu-back:before {
  font-family: thim-ekits;
  speak: never;
  font-size: 16px;
  margin-right: 8px;
  line-height: 1;
  content: "\f104";
}
@media (max-width: 1024px) {
  .thim-ekits-menu.effect-submenu .thim-ekits-menu__mobile__close {
    position: unset;
  }
  .thim-ekits-menu.effect-submenu li > .thim-ekits-menu__dropdown {
    position: fixed;
    right: auto;
    top: 46px;
    margin: 0;
    visibility: visible;
    max-width: 320px;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 46px);
    overflow-y: auto;
    background: var(--thim-bg-mobile-menu-color);
    transition: 0.4s;
    transform: translate(-100%, 0);
    left: 0 !important;
    display: block !important;
    opacity: 0;
  }
  .thim-ekits-menu.effect-submenu .sub-menu li > .thim-ekits-menu__dropdown {
    top: 0;
  }
  .thim-ekits-menu.effect-submenu li.thim-ekits-menu__is-hover > .thim-ekits-menu__dropdown {
    transform: translate(0, 0) !important;
    visibility: visible;
    opacity: 1;
  }
}

.back-to-top__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top__button.scroll-circle-progress {
  border-radius: 100% !important;
  box-shadow: inset 0 0 0 0.11rem rgba(128, 130, 134, 0.25);
  background: transparent !important;
  color: inherit;
  position: relative;
}
.back-to-top__button.scroll-circle-progress svg {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.back-to-top__button.scroll-circle-progress svg path {
  fill: none;
}
.back-to-top__button.scroll-circle-progress i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  transform: translate(-50%, -50%);
}

.thim-ekits-scrollProgressContainer {
  width: 100%;
  height: 10px;
  background-color: #ddd;
  position: relative;
}
.thim-ekits-scrollProgressContainer .thim-ekits-scrollProgressBar {
  height: 100%;
  width: 100px;
  left: 0;
  right: auto;
  background-color: #4CAF50;
  position: absolute;
  text-align: right;
}
.thim-ekits-progress-tracker-direction-right .thim-ekits-scrollProgressContainer .thim-ekits-scrollProgressBar {
  right: 0;
  left: auto;
}
.thim-ekits-scrollProgressContainer .thim-ekits-scrollPercentage {
  color: #fff;
}

/*
CSS default before load option
 */
.thim-header-info {
  margin: 0;
  padding: 0;
}
.thim-header-info > li {
  list-style: non;
  display: inline-block;
  margin-right: 10px;
}
[dir=rtl] .thim-header-info > li {
  margin-right: 0;
}
.thim-header-info > li:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=frontend.css.map*/