@charset "UTF-8";
/*
  This file is a result of combination of
   /legacy-31st-line.scss
   and
   /legacy-typographyjs.scss

   It was refactored due to usage of SCSS.
   Also some garbage files were removed.
 */
html {
  font-family: sans-serif;
  line-height: 1.666;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-y: visible;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
}

* {
  box-sizing: border-box;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  transition: top 0.2s ease-in-out;
}

footer, section {
  position: relative;
  overflow-x: hidden;
}

body > div.sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  z-index: 999;
  display: none;
}
body > div.sidemenu.visible {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.embed-container embed, .embed-container iframe, .embed-container object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

figure.image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

figcaption {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

figure.table > table {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, img, hgroup, ul, ol, dl, dd, p, figure, pre, table, fieldset, blockquote, form, noscript, iframe, hr, address {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
}

p, ul, ol, dl, dd, figure, blockquote, form, noscript, iframe, address {
  margin-bottom: 1.666rem;
}

ul {
  margin-left: 1.666rem;
  list-style-position: outside;
  list-style-image: none;
}

ol {
  margin-left: 1.666rem;
  list-style-position: outside;
  list-style-image: none;
}

pre {
  font-size: 0.85rem;
  line-height: 1.666rem;
}

table {
  font-size: 1rem;
  line-height: 1.666rem;
  border-collapse: collapse;
  width: 100%;
}

blockquote {
  margin-left: 1.666rem;
  margin-right: 1.666rem;
}

hr {
  margin-bottom: calc(1.666rem - 1px);
  background: rgba(0, 0, 0, 0.2);
  border: none;
  height: 1px;
}

dt, th {
  font-weight: bold;
}

li {
  margin-bottom: calc(1.666rem / 2);
}

ol li, ul li {
  padding-left: 0;
}

li > ol, li > ul {
  margin-left: 1.666rem;
  margin-bottom: calc(1.666rem / 2);
  margin-top: calc(1.666rem / 2);
}

li > p {
  margin-bottom: calc(1.666rem / 2);
}

code {
  font-size: 0.85rem;
  line-height: 1.666rem;
}

kbd {
  font-size: 0.85rem;
  line-height: 1.666rem;
}

samp {
  font-size: 0.85rem;
  line-height: 1.666rem;
}

abbr, acronym, abbr[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

abbr[title] {
  text-decoration: none;
}

thead {
  text-align: left;
}

td, th {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  padding-left: 1.11067rem;
  padding-right: 1.11067rem;
  padding-top: 0.833rem;
  padding-bottom: calc(0.833rem - 1px);
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: unset;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.pagination-container li {
  list-style: none;
}

.video-subsection > * {
  position: relative;
}
.video-subsection > .overlay-component {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  transition-property: opacity;
  transition-timing-function: linear;
}
.video-subsection .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .video-subsection .video-wrapper.hidable {
    display: none;
  }
}
.video-subsection .full-screen-video-component {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.video-subsection video {
  position: absolute;
  z-index: -1000;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  /* IE10 + media query */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-subsection video {
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto !important;
  }
}
.video-subsection .poster {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1000;
  background: center center/cover;
}
@media screen and (max-width: 900px) {
  .video-subsection .poster {
    display: block;
  }
}

.animate-hover-left-right {
  position: relative;
}
.animate-hover-left-right:after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s;
  width: 0;
}
.animate-hover-left-right:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

@media (hover: hover) and (pointer: fine) {
  .lp_animation-img-zoom {
    overflow: hidden;
  }
  .lp_animation-img-zoom img {
    transition: 0.3s;
  }
  .lp_animation-img-zoom:hover img {
    transform: scale(1.1);
  }
}
.lp_scroll-element {
  transition: 1s linear;
  position: relative;
}
.lp_scroll-element.lp_scrolled:before {
  background-color: var(--bgColor);
  transition: 1s linear;
}

.lp_scrolled {
  background-color: var(--bgColor);
  transition: 1s linear;
}
.lp_scrolled + .lp_back-color {
  transition: 1s linear;
  background-color: var(--bgColor);
}

.lp_back-color {
  position: absolute;
  width: 100%;
  height: 200vh;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: 1s linear;
  background-color: transparent;
  pointer-events: none;
}

.lp_same-background {
  position: relative;
  overflow: visible;
}

.lp_zoom-fullscreen-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  background-size: 100% 100%;
  background-position: center;
}

@-webkit-keyframes lp-animation--circle-rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes lp-animation--circle-rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
body > .modal, .modals > .modal {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 1000;
  display: none;
}
body > .modal.visible, .modals > .modal.visible {
  display: block;
}
body > .modal .modal-content, .modals > .modal .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
body > .modal .lightbox-video, .modals > .modal .lightbox-video {
  width: 100%;
  max-width: 177vh;
}
body > .modal .close, .modals > .modal .close {
  display: block;
  position: absolute;
  right: 8vw;
  top: 8vh;
  width: 3.2em;
  cursor: pointer;
  color: #fff;
  font-size: 75%;
  border: none;
  background: 0 0;
  z-index: 2;
}
body > .modal .close img, .modals > .modal .close img {
  width: 100%;
  height: 100%;
}

/*
  This file is for all the defaults of standardizations,
  which don't necessary should have their custom values
  Feel free to override it in the template's LP-stylesheet
 */
.lp-title-group {
  max-width: 860px;
  text-align: center;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .lp-title-group {
    margin-bottom: 16px;
  }
}
.lp-title-group .lp-text--pretitle {
  margin-bottom: 8px;
}
.lp-title-group .lp-text--subtitle {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .lp-title-group .lp-text--subtitle {
    margin-bottom: 16px;
  }
}
.lp-title-group .lp-h1,
.lp-title-group .lp-h2,
.lp-title-group .lp-h3 {
  margin: 8px 0 24px;
}
@media (max-width: 767px) {
  .lp-title-group .lp-h1,
.lp-title-group .lp-h2,
.lp-title-group .lp-h3 {
    margin-bottom: 16px;
  }
}

.lp-vertical-paddings {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1024px) {
  .lp-vertical-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.lp-vertical-paddings--l {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 1024px) {
  .lp-vertical-paddings--l {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.lp-tmce-responsive-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.lp-tmce-responsive-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 762px) {
  .lp-tmce-responsive-wrap iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.lp-arrow.lp-arrow--vertical {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .lp-arrow.lp-arrow--vertical {
    transform: rotate(0deg);
  }
}

.lp-input ~ .input-icon {
  display: none;
  pointer-events: none;
}

/*Default listing-card fonts*/
.listing-card__price {
  font-weight: normal;
  font-size: 18px;
}
.listing-card__price--sales {
  font-size: 18px;
}
.listing-card__price--lease {
  font-size: 16px;
}
.listing-card__attributes {
  font-size: 12px;
  font-weight: normal;
}
.listing-card__address {
  font-size: 12px;
  font-weight: normal;
}
.listing-card__status {
  font-size: 10px;
  font-weight: normal;
}
.listing-card__attribution {
  font-size: 10px;
  font-weight: normal;
}

/* This file called to apply custom values from variables to the external stylesheets */
body {
  padding: 0;
  background-color: var(--global-background-color);
  font-family: var(--global-secondary-font-family);
  font-size: var(--global-body-font-size);
}
@media (min-width: 768px) {
  body {
    padding: var(--global-body-padding, 20px) var(--global-body-padding, 20px) 0 var(--global-body-padding, 20px);
  }
}

.lp-h1, .lp-h2, .lp-h3, .lp-h4, .lp-h5, .lp-h6,
h1, h2, h3, h4, h5, h6, button {
  font-family: var(--global-primary-font-family);
}

/*
  This file is for all the features from category «Other»
  If it will be more than a pair of related features,
  it makes sense to move them in separate file
 */
.lp-h-pot {
  /* This is a class for hiding the honey pot in forms */
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

.lp-pre-line {
  /* This is a class displaying linebreaks from the formInputs' values */
  white-space: pre-line;
}

.lp-visually-hidden {
  /* Сan be used to hide element on screen but keep it accessible to assistive technologies */
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lp-portrait {
  /* For the portrait images in sliders. Guide: https://www.notion.so/luxurycoders/Sliders-1f3a4c83f60c4e6b888792bee8094b7d#2a1cd1866610440db1693dbbbca13770*/
  background-size: contain;
}

.lp-expand-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 1px solid transparent;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 768px) {
  .lp-expand-btn {
    display: none;
  }
}

.lp-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  /* allowing zooming on lightbox slider */
}
@media (min-width: 768px) {
  .lp-lightbox {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  .lp-lightbox {
    height: calc(var(--vh, 1%) * 100);
  }
}
.lp-lightbox.show {
  display: block;
}
.lp-lightbox__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  .lp-lightbox__content {
    padding: 50px 0;
  }
}
@media screen and (orientation: landscape) {
  .lp-lightbox__content {
    padding: 0 50px;
  }
}
@media screen and (orientation: landscape) and (min-width: 1200px) {
  .lp-lightbox__content {
    padding: 50px;
  }
}
.lp-lightbox__carousel {
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
}
.lp-lightbox__carousel .slick-list,
.lp-lightbox__carousel .slick-track {
  height: 100%;
}
.lp-lightbox__slide {
  width: 100%;
  height: 100%;
}
.lp-lightbox__slide:focus {
  outline: none;
}
.lp-lightbox__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: none;
  padding: 10px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.lp-lightbox__close:before, .lp-lightbox__close:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
  transition: all 0.3s;
}
.lp-lightbox__close:before {
  transform: rotate(45deg);
}
.lp-lightbox__close:after {
  transform: rotate(-45deg);
}
.lp-lightbox .slick-slider {
  touch-action: auto;
}

.lp-lightbox-arrow {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  transition: background-color 0.3s;
  border: solid 2px #fff;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  top: calc(50% - 23px);
  bottom: unset;
  z-index: 1;
}
.lp-lightbox-arrow.slick-disabled {
  cursor: default;
  opacity: 0.6;
}
.lp-lightbox-arrow:focus {
  outline: none;
}
.lp-lightbox-arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transition: border-color 0.3s;
  border-color: #fff;
}
.lp-lightbox-arrow--prev {
  left: 10px;
}
@media screen and (orientation: landscape) {
  .lp-lightbox-arrow--prev {
    transform: translateX(-50px);
  }
}
.lp-lightbox-arrow--prev:before {
  margin-left: -3px;
  transform: rotate(-135deg);
}
.lp-lightbox-arrow--next {
  right: 10px;
}
@media screen and (orientation: landscape) {
  .lp-lightbox-arrow--next {
    transform: translateX(50px);
  }
}
.lp-lightbox-arrow--next:before {
  margin-left: -7px;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .lp-lightbox-arrow:not(.slick-disabled):hover {
    background-color: #fff;
  }
  .lp-lightbox-arrow:not(.slick-disabled):hover:before {
    border-color: #211F1F;
  }
}

/*
  Since our Button styles feature overrides styles for disabled states of buttons and pagination, we add them manually.
  The styles below apply ONLY when specific style is selected
*/
[class*=pagination-style-] {
  /* .paginationjs-prev, .paginationjs-ellipsis, .paginationjs-next can be in disabled state */
}
[class*=pagination-style-] .disabled {
  /* normalizing opacity which can be set in templates */
  opacity: 1 !important;
}
[class*=pagination-style-] .disabled a {
  opacity: 0.5 !important;
  pointer-events: none;
  cursor: auto;
}

[class*=button-style-]:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: auto;
}

/* T H E M E  C O L O R S */
:root {
  --themeWhite: rgba(255, 255, 255, 1);
  --themeGreen: #2c3426;
  --themeBeige: #ccb091;
  --themeBlack: #211f1f;
  --themeGray: #eeede9;
}

/* B O D Y  S T Y L E S*/
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/* S L I C K */
.slick-track {
  margin: auto;
}

.slick-list {
  min-width: 100%;
}

/* H E L P E R S */
.lp-pre-line {
  white-space: pre-line;
}

/* V E R T I C A L  P A D D I N G S */
.lp-vertical-paddings {
  padding-top: 96px;
  padding-bottom: 96px;
}
.lp-vertical-paddings--l {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 1024px) {
  .lp-vertical-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* C O N T A I N E R */
.lp-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1348px;
  /*---1300px content width---*/
  padding-left: 24px;
  padding-right: 24px;
}
.lp-container--l {
  max-width: none;
}
.lp-container--s {
  max-width: 1128px;
  /*---1080px content width---*/
}

.h-pot {
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

.hide {
  display: none;
}

/* G R I D  S Y S T E M */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--colGap, 0) / -2);
  margin-right: calc(var(--colGap, 0) / -2);
}
.row--s {
  --colGap: 20px;
}
.row--m {
  --colGap: 40px;
}
.row--l {
  --colGap: 60px;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: calc(var(--colGap, 0) / 2);
  padding-right: calc(var(--colGap, 0) / 2);
}

.col-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-1-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-1-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2-3 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.col-3-4 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* H E A D I N G S */
h1,
.lp-h1 {
  font-size: var(--global-h1-font-size, 70px);
  font-weight: 400;
  line-height: 1.11;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h1,
.lp-h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

h2,
.lp-h2 {
  font-size: var(--global-h2-font-size, 56px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h2,
.lp-h2 {
    font-size: 36px;
    line-height: 1.22;
  }
}

h3,
.lp-h3 {
  font-size: var(--global-h3-font-size, 40px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h3,
.lp-h3 {
    font-size: 28px;
    line-height: 1.29;
  }
}

h4,
.lp-h4 {
  font-size: var(--global-h4-font-size, 28px);
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h4,
.lp-h4 {
    font-size: 24px;
    line-height: 1.33;
  }
}

h5,
.lp-h5 {
  font-size: var(--global-h5-font-size, 22px);
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h5,
.lp-h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}

h6,
.lp-h6 {
  font-size: var(--global-h6-font-size, 20px);
  font-family: var(--global-secondary-font-family);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h6,
.lp-h6 {
    font-size: 18px;
    line-height: 1.44;
  }
}

.bf1 {
  font-family: var(--global-secondary-font-family-short, sans-serif);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0;
  font-weight: 600;
}

.bf2 {
  font-family: var(--global-secondary-font-family-short, sans-serif);
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0;
  font-weight: 400;
}

.lp-text--pretitle {
  font-family: var(--global-secondary-font-family-short, sans-serif);
  font-size: 18px;
  line-height: 1.56;
  font-weight: 600;
  color: var(--themeBeige, #ccb091);
  text-transform: uppercase;
  font-style: italic;
}

.lp-text--subtitle {
  /* This template's subtitles are equal to the body style*/
}

.lp-title-group {
  max-width: 860px;
  text-align: center;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .lp-title-group {
    margin-bottom: 16px;
  }
}
.lp-title-group .lp-text--pretitle {
  margin: 0 0 8px;
}
.lp-title-group .lp-h1,
.lp-title-group .lp-h2,
.lp-title-group .lp-h3 {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .lp-title-group .lp-h1,
.lp-title-group .lp-h2,
.lp-title-group .lp-h3 {
    margin-bottom: 8px;
  }
}
.lp-title-group .lp-text--subtitle {
  margin-left: auto;
  margin-right: auto;
  /*    max-width: 640px;*/
}

/* O T H E R   F O N T S */
.font-pages {
  font-size: 14px;
}

.font-pages--total {
  font-weight: 700;
}

/* B U T T O N S */
.lp-btn {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.3;
  border: 2px solid transparent;
  border-radius: 0;
  font-family: var(--global-secondary-font-family-short, sans-serif);
  text-transform: uppercase;
  padding: 14px 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: none;
  -webkit-font-smoothing: unset;
  font-weight: 600;
}
.lp-btn:focus {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn:hover {
    background-color: transparent;
    text-decoration: none;
  }
}
.lp-btn:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 560px) {
  .lp-btn--mob-full-width {
    width: 100%;
  }
}
.lp-btn.lp-btn--filled {
  background: var(--themeBeige, #ccb091);
  color: var(--themeWhite, #ffffff);
  border-color: var(--themeBeige, #ccb091);
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--filled:hover {
    background: #B39B81;
    color: var(--themeWhite, #ffffff);
    border-color: #B39B81;
  }
}
.lp-btn.lp-btn--dark.lp-btn--filled {
  background: var(--themeBlack, #211F1F);
  color: var(--themeWhite, #ffffff);
  border-color: var(--themeBlack, #211F1F);
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--dark.lp-btn--filled:hover {
    background: var(--themeWhite, #ffffff);
    color: var(--themeBlack, #211F1F);
    border-color: var(--themeBlack, #211F1F);
  }
}
.lp-btn.lp-btn--light.lp-btn--filled {
  background: var(--themeWhite, #ffffff);
  color: var(--themeBlack, #211F1F);
  border-color: var(--themeWhite, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--light.lp-btn--filled:hover {
    color: var(--themeWhite, #ffffff);
    background: var(--themeBlack, #211F1F);
    border-color: var(--themeWhite, #ffffff);
  }
}
.lp-btn.lp-btn--dark.lp-btn--outline {
  background: transparent;
  color: var(--themeBlack, #211F1F);
  border-color: var(--themeBlack, #211F1F);
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--dark.lp-btn--outline:hover {
    border-color: var(--themeBlack, #211F1F);
    background-color: var(--themeBlack, #211F1F);
    color: var(--themeWhite, #ffffff);
  }
}
.lp-btn.lp-btn--dark.lp-btn--outline:disabled {
  background: transparent;
  color: rgba(31, 31, 31, 0.4);
  border-color: rgba(31, 31, 31, 0.4);
}
.lp-btn.lp-btn--light.lp-btn--outline {
  background: transparent;
  border-color: var(--themeWhite, #ffffff);
  color: var(--themeWhite, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--light.lp-btn--outline:hover {
    border-color: var(--themeWhite, #ffffff);
    background-color: var(--themeWhite, #ffffff);
    color: var(--themeBlack, #211F1F);
  }
}
.lp-btn.lp-btn--light.lp-btn--outline:disabled {
  background: transparent;
  color: rgba(31, 31, 31, 0.4);
  border-color: rgba(31, 31, 31, 0.4);
}


/* H Y P E R L I N K S  */
.hyperlink-style-1,
.hyperlink-style-2 {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hyperlink-style-1:before,
.hyperlink-style-2:before {
  content: "– ";
}


/*   xxxx Changed 12/8/2022 xxxx   */

/*
.lp-a a:not(.hyperlink-style-1):not(.hyperlink-style-2),
.link:not(.hyperlink-style-1):not(.hyperlink-style-2) {
  -webkit-font-smoothing: unset;
  transition: 0.3s linear;
  text-decoration: none;
  position: relative;
  color: inherit;
  display: inline-block;
}
.lp-a a:not(.hyperlink-style-1):not(.hyperlink-style-2):after, .lp-a a:not(.hyperlink-style-1):not(.hyperlink-style-2):before,
.link:not(.hyperlink-style-1):not(.hyperlink-style-2):after,
.link:not(.hyperlink-style-1):not(.hyperlink-style-2):before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  transition: 0.3s linear;
  background: currentColor;
  bottom: 0;
  left: 0;
}
.lp-a a:not(.hyperlink-style-1):not(.hyperlink-style-2):before,
.link:not(.hyperlink-style-1):not(.hyperlink-style-2):before {
  width: 100%;
  opacity: 0.3;
}
*/



@media (hover: hover) and (pointer: fine) {
  .lp-a a:not(.hyperlink-style-1):not(.hyperlink-style-2):hover:after,
.link:not(.hyperlink-style-1):not(.hyperlink-style-2):hover:after {
    width: 100%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .lp-a a:not(.hyperlink-style-1):not(.hyperlink-style-2):after,
.link:not(.hyperlink-style-1):not(.hyperlink-style-2):after {
    display: none;
  }
}

.lp-link {
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .lp-link:hover {
    background-color: transparent;
    border-color: transparent;
  }
}
.lp-link:disabled {
  opacity: 0.5;
}
.lp-link.lp-link--light {
  color: var(--themeWhite, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .lp-link.lp-link--light:hover {
    color: var(--themeBeige, #ccb091);
  }
}
.lp-link.lp-link--dark {
  color: var(--themeBlack, #211F1F);
}
@media (hover: hover) and (pointer: fine) {
  .lp-link.lp-link--dark:hover {
    color: var(--themeBeige, #ccb091);
  }
}
.lp-link.lp-link--dark:disabled {
  color: var(--themeBlack, #211F1F);
}









/*  P L A Y   B U T T O N  */
.lp-play {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  padding: 10px;
  border: 1px solid;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s;
  border-color: var(--themeBlack, #211f1f);
  color: var(--themeWhite, #ffffff);
  background-color: var(--themeBlack, #211f1f);
}
@media (max-width: 767px) {
  .lp-play {
    width: 96px;
    height: 96px;
  }
}
.lp-play:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  vertical-align: middle;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .lp-play:after {
    border-left-width: 12px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lp-play:hover {
    background-color: var(--themeBlack, #211f1f);
    border-color: var(--themeBlack, #211f1f);
  }
  .lp-play:hover:after {
    transform: scale(1.2);
  }
}
.lp-play--dark {
  border-color: var(--themeBlack, #211f1f);
  color: var(--themeWhite, #ffffff);
  background-color: var(--themeBlack, #211f1f);
}
@media (hover: hover) and (pointer: fine) {
  .lp-play--dark:hover {
    background-color: var(--themeBlack, #211f1f);
    border-color: var(--themeBlack, #211f1f);
  }
}
.lp-play--light {
  border-color: var(--themeWhite, #ffffff);
  color: var(--themeBlack, #211f1f);
  background-color: var(--themeWhite, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .lp-play--light:hover {
    background-color: var(--themeWhite, #ffffff);
    border-color: var(--themeWhite, #ffffff);
  }
}

/* I N P U T S */
.lp-input {
  max-width: 100%;
  min-width: 200px;
  padding: 10px 20px;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background: transparent;
  vertical-align: top;
  box-shadow: none;
  transition: 0.3s all;
  color: #1f1f1f;
}
.lp-input:focus, .lp-input:active {
  outline: none;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.lp-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.lp-input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.lp-input::placeholder {
  color: inherit;
  opacity: 0.5;
}


.lp-input:-webkit-autofill, .lp-input:-webkit-autofill:hover, .lp-input:-webkit-autofill:focus {
  border: 1px solid rgba(31, 31, 31, 0.2);
  -webkit-text-fill-color: #1f1f1f;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 10000s;
  transition: background-color 5000s ease-in-out 10000s;
}
.lp-input--dark {
  color: #1f1f1f;
  border-color: rgba(31, 31, 31, 0.2);
}
.lp-input--dark:focus, .lp-input--dark:active {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.lp-input--dark:-webkit-autofill, .lp-input--dark:-webkit-autofill:hover, .lp-input--dark:-webkit-autofill:focus {
  border: 1px solid rgba(31, 31, 31, 0.2);
  -webkit-text-fill-color: #1f1f1f;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 10000s;
  transition: background-color 5000s ease-in-out 10000s;
}
.lp-input--light {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.lp-input--light:focus, .lp-input--light:active {
  border-color: white;
  color: white;
}
.lp-input--light:-webkit-autofill, .lp-input--light:-webkit-autofill:hover, .lp-input--light:-webkit-autofill:focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 10000s;
  transition: background-color 5000s ease-in-out 10000s;
}

.lp-combo-input {
  display: flex;
}
.lp-combo-input .lp-input {
  display: block;
}
.lp-combo-input .lp-input:first-child {
  border-right: none;
  flex-basis: 64%;
}
.lp-combo-input .lp-input:first-child:focus + .lp-input--dark, .lp-combo-input .lp-input:first-child:active + .lp-input--dark {
  border-left-color: #1f1f1f;
}
.lp-combo-input .lp-input:first-child:focus + .lp-input--light, .lp-combo-input .lp-input:first-child:active + .lp-input--light {
  border-left-color: #ffffff;
}
.lp-combo-input .lp-input:last-child {
  flex-basis: 36%;
  min-width: 0;
  text-align: center;
}

.input-container {
  background-image: none;
  position: relative;
}
.input-container .lp-input {
  padding-left: 50px;
}
.input-container .lp-input ~ .input-icon {
  display: block;
  position: absolute;
  background: center no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
}




















.input-container .lp-input--light[name=name] ~ .input-icon, .input-container .lp-input--light[name=firstName] ~ .input-icon, .input-container .lp-input--light[name=lastName] ~ .input-icon, .input-container .lp-input--light[data-name=name] ~ .input-icon, .input-container .lp-input--light[data-name=firstName] ~ .input-icon, .input-container .lp-input--light[data-name=lastName] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6654 17.5V15.8333C16.6654 14.9493 16.3142 14.1014 15.6891 13.4763C15.0639 12.8512 14.2161 12.5 13.332 12.5H6.66536C5.78131 12.5 4.93346 12.8512 4.30834 13.4763C3.68322 14.1014 3.33203 14.9493 3.33203 15.8333V17.5' stroke='%23FFFFFF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0013 9.16667C11.8423 9.16667 13.3346 7.67428 13.3346 5.83333C13.3346 3.99238 11.8423 2.5 10.0013 2.5C8.16035 2.5 6.66797 3.99238 6.66797 5.83333C6.66797 7.67428 8.16035 9.16667 10.0013 9.16667Z' stroke='%23FFFFFF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--light[name=email] ~ .input-icon, .input-container .lp-input--light[data-name=email] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33464 3.33301H16.668C17.5846 3.33301 18.3346 4.08301 18.3346 4.99967V14.9997C18.3346 15.9163 17.5846 16.6663 16.668 16.6663H3.33464C2.41797 16.6663 1.66797 15.9163 1.66797 14.9997V4.99967C1.66797 4.08301 2.41797 3.33301 3.33464 3.33301Z' stroke='%23FFFFFF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3346 5L10.0013 10.8333L1.66797 5' stroke='%23FFFFFF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--light[name=phone] ~ .input-icon, .input-container .lp-input--light[data-name=phone] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.168 1.66663H5.83464C4.91416 1.66663 4.16797 2.41282 4.16797 3.33329V16.6666C4.16797 17.5871 4.91416 18.3333 5.83464 18.3333H14.168C15.0884 18.3333 15.8346 17.5871 15.8346 16.6666V3.33329C15.8346 2.41282 15.0884 1.66663 14.168 1.66663Z' stroke='%23ffffff' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15H10.0083' stroke='%23ffffff' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--light[name=message] ~ .input-icon, .input-container .lp-input--light[data-name=message] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 12.5C17.5 12.942 17.3244 13.366 17.0118 13.6785C16.6993 13.9911 16.2754 14.1667 15.8333 14.1667H5.83333L2.5 17.5V4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H15.8333C16.2754 2.5 16.6993 2.67559 17.0118 2.98816C17.3244 3.30072 17.5 3.72464 17.5 4.16667V12.5Z' stroke='%23ffffff' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--light[name=search] ~ .input-icon, .input-container .lp-input--light[data-name=search] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333Z' stroke='%23ffffff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 17.5L13.875 13.875' stroke='%23ffffff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input-container .lp-input--light[name=location] ~ .input-icon, .input-container .lp-input--light[data-name=location] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.861 8.33398C18.861 14.1673 11.1102 19.1673 11.1102 19.1673C11.1102 19.1673 3.35938 14.1673 3.35938 8.33398C3.35938 6.34486 4.17598 4.43721 5.62954 3.03068C7.0831 1.62416 9.05456 0.833984 11.1102 0.833984C13.1659 0.833984 15.1373 1.62416 16.5909 3.03068C18.0444 4.43721 18.861 6.34486 18.861 8.33398Z' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.11 10.834C12.5369 10.834 13.6936 9.7147 13.6936 8.33398C13.6936 6.95327 12.5369 5.83398 11.11 5.83398C9.68309 5.83398 8.52637 6.95327 8.52637 8.33398C8.52637 9.7147 9.68309 10.834 11.11 10.834Z' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input-container .lp-input--light[name=time] ~ .input-icon, .input-container .lp-input--light[data-name=time] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8236 18.3327C15.4228 18.3327 19.1512 14.6017 19.1512 9.99935C19.1512 5.39698 15.4228 1.66602 10.8236 1.66602C6.22446 1.66602 2.49609 5.39698 2.49609 9.99935C2.49609 14.6017 6.22446 18.3327 10.8236 18.3327Z' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8242 5V10L14.1552 11.6667' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input-container .lp-input--dark[name=name] ~ .input-icon, .input-container .lp-input--dark[name=firstName] ~ .input-icon, .input-container .lp-input--dark[name=lastName] ~ .input-icon, .input-container .lp-input--dark[data-name=name] ~ .input-icon, .input-container .lp-input--dark[data-name=firstName] ~ .input-icon, .input-container .lp-input--dark[data-name=lastName] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6654 17.5V15.8333C16.6654 14.9493 16.3142 14.1014 15.6891 13.4763C15.0639 12.8512 14.2161 12.5 13.332 12.5H6.66536C5.78131 12.5 4.93346 12.8512 4.30834 13.4763C3.68322 14.1014 3.33203 14.9493 3.33203 15.8333V17.5' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0013 9.16667C11.8423 9.16667 13.3346 7.67428 13.3346 5.83333C13.3346 3.99238 11.8423 2.5 10.0013 2.5C8.16035 2.5 6.66797 3.99238 6.66797 5.83333C6.66797 7.67428 8.16035 9.16667 10.0013 9.16667Z' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--dark[name=email] ~ .input-icon, .input-container .lp-input--dark[data-name=email] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33464 3.33301H16.668C17.5846 3.33301 18.3346 4.08301 18.3346 4.99967V14.9997C18.3346 15.9163 17.5846 16.6663 16.668 16.6663H3.33464C2.41797 16.6663 1.66797 15.9163 1.66797 14.9997V4.99967C1.66797 4.08301 2.41797 3.33301 3.33464 3.33301Z' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3346 5L10.0013 10.8333L1.66797 5' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--dark[name=phone] ~ .input-icon, .input-container .lp-input--dark[data-name=phone] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.168 1.66663H5.83464C4.91416 1.66663 4.16797 2.41282 4.16797 3.33329V16.6666C4.16797 17.5871 4.91416 18.3333 5.83464 18.3333H14.168C15.0884 18.3333 15.8346 17.5871 15.8346 16.6666V3.33329C15.8346 2.41282 15.0884 1.66663 14.168 1.66663Z' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15H10.0083' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--dark[name=message] ~ .input-icon, .input-container .lp-input--dark[data-name=message] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 12.5C17.5 12.942 17.3244 13.366 17.0118 13.6785C16.6993 13.9911 16.2754 14.1667 15.8333 14.1667H5.83333L2.5 17.5V4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H15.8333C16.2754 2.5 16.6993 2.67559 17.0118 2.98816C17.3244 3.30072 17.5 3.72464 17.5 4.16667V12.5Z' stroke='%231F1F1F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-container .lp-input--dark[name=search] ~ .input-icon, .input-container .lp-input--dark[data-name=search] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333Z' stroke='%231f1f1f' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 17.5L13.875 13.875' stroke='%231f1f1f' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input-container .lp-input--dark[name=location] ~ .input-icon, .input-container .lp-input--dark[data-name=location] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.861 8.33398C18.861 14.1673 11.1102 19.1673 11.1102 19.1673C11.1102 19.1673 3.35938 14.1673 3.35938 8.33398C3.35938 6.34486 4.17598 4.43721 5.62954 3.03068C7.0831 1.62416 9.05456 0.833984 11.1102 0.833984C13.1659 0.833984 15.1373 1.62416 16.5909 3.03068C18.0444 4.43721 18.861 6.34486 18.861 8.33398Z' stroke='%231f1f1f' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.11 10.834C12.5369 10.834 13.6936 9.7147 13.6936 8.33398C13.6936 6.95327 12.5369 5.83398 11.11 5.83398C9.68309 5.83398 8.52637 6.95327 8.52637 8.33398C8.52637 9.7147 9.68309 10.834 11.11 10.834Z' stroke='%231f1f1f' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input-container .lp-input--dark[name=time] ~ .input-icon, .input-container .lp-input--dark[data-name=time] ~ .input-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8236 18.3327C15.4228 18.3327 19.1512 14.6017 19.1512 9.99935C19.1512 5.39698 15.4228 1.66602 10.8236 1.66602C6.22446 1.66602 2.49609 5.39698 2.49609 9.99935C2.49609 14.6017 6.22446 18.3327 10.8236 18.3327Z' stroke='%231f1f1f' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8242 5V10L14.1552 11.6667' stroke='%231f1f1f' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input-container textarea.lp-input ~ .input-icon {
  background-position: top 14px center;
}

.lp-input-group {
  position: relative;
  width: 100%;
}
.lp-input-group .lp-label {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.lp-input-group .lp-input {
  display: block;
  width: 100%;
  min-width: unset;
}
.lp-input-group .lp-input:-webkit-autofill, .lp-input-group .lp-input:-webkit-autofill:hover, .lp-input-group .lp-input:-webkit-autofill:focus {
  border: 1px solid rgba(31, 31, 31, 0.2);
  -webkit-text-fill-color: #1f1f1f;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 10000s;
  transition: background-color 5000s ease-in-out 10000s;
}
.lp-input-group--dark .lp-input {
  color: #1f1f1f;
  border-color: rgba(31, 31, 31, 0.2);
}
.lp-input-group--dark .lp-input:focus, .lp-input-group--dark .lp-input:active {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.lp-input-group--dark .lp-input:-webkit-autofill, .lp-input-group--dark .lp-input:-webkit-autofill:hover, .lp-input-group--dark .lp-input:-webkit-autofill:focus {
  border: 1px solid rgba(31, 31, 31, 0.2);
  -webkit-text-fill-color: #1f1f1f;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 10000s;
  transition: background-color 5000s ease-in-out 10000s;
}
.lp-input-group--light .lp-input {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.lp-input-group--light .lp-input:focus, .lp-input-group--light .lp-input:active {
  border-color: white;
  color: white;
}
.lp-input-group--light .lp-input:-webkit-autofill, .lp-input-group--light .lp-input:-webkit-autofill:hover, .lp-input-group--light .lp-input:-webkit-autofill:focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 10000s;
  transition: background-color 5000s ease-in-out 10000s;
}

textarea.lp-input {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

select.lp-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 0.8em;
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.lp-form-group {
  margin-bottom: 8px;
}

/*C U S T O M  S E L E C T*/
.custom-select {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .custom-select {
    height: auto;
  }
}
.custom-select .lp-input--dark + .custom-select-menu .custom-select-content {
  color: var(--themeWhite, #ffffff);
  background-color: var(--themeBlack, #211f1f);
}
.custom-select .lp-input--dark + .custom-select-menu .custom-select-item:focus, .custom-select .lp-input--dark + .custom-select-menu .custom-select-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-select .lp-input--dark + .custom-select-menu .custom-select-item.is-selected {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-select .lp-input--light + .custom-select-menu .custom-select-content {
  color: var(--themeBlack, #211f1f);
  background-color: var(--themeWhite, #ffffff);
}
.custom-select .lp-input--light + .custom-select-menu .custom-select-item:focus, .custom-select .lp-input--light + .custom-select-menu .custom-select-item:hover {
  background-color: rgba(31, 31, 31, 0.2);
}
.custom-select .lp-input--light + .custom-select-menu .custom-select-item.is-selected {
  background-color: rgba(31, 31, 31, 0.2);
}

.custom-select-toggle {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.custom-select-toggle:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -6px;
  height: 9px;
  width: 9px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.custom-select.open .custom-select-toggle:after {
  transform: rotate(135deg);
  margin-top: -3px;
}

.custom-select-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
}

.custom-select-content {
  width: 100%;
}

.custom-select-item {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 18px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: inherit;
}
.custom-select-item:focus, .custom-select-item:hover {
  background-color: #2D2F30;
}
.custom-select-item.is-selected {
  background-color: #2D2F30;
}
.custom-select-item.is-disabled, .custom-select-item:disabled {
  display: none;
}

.lp-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: transparent;
  position: relative;
  transition: background-color 0.3s;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.lp-arrow.lp-arrow--big {
  width: 62px;
  height: 62px;
}
.lp-arrow.slick-disabled {
  cursor: default;
  opacity: 0.6;
}
.lp-arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transition: border-color 0.3s;
}
.lp-arrow.lp-arrow--prev:before {
  margin-left: -3px;
  transform: rotate(-135deg);
}
.lp-arrow.lp-arrow--next:before {
  margin-left: -7px;
  transform: rotate(45deg);
}
.lp-arrow.lp-arrow--dark {
  border: solid 2px #211F1F;
}
.lp-arrow.lp-arrow--dark:before {
  border-color: #211F1F;
}
@media (hover: hover) and (pointer: fine) {
  .lp-arrow.lp-arrow--dark:not(.slick-disabled):hover {
    background-color: #211F1F;
  }
  .lp-arrow.lp-arrow--dark:not(.slick-disabled):hover:before {
    border-color: #fff;
  }
}
.lp-arrow.lp-arrow--light {
  border: solid 2px #fff;
}
.lp-arrow.lp-arrow--light:before {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .lp-arrow.lp-arrow--light:not(.slick-disabled):hover {
    background-color: #fff;
  }
  .lp-arrow.lp-arrow--light:not(.slick-disabled):hover:before {
    border-color: #211F1F;
  }
}

/* P A G I N A T I O N */
.lp-pagination.pagination-container {
  position: static;
}
.lp-pagination.pagination-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lp-pagination.pagination-container .paginationjs {
  font: inherit;
  box-sizing: border-box;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages {
  float: none;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages ul {
  float: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li {
  float: none;
  border: none;
  margin: 0 6px;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(33, 31, 31, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(33, 31, 31, 0.5);
  font-family: var(--global-secondary-font-family);
}
@media (min-width: 1025px) {
  .lp-pagination.pagination-container .paginationjs .paginationjs-pages li a:focus, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li a:hover {
    text-decoration: none;
    color: #211f1f;
    border: 2px solid #211f1f;
    background: rgba(33, 31, 31, 0.1);
  }
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-ellipsis.disabled a {
  border: none;
  color: #211f1f;
  background: transparent;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next {
  border: none;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a {
  font-size: 0;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a {
  border: none !important;
  width: 20px;
  min-width: 20px;
  background: transparent !important;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:after, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  transition: 0.3s linear;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:after {
  transform: translate(-4px, -4px) rotate(-135deg);
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:after {
  transform: translate(-4px, -4px) rotate(45deg);
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.active a {
  color: #000000;
  background: transparent;
  border: 2px solid #211f1f;
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.disabled a {
  pointer-events: none;
  opacity: 1;
  border: none;
  color: rgba(85, 87, 89, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:focus, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:hover, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:focus, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:hover {
    text-decoration: none;
    background: transparent !important;
    color: #211f1f;
    border: none !important;
  }
}
.lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:focus:after, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:hover:after, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:focus:after, .lp-pagination.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:hover:after {
  transition: 0.3s linear;
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-ellipsis.disabled a {
  border: none;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li a {
  color: rgba(255, 255, 255, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li a:focus, .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    border: solid 2px white;
  }
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.active a {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.disabled a {
  pointer-events: none;
  opacity: 1;
  color: rgba(85, 87, 89, 0.5);
  border: solid 2px rgba(85, 87, 89, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-prev a, .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-next a {
  border-color: transparent;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-prev a:hover, .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-next a:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-prev a:hover, .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-next a:hover {
    background: transparent !important;
    border-color: transparent !important;
  }
}
.lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-prev a:hover:after, .lp-pagination.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-next a:hover:after {
  transition: 0.3s linear;
}

/* Standardized fonts for listing card */
.lp-listing-card.listing-card .listing-card__price {
  font-weight: normal;
  font-size: 19px;
}
.lp-listing-card.listing-card .listing-card__price--sales {
  font-size: 19px;
}
.lp-listing-card.listing-card .listing-card__price--lease {
  font-size: 17px;
}
.lp-listing-card.listing-card .listing-card__attributes {
  font-size: 13px;
  font-weight: normal;
}
.lp-listing-card.listing-card .listing-card__address {
  font-size: 13px;
  font-weight: normal;
}

/* L I G H T B O X */
.lp-expand-btn {
  left: unset;
  right: 20px;
}

.lp-lightbox-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: transparent;
  position: absolute;
  transition: background-color 0.3s;
  border: solid 2px #fff;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  top: calc(50% - 23px);
  bottom: unset;
  z-index: 1;
}
.lp-lightbox-arrow.slick-disabled {
  cursor: default;
  opacity: 0.6;
}
.lp-lightbox-arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transition: border-color 0.3s;
  border-color: #fff;
}
.lp-lightbox-arrow--prev {
  left: 5px;
}
.lp-lightbox-arrow--prev:before {
  margin-left: -3px;
  transform: rotate(-135deg);
}
.lp-lightbox-arrow--next {
  right: 5px;
}
.lp-lightbox-arrow--next:before {
  margin-left: -7px;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .lp-lightbox-arrow:not(.slick-disabled):hover {
    background-color: #fff;
  }
  .lp-lightbox-arrow:not(.slick-disabled):hover:before {
    border-color: #211F1F;
  }
}

/* Underlined link */
/*.lp-a {

  &--light {
    a {
      color: var(--themeWhite, #ffffff);
    }
  }

  &--dark {
    a {
      color: var(--themeBlack, #000000);
    }
  }
  .link,
  a {
    -webkit-font-smoothing: unset;
    transition: .3s linear;
    text-decoration: none;
    position: relative;
    color: inherit;
    display: inline-block;
    &:after, &:before {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 1px;
      transition: .3s linear;
      background: currentColor;
      bottom: 0;
      left: 0;
    }

    &:before {
      width: 100%;
      opacity: .3;
    }

    &:hover {
      @media (hover: hover) and (pointer: fine) {
        &:after {
          width: 100%;
        }
      }
    }

    @media (hover: none) and (pointer: coarse) {
      &:after {
        display: none;
      }
    }
  }
}
*/


/* Social links */
.lp-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.lp-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s all;
  color: var(--themeWhite);
  font-size: 14px;
  border: 1px solid var(--themeBeige);
  background: var(--themeBeige);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .lp-socials__link:hover {
    background: transparent;
    color: var(--themeBeige);
  }
}
.lp-socials li {
  margin-right: 14px;
  margin-bottom: 0;
}
.lp-socials li svg {
  max-width: 100%;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: 0.3s all;
}
.lp-socials li:last-of-type {
  margin-right: 0;
}

.space-arrows .lp-arrow--next {
  margin-left: 8px;
}

@media (min-width: 769px) {
  .space-arrows-centered .lp-arrow--next {
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .space-arrows-centered .lp-arrow {
    margin: 0 4px;
  }
}
