@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: hsla(0, 0%, 0%, 0.8);
  word-wrap: break-word;
  font-kerning: normal;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-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, 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: 1.666rem;
}

iframe, img {
  margin-bottom: 0;
}

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: hsla(0, 0%, 0%, 0.2);
  border: none;
  height: 1px;
}

dt, th {
  font-weight: bold;
}

li {
  margin-bottom: 0.833rem;
}

ol li, ul li {
  padding-left: 0;
}

li > ol, li > ul {
  margin-left: 1.666rem;
  margin-bottom: 0.833rem;
  margin-top: 0.833rem;
}

li > p {
  margin-bottom: 0.833rem;
}

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 hsla(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 hsla(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;
}

/*to fix unnecessary margins while using google translate fo links*/
.goog-te-gadget-simple a {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: inherit !important;
}
.goog-te-gadget-simple a span {
  border-left: none !important;
  color: inherit !important;
}

/*
  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 (min-width: 1921px) {
  .lp-title-group {
    max-width: 50vw;
  }
}
@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 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 768px) {
  .lp-arrow.lp-arrow--vertical {
    -webkit-transform: rotate(0deg);
            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;
}

/*TCR compliance standardization*/
.lp-disclaimer {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: justify;
}
.lp-disclaimer a {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: underline !important;
}
.lp-disclaimer a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline !important;
}

.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%;
    -webkit-transform: translateX(-50%) translateY(-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 {
    -webkit-transform: scale(1.1);
            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;
  -webkit-transform: translateY(-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% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes lp-animation--circle-rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    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: var(--close-button-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 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;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-lightbox__close:after {
  -webkit-transform: rotate(-45deg);
          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;
  touch-action: none;
}
.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 {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.lp-lightbox-arrow--prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lp-lightbox-arrow--next {
  right: 10px;
}
@media screen and (orientation: landscape) {
  .lp-lightbox-arrow--next {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.lp-lightbox-arrow--next:before {
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
          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;
  }
}

:root {
  /* The variables below are related to some features we expect in the future */
  --global-dark: #15171A;
  --global-white: #ffffff;
  --global-black: #000000;
  --global-grey: #808080;
  --global-steel-grey: #a0a2a3;
  --global-cod-grey: #2b2e30;
  --global-dark-navy-blue: #000307;
  --global-brown-grey: #9d876b;
  --global-toupe: #cfb799;
  --global-toupe-20: rgba(207, 183, 153, 0.2);
  --global-dark-80: rgba(21, 23, 26, 0.8);
  --global-white-20: rgba(255,255,255, 0.2);
  --global-black-12: rgba(0, 0, 0, 0.12);
  --global-black-40: rgba(0, 0, 0, 0.40);
}

/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

#modal-global-contact-us {
  background-color: #ffffff;
}

header,
nav {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

*:focus {
  outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  page-break-inside: avoid;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit;
  text-transform: none;
  border-radius: 0;
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: none;
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ссс;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#global-navbar {
  position: fixed;
  z-index: 100;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.pre-line {
  white-space: pre-line;
}

@media (max-width: 768px) {
  body > div.sidemenu {
    width: 100%;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; /* 1440px - 120px - 120px + 40px (120px - design l/r paddings, 40px - gap between grid columns) */
  padding-left: 62px;
  padding-right: 62px;
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row > div[class^=col-xs-], .row > div[class*=" col-xs-"], .row > div[class^=col-sm-], .row > div[class*=" col-sm-"], .row > div[class^=col-md-], .row > div[class*=" col-md-"], .row > div[class^=col-lg-], .row > div[class*=" col-lg-"], .row > div[class^=col-xl-], .row > div[class*=" col-xl-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.col-1-2 {
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 560px) {
  .col-1-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-1-3 {
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
}
@media (max-width: 768px) {
  .col-1-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-1-4 {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .col-1-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 560px) {
  .col-1-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/*END GRID SYSTEM*/
.locked {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(242deg, rgba(0, 0, 0, 0) 0%, #111111 100%);
}
.bg-overlay > * {
  z-index: 2;
}

.h-pot {
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

.scroll-down-icon:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: solid 1px var(--global-white);
  position: absolute;
  top: 10px;
  border-left: none;
  border-top: none;
  left: 50%;
  -webkit-transform: translate(-50%, 20px) rotate(45deg);
  transform: translate(-50%, 20px) rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

#global-navbar {
  transition: 0.5s ease-in;
}

body {
  font-family: var(--global-secondary-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.875;
  font-weight: 300;
  color: var(--global-dark);
}
@media (max-width: 560px) {
  body {
    line-height: 1.71;
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, .blockquote, .serif {
  font-family: var(--global-primary-font-family);
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
}

h1, .h1 {
  line-height: 1.05;
}
@media (max-width: 560px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 1.26;
  }
}

h2, .h2 {
  line-height: 1.14;
}
@media (max-width: 560px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 1.27;
  }
}

h3, .h3 {
  line-height: 1.44;
}
@media (max-width: 560px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 1.44;
}
@media (max-width: 560px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h5, .h5 {
  font-size: 22px;
  line-height: 1.36;
}
@media (max-width: 560px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  font-family: var(--global-secondary-font-family);
}
@media (max-width: 560px) {
  h6, .h6 {
    font-size: 16px;
  }
}

.font-size-copyright {
  font-size: 12px;
}

.font-date {
  font-size: 12px;
  font-weight: bold;
}

.feature {
  font-family: var(--global-secondary-font-family);
  font-size: 13px;
  line-height: 1.85;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .feature {
    line-height: 1.54;
  }
}

.font-author {
  font-size: 13px;
  font-weight: bold;
}

.font-description {
  font-size: 14px;
}

.font-sweet-16 {
  font-size: 16px;
}

.font-stats {
  font-size: 30px;
}
@media (max-width: 768px) {
  .font-stats {
    font-size: 24px;
  }
}

.font-size-statistic {
  font-weight: bold;
  font-size: 48px;
}
@media (max-width: 768px) {
  .font-size-statistic {
    font-size: 38px;
  }
}

.font-info-price {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 560px) {
  .font-info-price {
    font-size: 20px;
  }
}

.font-detail-price {
  font-size: 38px;
  font-weight: normal;
}
@media (max-width: 560px) {
  .font-detail-price {
    font-size: 20px;
  }
}

.font-name-contact {
  font-weight: normal;
  font-size: 20px;
  font-family: var(--global-primary-font-family);
}

.font-description-developments {
  font-size: 20px;
}
@media (max-width: 768px) {
  .font-description-developments {
    font-size: 16px;
  }
}

.btn {
  max-width: 100%;
  font-size: 15px;
  line-height: 2.27;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  padding: 16px 48px;
  margin-bottom: 0;
  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;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--global-secondary-font-family);
  -webkit-font-smoothing: unset;
}
@media (max-width: 560px) {
  .btn {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: transparent;
    text-decoration: none;
  }
}
.btn:disabled {
  cursor: auto;
  pointer-events: none;
}

.btn--big {
  font-weight: bold;
  padding: 16px 27px;
  outline: none;
}
@media (max-width: 560px) {
  .btn--big {
    padding: 12px 27px;
  }
}
.btn--big.btn--primary {
  background-color: var(--global-brown-grey);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--big.btn--primary:hover {
    background-color: var(--global-toupe);
  }
}
.btn--big.btn--primary:disabled {
  color: rgba(207, 183, 153, 0.65);
}
.btn--big.btn--secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--big.btn--secondary:hover {
    border: solid 1px transparent;
    background-color: var(--global-toupe);
    color: var(--global-white);
  }
}
.btn--big.btn--secondary:disabled {
  border: solid 1px var(--global-brown-grey);
  background-color: rgba(157, 135, 107, 0.7);
  color: #8a705c;
}

.btn--small {
  padding: 3px 19px;
}
.btn--small.btn--primary {
  background: transparent;
  color: #000000;
  border: solid 1px #000000;
}
@media (hover: hover) and (pointer: fine) {
  .btn--small.btn--primary:hover {
    border: solid 1px #000000;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.btn--small.btn--primary:disabled {
  border: solid 1px #555759;
  background-color: rgba(0, 0, 0, 0.3);
  color: #555759;
}
.btn--small.btn--secondary {
  border: solid 1px var(--global-toupe);
  color: var(--global-toupe);
}
.btn--small.btn--secondary:hover {
  border: solid 1px #8a705c;
  background-color: rgba(165, 148, 121, 0.1);
  color: #8a705c;
}
.btn--small.btn--secondary:disabled {
  border: solid 1px #8a705c;
  background-color: var(--global-toupe);
  color: #8a705c;
}

.btn-box .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-box .btn .hide-success {
  display: inline-block;
}
.btn-box .btn .visible-loading {
  display: none;
}
.btn-box .btn .visible-success {
  display: none;
}
.btn-box .btn:hover .form-icon {
  border: 1px solid #ffffff;
  transition: 0.3s linear;
}
.btn-box .btn .form-icon {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  transition: 0.3s linear;
  border: 2px solid #ffffff;
  background: transparent;
}
.btn-box .btn .form-icon:after {
  content: "";
  opacity: 0;
  height: 8px;
  width: 4px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  transition: 0.3s linear;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.btn-box.success .btn .hide-success {
  display: none;
}
.btn-box.success .btn .visible-success {
  display: inline-block;
}
.btn-box.success .btn:hover .form-icon:after {
  transition: 0.3s linear;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.btn-box.success .btn .form-icon {
  border-width: 2px;
  display: inline-block;
}
.btn-box.success .btn .form-icon:after {
  content: "";
  opacity: 1;
  transition: 0.3s linear;
}
.btn-box.loading .btn .hide-success {
  display: none;
}
.btn-box.loading .btn .visible-loading {
  display: inline-block;
}
.btn-box.loading .btn .form-icon {
  display: inline-block;
  transition-property: width height padding box-shadow border-width background opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-top-color: lightgray;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1s infinite linear;
          animation: load8 1s infinite linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.link {
  -webkit-font-smoothing: unset;
  transition: 0.3s linear;
}
.link:hover {
  transition: 0.3s linear;
}

button.link {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  outline: none;
}

.link-inline {
  text-decoration: none;
  color: var(--global-brown-grey);
}
.link-inline:hover {
  color: var(--global-toupe);
}
.link-inline--white {
  color: var(--global-toupe);
}
.link-inline--white:hover {
  color: var(--global-brown-grey);
}

.link-solo {
  position: relative;
}
.link-solo:after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  transition: 0.3s linear;
  background: currentColor;
  bottom: 0;
  left: 0;
}
.link-solo:hover:after {
  width: 100%;
}
.link-solo:not(.link-nav, .link-card):before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  transition: 0.3s linear;
  background: currentColor;
  opacity: 0.3;
  bottom: 0;
  left: 0;
}

.link-nav {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: var(--global-dark);
}

.link-card {
  font-size: 16px;
  font-weight: bold;
  color: var(--global-toupe);
}

@media (hover: none) and (pointer: coarse) {
  .link:after {
    display: none;
  }
}

.socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.socials li {
  margin-right: 16px;
  padding-bottom: 14px;
}
.socials li svg {
  width: 20px;
  height: 20px;
}
.socials li:last-of-type {
  margin-right: 0;
}
.socials li .socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s all;
  color: var(--global-brown-grey);
  font-size: 20px;
  border: 1px solid var(--global-brown-grey);
}
@media (hover: hover) and (pointer: fine) {
  .socials li .socials__link:hover {
    background: var(--global-toupe-20);
  }
}
.socials li .socials__link path {
  transition: 0.3s all;
  fill: var(--global-brown-grey);
}
.socials-dark li .socials__link {
  color: var(--global-toupe);
  border: 1px solid var(--global-brown-grey);
}
@media (hover: hover) and (pointer: fine) {
  .socials-dark li .socials__link:hover {
    background: var(--global-toupe-20);
  }
}
.socials-dark li .socials__link path {
  transition: 0.3s all;
  fill: var(--global-toupe);
}

.slider-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 3px;
  font-size: 23px;
  background-color: transparent;
  position: relative;
  color: #000000;
  outline: none;
  padding: 0;
  transition: 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.3s linear;
  }
}
.slider-arrow.slick-disabled, .slider-arrow:disabled, .slider-arrow.disabled {
  pointer-events: none;
  cursor: default;
  border: solid 1px rgba(85, 87, 89, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}
.slider-arrow.slick-disabled:after, .slider-arrow:disabled:after, .slider-arrow.disabled:after {
  border-right: solid 1px rgba(85, 87, 89, 0.5);
  border-top: solid 1px rgba(85, 87, 89, 0.5);
}
.slider-arrow.slick-disabled:before, .slider-arrow:disabled:before, .slider-arrow.disabled:before {
  background: rgba(85, 87, 89, 0.5);
}
.slider-arrow.slick-disabled {
  background: rgba(255, 255, 255, 0.8);
}
.slider-arrow:before, .slider-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}
.slider-arrow:before {
  width: 15px;
  height: 1px;
  background-color: var(--global-dark);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--global-dark);
  border-top: 1px solid var(--global-dark);
}
.slider-arrow--left:after {
  border-right-color: var(--global-dark);
  -webkit-transform: translate(-7px, -4px) rotate(-135deg);
          transform: translate(-7px, -4px) rotate(-135deg);
}
.slider-arrow--right:after {
  border-left-color: var(--global-dark);
  -webkit-transform: translate(0%, 0%) rotate(45deg);
          transform: translate(0%, 0%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.slider-arrow--dark-bg {
  color: #000000;
  border-color: transparent;
  background-color: #fafafa;
}
@media (hover: hover) and (pointer: fine) {
  .slider-arrow--dark-bg:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
}
.slider-arrow--dark-bg:disabled, .slider-arrow--dark-bg.disabled {
  pointer-events: none;
  cursor: default;
  border: #c6c7c7;
  background-color: #c6c7c7;
}

/* Form elements  */
.form-group {
  margin-bottom: 20px;
}
.form-group .form-group-status {
  margin-top: 15px;
  font-size: 14px;
  display: none;
}
.form-group.error .form-field {
  color: #ff0000;
}
.form-group.error .form-group-status {
  color: #ff0000;
  display: block;
}
.form-group--dark-bg .form-field {
  color: #fff;
  border-color: #727476;
}
.form-group--dark-bg .form-field:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.form-group--dark-bg .form-field:disabled {
  border: 1px solid #404040;
}
.form-group--dark-bg .form-field:disabled::-webkit-input-placeholder {
  color: #404040;
}
.form-group--dark-bg .form-field:disabled::-moz-placeholder {
  color: #404040;
}
.form-group--dark-bg .form-field:disabled::placeholder {
  color: #404040;
}

.form-field {
  width: 100%;
  height: 38px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  font-size: 20px;
  color: #6f6f6f;
  -webkit-appearance: none;
  font-family: var(--global-secondary-font-family);
}
.form-field::-webkit-input-placeholder {
  color: #6f6f6f;
}
.form-field::-moz-placeholder {
  color: #6f6f6f;
}
.form-field::placeholder {
  color: #6f6f6f;
}
.form-field:focus {
  border-bottom: 1px solid #14171a;
  outline: none;
  box-shadow: none;
  color: #2b2e30;
}

.form-field--small {
  font-size: 16px;
}

@-webkit-keyframes input-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes input-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.interactive-input-group {
  position: relative;
}
.interactive-input-group:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  right: 8px;
  top: 50%;
  border: 4px solid transparent;
  margin-top: -13.5px;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  will-change: transform;
}
.loading .interactive-input-group:before, .interactive-input-group.sending-data:before {
  content: "";
  border-radius: 50%;
  border-color: #eee;
  border-bottom-color: black;
  -webkit-animation: 1.5s linear infinite input-spinner;
          animation: 1.5s linear infinite input-spinner;
}
.success .interactive-input-group:before, .interactive-input-group.sent-ok:before {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: black;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}
.error .interactive-input-group:before, .interactive-input-group.sent-error:before {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  color: red;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.socials-sharing {
  visibility: hidden;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 20;
}
@media (max-width: 560px) {
  .socials-sharing li {
    flex: auto;
  }
}
.socials-sharing li .socials_share {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.socials-sharing li .socials_share:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: 0.3s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 1025px) {
  .socials-sharing li .socials_share:hover:after {
    transition: 0.3s linear;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 560px) {
  .socials-sharing li .socials_share {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .socials-sharing li:hover .socials_share {
    transition: 0.3s linear;
  }
}

.socials-sharing.three_social {
  width: 100%;
}
.socials-sharing.three_social li {
  flex: auto;
}
.socials-sharing.three_social li:first-of-type a {
  border-radius: 3px 0 0 3px;
}
.socials-sharing.three_social li:last-of-type a {
  border-radius: 0 3px 3px 0;
}
.socials-sharing.three_social li a {
  width: 100%;
}

.socials-block-dark li .socials_share {
  background: rgba(21, 23, 26, 0.65);
  color: #ffffff;
}
.socials-block-dark li .socials_share:after {
  background: #ffffff;
}

.socials-block-light li .socials_share {
  background: #f2f2f2;
  color: #000000;
}
.socials-block-light li .socials_share:after {
  background: #000000;
}

.box_share-opened .socials-sharing {
  visibility: visible;
}

.box_share .btn span {
  display: none;
  text-transform: none;
}
@media (max-width: 560px) {
  .box_share .btn span {
    display: inline-block;
  }
}

.share-button {
  padding: 15px 29px;
}

.arrows-box {
  display: flex;
  justify-content: center;
}
.arrows-box .slick-arrow {
  position: relative;
  text-align: center;
  margin: 0 15px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #838383;
  transition: 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .arrows-box .slick-arrow:hover {
    transition: 0.3s linear;
  }
}

@media (min-width: 1025px) {
  .arrows-box-white .slick-arrow:hover {
    color: #ffffff;
  }
}

@media (min-width: 1025px) {
  .arrows-box-dark .slick-arrow:hover {
    color: #000000;
  }
}

.slick-nav .slick-current {
  outline: none;
  z-index: 3;
}
.slick-nav .slick-current img {
  border: solid 1px var(--global-toupe);
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  background: transparent;
  outline: none;
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
  font-family: var(--global-secondary-font-family);
}
.custom-select-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  height: 0;
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: all 0.2s;
}
.custom-select.open .custom-select-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-select-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
  box-shadow: 1px 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.custom-select-content {
  width: 100%;
  background-color: #fff;
}

.custom-select-item {
  display: block;
  width: 100%;
  padding: 0 24px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  line-height: 54px;
  text-align: left;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d8d8d8;
  font-family: var(--global-secondary-font-family);
}
.custom-select-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .custom-select-item:focus, .custom-select-item:hover {
    color: #8a705c;
  }
}
.custom-select-item.is-selected {
  color: #8a705c;
}
.custom-select-item.is-disabled, .custom-select-item:disabled {
  display: none;
}

.form-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  color: #8a705c;
  font-family: var(--global-secondary-font-family);
}

.form-button {
  display: flex;
}
.form-button--right {
  justify-content: flex-end;
}

.chevron-submit {
  min-width: 42px;
  padding: 5px;
  flex: 0;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.25s;
}
@media (min-width: 1025px) {
  .chevron-submit:hover {
    background-color: #fff;
    border-color: #a7a7a7;
    color: #000;
  }
}
.loading .chevron-submit, .success .chevron-submit, .error .chevron-submit {
  display: none;
}

.arrow-cell {
  width: 55px;
  height: 55px;
  border: 3px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000;
  transition: 0.3s linear;
}
.arrow-cell_custom {
  display: block;
  border: 3px solid #000000;
  width: 18px;
  height: 18px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: none;
}
.arrow-cell-white {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.arrow-cell-white .arrow-cell_custom {
  border: 3px solid #ffffff;
}
@media (min-width: 1025px) {
  .arrow-cell-white:hover {
    background: #ffffff;
    transition: 0.3s linear;
  }
}
@media (min-width: 561px) {
  .arrow-cell-white:hover .arrow-cell_custom {
    border: 3px solid #000000;
    transition: 0.3s linear;
  }
}
.arrow-cell-white.disabled {
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid transparent;
  pointer-events: none;
}
.arrow-cell-white.disabled .arrow-cell_custom {
  opacity: 0.4;
}
.arrow-cell-dark {
  border: 3px solid #000000;
  color: #000000;
}
.arrow-cell-dark .arrow-cell_custom {
  border: 3px solid #000000;
}
@media (min-width: 1025px) {
  .arrow-cell-dark:hover {
    background: #000000;
    transition: 0.3s linear;
  }
}
@media (min-width: 561px) {
  .arrow-cell-dark:hover .arrow-cell_custom {
    border: 3px solid #ffffff;
    transition: 0.3s linear;
  }
}
.arrow-cell-dark.disabled {
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid transparent;
  pointer-events: none;
}
.arrow-cell-dark.disabled .arrow-cell_custom {
  opacity: 0.4;
}

.arrow-prev .arrow-cell_custom {
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
  border-right: none;
  border-top: none;
}
@media (min-width: 1025px) {
  .arrow-prev:hover .arrow-cell_custom {
    transition: 0.3s linear;
    border-right: none;
    border-top: none;
  }
}

.arrow-next .arrow-cell_custom {
  -webkit-transform: translateX(-25%) rotate(-45deg);
          transform: translateX(-25%) rotate(-45deg);
  border-left: none;
  border-top: none;
}
@media (hover: hover) and (pointer: fine) {
  .arrow-next:hover .arrow-cell_custom {
    transition: 0.3s linear;
    border-left: none;
    border-top: none;
  }
}

.pagination-container {
  position: static;
}
.pagination-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-container .paginationjs {
  font: inherit;
  box-sizing: border-box;
}
.pagination-container .paginationjs .paginationjs-pages {
  float: none;
}
.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;
}
.pagination-container .paginationjs .paginationjs-pages li {
  float: none;
  border: none;
  margin: 0 5px;
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next {
  border: none;
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a {
  font-size: 0;
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:before, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: currentColor;
  border-right-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:after, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:after {
  -webkit-transform: translate(-7px, -4px) rotate(-135deg);
          transform: translate(-7px, -4px) rotate(-135deg);
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:after {
  -webkit-transform: translate(-2px, -4px) rotate(45deg);
          transform: translate(-2px, -4px) rotate(45deg);
}
.pagination-container .paginationjs .paginationjs-pages li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #15171a;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 300;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #15171a;
  font-family: var(--global-secondary-font-family);
}
@media (max-width: 560px) {
  .pagination-container .paginationjs .paginationjs-pages li a {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .pagination-container .paginationjs .paginationjs-pages li a:focus, .pagination-container .paginationjs .paginationjs-pages li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #15171a;
  }
}
.pagination-container .paginationjs .paginationjs-pages li.active a {
  color: #ffffff;
  background: #15171a;
  height: 50px;
}
@media (max-width: 560px) {
  .pagination-container .paginationjs .paginationjs-pages li.active a {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a {
  color: #303339;
  border-radius: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:focus, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-prev a:hover, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:focus, .pagination-container .paginationjs .paginationjs-pages li.paginationjs-next a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
  }
}
.pagination-container .paginationjs .paginationjs-pages li.disabled a {
  pointer-events: none;
  opacity: 1;
  color: rgba(85, 87, 89, 0.5);
  border: solid 1px rgba(85, 87, 89, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}
.pagination-container__dark .paginationjs .paginationjs-pages li a {
  color: #c4c4c4;
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: transparent;
  border-radius: 3px;
}
@media (min-width: 1025px) {
  .pagination-container__dark .paginationjs .paginationjs-pages li a:focus, .pagination-container__dark .paginationjs .paginationjs-pages li a:hover {
    text-decoration: none;
    background: #FDFDFF;
    color: #15171a;
    border: solid 1px #ffffff;
  }
}
.pagination-container__dark .paginationjs .paginationjs-pages li.active a {
  color: #15171a;
  border-color: #ffffff;
  background: #FDFDFF;
}
.pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-prev a, .pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-next a {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (hover: hover) and (pointer: fine) {
  .pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-prev a:hover, .pagination-container__dark .paginationjs .paginationjs-pages li.paginationjs-next a:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
}
.pagination-container__dark .paginationjs .paginationjs-pages li.disabled a {
  pointer-events: none;
  opacity: 1;
  color: rgba(85, 87, 89, 0.5);
  border: solid 1px rgba(85, 87, 89, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}

:root {
  --lp-icon-pin-map: url("data:image/svg+xml,%3Csvg width='156' height='156' viewBox='0 0 156 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1408_987)'%3E%3Ccircle opacity='0.126715' cx='78' cy='78' r='78' fill='%23000307'/%3E%3Ccircle opacity='0.158874' cx='78' cy='78' r='47' fill='%23000307'/%3E%3Ccircle opacity='0.581972' cx='78' cy='78' r='20' fill='%23000307'/%3E%3Cg filter='url(%23filter0_d_1408_987)'%3E%3Ccircle cx='78' cy='78' r='7' fill='%23FEEAC9'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1408_987' x='31' y='31' width='94' height='94' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.996078 0 0 0 0 0.917647 0 0 0 0 0.788235 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1408_987'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1408_987' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_1408_987'%3E%3Crect width='156' height='156' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* H E A D I N G S */
.lp-h1 {
  font-size: var(--global-h1-font-size);
  font-weight: 400;
  line-height: 1.05;
}
@media (max-width: 560px) {
  .lp-h1 {
    font-size: 38px;
    line-height: 1.26;
  }
}

.lp-h2 {
  font-size: var(--global-h2-font-size);
  font-weight: 400;
  line-height: 1.14;
}
@media (max-width: 560px) {
  .lp-h2 {
    font-size: 30px;
    line-height: 1.27;
  }
}

.lp-h3 {
  font-size: var(--global-h3-font-size);
  font-weight: 400;
  line-height: 1.44;
}
@media (max-width: 560px) {
  .lp-h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}

.lp-h4 {
  font-size: var(--global-h4-font-size);
  font-weight: 400;
  line-height: 1.44;
}
@media (max-width: 560px) {
  .lp-h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.lp-h5 {
  font-size: var(--global-h5-font-size);
  font-weight: 400;
  line-height: 1.36;
}
@media (max-width: 560px) {
  .lp-h5 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.lp-h6 {
  font-size: var(--global-h6-font-size);
  font-family: var(--global-secondary-font-family);
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 560px) {
  .lp-h6 {
    font-size: 16px;
  }
}

.lp-text--pretitle {
  /* This template doesn't contain the pre-title style — keeping it empty to follow the body style*/
}

.lp-text--subtitle {
  /* This template's subtitles are equal to the body style*/
}

/* C O N T A I N E R */
.lp-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; /* 1440px - 120px - 120px + 40px (120px - design l/r paddings, 40px - gap between grid columns) */
  padding-left: 62px;
  padding-right: 62px;
}
@media (max-width: 992px) {
  .lp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* B U T T O N S */
.lp-btn {
  max-width: 100%;
  font-size: 15px;
  line-height: 2.27;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--global-secondary-font-family);
  text-transform: capitalize;
  padding: 3px 19px;
  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;
}
.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;
}
@media (max-width: 560px) {
  .lp-btn--mob-full-width {
    width: 100%;
  }
}
.lp-btn--big {
  font-weight: bold;
  padding: 16px 27px;
}
@media (max-width: 560px) {
  .lp-btn--big {
    padding: 12px 27px;
  }
}
.lp-btn.lp-btn--dark.lp-btn--filled {
  background-color: var(--global-brown-grey);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--dark.lp-btn--filled:hover {
    background-color: var(--global-toupe);
  }
}
.lp-btn.lp-btn--dark.lp-btn--filled:disabled {
  color: rgba(207, 183, 153, 0.65);
}
.lp-btn.lp-btn--light.lp-btn--filled {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--light.lp-btn--filled:hover {
    border: solid 1px transparent;
    background-color: var(--global-toupe);
    color: var(--global-white);
  }
}
.lp-btn.lp-btn--light.lp-btn--filled:disabled {
  border: solid 1px var(--global-brown-grey);
  background-color: rgba(157, 135, 107, 0.7);
  color: #8a705c;
}
.lp-btn.lp-btn--dark.lp-btn--outline {
  background: transparent;
  color: var(--global-dark);
  border: solid 1px #000000;
}
@media (hover: hover) and (pointer: fine) {
  .lp-btn.lp-btn--dark.lp-btn--outline:hover {
    border: solid 1px #000000;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.lp-btn.lp-btn--dark.lp-btn--outline:disabled {
  border: solid 1px #555759;
  background-color: rgba(0, 0, 0, 0.3);
  color: #555759;
}
.lp-btn.lp-btn--light.lp-btn--outline {
  background: transparent;
  border: solid 1px var(--global-toupe);
  color: var(--global-toupe);
}
.lp-btn.lp-btn--light.lp-btn--outline:hover {
  border: solid 1px #8a705c;
  background-color: rgba(165, 148, 121, 0.1);
  color: #8a705c;
}
.lp-btn.lp-btn--light.lp-btn--outline:disabled {
  border: solid 1px #8a705c;
  background-color: var(--global-toupe);
  color: #8a705c;
}

/*  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 rgba(253, 253, 255, 0.4);
  flex-shrink: 0;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .lp-play {
    width: 66px;
    height: 66px;
  }
}
.lp-play:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border-left: 18px solid currentColor;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  vertical-align: middle;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .lp-play:after {
    border-left-width: 13px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lp-play:hover {
    background-color: transparent;
    border-color: var(--global-white, #fff);
  }
  .lp-play:hover:after {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

/* S O C I A L S */
.lp-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.lp-socials li {
  margin-right: 16px;
  padding-bottom: 14px;
}
.lp-socials li svg {
  width: 20px;
  height: 20px;
}
.lp-socials li:last-of-type {
  margin-right: 0;
}
.lp-socials li .lp-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s all;
  color: var(--global-brown-grey);
  font-size: 20px;
  border: 1px solid var(--global-brown-grey);
}
@media (hover: hover) and (pointer: fine) {
  .lp-socials li .lp-socials__link:hover {
    background: var(--global-toupe-20);
  }
}
.lp-socials li .lp-socials__link path {
  transition: 0.3s all;
  fill: var(--global-brown-grey);
}
.lp-socials.lp-socials--dark li .lp-socials__link {
  color: var(--global-toupe);
  border: 1px solid var(--global-brown-grey);
}
@media (hover: hover) and (pointer: fine) {
  .lp-socials.lp-socials--dark li .lp-socials__link:hover {
    background: var(--global-toupe-20);
  }
}
.lp-socials.lp-socials--dark li .lp-socials__link path {
  transition: 0.3s all;
  fill: var(--global-toupe);
}

/* H Y P E R L I N K S  */
.lp-link {
  -webkit-font-smoothing: unset;
  transition: 0.3s linear;
  text-decoration: none;
}
.lp-link:hover {
  transition: 0.3s linear;
}
.lp-link.lp-link--light {
  color: var(--global-toupe);
}
.lp-link.lp-link--light:hover {
  color: var(--global-brown-grey);
}
.lp-link.lp-link--dark {
  color: var(--global-brown-grey);
}
.lp-link.lp-link--dark:hover {
  color: var(--global-toupe);
}

.lp-a a {
  -webkit-font-smoothing: unset;
  position: relative;
}
.lp-a a:after, .lp-a a:before {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  transition: 0.3s linear;
  background: currentColor;
  bottom: 0;
  left: 0;
}
.lp-a a:before {
  width: 100%;
  opacity: 0.3;
}
.lp-a a:hover:after {
  width: 100%;
}
@media (hover: none) and (pointer: coarse) {
  .lp-a a:after {
    display: none;
  }
}

/* S L I D E R   A R R O W S */
.lp-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: transparent;
  position: relative;
  color: #000000;
  outline: none;
  padding: 0;
  transition: 0.3s linear;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .lp-arrow:hover {
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.3s linear;
  }
}
.lp-arrow.slick-disabled, .lp-arrow:disabled, .lp-arrow.disabled {
  pointer-events: none;
  cursor: default;
  border: solid 1px rgba(85, 87, 89, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}
.lp-arrow.slick-disabled:after, .lp-arrow:disabled:after, .lp-arrow.disabled:after {
  border-right: solid 1px rgba(85, 87, 89, 0.5);
  border-top: solid 1px rgba(85, 87, 89, 0.5);
}
.lp-arrow.slick-disabled:before, .lp-arrow:disabled:before, .lp-arrow.disabled:before {
  background: rgba(85, 87, 89, 0.5);
}
.lp-arrow.slick-disabled {
  background: rgba(255, 255, 255, 0.8);
}
.lp-arrow:before, .lp-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}
.lp-arrow:before {
  width: 15px;
  height: 1px;
  background-color: var(--global-dark);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lp-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--global-dark);
  border-top: 1px solid var(--global-dark);
}

.lp-arrow--prev:after {
  border-right-color: var(--global-dark);
  -webkit-transform: translate(-7px, -4px) rotate(-135deg);
          transform: translate(-7px, -4px) rotate(-135deg);
}

.lp-arrow--next:after {
  border-left-color: var(--global-dark);
  -webkit-transform: translate(0%, 0%) rotate(45deg);
          transform: translate(0%, 0%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

.lp-arrow--light {
  color: #000000;
  border-color: transparent;
  background-color: #fafafa;
}
@media (hover: hover) and (pointer: fine) {
  .lp-arrow--light:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
}
.lp-arrow--light:disabled, .lp-arrow--light.disabled {
  pointer-events: none;
  cursor: default;
  border: #c6c7c7;
  background-color: #c6c7c7;
}

/* I N P U T S */
.lp-form-group {
  margin-bottom: 20px;
}

.lp-label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 300;
  color: #8a705c;
}

.lp-input {
  max-width: 100%;
  min-width: 200px;
  padding: 4px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d8d8d8;
  border-radius: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  background: transparent;
  color: #2b2e30;
  vertical-align: top;
  box-shadow: none;
  transition: 0.3s all;
}
.lp-input:focus, .lp-input:active {
  border-color: #14171a;
  outline: none;
}
.lp-input::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.lp-input::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.lp-input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.lp-input--dark {
  color: #2b2e30;
  border-color: #d8d8d8;
}
.lp-input--dark:focus, .lp-input--dark:active {
  border-color: #14171a;
}
.lp-input--light {
  color: #fff;
  border-color: #727476;
}
.lp-input--light:focus, .lp-input--light:active {
  border-color: #ffffff;
  color: #ffffff;
}

.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%;
  margin-right: 5px;
}
.lp-combo-input .lp-input:last-child {
  flex-basis: 36%;
  min-width: 0;
  text-align: center;
}

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;
}

textarea.lp-input {
  border-width: 1px;
  height: auto;
  min-height: 120px;
  padding: 10px;
  resize: vertical;
}

.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%;
  font-size: 16px;
  min-width: unset;
}
.lp-input-group--dark .lp-input {
  color: #2b2e30;
  border-color: #d8d8d8;
}
.lp-input-group--dark .lp-input:focus, .lp-input-group--dark .lp-input:active {
  border-color: #14171a;
}
.lp-input-group--light .lp-input {
  color: #fff;
  border-color: #727476;
}
.lp-input-group--light .lp-input:focus, .lp-input-group--light .lp-input:active {
  border-color: #ffffff;
  color: #ffffff;
}
.lp-input-group--light .lp-input:disabled {
  border-color: #404040;
}
.lp-input-group--light .lp-input:disabled::-webkit-input-placeholder {
  color: #404040;
}
.lp-input-group--light .lp-input:disabled::-moz-placeholder {
  color: #404040;
}
.lp-input-group--light .lp-input:disabled::placeholder {
  color: #404040;
}

/* can be used to hide element on screen but keep it accessible to assistive technologies */
.lp-visually-hidden {
  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;
}

/*MODAL IMAGE CAROUSEL*/
.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 hsla(0, 0%, 0%, 0.4);
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 768px) {
  .expand-btn {
    display: none;
  }
}

.carousel-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}
@media (min-width: 768px) {
  .carousel-modal {
    display: none !important;
  }
}
.carousel-modal.show {
  display: block;
}
.carousel-modal__content {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-modal__carousel {
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
}
.carousel-modal__carousel .slick-list,
.carousel-modal__carousel .slick-track {
  height: 100%;
}
.carousel-modal__slide {
  width: 100%;
  height: 100%;
}
.carousel-modal__slide:focus {
  outline: none;
}
.carousel-modal__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.carousel-modal__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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-modal__close:before, .carousel-modal__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;
}
.carousel-modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.carousel-modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.carousel-modal .slick-next,
.carousel-modal .slick-prev {
  z-index: 1;
  width: 40%;
  top: 0;
  bottom: 0;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.carousel-modal .slick-next:before,
.carousel-modal .slick-prev:before {
  position: absolute;
}
.carousel-modal .slick-next {
  right: 0;
}
.carousel-modal .slick-next:before {
  right: 20px;
}
.carousel-modal .slick-prev {
  left: 0;
}
.carousel-modal .slick-prev:before {
  left: 20px;
}

/*
  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;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-lightbox__close:after {
  -webkit-transform: rotate(-45deg);
          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;
  touch-action: none;
}
.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 {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.lp-lightbox-arrow--prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lp-lightbox-arrow--next {
  right: 10px;
}
@media screen and (orientation: landscape) {
  .lp-lightbox-arrow--next {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.lp-lightbox-arrow--next:before {
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
          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;
  }
}

/* .close should be deprecated later in favor of new .lp-close */
.lp-close {
  display: block;
  position: absolute;
  right: 8vw;
  top: 8vh;
  width: 3.2em;
  cursor: pointer;
  color: var(--close-button-color, #fff);
  font-size: 75%;
  border: none;
  background: none;
  border-radius: 0;
  z-index: 2;
}
.lp-close:focus {
  outline: none;
}
.lp-close:focus-visible {
  box-shadow: 0 0 0 2px var(--close-button-color, #fff);
}

.lp-close-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  width: 100%;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.lp-close-icon::before, .lp-close-icon::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 8%;
  background-color: currentColor;
}
.lp-close-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-close-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*------*/
