.elementor-114177 .elementor-element.elementor-element-274cea5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f0e9383 */a {
  text-decoration: none;
  color: #222;
}

li {
  list-style: none;
}

.header {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1000;
  padding: 0 !important;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  max-width: 200px;
  position: relative;
  z-index: 1101;
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__nav {
  display: flex;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__nav a {
  font-size: 14px;
  transition: opacity 0.3s;
}

.header__nav a:hover {
  opacity: 0.7;
}

.header__contact a,
.header__document a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: bold;
  min-width: 120px;
  text-align: center;
  max-width: 240px;
}

.header__contact a {
  background: #F24822;
  color: #fff;
}

.header__document a {
  background: #262E78;
  color: #fff;
  border: 1px solid #262E78;
  margin-left: -15px;
}

.hamburger {
  display: none;
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1101;
  background: transparent;
  border: none;
  padding: 0;
  appearance: none;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #222;
  position: absolute;
  left: 0;
  transition: 0.3s;
  border-radius: 999px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #ffe600;
  padding: 100px 30px 40px;
  transition: right 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-menu a {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.mobile-menu .mobile-contact a,
.mobile-menu .mobile-document a {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  text-align: center;
  min-width: 160px;
}

.mobile-menu .mobile-contact a {
  background: #F24822;
  color: #fff;
}

.mobile-menu .mobile-document a {
  background: #262E78;
  border: 1px solid #262E78;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 15px 20px;
  }

  .header__logo {
    max-width: 150px;
  }
}

@media(max-width: 1200px) {
 .header {
    display: block!important;
    position: fixed!important;
    left: 0;
    top: 0;
    border-bottom: 0;
}

.header__document a {
    margin-left: 0;
}

 .header .function,
  .header .nav{
     display: none!important;
 }
}

.mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1101;
  line-height: 1;
}

.mobile-contact {
    margin-bottom: -10px;
}/* End custom CSS */