/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: franklin-gothic-atf, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.block-auctions-list {
}
.content-block-faqs {
    .faqs p {
    margin-bottom: 1.25rem;
  }
}
.content-block-featured-properties {
    .splide__arrow svg {
    fill: #511C51 !important;
  }

    .splide__arrow--prev {
    left: -3rem;
  }

    .splide__arrow--next {
    right: -3rem;
  }
}
.content-block-hero {
  position: relative;
  min-height: 100vh;

    .content-block__content {
    display: flex;
  }

    .content-block__content {
    min-height: 100vh;
  }

    .content-block__content {
    align-items: center;
  }

    .hero-overlay {
    position: absolute;
  }

    .hero-overlay {
    left: 0px;
  }

    .hero-overlay {
    top: 0px;
  }

    .hero-overlay {
    z-index: 20;
  }

    .hero-overlay {
    height: 100%;
  }

    .hero-overlay {
    width: 100%;
  }

    .hero-overlay {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

    .hero-overlay {
    opacity: 0.3;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .hero-overlay {
        width: 20%;
      }
        .hero-overlay {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .hero-overlay {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .hero-overlay {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .hero-overlay {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .hero-overlay {
            width: 100%
        }
    }
}
}
.hero-property-search__title {
  font-family: capitolina, serif;
  font-size: 30px;
  line-height: 37px;
}
.hero-property-search {
    select {
    border-radius: 0.75rem;
  }
    select {
    border-width: 1px;
  }
    select {
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
  }
    select {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
    select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
    select {
    padding-left: 1rem;
    padding-right: 1rem;
  }
    select {
    font-size: 18px;
    line-height: 22px;
  }
}
.content-block-hero {
  position: relative;
  min-height: 100vh;

    .content-block__content {
    display: flex;
  }

    .content-block__content {
    min-height: 100vh;
  }

    .content-block__content {
    align-items: center;
  }

    .hero-overlay {
    position: absolute;
  }

    .hero-overlay {
    left: 0px;
  }

    .hero-overlay {
    top: 0px;
  }

    .hero-overlay {
    z-index: 20;
  }

    .hero-overlay {
    height: 100%;
  }

    .hero-overlay {
    width: 100%;
  }

    .hero-overlay {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

    .hero-overlay {
    opacity: 0.3;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .hero-overlay {
        width: 20%;
      }
        .hero-overlay {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .hero-overlay {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .hero-overlay {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .hero-overlay {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .hero-overlay {
            width: 100%
        }
    }
}
}
.hero-property-search__title {
  font-family: capitolina, serif;
  font-size: 30px;
  line-height: 37px;
}
.hero-property-search {
    select,
    input[type="number"] {
    border-radius: 0.75rem;
  }
    select,
    input[type="number"] {
    border-width: 1px;
  }
    select,
    input[type="number"] {
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
  }
    select,
    input[type="number"] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
    select,
    input[type="number"] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
    select,
    input[type="number"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
    select,
    input[type="number"] {
    font-size: 18px;
    line-height: 22px;
  }
}
.block-image-grid {
    &:before {
    position: absolute;
  }
    &:before {
    top: 0px;
  }
    &:before {
    left: 0px;
  }
    &:before {
    z-index: 20;
  }
    &:before {
    display: block;
  }
    &:before {
    height: 100%;
  }
    &:before {
    width: 100%;
  }
    &:before {
    --tw-bg-opacity: 1;
    background-color: rgb(81 28 81 / var(--tw-bg-opacity));
  }
    &:before {
    --tw-bg-opacity: 0.7;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        width: 20%;
      }
        &:before {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        &:before {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        &:before {
            width: 100%
        }
    }
}
    &:before {
        content: '';
    }
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-block-latest-news {
    &:before {
    position: absolute;
  }
    &:before {
    top: 0px;
  }
    &:before {
    left: 0px;
  }
    &:before {
    z-index: 20;
  }
    &:before {
    display: block;
  }
    &:before {
    height: 100%;
  }
    &:before {
    width: 100%;
  }
    &:before {
    --tw-bg-opacity: 1;
    background-color: rgb(81 28 81 / var(--tw-bg-opacity));
  }
    &:before {
    --tw-bg-opacity: 0.7;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        width: 20%;
      }
        &:before {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        &:before {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        &:before {
            width: 100%
        }
    }
}
    &:before {
        content: '';
    }
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));

    .splide__arrow svg {
        fill: white;
    }

    .splide__arrow--prev {
    left: -3rem;
  }

    .splide__arrow--next {
    right: -3rem;
  }
}
/* Custom theme styles */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-8 {
  top: 2rem;
}
.top-\[90px\] {
  top: 90px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mt-px {
  margin-top: -1px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[65px\] {
  margin-bottom: 65px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-60 {
  margin-top: 15rem;
}
.mt-64 {
  margin-top: 16rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[43\/30\] {
  aspect-ratio: 43/30;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[266px\] {
  height: 266px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!w-9\/12 {
  width: 75% !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[20px\] {
  width: 20px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[875px\] {
  max-width: 875px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(200 159 78 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(81 28 81 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-dark-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.\!bg-light-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(200 159 78 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(81 28 81 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(146 190 186 / var(--tw-bg-opacity));
}
.bg-light-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(227 207 166 / var(--tw-bg-opacity));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-new-green {
  --tw-bg-opacity: 1;
  background-color: rgb(163 74 150 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(81 28 81 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!font-serif {
  font-family: capitolina, serif !important;
}
.font-sans {
  font-family: franklin-gothic-atf, sans-serif;
}
.font-serif {
  font-family: capitolina, serif;
}
.\!text-24 {
  font-size: 24px !important;
  line-height: 26px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-base {
  font-size: 18px;
  line-height: 22px;
}
.text-h1 {
  font-size: 44px;
  line-height: 53px;
}
.text-h2 {
  font-size: 40px;
  line-height: 48px;
}
.text-lg {
  font-size: 26px;
  line-height: 34px;
}
.text-md {
  font-size: 20px;
  line-height: 24px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-xl {
  font-size: 30px;
  line-height: 37px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.-tracking-\[\.5px\] {
  letter-spacing: -.5px;
}
.\!text-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(81 28 81 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(200 159 78 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(81 28 81 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-medium-grey {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(81 28 81 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.decoration-\[3px\] {
  text-decoration-thickness: 3px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.padding-top--small {
  padding-top: 15px;
}
@media (min-width: 1024px) {

  .padding-top--small {
    padding-top: 30px;
  }
}
.padding-bottom--small {
  padding-bottom: 15px;
}
@media (min-width: 1024px) {

  .padding-bottom--small {
    padding-bottom: 30px;
  }
}
.padding-top--medium {
  padding-top: 60px;
}
.padding-bottom--medium {
  padding-bottom: 60px;
}
.padding-top--large {
  padding-top: 60px;
}
@media (min-width: 1024px) {

  .padding-top--large {
    padding-top: 120px;
  }
}
.padding-bottom--large {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {

  .padding-bottom--large {
    padding-bottom: 120px;
  }
}
.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.wp-block-group {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .wp-block-group {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .wp-block-group {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .wp-block-group {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .wp-block-group {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .wp-block-group {
    max-width: 1536px;
  }
}
.wp-block-group {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));

    p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
input[type=text],
input[type=tel],
input[type=password],
input[type=email] {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-item {
  cursor: pointer;
}
.nav-item--has-children {
  position: relative;

    .submenu {
    position: absolute;
  }

    .submenu {
    top: 80px;
  }

    .submenu {
    left: 0px;
  }

    .submenu {
    display: none;
  }

    .submenu {
    min-width: 150px;
  }

    .submenu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

    .submenu {
    --tw-bg-opacity: 0.8;
  }

    .submenu {
    padding: 1rem;
  }

    .submenu {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

    .submenu {

        ul {
      display: flex;
    }

        ul {
      flex-direction: column;
    }

        ul {
      gap: 0.5rem;
    }
        a {
      font-size: 14px;
      line-height: 20px;
    }
        a:hover {
      --tw-text-opacity: 1;
      color: rgb(81 28 81 / var(--tw-text-opacity));
    }
    }

    &:hover .submenu {
    display: grid;
  }
}
.footer {
    h4 {
    font-size: 28px;
  }
    h4 {
    line-height: 34px;
  }

    .socials svg {
    width: 1.75rem;
  }

    .socials svg {
    fill: #fff;
  }

    .socials a:hover svg path {
    fill: #C89F4E;
  }
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer-column:last-child {
  border-style: none;
}
@media (min-width: 1024px) {

  .footer-column {
    border-bottom-width: 0px;
    border-right-width: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.es-property-info h3 {
  display: block;
}
.article-content {
    h2, h3, h4, h5, h6, p:not(:empty):not(:last-child) {
    margin-bottom: 1.25rem;
  }

    hr {
    margin-bottom: 1.25rem;
  }
    
    h2 {
    margin-bottom: 2.5rem;
  }
    
    h2 {
    font-family: capitolina, serif;
  }
    
    h2 {
    font-size: 24px;
  }
    
    h2 {
    line-height: 28px;
  }
    
    h2 {
    --tw-text-opacity: 1;
    color: rgb(81 28 81 / var(--tw-text-opacity));
  }
}
.es-wrap * {
  font-family: franklin-gothic-atf, sans-serif;
}
.es-layout-list,
.es-layout-2_col {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .es-layout-list,
.es-layout-2_col {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .es-layout-list,
.es-layout-2_col {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .es-layout-list,
.es-layout-2_col {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .es-layout-list,
.es-layout-2_col {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .es-layout-list,
.es-layout-2_col {
    max-width: 1536px;
  }
}
.es-layout-list,
.es-layout-2_col {
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  font-family: franklin-gothic-atf, sans-serif !important;
}
@media (min-width: 1024px) {

  .es-layout-list,
.es-layout-2_col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .es-layout-list,
.es-layout-2_col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.es-layout-list,
.es-layout-2_col {
    
    .properties .es-property-inner {
    display: flex !important;
  }
    
    .properties .es-property-inner {
    height: 100%;
  }
    
    .properties .es-property-inner {
    flex-direction: column;
  }
    
    .properties .es-property-inner {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
  }
    
    .properties .es-property-inner {
    font-family: franklin-gothic-atf, sans-serif !important;
  }
    
    .properties .es-property-inner {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    
    .properties .es-property-inner {

        &:hover {
      --tw-border-opacity: 1 !important;
      border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
    }

        .es-property-thumbnail {
      width: 100%;
    }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .es-property-thumbnail {
          width: 20%;
        }
        .es-property-thumbnail {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .es-property-thumbnail {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .es-property-thumbnail {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .es-property-thumbnail {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .es-property-thumbnail {
            width: 100%
        }
    }
}
    }
}
.wp-block-heading {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .wp-block-heading {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .wp-block-heading {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .wp-block-heading {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .wp-block-heading {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .wp-block-heading {
    max-width: 1536px;
  }
}
.wp-block-heading {
  padding-left: 0px;
  padding-right: 0px;
  font-family: capitolina, serif;
  font-size: 26px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(81 28 81 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .wp-block-heading {
    font-size: 40px;
    line-height: 48px;
  }
}
.wp-block-heading {

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

    @media (min-width: 1024px) {

    &.h2 {
      font-size: 40px !important;
    }
  }
}
.category,
.blog {
    .post-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

    .post-partial {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  }

    .post-partial {
        
        &:nth-child(1n) {
      --tw-bg-opacity: 1;
      background-color: rgb(240 240 240 / var(--tw-bg-opacity));
    }
    }
}
.breadcrumbs {
    a:hover {
    --tw-text-opacity: 1;
    color: rgb(200 159 78 / var(--tw-text-opacity));
  }
    a:hover {
    text-decoration-line: underline;
  }
}
.sow-slider-base {
  z-index: 10;
}
.so-widget-sow-contact-form,
.widget_text,
.so-widget-sow-editor {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .so-widget-sow-contact-form,
.widget_text,
.so-widget-sow-editor {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .so-widget-sow-contact-form,
.widget_text,
.so-widget-sow-editor {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .so-widget-sow-contact-form,
.widget_text,
.so-widget-sow-editor {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .so-widget-sow-contact-form,
.widget_text,
.so-widget-sow-editor {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .so-widget-sow-contact-form,
.widget_text,
.so-widget-sow-editor {
    max-width: 1536px;
  }
}
.properties:not(.is-featured) {
  --tw-text-opacity: 1 !important;
  color: rgb(81 28 81 / var(--tw-text-opacity)) !important;
    .toggle-favourite {
    }
}
.properties.is-featured .es-property-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(81 28 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;

    .toggle-favourite svg path {
    stroke: #fff;
  }
}
.es-property-thumbnail {
  height: 300px !important;
  min-height: auto !important;
}
.es-thumbnail > a {
  height: 300px !important;

    img {
    height: 100%;
  }

    img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.es-property-info h2 {
  font-family: capitolina, serif !important;
}
.es-property-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.es-property-inner {
  padding: 0px !important;
}
.favourite-property .es-price,
.featured-property .es-price,
.es-layout-list .es-price,
.es-layout-2_col .es-price,
.property-info .es-price {
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-family: capitolina, serif !important;
  font-size: 30px !important;
  line-height: 37px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(200 159 78 / var(--tw-text-opacity)) !important;
}
.is-favourited .toggle-favourite path {
  fill: #511C51;
}
.is-featured .is-favourited .toggle-favourite path {
  fill: #fff;
}
.featured-property .es-price {
  padding-bottom: 0px !important;
}
.is-featured .dark-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
:not(.is-featured) .dark-grey {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.properties .es-property-inner:hover .view-details {
  --tw-text-opacity: 1;
  color: rgb(200 159 78 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tc-column p {
  margin-bottom: 1.25rem;
}
.es-gallery {
  max-width: none !important;
}
.es-gallery .es-gallery-image-pager .slick-slide.slick-current {
  opacity: 1 !important;

    &:before {
    position: absolute;
  }

    &:before {
    left: 0px;
  }

    &:before {
    top: 0px;
  }

    &:before {
    height: 100%;
  }

    &:before {
    width: 100%;
  }

    &:before {
    --tw-bg-opacity: 1;
    background-color: rgb(81 28 81 / var(--tw-bg-opacity));
  }

    &:before {
    opacity: .75;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        width: 20%;
      }
        &:before {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        &:before {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        &:before {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        &:before {
            width: 100%
        }
    }
}

    &:before {
        content: '';
    }
}
.es-gallery .es-gallery-inner {
  border-style: none !important;
}
.es-gallery .es-single-gallery-arrow.es-single-gallery-slick-prev {
  top: -40px !important;
  left: unset;
  right: 60px;
}
.es-gallery .es-single-gallery-arrow.es-single-gallery-slick-next {
  top: -40px !important;
  right: 30px;
}
.es-gallery-image-pager .slick-list.draggable {
    margin: 0 5px !important;
    width: calc(100% - 10px) !important;
}
.es-single-tabs-wrap ul.es-single-tabs li {
  display: block !important;
  flex: 1 1 0%;

    a {
    --tw-text-opacity: 1 !important;
    color: rgb(64 64 64 / var(--tw-text-opacity)) !important;
  }

    a.active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(81 28 81 / var(--tw-bg-opacity)) !important;
  }

    a.active {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}
.es-tabbed-item:not(.es-description) {
}
.es-single-tabs-wrap {
  margin-bottom: 0px !important;
}
.es-tabbed-item {
    h3 {
    border-style: none !important;
  }
    h3 {
    font-family: capitolina, serif !important;
  }
    h3 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
    h3 {
    --tw-text-opacity: 1 !important;
    color: rgb(81 28 81 / var(--tw-text-opacity)) !important;
  }
}
.es-single .es-tabbed h3 {
  margin-top: 0px !important;
}
.button {
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  line-height: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button:hover {
  --tw-bg-opacity: 0.9;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.wpum-template {
    input[type=submit] {
    display: inline-block;
  }
    input[type=submit] {
    --tw-bg-opacity: 1;
    background-color: rgb(81 28 81 / var(--tw-bg-opacity));
  }
    input[type=submit] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
    input[type=submit] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
    input[type=submit] {
    font-size: 20px;
    line-height: 24px;
  }
    input[type=submit] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    input[type=submit] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
    input[type=submit]:hover {
    --tw-bg-opacity: 0.9;
  }

    h2 {
    margin-bottom: 1.25rem;
  }

    h2 {
    --tw-text-opacity: 1;
    color: rgb(81 28 81 / var(--tw-text-opacity));
  }

    @media (min-width: 1024px) {

    h2 {
      font-size: 40px !important;
    }
  }

    .fieldset-user_cover {
    display: none !important;
  }
}
@media (min-width: 1024px) {

  .after-header {
    margin-top: 100px;
  }
}
body:not(.home) {
    .after-header {
    }
}
.wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
  align-items: flex-start;
}
@media (min-width: 1024px) {

  &.wpum-login-form {
    margin-top: 240px !important;
  }
}
.wp-block-contact-form-7-contact-form-selector {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .wp-block-contact-form-7-contact-form-selector {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .wp-block-contact-form-7-contact-form-selector {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .wp-block-contact-form-7-contact-form-selector {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .wp-block-contact-form-7-contact-form-selector {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .wp-block-contact-form-7-contact-form-selector {
    max-width: 1536px;
  }
}
.wpcf7-form {
    label {
    margin-top: 1rem;
  }
    label {
    margin-bottom: 0.5rem;
  }
    label {
    display: block;
  }

    input[type=submit],
    button[type=submit] {
    margin-top: 1.25rem;
  }

    input[type=submit],
    button[type=submit] {
    --tw-bg-opacity: 1;
    background-color: rgb(163 74 150 / var(--tw-bg-opacity));
  }

    input[type=submit],
    button[type=submit] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
input[type=submit],
    button[type=submit] {
    display: inline-block;
  }
input[type=submit],
    button[type=submit] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
input[type=submit],
    button[type=submit] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
input[type=submit],
    button[type=submit] {
    font-size: 20px;
    line-height: 24px;
  }
input[type=submit],
    button[type=submit] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
input[type=submit]:hover,
    button[type=submit]:hover {
    --tw-bg-opacity: 0.9;
  }

}
#propertyvideo iframe {
  height: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {

  #propertyvideo iframe {
    height: 400px;
  }
}
.es-single-tabs.es-fixed {
  position: static !important;
}
.es-media-links svg path {
  fill: #C89F4E;
}
h1.page-title {
  font-size: 40px !important;
  line-height: 42px !important;
}
.contact-signup {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .contact-signup {
      width: 20%;
    }
        .contact-signup {
        }
        .contact-signup {
      width: 20%;
    }
        .contact-signup {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .contact-signup {
            width: 100%
        }
        .contact-signup {
            width: 100%
        }
    }
}
.contact-signup {

    input {
    margin-bottom: 0.5rem;
  }

    input {
    width: 100%;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input {
        width: 20%;
      }
        input {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        input {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        input {
            width: 100%
        }
    }
}

    input[type=submit] {
    --tw-bg-opacity: 1;
    background-color: rgb(200 159 78 / var(--tw-bg-opacity));
  }
}
.navigation.pagination {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;

    span.current {
    --tw-text-opacity: 1 !important;
    color: rgb(200 159 78 / var(--tw-text-opacity)) !important;
  }

    a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(200 159 78 / var(--tw-text-opacity)) !important;
  }
}
.sender-form-field {
    > div {
    width: 100%;
  }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        > div {
        width: 20%;
      }
        > div {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        > div {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        > div {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        > div {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        > div {
            width: 100%
        }
    }
}

    iframe {
    margin-left: auto;
    margin-right: auto;
  }
}
.wpcf7-form-control {
  width: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        .wpcf7-form-control {
      width: 20%;
    }
        .wpcf7-form-control {
        }
        .wpcf7-form-control {
      width: 20%;
    }
        .wpcf7-form-control {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        .wpcf7-form-control {
            width: 100%
        }
        .wpcf7-form-control {
            width: 100%
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
    .hero-property-search {
        .w-full {
      width: 20%;
    }
        .w-full {

            span {
        display: block;
      }

            input, select {
        width: 100%;
      }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input, select {
            width: 20%;
          }
        input, select {
            width: 20%;
          }
        input, select {
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input, select {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input, select {
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        input, select {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        input, select {
            width: 100%
        }
    }
}
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .hero-property-search {
        .w-full {
            width: 100%;

            span {
        display: block;
      }

            input, select {
        width: 100%;
      }
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input, select {
            width: 20%;
          }
        input, select {
            width: 20%;
          }
        input, select {
@media screen and (min-width: 1280px) and (max-width: 1530px) {
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
    }
}
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input, select {
        width: 20%
    }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
        input, select {
@media screen and (min-width: 1280px) and (max-width: 1530px) {
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
    }
}
@media screen and (min-width: 1280px) and (max-width: 1530px) {
     {
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
    }
}
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        input, select {
            width: 100%
        }
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
     {
        input, select {
            width: 100%
        }
    }
}
        }
    }
}
@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
    }
  }
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.hover\:border-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(81 28 81 / var(--tw-border-opacity));
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(200 159 78 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(81 28 81 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:decoration-gold:hover {
  text-decoration-color: #C89F4E;
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:decoration-gold {
  text-decoration-color: #C89F4E;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}
.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}
@media (min-width: 640px) {

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:mt-\[220px\] {
    margin-top: 220px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-\[120px\] {
    height: 120px;
  }

  .lg\:h-\[150px\] {
    height: 150px;
  }

  .lg\:h-\[200px\] {
    height: 200px;
  }

  .lg\:h-\[280px\] {
    height: 280px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[650px\] {
    height: 650px;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:min-h-\[170px\] {
    min-height: 170px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[24px\] {
    width: 24px;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-\[65px\] {
    gap: 65px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-\[96px\] {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:\!text-\[40px\] {
    font-size: 40px !important;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-base {
    font-size: 18px;
    line-height: 22px;
  }

  .lg\:text-title {
    font-size: 63px;
    line-height: 76px;
  }

  .lg\:\!leading-\[45px\] {
    line-height: 45px !important;
  }

  .lg\:leading-\[37px\] {
    line-height: 37px;
  }
}
@media (min-width: 1280px) {

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:h-\[200px\] {
    height: 200px;
  }

  .\32xl\:w-\[200px\] {
    width: 200px;
  }
}
