.elementor-28 .elementor-element.elementor-element-1b5457a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:45px;--padding-bottom:45px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-cc67519.elementor-element{--align-self:flex-start;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-28 .elementor-element.elementor-element-ddee336.elementor-element{--align-self:flex-end;}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(70px/2);}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(70px/2);}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(70px/2);}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-70px/2);}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-70px/2);}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-28 .elementor-element.elementor-element-ddee336{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:400;}.elementor-28 .elementor-element.elementor-element-ddee336 .elementor-icon-list-text{color:var( --e-global-color-53d54ae );transition:color 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-cc67519 */.menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hamburger-menu {
  position: relative;
  width:70px;
  height: 35px;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 0;
}

.mobile-container .hamburger-line {
  background-color: #fff !important;
}

.mobile-container .hamburger-line {
  background-color: #000 !important;
}
.hamburger-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.line-1 {
  top: 4px;
  width: 70px;
}
.line-2 {
  top: 18px;
  width: 70px;
}
.line-3 {
  top: 30px;
  width: 70px;
}
.hamburger-line.line-2 {
  opacity: 0;
}
.hamburger-menu.active .line-1 {
  transform: translateY(16px) rotate(45deg);
  width: 66%;
}

.hamburger-menu.active .line-3 {
  transform: translateY(-11px) rotate(-28deg);
  width: 65%;
}
.hamburger-menu.active .line-2 {
  opacity: 0;
}

.menutext {
  position: relative;
  left: 40px;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
}/* End custom CSS */