@media (max-width: 1200px) {
  #wpadminbar {
    display: none !important;
  }
}
html {
  scroll-behavior: unset !important;
}
body {
  background-color: #0f1a14;
  overflow-x: hidden;
}
b,
strong {
  font-weight: 700;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.card {
  background-color: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.15);
  box-shadow: 0 4px 9px 0 rgb(0 0 0 / 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 11px;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.card.hover-move:hover,
.card.hover-light:hover {
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.15);
}
.card.overflow {
  overflow: visible;
}
.title-blue span {
  color: #5cd698;
}
.gform-theme .gform_fields {
  --gf-form-gap-x: 25px;
  --gf-form-gap-y: 17px;
}
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox)
  input,
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox)
  textarea {
  background-color: #fff0;
  border: 1px solid rgb(255 255 255 / 0.4);
  color: #fff;
  border-radius: 11px;
  padding: 16px 20px;
  min-height: 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.0509803922);
  resize: none;
  transition: all 0.3s ease;
}
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox).gfield_error
  input,
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox).gfield_error
  textarea {
  border-color: var(--gf-color-danger);
  box-shadow: 0 4px 9.3px 0 rgb(192 43 10 / 0.1);
}
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox).gfield_error
  input::-moz-placeholder,
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox).gfield_error
  textarea::-moz-placeholder {
  color: var(--gf-color-danger);
}
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox).gfield_error
  input::placeholder,
.gform-theme
  .gform_fields
  .gfield:not(.gfield--type-consent):not(.gfield--type-checkbox).gfield_error
  textarea::placeholder {
  color: var(--gf-color-danger);
}
.gform-theme
  .gform_fields
  .gfield.gfield--type-consent
  .ginput_container_consent,
.gform-theme .gform_fields .gfield.gfield--type-consent .gchoice,
.gform-theme
  .gform_fields
  .gfield.gfield--type-checkbox
  .ginput_container_consent,
.gform-theme .gform_fields .gfield.gfield--type-checkbox .gchoice {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gform-theme .gform_fields .gfield.gfield--type-consent input,
.gform-theme .gform_fields .gfield.gfield--type-checkbox input {
  background-color: #fff0;
  border: 1px solid rgb(255 255 255 / 0.4);
  border-radius: 4px;
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.0509803922);
  width: 20px;
  height: 20px;
}
.gform-theme .gform_fields .gfield.gfield--type-consent input::before,
.gform-theme .gform_fields .gfield.gfield--type-checkbox input::before {
  color: #fff;
}
.gform-theme .gform_fields .gfield.gfield--type-consent .gform-field-label,
.gform-theme .gform_fields .gfield.gfield--type-checkbox .gform-field-label {
  font-size: 16px;
  color: #fff;
}
.gform-theme .gform_fields .gfield.gfield--type-consent .gfield_required_text,
.gform-theme .gform_fields .gfield.gfield--type-checkbox .gfield_required_text {
  display: none;
}
.gform-theme .gform_page_footer,
.gform-theme .gform_footer {
  margin-top: 0;
}
.gform-theme .gform_page_footer .btn-container,
.gform-theme .gform_footer .btn-container {
  width: 100%;
  margin-top: 17px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  box-shadow: 0 4px 9px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(255 255 255 / 0.1) !important;
  border-radius: 11px;
  border: 1px solid rgb(255 255 255 / 0.15);
  overflow: hidden;
  position: relative;
}
.gform-theme .gform_page_footer .btn-container input,
.gform-theme .gform_footer .btn-container input {
  font-size: 18px;
  padding: 14px 19px;
  letter-spacing: 1px;
  width: 100% !important;
  background-color: transparent !important;
  font-weight: 700 !important;
  border: 0px !important;
  --gf-local-color: white !important;
}
.gform-theme .gform_page_footer .btn-container:before,
.gform-theme .gform_footer .btn-container:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #fff0 0%, #7cffef 50%, #fff0 100%);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.gform-theme .gform_page_footer .btn-container:after,
.gform-theme .gform_footer .btn-container:after {
  content: "";
  position: absolute;
  width: 7em;
  height: 60px;
  background: radial-gradient(
    closest-side,
    rgb(92 214 152 / 0.62) 0%,
    rgb(92 214 152 / 0.62) 8%,
    rgb(92 214 152 / 0.38) 34%,
    rgb(92 214 152 / 0.14) 58%,
    rgb(92 214 152 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
  top: 120%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease;
  opacity: 0.5;
  pointer-events: none;
}
.gform-theme .gform_page_footer .btn-container:hover:before,
.gform-theme .gform_footer .btn-container:hover:before {
  width: 80%;
}
.gform-theme .gform_page_footer .btn-container:hover:after,
.gform-theme .gform_footer .btn-container:hover:after {
  opacity: 0.8;
  width: 80%;
  height: 60px;
  top: 100%;
}
.wizard-form .gform-loader {
  display: none !important;
}
.wizard-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(6px);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wizard-form:has(.gform-loader):before {
  opacity: 1;
  pointer-events: auto;
}
.wizard-form form {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
.wizard-form .select-real {
  transition: all 0.3s ease;
}
.wizard-form .select-real .chosen-single {
  outline: none !important;
  border-radius: 5px !important;
  border: 1px solid rgb(255 255 255 / 0.4) !important;
  box-shadow: 0 4px 9px 0 rgb(0 0 0 / 0.05) !important;
  background-color: transparent !important;
  color: #ffffff !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M1 0.895996L5.896 5.79199L10.792 0.895996" stroke="white"/></svg>') !important;
  --gf-ctrl-select-icon-size: 15px;
}
.wizard-form .select-real .chosen-single span {
  line-height: 25px;
  transition: all 0.3s ease;
}
.wizard-form .select-real .chosen-single div {
  opacity: 1;
  transition: all 0.3s ease;
}
.wizard-form .select-real .chosen-container {
  outline: none !important;
}
.wizard-form .select-real .chosen-results {
  padding: 0px !important;
}
.wizard-form .select-real .chosen-drop {
  --gf-ctrl-bg-color: rgba(255, 255, 255, 0.3);
  --gf-ctrl-select-dropdown-option-bg-color-hover: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
}
.wizard-form .select-real .chosen-drop li {
  --gf-ctrl-select-dropdown-option-shadow-hover: none;
  --gf-ctrl-color: white;
  transition: all 0.3s ease;
}
.wizard-form .select-real .chosen-drop .chosen-search {
  display: none;
}
@media (max-width: 1200px) {
  .wizard-form .select-real {
    overflow: hidden;
  }
}
.wizard-form .select-real[data-conditional-logic="visible"] {
  opacity: 1;
}
@media (max-width: 1200px) {
  .wizard-form .select-real[data-conditional-logic="visible"] {
    max-height: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.wizard-form .select-real[data-conditional-logic="hidden"] {
  display: inline-block !important;
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .wizard-form .select-real[data-conditional-logic="hidden"] {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.wizard-form .select-real[data-conditional-logic="hidden"] .chosen-single span {
  color: #fff0;
}
.wizard-form .select-real[data-conditional-logic="hidden"] .chosen-single div {
  opacity: 0;
}
.wizard-form .select-curr-provider input {
  transition: all 0.3s ease;
  font-size: 14px !important;
  height: 27px !important;
  min-height: unset !important;
  border-radius: 5px !important;
  padding: 0 12px !important;
  line-height: 25px !important;
}
@media (max-width: 1200px) {
  .wizard-form .select-curr-provider {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .wizard-form .select-curr-provider[data-conditional-logic="visible"] {
    max-height: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.wizard-form .select-curr-provider[data-conditional-logic="visible"] input {
  opacity: 1;
}
.wizard-form
  .select-curr-provider[data-conditional-logic="visible"]
  input::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.wizard-form
  .select-curr-provider[data-conditional-logic="visible"]
  input::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.wizard-form .select-curr-provider[data-conditional-logic="hidden"] {
  display: block !important;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .wizard-form .select-curr-provider[data-conditional-logic="hidden"] {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.wizard-form .select-curr-provider[data-conditional-logic="hidden"] input {
  opacity: 0.5;
}
.wizard-form
  .select-curr-provider[data-conditional-logic="hidden"]
  input::-moz-placeholder {
  color: #fff0;
}
.wizard-form
  .select-curr-provider[data-conditional-logic="hidden"]
  input::placeholder {
  color: #fff0;
}
.wizard-form .gf_progressbar {
  position: relative;
  background: rgb(195 195 195 / 0.0509803922);
  border-radius: 500px;
  width: 80%;
  --gf-field-pg-prog-bar-bg-color-blue: #3b8f6466;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.0509803922);
}
@media (max-width: 1200px) {
  .wizard-form .gf_progressbar {
    width: 100%;
  }
}
.wizard-form .gf_progressbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid rgb(255 255 255 / 0.1);
}
.wizard-form .gform_page_footer {
  position: absolute;
  right: 0;
  width: calc(20% - 20px);
}
.wizard-form .gform_page_footer .btn-container {
  margin-top: 0;
}
.wizard-form .gform_page_footer .btn-container input {
  font-weight: 400 !important;
}
.wizard-form.form-green .gform_page_footer .btn-container:before {
  background: linear-gradient(90deg, #fff0 0%, #46dd83 50%, #fff0 100%);
}
.wizard-form.form-green .gform_page_footer .btn-container:after {
  background: radial-gradient(
    closest-side,
    rgb(70 221 131 / 0.62) 0%,
    rgb(70 221 131 / 0.62) 8%,
    rgb(70 221 131 / 0.38) 34%,
    rgb(70 221 131 / 0.14) 58%,
    rgb(70 221 131 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
}
.wizard-form.form-market-data .gform_page_footer .btn-container:before {
  background: linear-gradient(90deg, #fff0 0%, #f3b2ff 50%, #fff0 100%);
}
.wizard-form.form-market-data .gform_page_footer .btn-container:after {
  background: radial-gradient(
    closest-side,
    rgb(243 178 255 / 0.62) 0%,
    rgb(243 178 255 / 0.62) 8%,
    rgb(243 178 255 / 0.38) 34%,
    rgb(243 178 255 / 0.14) 58%,
    rgb(243 178 255 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
}
.wizard-form:has(#gform_page_1_2:not([style="display:none;"]))
  .gform_page_footer {
  flex-wrap: nowrap;
  width: calc(40% - 20px);
}
@media (max-height: 1200px) {
  .wizard-form:has(#gform_page_1_2:not([style="display:none;"]))
    .gform_page_footer {
    width: 100%;
  }
}
.wizard-form:has(#gform_page_1_2:not([style="display:none;"])) .gf_progressbar {
  width: 60%;
}
@media (max-width: 1200px) {
  .wizard-form:has(#gform_page_1_2:not([style="display:none;"]))
    .gf_progressbar {
    width: 100%;
  }
}
.wizard-form .gf_progressbar_title {
  margin: 0;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 20px !important;
  color: white !important;
  font-weight: 400 !important;
  opacity: 0.7;
}
.unlock-apex .gform-theme .gform_footer .btn-container {
  width: 133px !important;
  margin-left: auto;
  margin-top: 0px !important;
}
.unlock-apex .gform-theme .gform_footer .btn-container input {
  font-weight: 400 !important;
  font-size: 18px !important;
}
.form-green form .gform_footer .btn-container {
  --gf-local-font-weight: 400 !important;
  --gf-ctrl-btn-font-weight: 400 !important;
}
.form-green form .gform_footer .btn-container:before {
  background: linear-gradient(
    90deg,
    #fff0 0%,
    #46dd83 50%,
    #fff0 100%
  ) !important;
}
.form-green form .gform_footer .btn-container:after {
  background: radial-gradient(
    closest-side,
    rgb(70 221 131 / 0.62) 0%,
    rgb(70 221 131 / 0.62) 8%,
    rgb(70 221 131 / 0.38) 34%,
    rgb(70 221 131 / 0.14) 58%,
    rgb(70 221 131 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  ) !important;
}
.form-market-data form .gform_footer .btn-container:before {
  background: linear-gradient(90deg, #fff0 0%, #f3b2ff 50%, #fff0 100%);
}
.form-market-data form .gform_footer .btn-container:after {
  background: radial-gradient(
    closest-side,
    rgb(243 178 255 / 0.62) 0%,
    rgb(243 178 255 / 0.62) 8%,
    rgb(243 178 255 / 0.38) 34%,
    rgb(243 178 255 / 0.14) 58%,
    rgb(243 178 255 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
}
.find-out-more {
  background-origin: border-box;
  transition: none;
  --before--g-1: 46%;
  --before--g-2: 100%;
}
@media (max-width: 1200px) {
  .find-out-more {
    text-wrap: balance;
  }
}
.find-out-more:before {
  border-width: 0px !important;
  background-image: linear-gradient(
    138deg,
    #fff0 var(--before--g-1),
    #1265ae var(--before--g-2)
  ) !important;
}
@media (max-width: 768px) {
  .find-out-more:before {
    display: none;
  }
}
.find-out-more > .elementor-element {
  z-index: 1;
}
.find-out-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #01336e 15%, #fff0 50%);
  pointer-events: none;
  border-radius: 11px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background-origin: border-box;
}
@media (max-width: 768px) {
  .find-out-more:after {
    background: linear-gradient(180deg, #fff0 -21.4%, #00336e 100%);
  }
}
.subtitle .elementor-heading-title {
  border: solid 1px #5cd698;
  border-radius: 15px;
  padding: 3px 20px;
  padding-left: 40px;
  position: relative;
  transition: all 1s ease;
  box-shadow: 0 4px 9.3px 0 #fff0;
}
.subtitle .elementor-heading-title:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #5cd698;
  position: absolute;
  left: 12px;
  top: 9px;
  border-radius: 200px;
}
@keyframes color-change {
  0% {
    background: #5cd698;
  }
  100% {
    background: #003788;
  }
}
.office {
  --min-height: 318px;
  --width: 395px;
}
.office > .elementor-widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-mask-image: linear-gradient(27deg, #fff0 20%, #000000 50%);
  mask-image: linear-gradient(27deg, #fff0 20%, #000000 50%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.office > .elementor-widget-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.office:hover > .elementor-widget-image {
  -webkit-mask-size: 120% 120%;
  mask-size: 120% 120%;
}
.blog #smooth-content {
  background-image: url(/wp-content/uploads/2024/10/blog-bg-scaled.jpg);
  background-size: 100% 100%;
}
.brands .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.brands .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.brands .card {
  height: 80px;
  width: 229px !important;
}
.table-container-notices table {
  border-radius: 11px;
  outline: 1px solid rgb(255 255 255 / 0.4);
  box-shadow: 0 4px 9px 0 rgb(0 0 0 / 0.05);
  overflow: hidden;
  width: 100% !important;
}
.table-container-notices table td,
.table-container-notices table th {
  border: none !important;
}
.table-container-notices table:has(thead) thead {
  background-color: #0c56af;
  text-align: center;
  font-weight: 600;
}
.table-container-notices table:has(thead) thead th {
  vertical-align: middle;
}
.table-container-notices table:has(thead) td:not(:first-child) {
  border-left: 1px solid rgb(255 255 255 / 0.4) !important;
}
.table-container-notices table:not(:has(thead)) tr:first-child {
  background-color: #0c56af;
  text-align: center;
}
.table-container-notices table:not(:has(thead)) tr:first-child td {
  vertical-align: middle;
  font-weight: 600;
}
.table-container-notices
  table:not(:has(thead))
  tr:not(:first-child)
  td:not(:first-child) {
  border-left: 1px solid rgb(255 255 255 / 0.4) !important;
}
.resource-item .elementor-heading-title {
  text-wrap: balance;
}
.elementor-screen-only {
  display: none;
}
@media (max-width: 1200px) {
  .mb-text-balance {
    text-wrap: balance;
  }
  .cards-container-height .card-item {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1200px) {
  #gform_page_1_2 .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  #gform_page_1_2 .gform_fields .gfield--input-type-checkbox {
    width: 100%;
  }
  #gform_page_1_2 .select-curr-provider {
    margin-left: auto;
    width: 47%;
  }
  #gform_page_1_2 .select-real {
    margin-right: auto;
    width: 47%;
  }
  #gform_page_1_2 .select-real select {
    border: 1px solid rgb(255 255 255 / 0.4);
    background-color: #fff0;
    color: #fff;
    font-weight: 400;
    text-align: left;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.0509803922);
    resize: none;
    transition: all 0.3s ease;
    font-size: 14px;
    height: 27px;
    border-radius: 5px;
    padding: 0 12px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .map-alerts .map-container {
    scale: 0.7 !important;
    right: 33px !important;
  }
  .market .card {
    margin-bottom: 10px;
  }
  .market-status-pinned {
    position: fixed;
    background-color: rgb(255 255 255 / 0.2);
    z-index: 98;
    bottom: 12px !important;
    padding: 22px 17px 33px 17px;
    border-radius: 11px 11px 0 0;
    text-align: center;
    width: 180px;
    transition: width 1s;
    cursor: pointer;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: none;
    border-top: 1px solid rgb(255 255 255 / 0.15);
    border-left: 1px solid rgb(255 255 255 / 0.15);
    border-right: 1px solid rgb(255 255 255 / 0.15);
    overflow: hidden;
    right: 0 !important;
    min-width: 0px !important;
  }
}
.effect-dt-pin {
  transition: none;
}
.all-markets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 0;
}
.all-markets li {
  margin-bottom: 0;
  position: relative;
}
.all-markets li:nth-child(2),
.all-markets li:nth-child(5),
.all-markets li:nth-child(8) {
  top: 30px;
}
body:not(.elementor-editor-active) .hero-effect {
  display: flex;
  justify-content: flex-end;
}
body:not(.elementor-editor-active) .hero-effect .bg-line {
  width: 90%;
  height: auto;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .hero-effect .bg-line {
    top: 10%;
  }
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .bg-line {
    top: 30%;
    left: -30%;
    width: 160%;
  }
}
@media (max-width: 768px) {
  body:not(.elementor-editor-active) .hero-effect .bg-line {
    top: 20%;
    left: -160%;
    width: 350%;
  }
}
body:not(.elementor-editor-active) .hero-effect svg {
  position: absolute;
}
body:not(.elementor-editor-active) .hero-effect svg path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  transition: all 3s ease-out;
}
body:not(.elementor-editor-active) .hero-effect.anim svg path {
  stroke-dashoffset: -1950;
}
body:not(.elementor-editor-active) .hero-effect .pilar-1 {
  width: 153px;
  height: -moz-fit-content;
  height: fit-content;
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: relative;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .hero-effect .pilar-1 {
    width: 133px;
  }
}
body:not(.elementor-editor-active) .hero-effect .pilar-1.anim {
  opacity: 1;
}
body:not(.elementor-editor-active) .hero-effect .pilar-2 {
  width: 99px;
  height: -moz-fit-content;
  height: fit-content;
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: relative;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .hero-effect .pilar-2 {
    width: 79px;
    translate: -50% -50% !important;
  }
}
body:not(.elementor-editor-active) .hero-effect .pilar-2.anim {
  opacity: 1;
}
body:not(.elementor-editor-active) .hero-effect .coin-home {
  position: absolute;
  right: 0;
  bottom: 0;
  translate: -50% -50%;
  opacity: 0;
  scale: 1;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home {
    scale: 0.8 !important;
  }
}
body:not(.elementor-editor-active) .hero-effect .coin-home.coin-1 {
  right: 23%;
  bottom: 12%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home.coin-1 {
    display: none;
  }
}
body:not(.elementor-editor-active) .hero-effect .coin-home.coin-2 {
  right: 28%;
  bottom: 27%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home.coin-2 {
    right: -25%;
    bottom: 30%;
  }
}
body:not(.elementor-editor-active) .hero-effect .coin-home.coin-3 {
  right: 12%;
  bottom: 51%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home.coin-3 {
    right: -19%;
    bottom: 53%;
  }
}
body:not(.elementor-editor-active) .hero-effect .coin-home.coin-4 {
  right: 38%;
  bottom: 46%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home.coin-4 {
    right: 70%;
    bottom: 45%;
  }
}
body:not(.elementor-editor-active) .hero-effect .coin-home.coin-5 {
  right: 39%;
  bottom: 20%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home.coin-5 {
    right: 60%;
    bottom: 15%;
  }
}
body:not(.elementor-editor-active) .hero-effect .coin-home.coin-6 {
  right: 11%;
  bottom: 25%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .hero-effect .coin-home.coin-6 {
    right: -10%;
    bottom: 9%;
  }
}
body:not(.elementor-editor-active) .pin-home-line {
  transition: none !important;
  height: 100vh;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active)
    .pin-home-line
    .elementor-widget-container {
    height: 100%;
  }
  body:not(.elementor-editor-active)
    .pin-home-line
    .elementor-widget-container
    > div {
    position: relative;
    height: 100%;
    top: 0%;
  }
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container {
  position: absolute;
  translate: -50% -50%;
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container img {
  height: auto;
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-1 {
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-1 {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-1 {
    width: 80px;
  }
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-2 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-2 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-2 {
    width: 70px;
  }
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-3 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-3 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-3 {
    width: 70px;
  }
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-4 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-4 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .pin-home-line .pilar-container.pilar-4 {
    width: 70px;
  }
}
body:not(.elementor-editor-active) .pin-home-line .pilar-container .pilar {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body:not(.elementor-editor-active)
  .pin-home-line
  .pilar-container
  .pilar.pilar-azul {
  opacity: 1;
}
body:not(.elementor-editor-active)
  .pin-home-line
  .pilar-container
  .pilar.pilar-verde {
  opacity: 0;
}
body:not(.elementor-editor-active) .pin-home-line .line {
  position: absolute;
  --offset: 6600;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .pin-home-line .line {
    left: -20%;
    width: 310%;
  }
}
body:not(.elementor-editor-active) .pin-home-line .line path {
  stroke-dasharray: 5000;
  stroke-dashoffset: var(--offset);
}
@media (max-width: 1200px) {
  .md-line-container .md-line-images {
    display: none;
  }
}
body:not(.elementor-editor-active) .md-line-container .md-line-images {
  opacity: 0;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active) .md-line-container .md-line-images {
    display: none;
  }
}
body:not(.elementor-editor-active) .md-line-container .md-line-pin {
  transition: none;
}
body:not(.elementor-editor-active) .md-line-container .md-line-content-2 {
  opacity: 0;
  height: 0;
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-content-2
  .md-line-item
  .md-line-item-title {
  opacity: 0.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 40px;
  --cum-size: 16px;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active)
    .md-line-container
    .md-line-content-2
    .md-line-item
    .md-line-item-title {
    justify-content: center;
    padding-left: 0;
    opacity: 1;
  }
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-content-2
  .md-line-item
  .md-line-item-title:before {
  content: "";
  position: absolute;
  width: var(--cum-size);
  height: var(--cum-size);
  background-color: #fff;
  border-radius: 500px;
  left: 0;
  top: calc(50% - 3px);
  translate: 0 -50%;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active)
    .md-line-container
    .md-line-content-2
    .md-line-item
    .md-line-item-title:before {
    display: none;
  }
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-content-2
  .md-line-item
  .md-line-item-title
  .elementor-heading-title {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transform-origin: center left;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active)
    .md-line-container
    .md-line-content-2
    .md-line-item
    .md-line-item-title
    .elementor-heading-title {
    font-size: 22px;
    font-weight: 900;
  }
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-content-2
  .md-line-item
  .md-line-item-desc {
  opacity: 0;
  overflow: hidden;
  height: 0;
  text-wrap: balance;
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-content-2
  .md-line-item
  .md-line-item-desc
  p {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  body:not(.elementor-editor-active)
    .md-line-container
    .md-line-content-2
    .md-line-item
    .md-line-item-desc
    p {
    padding-top: 7px;
  }
}
body:not(.elementor-editor-active) .md-line-container .md-line-images {
  position: relative;
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-images
  .md-line-image {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
}
body:not(.elementor-editor-active)
  .md-line-container
  .md-line-images
  .md-line-image
  .md-line-image-item {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgb(243 178 255 / 0.24);
}
.md-line .pilar-container {
  position: absolute;
  transform-origin: 50% 50%;
}
.md-line .pilar-container img {
  height: auto;
}
.md-line .pilar-container.pilar-1 {
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .md-line .pilar-container.pilar-1 {
    width: 80px;
  }
}
@media (max-width: 1200px) {
  .md-line .pilar-container.pilar-1 {
    width: 70px;
  }
}
.md-line .pilar-container.pilar-2 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .md-line .pilar-container.pilar-2 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .md-line .pilar-container.pilar-2 {
    width: 70px;
  }
}
.md-line .pilar-container.pilar-3 {
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .md-line .pilar-container.pilar-3 {
    width: 80px;
  }
}
@media (max-width: 1200px) {
  .md-line .pilar-container.pilar-3 {
    width: 70px;
  }
}
.md-line .pilar-container.pilar-4 {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .md-line .pilar-container.pilar-4 {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  .md-line .pilar-container.pilar-4 {
    width: 60px;
  }
}
.md-line .pilar-container .pilar {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.md-line .line {
  position: absolute;
  top: 27vh;
  left: 50%;
  translate: -50% -50%;
  --offset: 7820;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .md-line .line {
    top: 0vh;
    left: 0%;
    width: 230%;
  }
}
.md-line .line path {
  stroke-dasharray: 5000;
  stroke-dashoffset: var(--offset);
}
.wwd-container .wwd-pin {
  transition: none;
}
.wwd-line svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .wwd-line svg {
    width: 180%;
  }
}
.wwd-line .pilar {
  position: absolute;
  translate: -50% -50%;
}
.home #smooth-content,
.page-id-5077 #smooth-content {
  background-image: url("/wp-content/themes/hello-elementor-child/assets/img/fondo equiduct-min.jpg") !important;
  background-size: 100% 100%;
}
#canvas3d {
  translate: -50% -50%;
  width: 180px !important;
  height: 370px !important;
  opacity: 1;
}
#canvas3d.anim {
  opacity: 1;
}
#canvas3d-2 {
  translate: -50% -50%;
  width: 99px !important;
  height: 140px !important;
  opacity: 0;
}
#canvas3d-2.anim {
  opacity: 1;
}
.page-id-5077 .hero-effect .pilar-1,
.page-id-5077 .hero-effect .pilar-2 {
  display: none;
}
.test-pin {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.hero-effect .pilar-1-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.home-bg {
  top: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  transition: none;
  background-color: #3b8f64;
}
.home-bg canvas {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100vw !important;
  height: 100vh !important;
}
.home-bg canvas#gradient-canvas {
  --gradient-color-1: #3b8f64;
  --gradient-color-2: #2d7052;
  --gradient-color-3: #4a9f72;
  --gradient-color-4: #5aaf82;
}
.home-bg canvas#gradient-canvas-green {
  --gradient-color-1: #35a876;
  --gradient-color-2: #0a6b84;
  --gradient-color-3: #37af77;
  --gradient-color-4: #34a870;
  opacity: 0;
}
.home-bg canvas#gradient-canvas-magenta {
  --gradient-color-1: #4958bc;
  --gradient-color-2: #9a6ef5;
  --gradient-color-3: #9d70ec;
  --gradient-color-4: #8b81f5;
  opacity: 0;
}
.page-id-562 #smooth-content {
  background-image: url(/wp-content/uploads/2024/10/bg-gradient-about-scaled.jpg);
  background-size: 100% 100%;
}
.team-video {
  position: relative;
}
.team-video img {
  opacity: 1;
  transition: all 0.5s ease;
}
.team-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border-radius: 13px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.team-video figcaption {
  display: none;
}
.team-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  translate: -50% -50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="25" viewBox="0 0 21 25" fill="none"><path d="M21 12.5L0.750001 24.1913L0.750002 0.808657L21 12.5Z" fill="%237CFFEF"/></svg>');
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-color: rgb(0 90 192 / 0.3);
  border-radius: 500px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  box-shadow: 0 1px 1px 0 rgb(255 255 255 / 0.05) inset,
    0 4px 4px 0 rgb(255 255 255 / 0.15) inset,
    0 4px 36px 0 rgb(255 255 255 / 0.36) inset;
  z-index: 1;
  opacity: 1;
  scale: 1;
  transition: all 0.5s ease;
  pointer-events: none;
}
.team-video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  translate: -50% -50%;
  background-color: rgb(0 51 110 / 0.49);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
  border-radius: 13px;
}
.team-video:hover img {
  opacity: 0 !important;
}
.team-video:hover video {
  opacity: 0.8;
}
.team-video:hover:after {
  opacity: 1;
}
.team-video:hover:before {
  scale: 1.2;
}
.btn-link a {
  box-shadow: 0 1px 1px 0 rgb(255 255 255 / 0.05) inset,
    0 4px 4px 0 rgb(255 255 255 / 0.15) inset,
    0 4px 36px 0 rgb(255 255 255 / 0.36) inset;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  width: 49px;
  height: 49px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-link a img {
  width: 30px;
  max-height: 19px;
  transition: all 0.3s ease;
}
.btn-link a:hover {
  scale: 0.9;
}
.btn-link a:hover img {
  scale: 1.1;
}
.timeline .phase-title .elementor-heading-title {
  background: rgb(75 147 255 / 0.12);
  border: solid 1px rgb(255 255 255 / 0.4);
  box-shadow: 0 4px 7.9px 0 rgb(0 0 0 / 0.08);
  border-radius: 10px;
  padding: 0 45px;
  -webkit-backdrop-filter: blur(1.25px);
  backdrop-filter: blur(1.25px);
}
.timeline .year .elementor-heading-title {
  border-radius: 5px;
  border: 1px solid rgb(255 255 255 / 0.4);
  background: rgb(75 147 255 / 0.22);
  box-shadow: 0 4px 7.9px 0 rgb(0 0 0 / 0.08);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 3px 0;
  width: 100px;
  display: block;
  margin: auto;
  font-weight: 400 !important;
}
.timeline .year .elementor-widget-container {
  position: relative;
  transition: all 0.5s ease !important;
  top: 0;
}
.timeline .desc {
  top: 0;
  transition: all 0.5s ease;
  opacity: 0.5;
  gap: 5px;
  text-wrap: balance;
}
.timeline .desc p {
  margin: 0;
}
.timeline .swiper-slide.swiper-slide-next .desc {
  top: -40px;
  opacity: 1;
}
.timeline > .elementor-widget-container {
  position: relative;
}
.timeline > .elementor-widget-container:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #fff0 0%, #8ab0ce 50%, #fff0 100%);
  position: absolute;
  left: 0;
  top: 205px;
}
.timeline .phase-title {
  transition: all 0.5s ease;
  opacity: 0;
}
.timeline .swiper-slide-next .phase-title {
  opacity: 1;
}
.timeline
  .swiper-slide:not(.swiper-slide-next)
  .year
  .elementor-widget-container {
  margin: 20px 0 25px 0px !important;
  top: 0;
}
.timeline .swiper-slide.swiper-slide-next .year .elementor-widget-container {
  top: -90px;
}
.timeline .timeline-image {
  align-self: center;
  border-radius: 1000px;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.timeline .timeline-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  margin: 0 auto;
}
.timeline .swiper-slide > .elementor-element {
  transition: all 0.5s ease;
  position: relative;
  scale: 1;
  top: 0;
}
.timeline .swiper-slide:not(.swiper-slide-next) > .elementor-element {
  scale: 0.5;
  top: -50px;
}
.timeline span.swiper-pagination-bullet {
  width: 60px !important;
  border-radius: 0 !important;
  background: rgb(255 255 255 / 0.8) !important;
  margin: 0 !important;
}
.timeline span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5cd698 !important;
}
.timeline .swiper-pagination {
  position: absolute;
  top: 100%;
  width: 601px;
  height: 9px;
  left: 50%;
  translate: -50% 0;
  background-color: rgb(255 255 255 / 0.2);
  border-radius: 500px;
}
.timeline .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #7cffef;
  border-radius: 500px;
}
.timeline .swiper-pagination .swiper-pagination-progressbar-fill:hover {
  background-color: #56b2a7;
}
.about-people {
  padding: 0 20px;
}
.page-id-2091 #gradient-canvas {
  --gradient-color-1: #35a876;
  --gradient-color-2: #0a6b84;
  --gradient-color-3: #37af77;
  --gradient-color-4: #34a870;
}
@media (max-width: 1200px) {
  .page-id-2091 .sm-effect > div {
    position: absolute;
    top: unset;
    bottom: 10%;
  }
}
.page-id-2091 .sm-effect svg {
  position: relative;
  top: 20%;
  width: 110%;
  height: auto;
  translate: 0% 0;
}
@media (max-width: 1200px) {
  .page-id-2091 .sm-effect svg {
    top: 0%;
    width: 110%;
  }
}
.page-id-2091 .sm-effect .sm-pilar {
  position: absolute;
  translate: -50% -50%;
}
.page-id-2091 .sm-effect .sm-pilar img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page-id-2091 .sm-effect .sm-pilar.sm-pilar-4 {
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-4 {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-4 {
    width: 100px;
  }
}
.page-id-2091 .sm-effect .sm-pilar.sm-pilar-3 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-3 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-3 {
    width: 80px;
  }
}
.page-id-2091 .sm-effect .sm-pilar.sm-pilar-2 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-2 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-2 {
    width: 80px;
  }
}
.page-id-2091 .sm-effect .sm-pilar.sm-pilar-1 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-1 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .page-id-2091 .sm-effect .sm-pilar.sm-pilar-1 {
    width: 80px;
  }
}
.page-id-2091 .number-connect {
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  width: 47px;
  height: 47px;
  border-radius: 47px;
  padding-top: 3px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none"><g opacity="0.24" filter="url(%23filter0_f_2528_2062)"><circle cx="26.5" cy="26.5006" r="21.069" fill="white"/></g><g opacity="0.24" filter="url(%23filter1_b_2528_2062)"><circle cx="26.5" cy="26.5" r="23.5" fill="white"/></g><defs><filter id="filter0_f_2528_2062" x="0.43103" y="0.431641" width="52.1379" height="52.1387" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.5" result="effect1_foregroundBlur_2528_2062"/></filter><filter id="filter1_b_2528_2062" x="-297" y="-297" width="647" height="647" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImageFix" stdDeviation="150"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2528_2062"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2528_2062" result="shape"/></filter></defs></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
}
@media (max-width: 1200px) {
  .page-id-2091 .number-connect {
    left: 50%;
  }
}
.page-id-2091 .number-connect .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.apex-acordion .e-n-accordion-item-title {
  border-radius: 11px;
  border: 1px solid rgb(255 255 255 / 0.15) !important;
  background: rgb(255 255 255 / 0.1);
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.apex-acordion .e-n-accordion-item-title .e-n-accordion-item-title-header {
  margin-right: auto;
}
.apex-acordion .e-n-accordion-item-title:before {
  content: "";
  display: inline-table;
  width: 41px;
  height: 41px;
  background-image: url(/wp-content/uploads/2025/04/arrows.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 500px;
}
.apex-acordion .e-n-accordion-item-title:has(+ div.logo-free-1):before {
  background-image: url(/wp-content/uploads/2025/04/security.png);
}
.apex-acordion .e-n-accordion-item-title:has(+ div.logo-free-2):before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="45" viewBox="0 0 46 45" fill="none"><g filter="url(%23filter0_biii_2553_937)"><path d="M23 45C35.4264 45 45.5 34.9264 45.5 22.5C45.5 10.0736 35.4264 0 23 0C10.5736 0 0.5 10.0736 0.5 22.5C0.5 34.9264 10.5736 45 23 45Z" fill="%2345E180" fill-opacity="0.1"/></g><rect x="11.2842" y="23.6973" width="14.0149" height="2.12079" rx="1.0604" transform="rotate(28.296 11.2842 23.6973)" fill="%2345E180"/><rect x="22.2476" y="29.8047" width="18.1353" height="2.12079" rx="1.0604" transform="rotate(-51.767 22.2476 29.8047)" fill="%2345E180"/><path d="M10.0401 27.0456C11.7587 27.0456 13.1518 25.6525 13.1518 23.9339C13.1518 22.2154 11.7587 20.8223 10.0401 20.8223C8.32161 20.8223 6.92847 22.2154 6.92847 23.9339C6.92847 25.6525 8.32161 27.0456 10.0401 27.0456Z" fill="%2345E180"/><path d="M22.1117 34.2234C23.8302 34.2234 25.2234 32.8302 25.2234 31.1117C25.2234 29.3931 23.8302 28 22.1117 28C20.3931 28 19 29.3931 19 31.1117C19 32.8302 20.3931 34.2234 22.1117 34.2234Z" fill="%2345E180"/><path d="M35.4125 17.4734C37.131 17.4734 38.5241 16.0802 38.5241 14.3617C38.5241 12.6431 37.131 11.25 35.4125 11.25C33.6939 11.25 32.3008 12.6431 32.3008 14.3617C32.3008 16.0802 33.6939 17.4734 35.4125 17.4734Z" fill="%2345E180"/><defs><filter id="filter0_biii_2553_937" x="-35.5" y="-36" width="117" height="117" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImageFix" stdDeviation="18"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2553_937"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2553_937" result="shape"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="18"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.36 0"/><feBlend mode="normal" in2="shape" result="effect2_innerShadow_2553_937"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0"/><feBlend mode="normal" in2="effect2_innerShadow_2553_937" result="effect3_innerShadow_2553_937"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0"/><feBlend mode="normal" in2="effect3_innerShadow_2553_937" result="effect4_innerShadow_2553_937"/></filter></defs></svg>');
}
.apex-acordion .e-n-accordion-item-title:has(+ div.logo-free-3):before {
  background-image: url(/wp-content/uploads/2025/04/update.png);
}
.apex-acordion .e-n-accordion-item-title:has(+ div.logo-free-4):before {
  background-image: url(/wp-content/uploads/2025/04/arrows.png);
}
.apex-acordion .e-n-accordion-item > div p {
  margin: 0;
}
.key-apex-features .swiper-pagination-progressbar {
  top: 100% !important;
  border-radius: 500px;
  overflow: hidden;
  background-color: rgb(255 255 255 / 0.1);
  height: 8px !important;
  translate: 0 -100%;
}
@media (max-width: 1200px) {
  .key-apex-features .swiper-pagination-progressbar {
    top: calc(100% + 40px) !important;
  }
}
.key-apex-features
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: #45e180;
  border-radius: 500px;
}
.key-apex-features .elementor-swiper-button-prev,
.key-apex-features .elementor-swiper-button-next {
  top: calc(100% - 70px) !important;
  transition: none !important;
}
@media (max-width: 768px) {
  .key-apex-features .elementor-swiper-button-prev,
  .key-apex-features .elementor-swiper-button-next {
    top: calc(100% + 70px) !important;
    left: calc(50% - 20px) !important;
    translate: -50% 0px !important;
  }
}
.key-apex-features .elementor-swiper-button-next {
  --e-n-carousel-arrow-next-translate-y: 0%;
}
@media (max-width: 768px) {
  .key-apex-features .elementor-swiper-button-next {
    left: calc(50% + 20px) !important;
  }
}
@media (max-width: 1200px) {
  .key-apex-features .card > .e-con-inner > div:nth-child(1) {
    --min-height: 200px !important;
  }
  .key-apex-features .card > .e-con-inner > div:nth-child(1) img {
    width: 80%;
  }
  .key-apex-features .card > .e-con-inner > div:nth-child(2) {
    --min-height: 200px !important;
    text-wrap: balance;
  }
  .key-apex-features .card > .e-con-inner > div:nth-child(2) br {
    display: none;
  }
}
.page-id-61 #smooth-content {
  background-image: url(/wp-content/uploads/2024/10/bg-gradient.jpg);
  background-size: 100% 100%;
}
.mka-line-1-1 {
  position: absolute;
  top: 28%;
  right: 0;
  translate: 50%;
}
.mka-line-1-1 svg {
  pointer-events: none;
  stroke-dasharray: 4700;
  stroke-dashoffset: 16660;
  transition: all 3s ease;
}
.mka-line-1-1.animated svg {
  stroke-dashoffset: 18060;
}
.mka-line-1-2 {
  position: absolute;
  top: 30%;
  right: 0;
  translate: 60%;
}
.mka-line-1-2 svg {
  pointer-events: none;
  stroke-dasharray: 4700;
  stroke-dashoffset: 16660;
  transition: all 3s ease;
}
.mka-line-1-2.animated svg {
  stroke-dashoffset: 18060;
}
.mka-line-2-1 {
  position: absolute;
  top: 40%;
  left: 0;
}
.mka-line-2-1 svg {
  pointer-events: none;
  stroke-dasharray: 4700;
  stroke-dashoffset: 13060;
  transition: all 3s ease;
}
.mka-line-2-1.animated svg {
  stroke-dashoffset: 11440;
}
.mka-line-2-2 {
  position: absolute;
  top: 50%;
  left: 0;
}
.mka-line-2-2 svg {
  pointer-events: none;
  stroke-dasharray: 4700;
  stroke-dashoffset: 13060;
  transition: all 3s ease;
}
.mka-line-2-2.animated svg {
  stroke-dashoffset: 11440;
}
#map {
  width: 100%;
  height: 700px;
}
#map path:hover {
  fill: #84c0d3;
  cursor: pointer;
}
.status .elementor-heading-title {
  padding: 5px 10px;
  font-size: 16px !important;
  display: inline-block;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid rgb(255 255 255 / 0.15);
  background: rgb(92 214 152 / 0.35);
  background-color: #418e9f;
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.05);
  -webkit-backdrop-filter: blur(6.25px);
  backdrop-filter: blur(6.25px);
}
.map-alerts .map-container {
  position: relative;
  overflow: hidden;
  width: 900px;
  width: 610px;
}
.map-alerts .point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  z-index: 10;
  pointer-events: none;
}
.map-alerts svg {
  scale: 1.7;
  position: relative;
  top: -42px;
  right: -100px;
  scale: 1;
  top: 0;
  right: 0;
}
.map-alerts svg:nth-child(1) {
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 0.25))
    drop-shadow(0 4px 4px #000000);
}
.map-alerts svg:nth-child(2) {
  position: absolute;
  right: unset;
  left: 0;
}
.map-alerts svg:nth-child(2) path {
  opacity: 0;
  transition: all 0.3s ease;
  fill: #84c0d3 !important;
}
.map-alerts svg:nth-child(2) path.active,
.map-alerts svg:nth-child(2) path:hover {
  opacity: 1;
}
.map-alerts .statuses {
  margin-top: 33px;
  margin-bottom: 33px;
  display: flex;
  gap: 24px;
}
.map-alerts .statuses span {
  border: solid 1px #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.map-alerts .statuses span span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  padding: 0;
  margin-right: 10px;
}
.map-alerts .map-title {
  border: solid 1px #7cffef;
  display: inline-block;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 26px;
}
.map-alerts ul {
  padding: 0;
}
.map-alerts .markets-liest-container {
  height: 485px;
  overflow: hidden;
  overflow-y: visible;
  padding-right: 20px;
}
.map-alerts .markets-liest-container::-webkit-scrollbar {
  width: 10px;
}
.map-alerts .markets-liest-container::-webkit-scrollbar-track {
  border-radius: 500px;
  background-color: #20547b;
  border: 1px solid #20547b;
}
.map-alerts .markets-liest-container::-webkit-scrollbar-thumb {
  border-radius: 500px;
  background-color: #042c64;
  box-shadow: inset 0 0 0 2px #20547b;
}
.map-alerts .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-alerts .col-md-1 {
  width: 15%;
}
.map-alerts .col-md-4 {
  width: 25%;
}
.map-alerts .col-md-8 {
  width: 60%;
}
.market {
  padding: 10px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 146px;
}
.market.active {
  background-color: rgb(255 255 255 / 0.3) !important;
}
@media (max-width: 1200px) {
  .market {
    height: 120px;
  }
}
.market .market-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.market .market-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.market span.market-city {
  font-weight: 700;
  font-size: 30px;
  margin-top: 12px;
  display: block;
}
@media (max-width: 1700px) {
  .market span.market-city {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .market span.market-city {
    font-size: 20px;
  }
}
.market .market-country {
  font-family: "Avenir" !important;
  display: block;
}
@media (max-width: 1700px) {
  .market .market-country {
    font-size: 16px;
  }
}
.market .market-status {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 100px;
}
.market span.market-name {
  background: rgb(92 214 152 / 0.33);
  border: 1px solid rgb(255 255 255 / 0.15);
  text-transform: uppercase;
  padding: 5px 15px;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  border-radius: 6px;
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.05);
}
@media (max-width: 1700px) {
  .market span.market-name {
    font-size: 14px;
    padding: 5px 10px;
    padding-top: 0.1em;
    padding-bottom: 0em;
  }
}
.market-desc {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1em;
}
@media (max-width: 1700px) {
  .market-desc {
    margin-top: 10px;
  }
}
.secondary-markets {
  display: block !important;
  margin-top: 120px;
}
.secondary-markets ul {
  gap: 80px 90px;
  margin-top: 30px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1700px) {
  .secondary-markets ul {
    gap: 50px 40px;
    margin-top: 50px;
  }
}
.secondary-markets ul .market {
  width: 360px;
  height: 190px;
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  .secondary-markets ul .market {
    margin-bottom: 15px !important;
  }
}
.secondary-markets ul .market .market-status {
  width: 28px;
  height: 28px;
}
.secondary-markets ul .market .market-country {
  display: none;
}
.page-id-482 #smooth-content {
  background-image: url(/wp-content/uploads/2024/10/bg-gradient.jpg);
  background-size: 100% 100%;
}
.sm-video-container.active {
  position: absolute;
  top: 0;
}
@media (min-width: 1200px) {
  .sm-video-pin {
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #4958bc;
  --gradient-color-2: #9a6ef5;
  --gradient-color-3: #9d70ec;
  --gradient-color-4: #8b81f5;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #gradient-canvas {
    position: fixed;
  }
}
#Capa_1 path {
  transition: all 0.3s ease !important;
  transform-origin: center center;
  transform: scale(1);
  position: relative;
  z-index: 8;
}
#Capa_1 path.active {
  transform: scale(1);
  z-index: 9;
}
.pin-spacer:has(> .sm-video-pin),
.start-video-effect {
  pointer-events: none !important;
}
.sm-video-pin {
  pointer-events: none !important;
}
.sm-video-pin iframe {
  pointer-events: auto !important;
}
.sm-effect-end {
  transition: none;
}
.brands .swiper-slide .card.hover-move {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pin-spacer:has(.cards-container) {
  z-index: 9 !important;
}
.cards-container {
  display: flex;
}
.cards {
  width: 100%;
}
.card-item {
  width: 100%;
  margin-bottom: 150px;
  font-size: 36px;
  transition: none !important;
}
.video-section {
  transition: none !important;
}
.video-section iframe {
  width: 100% !important;
  height: 100% !important;
  scale: 1.2;
  transform-origin: 0 0;
}
.sm-effect {
  position: absolute;
  transition: none;
}
@media (max-width: 1200px) {
  .sm-effect > div {
    position: absolute;
    top: unset;
    bottom: 20%;
  }
}
.sm-effect svg {
  height: auto;
  width: 120%;
  height: auto;
  translate: -10% 0;
}
.sm-effect .sm-pilar {
  position: absolute;
  translate: -50% -50%;
}
.sm-effect .sm-pilar img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.sm-effect .sm-pilar.sm-pilar-1 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .sm-effect .sm-pilar.sm-pilar-1 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .sm-effect .sm-pilar.sm-pilar-1 {
    width: 80px;
  }
}
.sm-effect .sm-pilar.sm-pilar-2 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .sm-effect .sm-pilar.sm-pilar-2 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .sm-effect .sm-pilar.sm-pilar-2 {
    width: 80px;
  }
}
.sm-effect .sm-pilar.sm-pilar-3 {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .sm-effect .sm-pilar.sm-pilar-3 {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .sm-effect .sm-pilar.sm-pilar-3 {
    width: 80px;
  }
}
.sm-effect .sm-pilar.sm-pilar-4 {
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .sm-effect .sm-pilar.sm-pilar-4 {
    width: 80px;
  }
}
.get-in-touch {
  display: flex;
  align-items: center;
}
.get-in-touch a {
  height: 50px;
  padding: 23px 22px !important;
}
.elementor-widget-search .e-search-input {
  border-radius: 20px !important;
  color: white !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background-color: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.15) !important;
  box-shadow: 0 4px 9.3px rgb(0 0 0 / 0.05);
  -webkit-backdrop-filter: blur(6.75px);
  backdrop-filter: blur(6.75px);
  padding: 0;
  transition: all 0.3s ease;
  padding-left: 25px !important;
}
.elementor-widget-search .e-search-input:hover,
.elementor-widget-search .e-search-input:active,
.elementor-widget-search .e-search-input:focus {
  background-color: rgb(255 255 255 / 0.1);
}
.elementor-widget-search .e-search-input:active,
.elementor-widget-search .e-search-input:focus {
  border-color: #5cd698 !important;
}
.elementor-widget-search .e-search-input::-webkit-input-placeholder {
  color: white !important;
}
.elementor-widget-search .e-search-input::-moz-placeholder {
  color: white !important;
}
.elementor-widget-search .e-search-input:-ms-input-placeholder {
  color: white !important;
}
.elementor-widget-search .e-search-input:-moz-placeholder {
  color: white !important;
}
.elementor-widget-search .e-search-input-wrapper {
  position: relative;
}
.elementor-widget-search .e-search-submit {
  position: absolute;
  right: 25px;
  height: 58px;
  border-radius: 0 10px 10px 0 !important;
  background-color: transparent !important;
  padding: 0px !important;
}
.elementor-widget-search .e-search-submit svg {
  margin: 0px !important;
}
.categories .elementor-element {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px !important;
}
.page-id-2083 #smooth-content {
  background-image: url(/wp-content/uploads/2024/10/market-data.png);
  background-size: 100% 100%;
}
.blog-item {
  overflow: hidden;
}
.blog-item .blog-title .elementor-heading-title {
  color: #fff !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 20px !important;
}
.blog-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 11px;
}
.blog-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff0 26.87%, #00336e 85.55%);
  transition: all 0.3s ease;
}
.blog-item:hover::before {
  top: 20px;
}
.blog-item:hover .btn-secondary .elementor-heading-title:before {
  width: 85%;
}
.blog-cats {
  position: absolute;
  top: 24px;
  right: 18px;
  z-index: 1;
  border-radius: 11px;
  border: 0.5px solid #fff;
  background: rgb(92 214 152 / 0.3);
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.05);
  -webkit-backdrop-filter: blur(6.75px);
  backdrop-filter: blur(6.75px);
  transition: all 0.3s ease;
}
.blog-cats:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.blog-cats a {
  padding: 1px 15px;
  display: inline-block !important;
  min-width: 90px;
  text-align: center;
}
.blog-grid .elementor-pagination,
.custom-pag .elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.blog-grid .elementor-pagination .prev,
.blog-grid .elementor-pagination .next,
.custom-pag .elementor-pagination .prev,
.custom-pag .elementor-pagination .next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16" fill="none"><path d="M1.07129 1L8.14236 8.07107L1.07129 15.1421" stroke="%2300336E" stroke-linecap="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  color: transparent !important;
  margin: 0px !important;
}
.blog-grid .elementor-pagination .prev,
.custom-pag .elementor-pagination .prev {
  rotate: 180deg;
}
.blog-grid .elementor-pagination .page-numbers:not(.prev):not(.next),
.custom-pag .elementor-pagination .page-numbers:not(.prev):not(.next) {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  height: 1em;
  margin: 0px !important;
  display: flex;
  align-items: center;
  line-height: 1em;
}
.blog-grid
  .elementor-pagination
  .page-numbers:not(.prev):not(.next)
  .elementor-screen-only,
.custom-pag
  .elementor-pagination
  .page-numbers:not(.prev):not(.next)
  .elementor-screen-only {
  display: none !important;
}
.blog-grid .elementor-pagination .page-numbers:not(.prev):not(.next).current,
.custom-pag .elementor-pagination .page-numbers:not(.prev):not(.next).current {
  font-weight: 700;
}
.custom-pag .prev,
.custom-pag .next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16" fill="none"><path d="M1.07129 1L8.14236 8.07107L1.07129 15.1421" stroke="%23FFFFFF" stroke-linecap="round"/></svg>') !important;
}
.responsive-menu,
.responsive-menu-toggle {
  display: none;
}
.cards-container {
  transition: none !important;
}
.scrolled .elementor-location-header {
  opacity: 0;
  pointer-events: none;
}
.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.8s;
}
.elementor-location-header .get-in-touch a {
  background-color: #2d7052;
  border: 2px solid #3b8f64;
  border-radius: 13px;
  font-weight: 700 !important;
  color: #ffffff !important;
  padding: 11px 19px !important;
  transition: 0.3s ease;
  gap: 0.2em;
}
.elementor-location-header .get-in-touch a:hover {
  background-color: #3b8f64;
  color: #ffffff !important;
}
.elementor-location-header .burg-toggle {
  width: 32px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.elementor-location-header .burg-toggle > span {
  width: 100%;
  height: 3px;
  border-radius: 500px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  translate: -50% -50%;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.elementor-location-header .burg-toggle > span:nth-child(1) {
  top: 0%;
}
.elementor-location-header .burg-toggle > span:nth-child(2) {
  top: 50%;
  width: 70%;
}
.elementor-location-header .burg-toggle > span:nth-child(3) {
  top: 100%;
}
.elementor-location-header .burg-toggle.open > span:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.elementor-location-header .burg-toggle.open > span:nth-child(2) {
  opacity: 0;
}
.elementor-location-header .burg-toggle.open > span:nth-child(3) {
  top: 50%;
  rotate: -45deg;
}
.header-menu-container {
  height: 70px;
}
@media (max-width: 1200px) {
  .header-menu-container {
    pointer-events: none;
  }
}
.header-menu-container .header-menu {
  position: absolute;
  top: 0;
  height: 70px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* padding-bottom: 30px; */
}
body:not(.elementor-editor-active) .burg-content {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.burg-open .header-menu-container .header-menu {
  background-color: rgb(255 255 255 / 0.15) !important;
}
header:after {
  content: "" !important;
  display: block !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 51 110 / 0.9);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.burg-open header:after {
  opacity: 1;
  pointer-events: auto;
}
.elementor-location-header .sub-arrow svg {
  display: none;
}
.elementor-location-header span.sub-arrow {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 0 !important;
  transform: rotate(45deg);
  position: relative;
  right: -17px;
  top: -2px;
}
.elementor-location-header li a:hover {
  color: #65d4d6 !important;
}
.elementor-location-header .elementor-sub-item.elementor-item-active {
  background-color: transparent !important;
}
.elementor-location-header .market-data a,
.elementor-location-header .market-data a:hover {
  color: transparent !important;
  background: url(/wp-content/uploads/2024/09/logo-eq-marketdata.svg) !important;
  background-size: 100% !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
  min-width: 210px;
}
.elementor-location-header .apex a,
.elementor-location-header .apex a:hover {
  color: transparent !important;
  background: url(/wp-content/uploads/2024/09/logo-eq-apex.svg) !important;
  background-size: 100% !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
}
.elementor-location-header .services:hover .sub-menu {
  display: flex;
  height: 70px;
  left: -20px;
}
.elementor-location-header .sub-menu {
  width: auto;
  max-width: 1000px;
  top: auto;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  min-width: 215px !important;
  text-align: center;
  background: transparent !important;
  text-align: center;
  padding-top: 30px !important;
  position: relative;
}
.elementor-location-header .sub-menu:after {
  content: "";
  background: rgb(255 255 255 / 0.0784313725) !important;
  border: solid 1px rgb(255 255 255 / 0.1490196078);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 9;
  top: 0;
  width: 100%;
  height: 100%;
  top: 20px;
  -webkit-backdrop-filter: blur(6.75px);
  backdrop-filter: blur(6.75px);
}
.elementor-location-header .sub-menu li {
  padding-bottom: 15px;
  position: relative;
  z-index: 10;
}
.burg-content .sub-important > a {
  font-size: 35px !important;
}
.burg-content .elementor-nav-menu__container {
  padding-left: 10px;
}
.burg-content .sub-arrow svg {
  display: none;
}
.burg-content span.sub-arrow {
  width: 17px;
  height: 17px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 0 !important;
  transform: rotate(45deg);
  position: relative;
  right: -20px;
  top: -2px;
}
.burg-content li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.burg-content li:hover .sub-menu {
  display: flex !important;
  width: 100%;
}
.burg-content .market-data {
  border: solid 2px #f3b2ff;
  border-radius: 10px;
  padding: 20px 19px;
  min-width: 235px;
}
.burg-content .market-data a {
  width: 165px;
  height: 40px;
  background-repeat: no-repeat !important;
  position: relative;
  top: 0px !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
}
.burg-content .apex,
.burg-content .market-data {
  height: 80px;
  border-radius: 20px;
}
.burg-content .apex {
  border: solid 2px #45e180;
  border-radius: 20px;
  padding: 20px 19px;
  min-width: 235px;
}
.burg-content .apex a {
  color: transparent !important;
  background: url(/wp-content/uploads/2024/09/logo-eq-apex.svg) !important;
  background-size: 100% !important;
  background-position: top left !important;
  width: 120px;
  height: 69px;
  background-repeat: no-repeat !important;
  position: relative;
  top: -11px !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
}
.burg-content .sub-menu {
  margin: 0 !important;
  max-width: 100% !important;
}
.burg-content .sub-menu {
  position: relative !important;
  background: none !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  height: auto !important;
  left: 0 !important;
}
.burg-content .sub-menu:before,
.burg-content .sub-menu:after {
  display: none !important;
}
.burg-content a {
  font-weight: 500 !important;
}
:root {
  --cmplz_banner_width: 460px !important;
}
.cmplz-cookiebanner {
  right: unset !important;
  bottom: 10px !important;
  left: 10px !important;
}
.cmplz-cookiebanner .cmplz-title {
  display: none;
}
.cmplz-cookiebanner p {
  text-align: center;
  margin: 0;
}
.cmplz-cookiebanner {
  border: solid 1px rgb(255 255 255 / 0.4) !important;
  background: rgb(92 214 152 / 0.12) !important;
  box-shadow: 0 4px 9.3px rgb(0 0 0 / 0.05) !important;
  -webkit-backdrop-filter: blur(6.25px) !important;
  backdrop-filter: blur(6.25px) !important;
}
.cmplz-cookiebanner {
  --cmplz_banner_width: 490px;
}
.cmplz-cookiebanner .cmplz-header {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cmplz-cookiebanner .cmplz-message {
  text-wrap: balance;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: white !important;
  text-decoration: none !important;
}
.cmplz-cookiebanner .cmplz-buttons {
  width: 60%;
  margin: auto;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: 40px !important;
  padding: 0px !important;
}
.cmplz-manage-consent.cmplz-show {
  display: none;
}
.closed-menu {
  position: unset;
}
.closed-menu .elementor-nav-menu {
  position: unset;
}
.closed-menu .elementor-nav-menu .services-header {
  position: unset;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu {
  width: calc(100% + 50px);
  max-width: unset;
  gap: 0;
  height: auto !important;
  left: -25px;
  translate: 0 10px;
  filter: blur(6px);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex !important;
  pointer-events: none;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li {
  position: relative;
  padding: 0px !important;
  top: 7px;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li.market-data {
  flex: 2;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li.market-data a {
  position: relative;
}
.closed-menu
  .elementor-nav-menu
  .services-header
  .sub-menu
  li.market-data
  a::before {
  content: "";
  display: block !important;
  left: calc(100% + 10px);
  top: -5px;
  width: 25px;
  height: 40px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/04/market-data.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.closed-menu
  .elementor-nav-menu
  .services-header
  .sub-menu
  li.market-data
  a:hover::before {
  top: -15px;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li.apex {
  flex: 1.2;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li.apex a {
  position: relative;
  width: 90px;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li.apex a::before {
  content: "";
  display: block !important;
  left: calc(100% + 5px);
  top: -5px;
  width: 25px;
  height: 40px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/04/apex-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.closed-menu
  .elementor-nav-menu
  .services-header
  .sub-menu
  li.apex
  a:hover::before {
  top: -15px;
}
.closed-menu .elementor-nav-menu .services-header .sub-menu li a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.closed-menu
  .elementor-nav-menu
  .services-header
  .sub-menu
  li:not(:last-child):before {
  content: "";
  width: 50px;
  height: 1px;
  background: url(/wp-content/uploads/2024/10/menu-gredient.png);
  background-size: 90%;
  position: absolute;
  background-position: center center;
  bottom: 0;
  right: -45px;
  transform: rotate(-90deg);
  top: 50%;
  translate: 0 -50%;
}
.closed-menu .elementor-nav-menu .services-header:hover .sub-menu {
  pointer-events: auto;
  translate: 0 0;
  filter: blur(0);
  opacity: 1;
}
.closed-menu .elementor-nav-menu .market-header .sub-menu {
  display: flex !important;
  flex-direction: column;
  translate: 0 10px !important;
  filter: blur(6px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: all 0.3s ease !important;
}
.closed-menu .elementor-nav-menu .market-header .sub-menu li {
  pointer-events: none !important;
}
.closed-menu .elementor-nav-menu .market-header .sub-menu li a {
  margin: 0px !important;
}
.closed-menu .elementor-nav-menu .market-header:hover .sub-menu {
  pointer-events: auto !important;
  translate: 0 0px !important;
  filter: blur(0) !important;
  opacity: 1 !important;
}
.closed-menu .elementor-nav-menu .market-header:hover .sub-menu li {
  pointer-events: auto !important;
}
.burg-content .services-burger {
  height: 4em;
  overflow: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  interpolate-size: allow-keywords;
}
.burg-content .services-burger:hover {
  height: auto;
  transition-delay: 0s;
}
.burg-content .services-burger:hover .sub-menu {
  transition-delay: 0.2s;
  opacity: 1;
  filter: blur(0);
}
.burg-content .services-burger .sub-menu {
  min-width: 0px !important;
  opacity: 0;
  display: flex !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: all 0.3s ease;
  transition-delay: 0s;
  filter: blur(3px);
}
.burg-content .services-burger .sub-menu .menu-item {
  min-width: 0px !important;
  padding: 10px 20px !important;
  padding-right: 45px !important;
  display: flex;
  flex-direction: column;
}
.burg-content .services-burger .sub-menu .menu-item a {
  top: 0px !important;
  height: 100% !important;
  background-position: center center !important;
  border: 0px !important;
}
.burg-content .services-burger .sub-menu .menu-item a::before {
  content: "";
  display: block !important;
  left: calc(100% + 5px);
  top: -5px;
  width: 25px;
  height: 40px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.burg-content .services-burger .sub-menu .menu-item a:hover::before {
  top: -10px;
}
.burg-content .services-burger .sub-menu .menu-item a:before {
  display: none;
}
.burg-content .services-burger .sub-menu .menu-item.apex a {
  position: relative;
  width: 90px;
}
.burg-content .services-burger .sub-menu .menu-item.apex a::before {
  background-image: url(/wp-content/uploads/2024/11/0v.png);
}
.burg-content .services-burger .sub-menu .menu-item.market-data a::before {
  background-image: url(/wp-content/uploads/2024/11/0m.png);
}
.burg-content .services-burger .sub-menu .menu-item.current_page_item a {
  color: transparent !important;
}
.burg-content .activity-burg {
  height: 4em !important;
  overflow: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  interpolate-size: allow-keywords;
}
.burg-content .activity-burg:hover {
  height: auto !important;
  transition-delay: 0s;
}
.burg-content .activity-burg:hover .sub-menu {
  transition-delay: 0.2s;
  opacity: 1;
  filter: blur(0);
}
.burg-content .activity-burg .sub-menu {
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0s;
  display: flex !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  filter: blur(5px);
}
.burg-content .activity-burg .sub-menu .elementor-sub-item {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border: 1px solid white !important;
  border-radius: 12px;
}
.burg-content .activity-burg .sub-menu .elementor-sub-item:before {
  display: none !important;
}
.activity .sub-menu a {
  align-items: center;
  justify-self: center;
  color: #fff;
  font-size: 20px !important;
  position: relative;
  border: none !important;
}
.activity .sub-menu a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(/wp-content/uploads/2024/10/menu-gredient.png);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center center;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease;
}
.activity .sub-menu a:hover {
  background-color: transparent !important;
}
.activity .sub-menu a:hover:before {
  background-size: 90% 100%;
}
.mask-footer {
  -webkit-mask-image: url(/wp-content/themes/hello-elementor-child/assets/img/mask-footer.png);
  mask-image: url(/wp-content/themes/hello-elementor-child/assets/img/mask-footer.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-bottom: -2px;
}
.form-newsletter .gform_fields {
  --gf-form-gap-x: 0px;
}
.form-newsletter .gform_fields .gfield:nth-child(1) input {
  border-radius: 11px 0 0 11px !important;
  border-right: 0px !important;
  background-color: rgb(255 255 255 / 0.09) !important;
  border-color: rgb(255 255 255 / 0.15) !important;
}
.form-newsletter .gform_fields .gfield:nth-child(1) input::-moz-placeholder {
  color: #5cd698 !important;
}
.form-newsletter .gform_fields .gfield:nth-child(1) input::placeholder {
  color: #5cd698 !important;
}
.form-newsletter .gform_fields .gfield:nth-child(2) input {
  width: 100% !important;
  border-radius: 0 11px 11px 0px !important;
  border-left: 0px !important;
  padding: 0px !important;
  color: transparent !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="12" viewBox="0 0 31 12" fill="none"><path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585787 6.75 1 6.75L1 5.25ZM30.5303 6.53033C30.8232 6.23743 30.8232 5.76256 30.5303 5.46967L25.7574 0.696697C25.4645 0.403804 24.9896 0.403804 24.6967 0.696697C24.4038 0.98959 24.4038 1.46446 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM1 6.75L30 6.75L30 5.25L1 5.25L1 6.75Z" fill="%237CFFEF"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(255 255 255 / 0.09) !important;
  border-color: rgb(255 255 255 / 0.15) !important;
}
.footer-content {
  overflow: hidden;
}
.footer-content::before {
  content: "";
  top: 35%;
  left: 50%;
  translate: -50%;
  width: 150%;
  height: 150%;
  opacity: 0.7;
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    rgb(92 214 152 / 0.69) 0%,
    rgb(92 214 152 / 0.62) 8%,
    rgb(92 214 152 / 0.38) 34%,
    rgb(92 214 152 / 0.14) 58%,
    rgb(92 214 152 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
}
:root {
  --gradient-shadow: linear-gradient(
    45deg,
    #5cd698,
    #3b8f64,
    #2a6647,
    #2a6647,
    #5cd698
  );
}
.elementor-location-footer {
  position: relative;
}
.elementor-location-footer .gform-button {
  height: 100% !important;
}
body:not(.home) .elementor-location-footer:after {
  content: "";
  position: absolute;
  background: var(--gradient-shadow);
  background-size: 400%;
  width: 100%;
  height: 185%;
  z-index: -1;
  animation: glow 50s linear infinite;
  border-radius: 146px;
  top: 55px;
  filter: blur(150px);
}
.elementor-location-footer {
  --bottom: 0%;
  z-index: 0;
}
.elementor-location-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 185%;
  z-index: 1;
  bottom: calc(var(--bottom) - 455px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #fff0 2.03%,
    rgb(92 214 152 / 0.09) 10.93%,
    rgb(92 214 152 / 0.21) 21.95%,
    rgb(92 214 152 / 0.49) 34.64%,
    #5cd698 44.85%
  );
}
.elementor-location-footer * {
  position: relative;
  z-index: 2;
}
@keyframes glow {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.elementor-widget-button .elementor-button-wrapper,
.elementor-widget-button .elementor-widget-container,
.btn-primary .elementor-button-wrapper,
.btn-primary .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget-button a,
.elementor-widget-button .elementor-heading-title,
.btn-primary a,
.btn-primary .elementor-heading-title {
  font-size: 18px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  box-shadow: 0 4px 9px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(255 255 255 / 0.1) !important;
  border-radius: 0.611em;
  padding: 0.778em 1em;
  letter-spacing: 1px;
  border: 1px solid rgb(255 255 255 / 0.15);
}
@media (max-width: 1200px) {
  .elementor-widget-button a,
  .elementor-widget-button .elementor-heading-title,
  .btn-primary a,
  .btn-primary .elementor-heading-title {
    font-size: 16px;
  }
}
.elementor-widget-button a:before,
.elementor-widget-button .elementor-heading-title:before,
.btn-primary a:before,
.btn-primary .elementor-heading-title:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #fff0 0%, #7cffef 50%, #fff0 100%);
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease;
}
.elementor-widget-button a:after,
.elementor-widget-button .elementor-heading-title:after,
.btn-primary a:after,
.btn-primary .elementor-heading-title:after {
  content: "";
  position: absolute;
  width: 7em;
  height: 60px;
  background: radial-gradient(
    closest-side,
    rgb(92 214 152 / 0.62) 0%,
    rgb(92 214 152 / 0.62) 8%,
    rgb(92 214 152 / 0.38) 34%,
    rgb(92 214 152 / 0.14) 58%,
    rgb(92 214 152 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
  top: 120%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.elementor-widget-button a:hover:before,
.elementor-widget-button .elementor-heading-title:hover:before,
.btn-primary a:hover:before,
.btn-primary .elementor-heading-title:hover:before {
  width: 80%;
}
.elementor-widget-button a:hover:after,
.elementor-widget-button .elementor-heading-title:hover:after,
.btn-primary a:hover:after,
.btn-primary .elementor-heading-title:hover:after {
  opacity: 0.8;
  width: 80%;
  height: 60px;
  top: 100%;
}
.elementor-widget-button .elementor-heading-title,
.btn-primary .elementor-heading-title {
  display: block;
}
.elementor-widget-button .word > div:after,
.btn-primary .word > div:after {
  content: attr(data-letter);
  position: absolute;
  top: 110%;
  left: 0;
}
.elementor-widget-button.malachite a::before,
.elementor-widget-button.btn-apex a::before,
.btn-primary.malachite a::before,
.btn-primary.btn-apex a::before {
  background: linear-gradient(90deg, #fff0 0%, #45e180 50%, #fff0 100%);
}
.elementor-widget-button.malachite a::after,
.elementor-widget-button.btn-apex a::after,
.btn-primary.malachite a::after,
.btn-primary.btn-apex a::after {
  background: radial-gradient(
    closest-side,
    rgb(69 225 128 / 0.62) 0%,
    rgb(69 225 128 / 0.62) 8%,
    rgb(69 225 128 / 0.38) 34%,
    rgb(69 225 128 / 0.14) 58%,
    rgb(69 225 128 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
}
.elementor-widget-button.elementor-button-info a,
.btn-primary.elementor-button-info a {
  padding-right: 50px;
}
.elementor-widget-button.elementor-button-info
  .elementor-button-content-wrapper:after,
.btn-primary.elementor-button-info .elementor-button-content-wrapper:after {
  content: "";
  display: table;
  position: absolute;
  right: 4px;
  top: 50%;
  translate: -50% -50%;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="23" viewBox="0 0 19 23" fill="none"><g filter="url(%23filter0_biii_2841_1059)"><path d="M8.58752 16.6244C9.01251 17.1252 9.86249 17.1252 10.2875 16.6244L16.6623 10.3152C17.1935 9.81443 16.6623 9.01325 15.8123 9.01325H11.5624C11.5624 9.01325 11.7749 4.40648 11.5624 2.00295C11.4562 0.901325 10.6062 0 9.4375 0C8.26878 0 7.41881 0.901325 7.31256 2.00295C7.10006 4.30633 7.31256 9.01325 7.31256 9.01325H3.06267C2.2127 9.01325 1.68146 9.81443 2.2127 10.4153L8.58752 16.6244Z" fill="%23F3B2FF"/></g><rect y="20" width="19" height="3" rx="1.5" fill="%23F3B2FF"/><defs><filter id="filter0_biii_2841_1059" x="-34" y="-36" width="86.875" height="89" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImageFix" stdDeviation="18"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2841_1059"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2841_1059" result="shape"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="18"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.36 0"/><feBlend mode="normal" in2="shape" result="effect2_innerShadow_2841_1059"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0"/><feBlend mode="normal" in2="effect2_innerShadow_2841_1059" result="effect3_innerShadow_2841_1059"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0"/><feBlend mode="normal" in2="effect3_innerShadow_2841_1059" result="effect4_innerShadow_2841_1059"/></filter></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.elementor-widget-button.btn-market-data a::before,
.btn-primary.btn-market-data a::before {
  background: linear-gradient(90deg, #fff0 0%, #f3b2ff 50%, #fff0 100%);
}
.elementor-widget-button.btn-market-data a::after,
.btn-primary.btn-market-data a::after {
  background: radial-gradient(
    closest-side,
    rgb(243 178 255 / 0.62) 0%,
    rgb(243 178 255 / 0.62) 8%,
    rgb(243 178 255 / 0.38) 34%,
    rgb(243 178 255 / 0.14) 58%,
    rgb(243 178 255 / 0.03) 77%,
    #fff0 92%,
    #fff0 100%
  );
}
.menu-item .word > div:after {
  content: attr(data-letter);
  position: absolute;
  top: 110%;
  left: 0;
}
.btn-secondary .elementor-heading-title,
.btn-secondary:not(:has(.elementor-heading-title)) {
  font-family: "Avenir", Sans-serif;
  font-size: 18px !important;
  padding: 4px;
  letter-spacing: 1px;
  border: 1px solid rgb(255 255 255 / 0.15);
  position: relative;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: transparent !important;
  border: none;
}
.btn-secondary .elementor-heading-title:before,
.btn-secondary:not(:has(.elementor-heading-title)):before {
  content: "";
  position: absolute;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, #fff0 0%, #7cffef 50%, #fff0 100%);
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease;
}
.btn-secondary .elementor-heading-title:after,
.btn-secondary:not(:has(.elementor-heading-title)):after {
  display: none;
}
.btn-secondary .elementor-heading-title:hover:before,
.btn-secondary:not(:has(.elementor-heading-title)):hover:before {
  width: 80%;
}
.hero {
  --bg-position: 0%;
}
.hero .hero-breadcrumbs {
  position: absolute;
  top: 170px;
}
.hero .hero-breadcrumbs a,
.hero .hero-breadcrumbs span {
  color: #5cd698;
  font-size: 12px;
  font-weight: 700;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -o-object-position: 50% var(--bg-position);
  object-position: 50% var(--bg-position);
  -webkit-mask-image: url(/wp-content/uploads/2024/10/bg-hero-mask.png);
  mask-image: url(/wp-content/uploads/2024/10/bg-hero-mask.png);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.hero .hero-line {
  position: absolute;
  bottom: -100px;
  left: 0;
  pointer-events: none;
}
.hero .hero-line svg {
  stroke-dasharray: 20320;
  stroke-dashoffset: 20240;
  transition: all 2s ease;
  width: 100%;
}
.hero .hero-line.animated svg {
  stroke-dashoffset: 18570;
}
.item-noticias {
  padding: 1px;
  border-radius: 11px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: rgb(255 255 255 / 0.4);
  height: 400px !important;
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  max-width: 600px;
}
@media (max-width: 1700px) {
  .item-noticias {
    max-width: 500px;
    height: 350px !important;
  }
}
.item-noticias:not(.swiper-slide-visible) {
  opacity: 0;
}
.item-noticias .post-image-container {
  position: relative;
  border-radius: 11px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
}
.item-noticias .post-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff0 26.87%, #00336e 85.55%);
  transition: all 0.3s ease;
}
.item-noticias .post-image-container:hover:before {
  top: 20px;
}
.item-noticias .post-image-container:hover .btn:before {
  width: 80%;
}
.item-noticias .post-image-container .btn {
  padding-top: 25px;
}
.item-noticias .post-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.item-noticias .post-image-container .post-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  text-wrap: balance;
  z-index: 1;
}
.item-noticias .post-image-container .post-cat {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background-color: rgb(255 255 255 / 0.42);
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.05);
  border: solid 1px #fff;
  border-radius: 11px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #00336e;
  z-index: 1;
}
.item-noticias .post-content-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .item-noticias .post-content-item {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .item-noticias .post-content-item {
    font-size: 15px;
  }
}
.item-noticias .post-content-item .read-more {
  margin-top: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.container-carrusel-ultimas-noticias .swiper-button-nav,
.custom-loop .swiper-button-nav {
  width: 44px;
}
@media (max-width: 1200px) {
  .container-carrusel-ultimas-noticias .swiper-button-nav,
  .custom-loop .swiper-button-nav {
    top: calc(100% + 50px);
  }
}
@media (max-width: 768px) {
  .container-carrusel-ultimas-noticias .swiper-button-nav,
  .custom-loop .swiper-button-nav {
    top: calc(100% + 40px);
  }
}
.container-carrusel-ultimas-noticias .swiper-button-nav::after,
.custom-loop .swiper-button-nav::after {
  display: none;
}
.container-carrusel-ultimas-noticias {
  --swiper-navigation-sides-offset: -40px;
}
@media (max-width: 1700px) {
  .container-carrusel-ultimas-noticias {
    --swiper-navigation-sides-offset: 30px;
  }
}
@media (max-width: 1200px) {
  .container-carrusel-ultimas-noticias {
    --swiper-navigation-sides-offset: 35%;
  }
}
.container-carrusel-ultimas-noticias .swiper-pagination {
  width: 600px !important;
  height: 6px !important;
  padding-top: 0;
  background-color: rgb(255 255 255 / 0.2) !important;
  margin: auto !important;
  margin-top: 40px !important;
  border-radius: 500px !important;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .container-carrusel-ultimas-noticias .swiper-pagination {
    width: 100% !important;
    height: 9px !important;
  }
}
.container-carrusel-ultimas-noticias
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #7cffef !important;
  border-radius: 500px !important;
}
.container-carrusel-ultimas-noticias
  .swiper-pagination
  .swiper-pagination-progressbar-fill:hover {
  background-color: #56b2a7 !important;
}
.container-carrusel-ultimas-noticias .swiper-slide .post-image-container {
  filter: blur(1px);
  transition: all 0.3s ease;
}
.container-carrusel-ultimas-noticias
  .swiper-slide.swiper-slide-active
  .post-image-container {
  filter: blur(0);
}
.swiper-pagination-ultimas-noticias {
  padding-top: 50px;
  position: relative !important;
  top: unset !important;
}
.custom-loop span.swiper-pagination-bullet {
  width: 60px !important;
  border-radius: 0 !important;
  background: rgb(255 255 255 / 0.8) !important;
  margin: 0 !important;
}
.custom-loop span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5cd698 !important;
}
.swiper-button-nav.swiper-button-next,
.swiper-button-nav.swiper-button-prev,
.elementor-swiper-button-next,
.elementor-swiper-button-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="28" viewBox="0 0 16 28" fill="none"><path d="M2 2L14 14L2 26" stroke="white" stroke-width="2.5" stroke-linecap="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  background-repeat: no-repeat !important;
  width: 34px !important;
  height: 34px !important;
  transition: all 0.3s ease;
}
.swiper-button-nav.swiper-button-next:hover,
.swiper-button-nav.swiper-button-prev:hover,
.elementor-swiper-button-next:hover,
.elementor-swiper-button-prev:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="28" viewBox="0 0 16 28" fill="none"><path d="M2 2L14 14L2 26" stroke="%237cffef" stroke-width="2.5" stroke-linecap="round"/></svg>');
}
.swiper-button-nav.swiper-button-next svg,
.swiper-button-nav.swiper-button-prev svg,
.elementor-swiper-button-next svg,
.elementor-swiper-button-prev svg {
  display: none !important;
}
.elementor-swiper-button-prev,
.swiper-button-nav.swiper-button-prev {
  transform: rotate(-180deg) !important;
}
.placeholder-swiper-2,
.placeholder-swiper {
  margin-bottom: 20px;
}
.placeholder-swiper-2 img,
.placeholder-swiper img {
  width: 30px;
}
.instrument-swiper,
.instrument-swiper-reverse,
.placeholder-swiper,
.placeholder-swiper-2 {
  margin-bottom: 20px;
}
.instrument-swiper .swiper-slide,
.instrument-swiper-reverse .swiper-slide,
.placeholder-swiper .swiper-slide,
.placeholder-swiper-2 .swiper-slide {
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border: 1px solid rgb(255 255 255 / 0.15);
  background: rgb(255 255 255 / 0.12);
  box-shadow: 0 4px 9.3px 0 rgb(0 0 0 / 0.05);
  -webkit-backdrop-filter: blur(1.9500000477px);
  backdrop-filter: blur(1.9500000477px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px 0 8px 0;
  line-height: 1em;
}
.instrument-swiper .swiper-slide span,
.instrument-swiper-reverse .swiper-slide span,
.placeholder-swiper .swiper-slide span,
.placeholder-swiper-2 .swiper-slide span {
  font-family: "Avenir Light", sans-serif;
}
.instrument-swiper .swiper-slide b,
.instrument-swiper-reverse .swiper-slide b,
.placeholder-swiper .swiper-slide b,
.placeholder-swiper-2 .swiper-slide b {
  font-weight: 700;
}
.instrument-swiper .swiper-slide span,
.instrument-swiper .swiper-slide b,
.instrument-swiper-reverse .swiper-slide span,
.instrument-swiper-reverse .swiper-slide b,
.placeholder-swiper .swiper-slide span,
.placeholder-swiper .swiper-slide b,
.placeholder-swiper-2 .swiper-slide span,
.placeholder-swiper-2 .swiper-slide b {
  margin-right: 5px;
}
.instrument-swiper .swiper-slide span:last-child,
.instrument-swiper-reverse .swiper-slide span:last-child,
.placeholder-swiper .swiper-slide span:last-child,
.placeholder-swiper-2 .swiper-slide span:last-child {
  opacity: 0.5;
}
.brands img {
  max-height: 50px;
}
.market-status-pinned {
  position: fixed;
  background-color: rgb(255 255 255 / 0.2);
  z-index: 98;
  bottom: 0;
  right: 20px;
  padding: 22px 17px 33px 17px;
  border-radius: 11px 11px 0 0;
  text-align: center;
  width: 180px;
  transition: width 1s;
  cursor: pointer;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: none;
  border-top: 1px solid rgb(255 255 255 / 0.15);
  border-left: 1px solid rgb(255 255 255 / 0.15);
  border-right: 1px solid rgb(255 255 255 / 0.15);
  overflow: hidden;
}
.market-status-pinned::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #3b8f64;
  filter: blur(7px);
}
.market-status-pinned.defcon2::before {
  background-color: #e38827;
}
.market-status-pinned.defcon1::before {
  background-color: #e14545;
}
.market-status-pinned .title {
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.market-status-pinned .market-status-real-time-message {
  padding: 0;
  max-width: 460px;
  text-align: left;
  transition: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.market-status-pinned .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.8;
  margin-bottom: 10px;
  font-size: 15px;
}
.market-status-pinned span.view-status {
  text-decoration: underline;
}
.market-status-pinned span.open-message {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-top: 10px;
  --rotation: 45deg;
  --top: 2px;
}
.market-status-pinned span.open-message:after {
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(var(--rotation));
  position: absolute;
  right: 0;
  top: var(--top);
}
.market-status-pinned .market-status {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
}
.status-filter {
  width: 200px;
  border-radius: 11px;
  border: solid 1px #6c91c0;
  padding: 7px 14px;
  padding-right: 145px;
  float: inline-end;
  position: relative;
  top: 100px;
  z-index: 10;
}
.status-filter:after {
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 18px;
  top: 9px;
  transform: rotate(45deg);
}
.status-filter:hover .dropdown {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.status-filter:hover .dropdown .dropdown-content {
  transition: all 0.3s ease;
  pointer-events: all;
  opacity: 1;
}
.status-filter .dropdown {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  padding-top: 15px;
  border-radius: 11px;
  pointer-events: none;
  opacity: 0;
  transition: all 0s ease;
  transition-delay: 0.3s;
}
.status-filter .dropdown .dropdown-content {
  border: solid 1px #6c91c0;
  border-radius: 11px;
  position: relative;
  padding: 15px 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.status-filter .dropdown .dropdown-content::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 10px;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
}
.status-filter .dropdown a {
  display: block;
  position: relative;
  z-index: 99;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .custom-loop span.swiper-pagination-bullet {
    width: 20px !important;
  }
  .all-markets {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 0;
    margin: 0;
  }
  .all-markets li {
    top: 0 !important;
  }
  .elementor-location-footer:before,
  .elementor-location-footer:after {
    top: 100px;
  }
  .hero .hero-breadcrumbs {
    max-width: 94vw !important;
  }
  .page-id-1411
    .elementor-widget-loop-carousel.elementor-element
    :is(.swiper, .swiper-container-md)
    ~ .elementor-swiper-button-next {
    right: 30% !important;
    top: 130% !important;
  }
  .page-id-1411
    .elementor-widget-loop-carousel.elementor-element
    :is(.swiper, .swiper-container-md)
    ~ .elementor-swiper-button-prev {
    left: 30%;
    top: 118%;
  }
  .timeline .swiper-slide:not(.swiper-slide-next) {
    scale: 1 !important;
  }
  .timeline img {
    width: 300px !important;
    height: 300px !important;
  }
  .secondary-markets ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 30px;
  }
  .market span.market-city {
    font-size: 25px;
  }
  .secondary-markets {
    margin-top: 0;
    text-align: center;
  }
  .map-alerts .map-container {
    scale: 0.7;
    right: 235px;
  }
  .map-alerts .map-title {
    font-size: 20px;
  }
  .map-alerts .row {
    display: block;
  }
  .map-alerts .row .col-md-4 {
    width: 100%;
    text-align: center;
  }
  .map-alerts .row .market-city,
  .map-alerts .row .market-country {
    text-align: left;
  }
  .form-newsletter {
    position: relative;
  }
  .form-newsletter .gfield {
    position: relative;
  }
  .form-newsletter #field_submit {
    position: absolute;
    right: 0;
    height: 48px;
    width: 70px;
  }
  .wizard-form .gform_page_footer {
    bottom: -50px;
    width: 100%;
  }
  .mask-footer {
    -webkit-mask-size: 100% !important;
    mask-size: 100% !important;
    margin-bottom: -2px !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: bottom !important;
    mask-position: bottom !important;
  }
  body {
    overflow: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .hero-line {
    overflow: hidden;
  }
  .mka-line-1-1,
  .mka-line-1-2 {
    display: none;
  }
  .page-content {
    overflow: hidden;
  }
  .elementor-location-header {
    width: 100vw;
  }
  .scrolled .elementor-location-header {
    opacity: 1;
    pointer-events: visible;
  }
  .responsive-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 96px);
    background-image: url(/wp-content/uploads/2024/10/bg-gradient.jpg);
    background-size: 100% 100%;
    z-index: 9999999;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    transform: translate(-100%, 0%);
    transition: all 0.5s;
  }
  .responsive-menu .contact {
    width: 100%;
    padding-top: 30px;
    font-size: 22px;
  }
  .responsive-menu .social {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 45px;
    border-top: solid 1px #fff;
    padding-top: 15px;
  }
  .responsive-menu .social svg {
    width: 20px;
  }
  .responsive-menu .social svg path {
    fill: #7cffef;
  }
  .responsive-menu .social a {
    -webkit-backdrop-filter: blur(36px);
    backdrop-filter: blur(36px);
    box-shadow: 0 4px 36px 0 rgb(255 255 255 / 0.3607843137) inset,
      0 4px 4px 0 rgb(255 255 255 / 0.1490196078) inset,
      0 1px 1px 0 rgb(255 255 255 / 0.0509803922) inset;
    width: 55px;
    height: 55px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .responsive-menu .menu-burger-menu-container {
    width: 100%;
  }
  .responsive-menu.active {
    transform: translate(0%, 0%);
  }
  .responsive-menu .logo img {
    width: 150px;
  }
  .responsive-menu #menu-burger-menu {
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .responsive-menu #menu-burger-menu ul,
  .responsive-menu #menu-burger-menu li {
    list-style: none;
  }
  .responsive-menu #menu-burger-menu li {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .responsive-menu #menu-burger-menu li.menu-item-has-children::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    right: 7px;
    top: 21px;
    rotate: 45deg;
  }
  .responsive-menu #menu-burger-menu .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    padding-top: 20px;
  }
  .responsive-menu #menu-burger-menu .sub-menu li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .responsive-menu #menu-burger-menu .sub-menu li a {
    font-size: 20px;
  }
  .responsive-menu .menu-item a {
    font-family: "Avenir", Sans-serif;
    font-size: 30px;
    line-height: 1em;
  }
  .market-status-pinned {
    right: 85px;
    border-radius: 8px;
    padding: 8px 10px;
    bottom: auto;
    width: calc(100% - 40px);
    left: 20px;
    right: 0;
  }
  .market-status-pinned .title,
  .market-status-pinned .time {
    display: none;
  }
  .market-status-pinned span.open-message {
    margin: 0;
  }
  .market-status-pinned span.open-message span:last-child {
    top: 2px;
    position: relative;
  }
  .market-status-pinned span.open-message:after {
    display: none;
  }
  .hero .hero-breadcrumbs {
    top: 110px;
  }
  .responsive-menu-toggle {
    position: fixed;
    right: 20px;
    top: 37px;
    width: 30px;
    height: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .responsive-menu-toggle.active span {
    transition: all 0.5s;
  }
  .responsive-menu-toggle.active span:first-child {
    top: 12px;
    position: relative;
    transform: rotate(45deg);
  }
  .responsive-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .responsive-menu-toggle.active span:last-child {
    position: relative;
    top: -11px;
    transform: rotate(-45deg);
  }
  .responsive-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .responsive-menu-toggle span:nth-child(2) {
    width: calc(100% - 10px);
  }
  .cmplz-cookiebanner {
    right: 0 !important;
    bottom: 0px !important;
  }
  .cmplz-cookiebanner {
    border-radius: 0 !important;
    border: none;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .instrument-swiper .swiper-slide,
  .instrument-swiper-reverse .swiper-slide,
  .placeholder-swiper .swiper-slide,
  .placeholder-swiper-2 .swiper-slide {
    font-size: 14px;
  }
}
