<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banda-app-mobil {
  display: none;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 19px;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  font-family: "Montserrat", sans-serif !important;
}

#linkuri {
  padding: 60px 0 60px 0;
  background-color: rgb(249, 249, 249);
  border-top: 1px solid rgb(224, 227, 231);
}

#linkuri span.heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(84, 100, 110);
}

#linkuri ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

#linkuri ul li {
  display: block;
}

#linkuri ul li a {
  font-size: 12px;
  line-height: 36px;
  color: rgb(84, 100, 110);
}

#bottom-footer {
  height: 194px;
  padding: 30px 30px;
  font-size: 12px;
  line-height: 24px;
  background-color: #2b2b2b;
  text-align: center;
}

#bottom-footer hr {
  display: none;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: rgba(84, 100, 110, 0.19);
  border: 0;
}

#bottom-footer p {
  display: inline-block;
  width: 415px;
  margin: 0 !important;
  padding: 0;
  font-size: 12px;
  line-height: 24px !important;
  color: rgb(255, 255, 255);
}

#bottom-footer ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

#bottom-footer ul.social {
  margin: 10px 0 0 0;
}

#bottom-footer ul li {
  display: inline-block;
  color: #ffffff;
}

#bottom-footer ul li.separator {
  padding: 0 5px;
  font-size: 12px;
  color: rgb(255, 255, 255);
}

#bottom-footer ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}

#bottom-footer ul.social li:first-child {
  margin-left: -15px;
}

#bottom-footer ul.social li a {
  padding: 0.5rem;
}

#bottom-footer.lista-page-footer ul.social li a {
  padding: 0.5rem 0.2rem;
}

#bottom-footer ul.social li a:hover, #bottom-footer ul.social li a:active, #bottom-footer ul.social li a:focus {
  text-decoration: none;
}

#bottom-footer ul.social li a i {
  font-size: 16px;
}

#bottom-footer span.heading {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
}

#bottom-footer .promo-app ul {
  margin-top: 15px;
  margin-bottom: 10px;
}

#bottom-footer .promo-app li {
  margin-left: 10px;
  /* Fix Core Vitals - LS */
  width: 135px;
  height: 40px;
}

#bottom-footer .promo-app li:nth-child(2) {
  /* Fix Core Vitals - LS - Buton AppStore*/
  width: 120px;
}

#bottom-footer .copy-right {
  margin-top: 5px;
}

#footer-dropdowns {
  margin-top: 45px;
}

#footer-dropdowns ul.dropdown {
  width: 100%;
  max-width: 180px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: rgb(116, 133, 141);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
}

#footer-dropdowns ul.dropdown &gt; li {
  line-height: 24px;
}

#footer-dropdowns ul.dropdown li.dropdown-label {
  padding: 7px 9px;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 8px;
  color: rgb(116, 133, 141);
  background: #fff;
}

#footer-dropdowns ul.dropdown li.dropdown-label .caret {
  border: 0 none;
  height: 10px;
  font-size: 24px;
  float: right;
  width: 17px;
  margin-top: 2px;
  margin-right: 3px;
}

#footer-dropdowns ul.dropdown li.dropdown-content {
  display: none;
  background: #FFFFFF;
  height: 110px;
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1px;
  position: absolute;
  z-index: 999;
  width: 100%;
}

#footer-dropdowns ul.dropdown:hover li, #footer-dropdowns ul.dropdown.selected li {
  color: #151515;
}

#footer-dropdowns ul.dropdown:hover li.dropdown-label, #footer-dropdowns ul.dropdown.selected li.dropdown-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#footer-dropdowns ul.dropdown:hover li.dropdown-content, #footer-dropdowns ul.dropdown.selected li.dropdown-content {
  display: block;
}

#footer-dropdowns ul.dropdown li.dropdown-content ul {
  overflow-y: scroll;
  height: 105px;
  margin: 0;
  padding: 0;
}

#footer-dropdowns ul.dropdown li.dropdown-content ul::-webkit-scrollbar {
  -webkit-appearance: none;
}

#footer-dropdowns ul.dropdown li.dropdown-content ul::-webkit-scrollbar:vertical {
  width: 11px;
}

#footer-dropdowns ul.dropdown li.dropdown-content ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

#footer-dropdowns ul.dropdown li.dropdown-content ul::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

#footer-dropdowns ul.dropdown li.dropdown-content a {
  display: block;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
  color: rgb(116, 133, 141);
  padding: 0 9px;
}

#footer-dropdowns ul.dropdown li.dropdown-content a:hover {
  text-decoration: underline;
}

.footer-adauga-anunt {
  margin-top: 60px;
  overflow: hidden;
  display: none;
  font-family: Montserrat, sans-serif;
}

.footer-adauga-anunt h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
}

.footer-adauga-anunt .footer-gri {
  background: #F9F9F9;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-adauga-anunt i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}

.footer-adauga-anunt p {
  font-size: 13px;
  font-weight: 300;
  color: #54646E;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 22px;
}

.footer-adauga-anunt p.custom {
  color: #3da9e0;
  font-weight: 400;
}

.footer-adauga-anunt a {
  color: #3da9e0;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.footer-adauga-anunt .img-height {
  height: 55px;
  text-align: center;
}

.footer-adauga-anunt .img-height.mail {
  padding-top: 10px;
}

.footer-adauga-anunt .img-height.chat {
  padding-top: 7px;
}

@media (max-width: 767px) {
  #meniu-accordion-footer {
    margin-left: -30px;
    margin-right: -30px;
  }

  #meniu-accordion-footer .panel {
    margin: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #meniu-accordion-footer .panel-heading {
    margin: 0 15px;
    padding: 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid rgb(224, 227, 231);
  }

  #meniu-accordion-footer .panel:first-child .panel-heading {
    border-top: 0;
  }

  #meniu-accordion-footer .panel-heading h4 a {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: rgb(116, 133, 141);
    text-transform: uppercase;
  }

  #meniu-accordion-footer .panel-heading i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    vertical-align: middle;
  }

  #meniu-accordion-footer .panel-heading i.icon-portal-arrow-down.flip::before {
    content: "q";
  }

  #meniu-accordion-footer .panel-heading + .panel-collapse &gt; .panel-body {
    padding: 0;
    border-top: 0;
  }

  #meniu-accordion-footer .panel-body ul {
    margin: 0 0 15px 0;
    border-left: 4px solid rgb(161, 181, 194);
  }

  #meniu-accordion-footer .panel-body ul li a {
    display: block;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(84, 100, 110);
  }

  #linkuri {
    padding: 20px 15px;
  }

  #footer-dropdowns {
    margin-top: 0;
  }

  #footer-dropdowns ul.dropdown {
    max-width: 100%;
    margin-top: 10px;
  }

  #footer-dropdowns div:first-child ul.dropdown {
    margin-top: 0;
  }

  #bottom-footer {
    position: relative;
    height: auto;
    padding: 40px 0;
  }

  #bottom-footer p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .promo-app ul {
    margin-bottom: -10px;
  }

  .promo-app li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .linkuri-legale, .promo-app {
    text-align: right;
  }

  .container-social, .copy-right {
    text-align: left;
  }
}
.breadcrumbs.mobile {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.breadcrumbs.mobile ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumbs.mobile ul li {
  display: inline-block;
  position: relative;
}

.breadcrumbs.mobile ul li i {
  font-size: 20px;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.breadcrumbs.mobile ul li .icon-portal-arrow-right:before {
  position: absolute;
  top: 5px;
}

.breadcrumbs.mobile ul li a {
  color: #73a9d7;
}

.pagina-detalii .breadcrumbs.mobile {
  padding-top: 20px;
}

.pagina-detalii.mobile.chat_active {
  margin-bottom: 50px;
}

.banda-app-mobil {
  display: none;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 19px;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  font-family: "Montserrat", sans-serif !important;
}

#linkuri {
  padding: 20px 15px;
  background-color: rgb(249, 249, 249);
  border-top: 1px solid rgb(224, 227, 231);
}

#linkuri span.heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(84, 100, 110);
}

#linkuri ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

#linkuri ul li {
  display: block;
}

#linkuri ul li a {
  font-size: 12px;
  line-height: 36px;
  color: rgb(84, 100, 110);
}

#bottom-footer {
  position: relative;
  height: auto;
  padding: 250px 0 40px 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background-color: rgb(161, 181, 194);
}

#bottom-footer p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

#bottom-footer p::before {
  background: rgba(84, 100, 110, 0.19);
  content: "";
  display: block;
  height: 1px;
  margin: 30px 0;
}

.bottom-footer-links {
  margin: 5px 0 0 0;
}

.bottom-footer-links__item {
  display: inline-block;
  color: #54646e;
}

.bottom-footer-links__item:not(:last-child)::after {
  content: "|";
  padding: 0 5px 0 8px;
  font-size: 12px;
  color: white;
}

.bottom-footer-social, .bottom-footer-app-links {
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  right: 0;
}

.bottom-footer-app-links {
  top: 110px;
}

.bottom-footer-social__titlu, .bottom-footer-app-links__titlu {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
  display: block;
}

.bottom-footer-social__link {
  padding: 15px;
  color: #54646e;
  display: inline-block;
}

.bottom-footer-social i {
  font-size: 16px;
}

.bottom-footer-app-links ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 15px 15px 0;
}

.bottom-footer-app-links ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  /* Fix Core Vitals - LS */
  width: 135px;
  height: 40px;
}

.bottom-footer-app-links ul li:last-child {
  margin-right: 0;
}

#meniu-accordion-footer {
  margin: 0 -15px 20px;
}

#meniu-accordion-footer .panel {
  margin: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#meniu-accordion-footer .panel-heading {
  margin: 0 15px;
  padding: 10px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid rgb(224, 227, 231);
}

#meniu-accordion-footer .panel:first-child .panel-heading {
  border-top: 0;
}

#meniu-accordion-footer .panel-heading h4 {
  margin-bottom: 0;
}

#meniu-accordion-footer .panel-heading h4 a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(116, 133, 141);
  text-transform: uppercase;
}

#meniu-accordion-footer .panel-heading h4 a:hover {
  text-decoration: none;
}

#meniu-accordion-footer .panel-heading h4 a:focus {
  outline: 0;
}

#meniu-accordion-footer .panel-heading i {
  font-size: 14px;
  margin-left: auto;
}

#meniu-accordion-footer .panel-heading i:before {
  display: block;
}

#meniu-accordion-footer .panel-heading i.icon-portal-arrow-down.flip {
  transform: rotate(180deg);
  margin-top: 6px;
}

#meniu-accordion-footer .panel-heading + .panel-collapse &gt; .panel-body {
  padding: 0;
  border-top: 0;
}

#meniu-accordion-footer .panel-body ul {
  margin: 0 0 15px 0;
  border-left: 4px solid rgb(161, 181, 194);
}

#meniu-accordion-footer .panel-body ul li a {
  display: block;
  padding-left: 30px;
  font-size: 11px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(84, 100, 110);
}

#footer-dropdowns {
  margin-top: 0;
}

#footer-dropdowns div:first-child ul.dropdown {
  margin-top: 0;
}

#footer-dropdowns .dropdown {
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 12px;
  color: rgb(116, 133, 141);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
}

#footer-dropdowns .dropdown &gt; li {
  line-height: 24px;
}

#footer-dropdowns .dropdown-label {
  padding: 7px 9px;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 8px;
  color: rgb(116, 133, 141);
  background: #fff;
}

#footer-dropdowns .dropdown-label i {
  border: 0 none;
  float: right;
  margin-top: 3px;
  font-size: 18px;
}

#footer-dropdowns .dropdown-content {
  display: none;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1px;
  position: absolute;
  z-index: 999;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

#footer-dropdowns .dropdown:hover li,
#footer-dropdowns .dropdown.selected li {
  color: #151515;
}

#footer-dropdowns .dropdown:hover .dropdown-label,
#footer-dropdowns .dropdown.selected .dropdown-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 999;
}

#footer-dropdowns .dropdown:hover .dropdown-content,
#footer-dropdowns .dropdown.selected .dropdown-content {
  display: block;
}

#footer-dropdowns .dropdown-content::-webkit-scrollbar {
  -webkit-appearance: none;
}

#footer-dropdowns .dropdown-content::-webkit-scrollbar:vertical {
  width: 11px;
}

#footer-dropdowns .dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

#footer-dropdowns .dropdown-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

#footer-dropdowns .dropdown-content a {
  display: block;
  font-size: 10px;
  line-height: 26px;
  text-decoration: none;
  color: rgb(116, 133, 141);
  padding: 0 9px;
}

#footer-dropdowns .dropdown-content a:hover {
  text-decoration: underline;
}

.footer-adauga-anunt {
  margin-top: 40px;
  overflow: hidden;
  display: none;
}

.footer-adauga-anunt h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-adauga-anunt .footer-gri {
  background: #f9f9f9;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-adauga-anunt p {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 16px;
}

.footer-adauga-anunt p.custom {
  color: #507fbe;
}

.footer-adauga-anunt a {
  color: #507fbe;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.footer-adauga-anunt .img-height {
  height: 77px;
}

.footer-adauga-anunt .img-height.mail {
  padding-top: 10px;
}

.footer-adauga-anunt .img-height.chat {
  padding-top: 7px;
}

footer,
.footer_lista_wp,
.breadcrumbs.mobile ul li {
  font-family: "Manrope", sans-serif !important;
  border: 0;
}
footer a,
.footer_lista_wp a,
.breadcrumbs.mobile ul li a {
  color: #048BA8;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.linkuri-legale {
  container-name: linkuri_footer;
  container-type: inline-size;
}

.breadcrumbs.mobile ul li:last-of-type {
  margin-right: 8px;
}
.breadcrumbs.mobile ul li.second i {
  display: none;
}

#linkuri {
  background-color: #F9F5F4;
  border-top: 0;
  padding: 60px 15px;
}
@media (max-width: 767px) {
  #linkuri {
    padding: 30px 15px;
    display: inline-block;
  }
  #linkuri #meniu-accordion-footer .panel-heading h4 a {
    width: 100%;
    text-transform: inherit;
    color: #2B2B2B;
  }
  #linkuri #meniu-accordion-footer {
    margin-bottom: 15px;
  }
  #linkuri #meniu-accordion-footer .panel-heading i:before {
    color: #048BA8;
  }
  #linkuri #meniu-accordion-footer .panel-body ul {
    border: none;
  }
  #linkuri #footer-dropdowns ul.dropdown li.dropdown-content a {
    color: #565E68;
  }
  #linkuri #footer-dropdowns .dropdown-label i {
    margin-top: 0;
  }
  #linkuri #footer-dropdowns i:before {
    color: #048BA8;
  }
}
#linkuri span.heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #2B2B2B;
}
#linkuri ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #565E68;
}
#linkuri #footer-dropdowns ul.dropdown li.dropdown-label {
  padding: 12px 14px;
  color: #565E68;
  background: #fff;
  border-radius: 10px;
  border: 0;
  line-height: 12px;
}
#linkuri #footer-dropdowns ul.dropdown li.dropdown-label .caret {
  border: 0 none;
  height: 13px;
  font-size: 20px;
  float: right;
  line-height: 12px;
  width: 12px;
  margin-top: -2px;
  margin-right: 0;
  color: #048BA8;
}
@media (max-width: 767px) {
  #linkuri #footer-dropdowns ul.dropdown li.dropdown-label .caret {
    margin-top: -3px;
    color: #048BA8;
  }
}
#linkuri #footer-dropdowns ul.dropdown li.dropdown-content {
  border: 0;
  border-radius: 10px;
}

.pagina-detalii #bottom-footer {
  padding-bottom: 115px !important;
}

#bottom-footer {
  background-color: #2B2B2B;
  padding: 30px;
}
#bottom-footer.lista-page-footer {
  padding: 25px 0;
}
#bottom-footer.lista-page-footer ul.social li a {
  padding: 0.5rem 0.2rem;
}
#bottom-footer.lista-page-footer span.heading {
  font-size: 14px;
}
#bottom-footer.lista-page-footer .linkuri-legale {
  margin-top: 54px;
}
#bottom-footer.finance-footer {
  background-color: #143546;
}
#bottom-footer ul li a {
  color: #ffffff;
}
#bottom-footer span.heading {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
#bottom-footer p {
  font-size: 12px;
  line-height: 24px;
}
#bottom-footer p::before {
  display: none;
}
#bottom-footer #container-links-ringier ul li {
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #bottom-footer {
    padding: 340px 10px 80px 10px;
  }
  #bottom-footer hr {
    margin: 10px auto 30px auto;
  }
  #bottom-footer p, #bottom-footer a {
    font-size: 12px;
  }
  #bottom-footer p::before {
    content: "";
    display: block;
    height: 1px;
    background: transparent;
    margin: 10px auto 0;
  }
  #bottom-footer .bottom-footer-social {
    top: 30px;
  }
  #bottom-footer .bottom-footer-ringier {
    top: 200px;
    position: absolute;
    left: 0;
    margin: 0;
    right: 0;
  }
  #bottom-footer .bottom-footer-ringier a, #bottom-footer .bottom-footer-ringier a:hover {
    display: block;
    margin: 0.75em;
    color: white;
  }
  #bottom-footer .promo-app,
#bottom-footer .bottom-footer-app-links {
    padding: 0 15px;
  }
  #bottom-footer .promo-app ul,
#bottom-footer .bottom-footer-app-links ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  #bottom-footer .promo-app ul li,
#bottom-footer .bottom-footer-app-links ul li {
    margin-left: 0;
    width: 110px;
    height: 30px;
  }
  #bottom-footer .promo-app ul li:nth-child(2),
#bottom-footer .bottom-footer-app-links ul li:nth-child(2) {
    width: 100px;
  }
  #bottom-footer .promo-app ul li img,
#bottom-footer .bottom-footer-app-links ul li img {
    width: 100%;
    height: auto;
  }
}

.bottom-footer-social__link {
  color: #ffffff;
}

.bottom-footer-social__link svg {
  color: #ffffff;
  width: 25px;
  height: 24px;
}

.bottom-footer-links__item {
  display: inline-block;
  color: #ffffff;
}

.footer-adauga-anunt a {
  color: #048BA8;
}
.footer-adauga-anunt p.custom {
  color: #048BA8;
  font-weight: 600;
}

@container linkuri_footer (inline-size &lt; 240px) {
  .footer-link-spacer {
    display: none;
  }
}
#bottom-footer {
  min-height: 250px;
}

#bottom-footer .row {
  display: block !important;
}

#bottom-footer .row &gt; div {
  float: left;
  position: relative;
  min-height: 1px;
}

#bottom-footer .row &gt; div.pull-right {
  float: right;
}

#bottom-footer .container-copyright {
  margin-top: 2rem;
  text-align: left;
}

@media all and (max-width: 768px) {
  #bottom-footer {
    min-height: 600px;
    text-align: center;
  }

  #bottom-footer .container-copyright {
    margin-top: 0 !important;
    padding: 0 !important;
    text-align: center;
  }

  #bottom-footer .container-copyright p {
    padding: 0;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    color: white;
    display: block;
    margin-left: -30px !important;
    width: calc(100% + 60px);
  }

  #bottom-footer .promo-app {
    margin-top: 0.75rem;
  }
}
@media all and (min-width: 769px) {
  #bottom-footer {
    text-align: left;
  }

  #container-links-ringier span.heading {
    display: block;
    width: calc(100% + 45px);
  }
}

/*# sourceMappingURL=autogenerat-footer_rebranding.css.map */
</pre></body></html>