@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, 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;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
*/
[type="search"]::-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 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v18/5aU19_a8oxmIfMJaIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v18/5aU69_a8oxmIRG4.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v18/5aU19_a8oxmIfJpbIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v18/5aU19_a8oxmIfLZcIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v18/5aU19_a8oxmIfNJdIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: #000000 auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus-visible {
  text-decoration: underline;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.medium-editor-toolbar-anchor-preview-inner {
  transition: none;
}
.medium-editor-toolbar-anchor-preview-inner:hover,
.medium-editor-toolbar-anchor-preview-inner:focus-visible {
  text-decoration: none;
  color: #FFF;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3.9*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 6px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--heading-font);
  border-radius: 5px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0 0 10px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 0px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: var(--text-font);
  line-height: 2;
  font-size: 1.6rem;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
  line-height: 2;
  font-size: 1.6rem;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 6px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--heading-font);
  border-radius: 5px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border: 0;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  font-size: 0.8em;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#navwrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #navwrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.hidden {
  display: none !important;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 10px;
}
#skip-link a,
#skip-link button {
  color: var(--button-text-color);
  text-decoration: underline;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
.rs-rs-inner-markup {
  background-color: var(--page-bg-color);
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.rs-rs-inner {
  background-color: var(--page-bg-color) !important;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -5px !important;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 0.7em;
  font-size: 14px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
.block#header {
  background: var(--primary-bg-color);
  padding: 30px 0;
}
.block#header .inner {
  padding: 0 15px;
}
.block#header .header-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.block#header .logo-container img {
  width: 100%;
  max-width: 165px;
  max-height: 75px;
}
.block#header #mobile-grip {
  margin: 0;
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  float: right;
}
.block#header #mobile-grip span {
  width: 24px;
  height: 4px;
  background: var(--text-color-alt);
  display: block;
  border-radius: 1px;
}
.block#header #mobile-grip span:not(:first-of-type) {
  margin-top: 4px;
}
.block#header #nav-primary {
  display: none;
  width: 100%;
  padding-top: 30px;
}
.block#header #nav-primary a {
  padding: 10px 15px;
  font-size: 2rem;
  display: block;
  color: var(--text-color-alt);
  line-height: 1;
}
.block#header #nav-primary a:hover,
.block#header #nav-primary a:focus-visible {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
.block#header #nav-primary .dropdown-menu {
  display: none;
  flex-direction: column;
}
.block#header #nav-primary .dropdown-menu a {
  padding: 5px 15px 5px 25px;
  font-size: 2rem;
  line-height: 1;
}
.block#header #nav-primary .dropdown-menu a:hover,
.block#header #nav-primary .dropdown-menu a:focus-visible {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
.block#header #nav-primary .dropdown-btn {
  font-size: 2rem;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  line-height: 1;
  color: var(--text-color-alt);
  font-family: var(--text-font);
}
.block#header #nav-primary .dropdown-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.block#header #nav-primary .dropdown-btn:hover,
.block#header #nav-primary .dropdown-btn:focus-visible {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
@media screen and (min-width: 960px) {
  .block#header {
    background-color: transparent;
  }
  .block#header .inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 45px;
  }
  .block#header .header-top {
    width: 16.667%;
  }
  .block#header #nav-primary {
    display: flex !important;
    justify-content: end;
    padding-top: 0;
    width: 83.33333333%;
    margin-right: 75px;
    text-align: left;
  }
  .block#header #nav-primary ul {
    flex-wrap: wrap;
    display: flex;
  }
  .block#header #nav-primary a {
    padding: 15px;
    line-height: 2;
  }
  .block#header #nav-primary .dropdown {
    position: relative;
  }
  .block#header #nav-primary .dropdown-btn {
    padding: 15px;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2;
  }
  .block#header #nav-primary .dropdown-menu {
    background: #f9f9f9;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 0 0 15px;
    text-align: left;
  }
  .block#header #nav-primary .dropdown-menu a {
    padding: 3px 20px;
    color: var(--text-color);
    line-height: 1.4;
  }
}
.block.hero {
  background-color: #333 !important;
  position: relative;
}
.block.hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.block.hero .skip-wrapper {
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.block.hero .skip-wrapper button {
  background: transparent;
  border: 0;
  color: var(--text-color-alt);
  font-size: 3rem;
}
.block.hero.home {
  min-height: fit-content;
  padding: 100px 0;
  background-color: #333 !important;
}
.block.hero.home .inner {
  max-width: unset;
  height: 100%;
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block.hero.home .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.block.hero.home .logo img {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.block.hero.home .search-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 30px;
  z-index: 2;
}
.block.hero.home form fieldset {
  border: none;
  color: var(--text-color-alt);
  font-weight: 700;
}
.block.hero.home form select {
  -webkit-appearance: none;
  background: #fff;
  color: #757575;
  padding: 8px 10px;
  border-radius: 5px;
  border: 0;
  width: 60%;
  box-shadow: none;
  text-indent: 0;
  width: 100%;
}
.block.hero.home form #search-price,
.block.hero.home form #search-property-type {
  padding: 0 15px;
  margin: 0 0 30px;
}
.block.hero.home form #search-beds,
.block.hero.home form #search-baths,
.block.hero.home form #search-submit {
  padding: 0 15px;
  margin: 0 0 30px;
}
.block.hero.home form #search-submit {
  border: 0;
  padding: 8px 20px 9px;
  margin: 0 15px;
  font-size: 1.6rem;
}
.block.hero.home form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
.block.hero.home form .row select {
  width: 100%;
}
@media only screen and (min-width: 300px) {
  .block.hero.home form .row select {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .block.hero.home {
    height: 100vh;
  }
  .block.hero.home .search-wrapper {
    max-width: 960px;
  }
  .block.hero.home form {
    display: flex;
    max-width: unset;
    align-items: baseline;
    width: 100%;
  }
  .block.hero.home form #search-price,
  .block.hero.home form #search-property-type {
    width: 25%;
    margin: 0;
  }
  .block.hero.home form #search-beds,
  .block.hero.home form #search-baths,
  .block.hero.home form #search-submit {
    width: 16.667%;
    margin: 0;
  }
}
.block.hero.sub {
  display: flex;
  height: 400px;
  min-height: fit-content;
  padding: 80px 0;
}
.block.hero.sub .inner {
  max-width: 900px;
  padding: 30px;
}
.block.hero.sub header * {
  color: var(--heading-color-alt);
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
}
.block.hero.sub header h1 p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
#rs-builder .block.hero.home {
  height: 800px;
}
#rs-builder .block.hero.home .image-link-wrapper {
  display: block;
}
.block.about-summary {
  padding: 80px 0;
  min-height: fit-content;
  background-color: #333 !important;
  position: relative;
}
.block.about-summary::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.block.about-summary .inner {
  max-width: 700px;
  padding: 0 15px;
}
.block.about-summary header {
  margin-bottom: 10px;
}
.block.about-summary header .title {
  color: var(--heading-color-alt);
}
.block.about-summary header .title * {
  padding-bottom: 0;
  line-height: 1.1;
}
.block.about-summary header .subtitle {
  color: var(--text-color-alt);
  opacity: 0.6;
}
.block.about-summary header .subtitle * {
  font-weight: 700;
  font-size: 1.8rem;
  font-style: italic;
  font-family: var(--heading-font);
  line-height: 1.1;
}
.block.about-summary .content h2,
.block.about-summary .content h3,
.block.about-summary .content h4,
.block.about-summary .content h5,
.block.about-summary .content h6 {
  color: var(--text-color-alt);
}
.block.about-summary .content p {
  color: var(--text-color-alt);
  font-size: 2rem;
  margin-bottom: 10px;
}
.block.about-summary .content a,
.block.about-summary .content ul,
.block.about-summary .content ol {
  font-size: 2rem;
}
.block.history {
  background-color: #EEEEEE;
}
.block.history .inner {
  max-width: 1700px;
  padding: 0 15px;
  background-color: var(--page-bg-color);
}
.block.history header {
  margin-bottom: 20px;
}
.block.history header * {
  text-align: center;
}
.block.history .content {
  padding: 80px 0;
  max-width: 700px;
  margin: 0 auto;
}
.block.history .content-body img {
  max-width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 auto 20px;
}
.block.history .content-body p,
.block.history .content-body li,
.block.history .content-body a {
  font-size: 2rem;
}
.block.history .content-body h3 {
  font-size: 1.8rem;
}
.block.history .content-body ul,
.block.history .content-body ol {
  padding-left: 40px;
  margin-bottom: 10px;
}
.block.history .content-body .button {
  text-decoration: none;
  font-size: 1.4rem;
  font-family: var(--heading-font);
}
@media only screen and (min-width: 400px) {
  .block.history .content-body img {
    max-width: 345px;
  }
}
@media screen and (min-width: 768px) {
  .block.history header * {
    text-align: left;
  }
  .block.history .content {
    padding: 80px 30px;
  }
  .block.history .content-body img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 345px;
  }
}
.block.cta {
  padding: 80px 0;
}
.block.cta .inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.block.cta article {
  width: 100%;
  padding: 0 15px;
}
.block.cta header {
  margin-bottom: 20px;
}
.block.cta header h2 {
  font-size: 2.4rem;
}
.block.cta .button-wrapper a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 6px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--heading-font);
  border-radius: 5px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
.block.cta .button-wrapper a.ghost {
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
.block.cta .button-wrapper a.inline {
  display: inline-block;
}
.block.cta .button-wrapper a:hover,
.block.cta .button-wrapper a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
.block.cta .button-wrapper a[href=""],
.block.cta .button-wrapper a[href="tel:+1"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.cta article {
    width: 50%;
  }
}
#rs-builder .block.cta .button-wrapper a {
  display: inline-block;
}
.block.services {
  background-color: #EEEEEE;
}
.block.services .inner {
  max-width: 1700px;
  padding: 80px 15px;
  background-color: var(--page-bg-color);
  display: flex;
  flex-wrap: wrap;
}
.block.services .primary {
  width: 100%;
  padding: 0 15px;
}
.block.services .primary ul,
.block.services .primary ol {
  margin-left: 40px;
}
.block.services .primary > header {
  margin-bottom: 20px;
}
.block.services .service-item {
  padding: 20px 0;
}
.block.services .service-item header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.block.services .service-item header * {
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--text-font);
  font-size: 3rem;
}
.block.services .service-item:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .block.services .inner {
    flex-wrap: nowrap;
  }
  .block.services .primary {
    width: 75%;
    max-width: calc(100% - 325px);
  }
}
.block.faq {
  background-color: #EEEEEE;
}
.block.faq .inner {
  max-width: 1700px;
  padding: 80px 15px;
  background-color: var(--page-bg-color);
  display: flex;
  flex-wrap: wrap;
}
.block.faq .primary {
  width: 100%;
  padding: 0 15px;
}
.block.faq .primary ul,
.block.faq .primary ol {
  padding-left: 40px;
}
.block.faq .primary p:last-of-type {
  margin-bottom: 0;
}
.block.faq .primary dt * {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.block.faq .primary dd {
  margin-bottom: 10px;
}
.block.faq .primary > header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .block.faq .inner {
    flex-wrap: nowrap;
  }
  .block.faq .primary {
    width: 75%;
  }
}
.block.contact {
  background-color: #EEEEEE;
}
.block.contact .inner {
  max-width: 1700px;
  padding: 80px 15px;
  background-color: var(--page-bg-color);
  display: flex;
  flex-wrap: wrap;
}
.block.contact header {
  margin-bottom: 20px;
}
.block.contact header * {
  font-size: 1.8rem;
}
.block.contact .primary,
.block.contact .secondary {
  padding: 0 15px;
  width: 100%;
}
.block.contact .primary p {
  margin-bottom: 0;
}
.block.contact form {
  max-width: unset;
}
.block.contact form button {
  margin: 0 0 0 auto;
  float: inline-end;
}
.block.contact .cta a {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 6px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--heading-font);
  border-radius: 5px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
.block.contact .cta a.ghost {
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
.block.contact .cta a.inline {
  display: inline-block;
}
.block.contact .cta a:hover,
.block.contact .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
.block.contact .statement {
  background: #f1f1f1;
  padding: 30px 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .block.contact .primary {
    width: 25%;
    min-width: 325px;
  }
  .block.contact .secondary {
    width: 75%;
  }
}
.block.properties {
  background-color: #EEEEEE;
}
.block.properties .inner {
  max-width: 1700px;
  padding: 80px 15px;
  background-color: var(--page-bg-color);
  display: flex;
  flex-wrap: wrap;
}
.block.properties .primary {
  width: 100%;
  padding: 0 15px;
}
.block.properties .results-count {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--heading-font);
}
.block.properties .results-count * {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--heading-font);
}
.block.properties .no-results h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
.block.properties .no-results h3 {
  font-size: 2.4rem;
}
.block.properties #properties-list ul {
  list-style: none;
}
.block.properties #properties-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.block.properties #properties-list li:last-of-type {
  border-bottom: none;
}
.block.properties #properties-list .property header {
  margin-bottom: 20px;
}
.block.properties #properties-list .property header a {
  color: var(--heading-color);
}
.block.properties #properties-list .property header a:hover,
.block.properties #properties-list .property header a:focus-visible {
  text-decoration: underline;
}
.block.properties #properties-list .property .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 30px;
}
.block.properties #properties-list .property .image,
.block.properties #properties-list .property .details,
.block.properties #properties-list .property .price {
  width: 100%;
}
.block.properties #properties-list .property .details .detail-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.block.properties #properties-list .property .details dt {
  font-weight: 700;
}
.block.properties #properties-list .property .details dd {
  margin: 0 0 0 5px;
}
.block.properties #properties-list .property .price {
  padding: 20px;
  background: #f1f1f1;
  color: var(--text-color);
  border-radius: 5px;
  font-size: 14px;
}
.block.properties #properties-list .property .price .currency {
  font-size: 18px;
  color: #DB0000;
  font-weight: 700;
}
.block.properties #properties-list .property .details dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
.block.properties #properties-list .property .cta {
  margin-top: 20px;
}
.block.properties .search-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  z-index: 2;
}
.block.properties form fieldset {
  border: none;
  color: var(--text-color);
  font-weight: 700;
}
.block.properties form select {
  -webkit-appearance: none;
  background: #fff;
  color: #757575;
  padding: 8px 10px;
  border-radius: 5px;
  width: 60%;
  box-shadow: none;
  text-indent: 0;
  width: 100%;
}
.block.properties form #search-price,
.block.properties form #search-property-type {
  padding: 0;
  margin: 0 0 30px;
}
.block.properties form #search-beds,
.block.properties form #search-baths,
.block.properties form #search-submit {
  padding: 0;
  margin: 0 0 30px;
}
.block.properties form #search-submit {
  border: 0;
  padding: 8px 20px 9px;
  margin: 0;
  font-size: 1.6rem;
}
.block.properties form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
.block.properties form .row select {
  width: 100%;
}
@media only screen and (min-width: 300px) {
  .block.properties form .row select {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .block.properties .contact-aside {
    width: 25%;
  }
  .block.properties .inner {
    flex-wrap: nowrap;
  }
  .block.properties .primary {
    width: 75%;
    max-width: calc(100% - 325px);
  }
  .block.properties #properties-list .property .image {
    width: calc(22.22% - 20px);
  }
  .block.properties #properties-list .property .details {
    width: calc(44.48% - 20px);
  }
  .block.properties #properties-list .property .price {
    width: calc(33.3% - 20px);
    margin-top: -20px;
  }
  .block.properties #properties-list .property .cta {
    display: flex;
    justify-content: end;
  }
  .block.properties #properties-list .property .cta .button {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.properties form {
    display: flex;
    max-width: unset;
    align-items: baseline;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
  .block.properties form #search-price,
  .block.properties form #search-property-type {
    width: calc(25% - 16px);
    margin: 0;
  }
  .block.properties form #search-price {
    min-width: 200px;
  }
  .block.properties form #search-property-type {
    min-width: 150px;
  }
  .block.properties form #search-beds,
  .block.properties form #search-baths,
  .block.properties form #search-submit {
    width: calc(16.667% - 16px);
    margin: 0;
  }
  .block.properties form #search-beds,
  .block.properties form #search-baths {
    min-width: 50px;
  }
  .block.properties form #search-submit {
    min-width: 100px;
  }
}
.block.property-details {
  background-color: #EEEEEE;
}
.block.property-details .inner {
  max-width: 1700px;
  padding: 80px 15px;
  background-color: var(--page-bg-color);
}
.block.property-details .inner > header {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
.block.property-details .content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.block.property-details .slider-for img {
  border-radius: 5px;
}
.block.property-details .primary {
  width: 100%;
}
.block.property-details .primary .details {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.block.property-details .primary .details header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.block.property-details .primary .details header .available {
  background: #26a65b;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  padding: 10px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.block.property-details .primary .details header .available.available-future {
  background: #f4d03f;
}
.block.property-details .primary .details header .available.unavailable {
  background: #cf000f;
}
.block.property-details .primary .details .box {
  width: 100%;
}
.block.property-details .primary .details .detail-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.block.property-details .primary .details dt {
  font-weight: 700;
}
.block.property-details .primary .details dd {
  margin: 0 0 0 5px;
}
.block.property-details .primary .details dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
.block.property-details .primary .details .price {
  background: #f1f1f1;
  color: var(--text-color);
  font-size: 14px;
}
.block.property-details .primary .details .price .currency {
  font-size: 18px;
  color: #DB0000;
  font-weight: 700;
}
.block.property-details .primary .media {
  width: 100%;
  padding: 0 15px;
}
.block.property-details .primary .media #map {
  height: 400px;
  margin-bottom: 30px;
}
.block.property-details .primary .media #photo-gallery .slick-list .slide a::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.block.property-details .primary .media #photo-gallery .slick-list .slide a .zoom {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 24px;
  padding: 13px 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  color: #fff;
}
.block.property-details .primary .media #photo-gallery .slick-list .slide a:hover::before,
.block.property-details .primary .media #photo-gallery .slick-list .slide a:focus-visible::before {
  opacity: 1;
}
.block.property-details .primary .media #photo-gallery .slick-list .slide a:hover .zoom,
.block.property-details .primary .media #photo-gallery .slick-list .slide a:focus-visible .zoom {
  opacity: 1;
}
.block.property-details .primary .media #photo-gallery .slider-for {
  margin-bottom: 10px;
}
.block.property-details .primary .media #photo-gallery .slider-nav .slick-slide {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.block.property-details .primary .media #photo-gallery .slider-nav img {
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  overflow: hidden;
}
.block.property-details .primary .media #photo-gallery .slider-nav img:hover,
.block.property-details .primary .media #photo-gallery .slider-nav img:focus-visible {
  background: #f55;
}
.block.property-details .primary .media #photo-gallery .slick-dots {
  margin: 5px 0;
  position: relative;
  bottom: 0;
}
.block.property-details .primary .box {
  position: relative;
  background: #f1f1f1;
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.block.property-details .primary .box h3 {
  font-size: 1.8rem;
}
.block.property-details .primary .box ul,
.block.property-details .primary .box ol {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .block.property-details .contact-aside {
    width: 25%;
  }
  .block.property-details .content {
    flex-wrap: nowrap;
  }
  .block.property-details .primary {
    width: 75%;
    max-width: calc(100% - 325px);
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 960px) {
  .block.property-details .primary {
    flex-direction: row;
  }
  .block.property-details .primary .details {
    width: 58.333%;
    align-items: flex-start;
  }
  .block.property-details .primary .details .box {
    width: 100%;
  }
  .block.property-details .primary .media {
    width: 41.667%;
  }
  .block.property-details .primary .details .box {
    width: calc(50% - 15px);
  }
  .block.property-details .primary .details .box.main {
    width: 100%;
  }
}
.block.properties-list-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
#rs-builder .block.properties-list-hidden {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}
#rs-builder .block.property-details .slider-nav {
  display: none;
}
#rs-builder .block.property-details .slider-for .slide:not(:first-of-type) {
  display: none;
}
.block.properties-ov {
  padding: 80px 0;
}
.block.properties-ov .inner > header {
  text-align: center;
  margin-bottom: 20px;
}
.block.properties-ov .list {
  display: flex;
  flex-wrap: wrap;
}
.block.properties-ov .list:hover .location-card,
.block.properties-ov .list:focus-within .location-card {
  opacity: 0.4;
}
.block.properties-ov .list:hover .location-card:hover,
.block.properties-ov .list:focus-within .location-card:hover,
.block.properties-ov .list:hover .location-card:focus-within,
.block.properties-ov .list:focus-within .location-card:focus-within {
  opacity: 1;
}
.block.properties-ov .location-card {
  width: 100%;
  padding: 0 15px 40px;
  transition: opacity 0.3s ease;
}
.block.properties-ov .location-card .title *,
.block.properties-ov .location-card .city-state * {
  color: var(--text-color);
  transition: color 0.3s ease;
}
.block.properties-ov .location-card .title {
  margin-bottom: 10px;
}
.block.properties-ov .location-card .title * {
  font-size: 1.8rem;
}
.block.properties-ov .location-card .city-state p {
  margin: 0;
}
.block.properties-ov .location-card > a:hover,
.block.properties-ov .location-card > a:focus-visible {
  text-decoration: none;
}
.block.properties-ov .location-card > a:hover *,
.block.properties-ov .location-card > a:focus-visible * {
  text-decoration: none;
}
.block.properties-ov .location-card > a:hover .title *,
.block.properties-ov .location-card > a:focus-visible .title *,
.block.properties-ov .location-card > a:hover .city-state *,
.block.properties-ov .location-card > a:focus-visible .city-state * {
  color: var(--text-link-color-hover);
}
.block.properties-ov .location-card:nth-of-type(n+9) {
  display: none !important;
}
.block.properties-ov .location-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 10px;
}
.block.properties-ov .location-card .price p {
  font-size: 1.4rem;
  color: var(--text-color);
}
.block.properties-ov .location-card .price p .value {
  font-size: 1.8rem;
  color: var(--text-link-color);
  font-weight: 700;
}
.block.properties-ov .cta {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 450px) {
  .block.properties-ov .location-card {
    width: 50%;
    padding: 0 15px 40px;
  }
}
@media screen and (min-width: 960px) {
  .block.properties-ov .location-card {
    width: 25%;
  }
}
aside.contact-aside {
  padding: 0 15px;
  width: 100%;
}
aside.contact-aside .box {
  position: relative;
  background: #f1f1f1;
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}
aside.contact-aside .box h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
aside.contact-aside .box .or-divider {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 1.4rem;
}
aside.contact-aside .box form button {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  aside.contact-aside {
    width: 25%;
    min-width: 325px;
  }
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: 2rem;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 6px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--heading-font);
  border-radius: 5px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.simple-text a.ghost {
  background: var(--button-text-color);
  color: var(--button-bg-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover,
.simple-text a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
article.text-content {
  padding: 40px 0;
}
article.text-content .inner {
  padding: 0 15px;
}
article.text-content ul,
article.text-content ol {
  padding-left: 20px;
}
article.text-content h2,
article.text-content h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  padding-bottom: 10px;
}
article.text-content p,
article.text-content ol,
article.text-content ul {
  margin-bottom: 10px;
}
article.text-content h3,
article.text-content .h3 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  article.text-content h3,
  article.text-content .h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.text-content h3,
  article.text-content .h3 {
    font-size: calc(2.4*1rem);
  }
}
article.text-content h4,
article.text-content .h4 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  article.text-content h4,
  article.text-content .h4 {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.text-content h4,
  article.text-content .h4 {
    font-size: calc(1.8*1rem);
  }
}
.block.footer * {
  color: var(--text-color-alt);
}
.block.footer .top {
  background-color: var(--secondary-bg-color);
  padding-top: 80px;
}
.block.footer .top ul {
  list-style: none;
}
.block.footer .top h3 {
  margin-bottom: 20px;
}
.block.footer .top .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.block.footer .top .column {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
  min-width: 200px;
  text-align: center;
}
.block.footer .top .column img {
  max-width: 250px;
  max-height: 75px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 500px) {
  .block.footer .top .column {
    width: 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 700px) {
  .block.footer .top .column {
    width: 25%;
    text-align: left;
  }
}
.block.footer .bottom {
  text-align: center;
  background-color: #121212;
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
}
.pagination {
  margin: 20px 0;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page-btn {
  height: 40px;
  padding: 9px 10px;
  min-width: unset;
  color: var(--text-color);
  border-radius: 0;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  background-color: transparent;
  line-height: 1;
}
.page-btn:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #dddddd;
}
.page-btn:last-of-type {
  border-radius: 0 3px 3px 0;
}
.page-btn:hover,
.page-btn:focus {
  background-color: #eeeeee;
  color: var(--text-color);
}
.page-btn[aria-current="true"] {
  font-weight: bold;
  background: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: default;
}
.page-btn[disabled="disabled"],
.page-btn[disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.dots {
  padding: 8px 10px;
  height: 40px;
  min-width: unset;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/*# sourceMappingURL=style.css.map */
