.elementor-5961 .elementor-element.elementor-element-1103d86a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:75px;--margin-bottom:075px;--margin-left:0px;--margin-right:0px;}.elementor-5961 .elementor-element.elementor-element-1e91739e{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-5961 .elementor-element.elementor-element-7868daa1 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:48px;font-weight:400;text-transform:uppercase;line-height:60px;color:#0F1010;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5961 .elementor-element.elementor-element-41f85332{font-family:"Manrope", Sans-serif;font-size:18px;font-weight:400;line-height:28px;}.elementor-5961 .elementor-element.elementor-element-3f1187a3{width:var( --container-widget-width, 400px );max-width:400px;--container-widget-width:400px;--container-widget-flex-grow:0;}.elementor-5961 .elementor-element.elementor-element-5e432874{width:var( --container-widget-width, 400px );max-width:400px;--container-widget-width:400px;--container-widget-flex-grow:0;}.elementor-5961 .elementor-element.elementor-element-210bf0c7{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5961 .elementor-element.elementor-element-47dcb3af img{border-style:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-5961 .elementor-element.elementor-element-7868daa1 .elementor-heading-title{font-size:36px;line-height:42px;}}@media(max-width:767px){.elementor-5961 .elementor-element.elementor-element-1103d86a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:12px;--padding-right:12px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-5961 .elementor-element.elementor-element-7868daa1 .elementor-heading-title{font-size:36px;line-height:42px;}.elementor-5961 .elementor-element.elementor-element-41f85332{font-size:16px;line-height:24px;}}@media(min-width:768px){.elementor-5961 .elementor-element.elementor-element-1e91739e{--width:35%;}.elementor-5961 .elementor-element.elementor-element-210bf0c7{--width:65%;}}/* Start custom CSS for html, class: .elementor-element-3f1187a3 */.us-clx-dropdown {
  position: relative;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
}
.us-clx-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 9999px;
  border: 2px solid #e0e0e0;
  background: #fff !important;
  color: #212121 !important;
  line-height: 1;
  font-size: 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.us-clx-trigger:focus {
  outline: none;
  border-color: #d0d0d0;
  background: #fff;
  color: #777;
}
.us-clx-trigger:hover {
  border-color: #d6d6d6;
  background: #fff;
  color: #777;
}
.us-clx-caret {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.6;
}

.us-clx-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 360px;
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #ececec;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  padding: 6px 10px;
  margin: 0;
  list-style: none;
  display: none; /* toggled by JS */
  z-index: 9999;
}
.us-clx-list[aria-hidden="false"] {
  display: block;
}

.us-clx-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  border-bottom: 1px solid #d0d0d0;
}
.us-clx-option:last-child {
  border-bottom: 0;
}
.us-clx-option:hover,
.us-clx-option[aria-selected="true"] {
  background: #f9fafb;
}
.us-clx-option:active {
  background: #f2f4f7;
}
.us-clx-row-arrow {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

@media (max-width: 480px) {
  .us-clx-dropdown {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e432874 */.ca-clx-dropdown {
  position: relative;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
}
.ca-clx-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 9999px;
  border: 2px solid #e0e0e0;
  background: #fff !important;
  color: #212121 !important;
  line-height: 1;
  font-size: 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ca-clx-trigger:focus {
  outline: none;
  border-color: #d0d0d0;
  background: #fff;
  color: #777;
}
.ca-clx-trigger:hover {
  border-color: #d6d6d6;
  background: #fff;
  color: #777;
}
.ca-clx-caret {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.6;
}

.ca-clx-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 360px;
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #ececec;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  padding: 6px 10px;
  margin: 0;
  list-style: none;
  display: none; /* toggled by JS */
  z-index: 9999;
}
.ca-clx-list[aria-hidden="false"] {
  display: block;
}

.ca-clx-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  border-bottom: 1px solid #d0d0d0;
}
.ca-clx-option:last-child {
  border-bottom: 0;
}
.ca-clx-option:hover,
.ca-clx-option[aria-selected="true"] {
  background: #f9fafb;
}
.ca-clx-option:active {
  background: #f2f4f7;
}
.ca-clx-row-arrow {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

@media (max-width: 480px) {
  .ca-clx-dropdown {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1103d86a */.section1, .section2 {
  display: none; /* hide by default */
}
.section1.active, .section2.active {
  display: block; /* show active section */
}

/* Wrapper to scope styles */
.section-toggle-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Inactive (default) */
.section-toggle-buttons button.toggle-btn {
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ddd !important;
  border-radius: 20px !important;
  padding: 10px 18px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  cursor: pointer;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
    width: 150px !important;
  text-align: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

/* Active */
.section-toggle-buttons button.toggle-btn.active {
  background: #FE5000 !important; /* orange */
  color: #fff !important;
  border-color: transparent !important;
}

/* Hover/focus */
.section-toggle-buttons button.toggle-btn:hover:not(.active) {
  border-color: #c9c9c9 !important;
}
.section-toggle-buttons button.toggle-btn:focus {
  outline: none !important;
}/* End custom CSS */