.me-ovl-wrap {
  position: relative;
}

.me-ovl {
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  z-index: 2000;
  min-height: 100vh;
  overflow: auto;
  --me-ovl-top: 0;
  --me-ovl-left: 0;
  --me-header-top: 16px;
  --me-items-color: #fff;
  --me-items-muted: rgba(255, 255, 255, .45);
  --me-row-gap: 90px;
  --me-line-pad: 16px;
  --me-pad-x: 32px;
  --me-active-color: #fff;
  --me-cta-scale: 1;
}

.me-ovl-wrap.is-open .me-ovl {
  display: block;
  top: var(--me-ovl-top);
  left: var(--me-ovl-left);
}

.admin-bar .me-ovl-wrap.is-open .me-ovl {
  top: calc(var(--me-ovl-top) + 32px);
}

@media (max-width: 767px) {
  .me-ovl {
    min-height: 100vh;
    --me-pad-x: 16px;
    --me-header-top: 10px;
  }
}

.me-ovl-toggle {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 2003;
  background: transparent !important;
  border: 0;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.me-ovl-toggle:hover,
.me-ovl-toggle:focus {
  background: transparent !important;
  box-shadow: none !important;
}

.me-ovl-toggle:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.me-ovl-toggle .bars {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
}

.me-ovl-toggle .bar {
  width: 28px;
  height: 2px;
  background: #FFFFFF66;
  display: block;
}

.me-ovl-toggle .x {
  display: none;
  line-height: 0;
}

.me-ovl-wrap.is-open .me-ovl-toggle .bars {
  display: none;
}

.me-ovl-wrap.is-open .me-ovl-toggle .x {
  display: inline-flex;
}

.me-ovl-wrap.is-open .me-ovl-toggle {
  position: fixed !important;
  top: var(--me-header-top) !important;
  left: var(--me-pad-x) !important;
  right: auto !important;
  transform: none !important;
}

.me-ovl-header {
  position: sticky;
  top: var(--me-header-top);
  z-index: 2002;
  box-sizing: border-box;
}

.me-ovl-header .lang {
  display: flex;
  gap: 16px;
}

.me-ovl-header .lang a {
  color: var(--me-items-color);
  text-decoration: none;
}

.me-ovl-header .user {
  height: 16px;
}

.me-ovl-header .me-cta-orn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--me-items-color);
  width: 173px;
  height: 48px;
}

.me-ovl-header .me-cta-orn .me-orn-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.me-ovl-header .me-cta-orn .me-orn-border path {
  fill: none;
  stroke: #fff;
  stroke-width: .5;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}

.me-ovl-header .me-cta-orn .inner {
  position: relative;
  padding: 0 18px;
  font-weight: 600;
  letter-spacing: .06em;
}

@media (min-width: 768px) {
  .me-ovl-header {
    padding: 0 var(--me-pad-x);
    height: 64px;
    display: grid;
    grid-template-columns: 248px 1fr 248px;
    align-items: center;
  }

  .me-ovl-header .brand {
    grid-column: 2;
    justify-self: center;
    width: 110px;
    height: 33px;
    object-fit: contain;
    position: static;
    transform: none;
    margin: 0;
    pointer-events: none;
  }

  .me-ovl-header .right {
    grid-column: 3;
    width: 248px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 16px;
  }
}

@media (max-width: 767px) {
  :root {
    --me-cta-h-mobile: 41.514px;
  }

  .me-ovl-toggle {
    top: 10px;
    left: 16px;
  }

  .me-ovl-header {
    top: 10px;
    padding: 0 16px;
    height: 56px;
    width: 100%;
    position: sticky;
    min-height: var(--me-cta-h-mobile);
  }

  .me-ovl-header .brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 110px;
    height: 33px;
    pointer-events: none;
  }

  .me-ovl-header .right {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 98.014px;
    height: var(--me-cta-h-mobile);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .me-ovl-header .me-cta-orn {
    width: 98.014px;
    height: var(--me-cta-h-mobile);
  }

  .me-ovl-wrap.is-open .me-ovl-toggle {
    position: fixed !important;
    left: 16px !important;
    top: 10px !important;
    right: auto !important;
    transform: none !important;
    z-index: 2003;
  }

  .me-ovl-header .lang {
    display: none !important;
  }
}

.me-ovl-menu {
  list-style: none;
  margin: 0;
  padding: 24px var(--me-pad-x) var(--me-pad-x);
  display: grid;
  gap: 0;
}

.admin-bar .me-ovl-menu {
  padding-top: 56px;
}

.me-ovl-menu li a {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--me-items-muted);
  min-height: 90px;
}

.me-ovl-menu li.current a {
  color: var(--me-active-color);
}

.me-ovl-menu .line {
  height: 2px;
  background: #7A7A7A;
  margin: 0 var(--me-line-pad);
}

.me-ovl-menu .num {
  font-size: 18px;
  opacity: .9;
}

.me-ovl-menu .label {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .me-ovl-menu li a .line:first-of-type {
    justify-self: start;
    margin-left: 0;
    margin-right: var(--me-line-pad);
  }

  .me-ovl-menu li a .line:last-of-type {
    justify-self: end;
    margin-right: 0;
    margin-left: var(--me-line-pad);
  }

  .me-ovl-menu li:nth-child(1) a .line:first-of-type {
    width: clamp(180px, 22vw, 335px);
  }

  .me-ovl-menu li:nth-child(1) a .line:last-of-type {
    width: clamp(420px, 40vw, 761px);
  }

  .me-ovl-menu li:nth-child(2) a .line:first-of-type {
    width: clamp(280px, 42vw, 646px);
  }

  .me-ovl-menu li:nth-child(2) a .line:last-of-type {
    width: clamp(64px, 8vw, 116px);
  }

  .me-ovl-menu li:nth-child(3) a .line:first-of-type {
    width: clamp(96px, 12vw, 144px);
  }

  .me-ovl-menu li:nth-child(3) a .line:last-of-type {
    width: clamp(240px, 36vw, 489px);
  }

  .me-ovl-menu li:nth-child(4) a .line:first-of-type {
    width: clamp(300px, 44vw, 530px);
  }

  .me-ovl-menu li:nth-child(4) a .line:last-of-type {
    width: clamp(220px, 34vw, 441px);
  }
}

@media (max-width: 767px) {
  .me-ovl-menu {
    padding-top: 32px;
  }

  .admin-bar .me-ovl-menu {
    padding-top: 64px;
  }

  .me-ovl-menu li a {
    padding-inline: 16px;
  }

  .me-ovl-menu .line {
    max-width: 100%;
  }
}

.me-ovl-footer {
  position: absolute;
  left: var(--me-pad-x);
  right: var(--me-pad-x);
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 12px;
}

.me-ovl-footer a {
  text-decoration: none;
  color: inherit;
}

.me-ovl-footer .lang {
  display: none;
}

@media (max-width: 767px) {
  .me-ovl-footer {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 16px;
  }

  .me-ovl-footer .lang {
    display: flex;
    gap: 12px;
  }
}

.me-cta-orn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  color: inherit;
  width: 210px;
  height: 50px;
  line-height: 1;
}

.me-cta-orn .me-orn-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.me-cta-orn .me-orn-border path {
  fill: none;
  stroke: currentColor;
  stroke-width: .5;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}

.me-cta-orn .inner {
  position: relative;
  padding: 0 18px;
  font-weight: 600;
  letter-spacing: .06em;
}

.me-newsletter .me-nl-form {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  padding-bottom: 8px;
  max-width: 860px;
}

.me-newsletter .me-nl-input,
.me-newsletter input[type="email"],
.me-newsletter input[type="text"] {
  flex: 1 1 auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.me-newsletter .me-nl-input::placeholder,
.me-newsletter input[type="email"]::placeholder,
.me-newsletter input[type="text"]::placeholder {
  color: inherit;
  opacity: .6;
}

.me-newsletter .me-nl-submit,
.me-newsletter button,
.me-newsletter .elementor-button {
  margin-left: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: 32px;
  line-height: 32px;
  letter-spacing: .08em;
  color: inherit;
}

.me-newsletter .elementor-field-group,
.me-newsletter .elementor-form-fields-wrapper {
  display: contents !important;
}

.me-newsletter .me-nl-legal {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 1.4;
}

.me-newsletter {
  width: 100%;
}

.me-nl-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 68px;
  row-gap: 32px;
  align-items: center;
}

@media (max-width: 767px) {
  .me-nl-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
  }
}

.me-nl-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  line-height: 1.1;
}

.me-nl-col.right {
  display: flex;
  flex-direction: column;
}

.me-nl-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  padding-bottom: 8px;
  max-width: 860px;
}

.me-nl-input {
  flex: 1;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  height: 32px;
  line-height: 32px;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.me-nl-input::placeholder {
  color: inherit;
  opacity: .6;
}

.me-nl-submit {
  margin-left: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  letter-spacing: .08em;
  cursor: pointer;
  color: inherit;
}

.me-nl-legal {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 1.4;
}

.me-nl-msg {
  margin-top: 8px;
  font-size: 13px;
}

.me-ornate-wrap {
  display: flex;
}

.me-ornate-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  background: transparent !important;
  width: 210px;
  height: 50px;
  line-height: 1;
  color: inherit;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.me-ornate-btn.elementor-button,
.me-ornate-btn.elementor-button-link {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.me-ornate-btn .me-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.me-ornate-btn .me-border path {
  stroke: currentColor;
  stroke-width: .5;
  fill: none;
  shape-rendering: geometricPrecision;
  vector-effect: non-scaling-stroke;
}

.me-ornate-btn .me-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.me-ornate-btn .me-deco {
  width: 15px;
  height: 8px;
  flex-shrink: 0;
  transform-origin: center;
}

.me-ornate-btn .me-deco.left {
  margin-right: 25px;
  transform: scaleX(-1);
}

.me-ornate-btn .me-deco.right {
  margin-left: 24px;
  transform: scaleX(-1);
}

.me-ornate-btn svg path {
  fill: currentColor;
}

.me-ornate-btn:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .me-ovl-menu li a {
    grid-template-columns: max-content auto auto 1fr !important;
  }

  .me-ovl-menu li a .line:first-of-type {
    justify-self: start;
    margin-left: 0;
    margin-right: var(--me-line-pad);
  }

  .me-ovl-menu li a .line:last-of-type {
    justify-self: stretch;
    width: 100%;
    margin-left: var(--me-line-pad);
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .me-ovl-menu li a {
    width: 100%;
    grid-template-columns: max-content auto auto 1fr !important;
    align-items: baseline;
  }

  .me-ovl-menu li a .line:first-of-type {
    justify-self: start;
    margin-left: 0;
    margin-right: var(--me-line-pad);
  }

  .me-ovl-menu li a .line:last-of-type {
    justify-self: stretch;
    width: auto !important;
    max-width: none !important;
    margin-left: var(--me-line-pad);
    margin-right: 0;
  }

  .me-ovl-menu .num {
    white-space: nowrap;
    display: inline-block;
  }

  .me-ovl-menu .label {
    white-space: nowrap;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .me-ovl-menu li:nth-child(1) a .line:last-of-type,
  .me-ovl-menu li:nth-child(2) a .line:last-of-type,
  .me-ovl-menu li:nth-child(3) a .line:last-of-type,
  .me-ovl-menu li:nth-child(4) a .line:last-of-type {
    width: auto !important;
    max-width: none !important;
  }
}
