.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-9752e52 */.otiume-mobile-footer {
  background: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  padding: 24px 16px 28px;
}

.footer-accordion details {
  border: none;
  margin-bottom: 32px;
}

.footer-accordion summary {
  list-style: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-accordion summary::-webkit-details-marker {
  display: none;
}

.footer-accordion summary::after {
  content: "⌄";
  font-size: 20px;
  font-weight: 400;
  transition: transform .25s ease;
}

.footer-accordion details[open] summary::after {
  transform: rotate(180deg);
}

.footer-accordion ul {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
}

.footer-accordion li {
  margin-bottom: 14px;
}

.footer-accordion a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: .8;
}

.footer-country {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 46px 0 32px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 24px;
}

.footer-socials a {
  color: #000;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-divider {
  height: 3px;
  background: #fff;
  opacity: .9;
  margin: 0 -16px 34px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
  max-width: 360px;
  margin: 0 auto 52px;
  text-align: center;
}

.footer-legal a,
.footer-cookie {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.footer-copy {
  text-align: center;
  max-width: 340px;
  margin: 0 auto 28px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}

.footer-cookie {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  margin-left: 8px;
}
/* FORCE FULL BLEED */
.otiume-mobile-footer {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}/* End custom CSS */