.elementor-53 .elementor-element.elementor-element-2880fcd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-9e3a455{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9e3a455 *//* FULL WIDTH HEADER */
.sme-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #344875;
  font-family: Georgia, "Times New Roman", serif;
}

/* INNER WRAP */
.sme-header-inner {
  width: 100%;
}

/* TITLE AREA */
.sme-title-wrap {
  text-align: center;
  padding: 48px 20px 34px;
}

.sme-title-wrap h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.98;
  font-weight: 700;
}

.sme-title-wrap p {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 38px);
  line-height: 1.35;
}

/* NAVIGATION */
.sme-nav {
  background: #27385f;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;

  padding: 18px 20px;
}

.sme-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;

  padding: 14px 20px;
  border-radius: 999px;

  transition: all 0.2s ease;
}

.sme-nav a:hover,
.sme-nav a.active {
  background: rgba(255,255,255,0.12);
}

/* MOBILE */
@media (max-width: 767px) {

  .sme-title-wrap {
    padding: 34px 18px 26px;
  }

  .sme-title-wrap h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .sme-title-wrap p {
    font-size: 20px;
    margin-top: 18px;
  }

  .sme-nav {
    flex-direction: column;
    gap: 10px;
  }

  .sme-nav a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */