/* compiled by scssphp 1.11.0 on Thu, 06 Nov 2025 02:10:24 +0000 (0.2248s) */

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
form:where(:not(.custom-form)) .file-picker .upload-button:after, .open-sub:before, .open-sub:after, .product-images .small-images li:after {
  content: "";
  display: block;
  position: absolute;
}
.poli-block:before, .poli-block:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
:root {
  --heading-colour: #0f5338;
  --link-colour: #0f5338;
}
html {
  font-size: 16px;
}
body {
  color: #000;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--heading-colour);
  font-family: "Times New Roman", serif;
  font-size: var(--heading-responsive-size, initial);
  line-height: 1.2;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--heading-size, initial);
  }
}
h1 {
  --heading-size: 3.75rem;
  --heading-responsive-size: 2rem;
}
h2 {
  --heading-size: 2rem;
  --heading-responsive-size: 1.5rem;
}
h3 {
  --heading-size: 1.5rem;
  --heading-responsive-size: 1.25rem;
}
a {
  color: var(--link-colour);
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
:root {
  --button-background: #0f5338;
  --button-hover: #0f5338;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 27px;
  min-height: 54px;
  padding: 10px 20px;
  background: var(--button-background);
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.button[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
.button:hover, .button:focus, .button:active {
  background: #6bbf58;
  text-decoration: none;
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.map {
  min-height: 400px;
  width: 100%;
}
.message {
  border: 4px solid #0f5338;
  padding: 1rem;
  background: rgba(15, 83, 56, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #30312e;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #626262;
  font-size: 1.3125rem;
  font-family: "Times New Roman", serif;
  color: #000;
}
.activator:before, .activator:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #000;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #0f5338;
  color: #6bbf58;
}
.activator.open:before, .activator.open:after {
  background: #6bbf58;
}
.activator.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #e4dfce;
}
.tab-nav a.active {
  border-bottom: 3px solid #0f5338;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
:root {
  --container-width: 1248px;
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1458px;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #6bbf58;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: top left;
  max-width: 100%;
}
/*** section styles ***/
[role=banner], main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 24px;
  width: 100%;
}
body > header {
  position: sticky;
  top: 0;
  height: auto;
  background: rgba(107, 191, 88, 0.9);
  z-index: 10;
}
body > header .site-header {
  position: relative;
}
body > header .logo {
  display: block;
  margin: 10px;
}
body > header .logo img {
  display: block;
}
main {
  display: block;
  z-index: 5;
  flex-grow: 1;
  background: #f1f4f5;
}
.content-wrapper {
  padding-top: 20px;
  padding-bottom: 0px;
}
.content {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .content {
    display: block;
  }
}
.content-image {
  order: 2;
  align-self: center;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .content-image {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .columns, .contains-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after, .contains-sidebar:before, .contains-sidebar:after {
    display: none;
  }
}
.columns {
  gap: 50px;
}
@media (min-width: 1024px) {
  .columns > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    margin-right: 2.5rem;
    width: 16.875rem;
  }
}
.has-sidebar {
  margin-top: 30px;
}
footer[role="banner"] {
  z-index: 0;
  font-size: 0.8125rem;
}
footer[role="banner"] a {
  color: inherit;
}
.sub-footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px auto;
}
@media (min-width: 640px) {
  .sub-footer {
    flex-flow: row;
    justify-content: space-between;
  }
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
  background: rgba(15, 83, 56, 0.05);
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: block;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0 0.5rem;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .hint {
  font-size: 12px;
  margin-bottom: 0.9375rem;
  display: inline-block;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #c1c1c1;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #c1c1c1;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}
form:where(:not(.custom-form)) input[type=date] {
  min-height: 2.5em;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #626262 transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid #626262;
  height: 1.2em;
  width: 1.2em;
  margin-right: 0.9375rem;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #0f5338;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url("/theme/images/icons/upload.png") center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #0f5338;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.native-sidebar .sidebar-section.loading, .line-items .line-item.loading {
  position: relative;
}
.native-sidebar .sidebar-section.loading:before, .line-items .line-item.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(107, 191, 88, 0.5);
}
.native-sidebar .sidebar-section.loading:after, .line-items .line-item.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #0f5338 #0f5338 transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #626262;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #626262;
  color: #6bbf58;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.25rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #626262;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #000;
  color: #6bbf58;
  padding: 30px;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
@media (min-width: 1279px) {
  .main-navigation {
    position: relative;
    z-index: 7;
  }
  .main-navigation > ul {
    display: flex;
    gap: 45px;
    justify-content: space-between;
    padding: 0;
  }
  .main-navigation > ul > li {
    display: flex;
    position: relative;
  }
  .main-navigation > ul > li > a {
    align-items: center;
    display: flex;
    min-height: 0;
    padding: 5px;
    text-decoration: none;
    color: #6bbf58;
  }
  .main-navigation > ul > li.sel > a {
    background: #0f5338;
    color: #6bbf58;
  }
  .main-navigation > ul > li:hover > a, .main-navigation > ul > li:focus > a, .main-navigation > ul > li:active > a {
    box-shadow: 0 1px #0f5338;
  }
  .main-navigation li ul {
    background: #6bbf58;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    top: 100%;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    visibility: hidden;
    white-space: nowrap;
  }
  .main-navigation li ul > li {
    display: block;
  }
  .main-navigation li ul > li > a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
  }
  .main-navigation li ul > li.sel > a {
    background: #0f5338;
    color: #6bbf58;
  }
  .main-navigation li ul > li:hover > a, .main-navigation li ul > li:focus > a, .main-navigation li ul > li:active > a {
    background: #3d8948;
  }
  .main-navigation li:hover > ul, .main-navigation li:focus-within > ul, .main-navigation a:focus + ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1279px) {
  .main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #0f5338;
  }
  .main-navigation.open {
    display: block;
  }
  .main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navigation li {
    display: block;
    position: relative;
    border-top: 1px solid #0f5338;
    width: 100%;
    text-align: left;
  }
  .main-navigation li:hover, .main-navigation li:focus, .main-navigation li:active {
    background-color: #0f5338;
  }
  .main-navigation li.sel {
    background-color: #0f5338;
  }
  .main-navigation li a {
    display: block;
    padding: 10px 1em;
    color: #6bbf58;
    text-align: left;
    text-decoration: none;
  }
  .main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .main-navigation li ul li {
    width: 100%;
    background-color: #0f5338;
  }
  .main-navigation li ul li a {
    padding-left: 2.5em;
  }
  .main-navigation li.open > .open-sub:after {
    transform: rotate(360deg);
  }
  .main-navigation li.open > .open-sub:before {
    transform: rotate(180deg);
  }
  .main-navigation li.open > ul {
    display: block;
  }
  .main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .open-nav {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
    height: 26px;
    width: 34px;
    cursor: pointer;
  }
  .open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    transition: all 0.2s;
  }
  .open-nav .bar.top {
    top: 0;
  }
  .open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav .bar.bottom {
    bottom: 0;
  }
  .open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav.open .bar.top, .open-nav.open .bar.middle {
    transform: rotate(135deg);
  }
  .open-nav.open .bar.bottom {
    transform: rotate(-135deg);
  }
  .open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .open-sub:before, .open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #6bbf58;
    transition: all 0.2s;
  }
  .open-sub:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 640px) {
  li.account-nav {
    position: static !important;
  }
}
li.account-nav.do-form:hover ul {
  display: none;
}
li.account-nav.do-form.open {
  background: #0f5338;
}
li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
li.account-nav:not(.do-form):hover ul, li.account-nav:not(.do-form) a:focus ~ ul {
  display: block;
}
@media (max-width: 1279px) {
  li.account-nav.logged-in > ul {
    display: none !important;
  }
}
li.account-nav > a {
  background: url("/theme/images/icons/user.png") 8px center no-repeat;
}
li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #0f5338;
}
@media (max-width: 1279px) {
  li.account-nav ul {
    width: 100%;
  }
}
li.account-nav ul li {
  width: 100%;
}
li.account-nav form {
  margin-top: 0;
  min-width: 290px;
  padding: 20px;
  background: #0f5338;
}
li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.9375rem;
}
@media (max-width: 1279px) {
  li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1279px) {
  li.account-nav form .actions {
    display: block;
  }
}
li.account-nav form .button {
  border-radius: 0;
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  background: #000;
  font-size: 0.9375rem;
  text-transform: none;
}
li.account-nav .reset-link {
  padding: 0;
  background: none;
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  text-align: right;
}
@media (max-width: 1279px) {
  li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
li.account-nav .reset-link:hover {
  color: #6bbf58;
}
.cart-link > a .icon {
  display: inline-block;
  position: relative;
  height: 17px;
  margin-right: 15px;
  width: 17px;
  background: url("/theme/images/icons/cart.png") center no-repeat;
}
.cart-link > a .icon .number {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -14px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #000;
  color: #6bbf58;
}
.big-slideshow {
  display: grid;
  grid-template-columns: [content-background-start slideshow-start] 20px [content-start] 1fr [content-end] 20px [content-background-end slideshow-end];
}
@media (min-width: 1024px) {
  .big-slideshow {
    grid-template-columns: [content-background-start] 10px [content-start] 3fr [content-end] 10px [content-background-end slideshow-start] 10px 7fr 10px [slideshow-end];
  }
}
@media (min-width: 1458px) {
  .big-slideshow {
    --side-panel-width: max(10px, calc((100% - var(--container-width)) / 2));
    grid-template-columns: [content-background-start] var(--side-panel-width) [content-start] 3fr [content-end] 100px [content-background-end slideshow-start] 75px 7fr var(--side-panel-width) [slideshow-end];
  }
}
.big-slideshow:before {
  background: #000;
  content: "";
  grid-column: content-background;
  grid-row: 1;
}
.big-slideshow .side-content {
  align-self: center;
  color: #6bbf58;
  grid-column: content;
  grid-row: 1;
}
.big-slideshow h2 {
  font-size: 2.75rem;
}
.big-slideshow p {
  margin: 30px 0;
}
.big-slideshow .slides {
  grid-column: slideshow;
  grid-template-rows: auto;
}
@media (min-width: 1024px) {
  .big-slideshow .slides {
    grid-row: 1;
  }
}
.big-slideshow .slides img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.big-slideshow .slides .foxy-bullets {
  bottom: 25px;
  position: absolute;
}
.big-slideshow .slides .foxy-bullet {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.big-slideshow .slides .foxy-active .foxy-bullet {
  background: #6bbf58;
  opacity: 1;
}
.double-content {
  display: grid;
  column-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 50px;
}
.extra-content {
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-block {
  --button-background: #0f5338;
  --button-hover: #000;
  --link-colour: #6bbf58;
  background: #f1f4f5;
  color: #000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .image-block {
    flex-direction: row-reverse;
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
.image-block .big-image {
  display: flex;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .image-block .big-image {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .image-block .big-image {
    width: max(674px, 65.96%);
  }
}
.image-block .big-image > * {
  height: 100%;
  width: 100%;
}
.image-block .block-content {
  align-self: center;
  padding: 50px;
}
@media (min-width: 1024px) {
  .image-block .block-content {
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .image-block h2 {
    font-size: 2.75rem;
  }
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #ffffff;
  color: #000;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #30312e;
}
#tinymce a {
  border-bottom: 1px dotted #30312e;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
.Mortgage-Matcher {
  font-family: "Inter", sans-serif;
}
.Mortgage-Matcher main {
  background-color: #ffffff;
}
@media (max-width: 639px) {
  .Mortgage-Matcher:not(.success) .slideshow {
    margin-top: 34.0625rem;
  }
}
@media (max-width: 459px) {
  .Mortgage-Matcher:not(.success) .slideshow {
    margin-top: 37.5rem;
  }
}
.Mortgage-Matcher .response-message {
  text-align: center;
  margin-top: 1.875rem;
}
.Mortgage-Matcher .columns {
  margin-top: 2.5rem;
}
.Mortgage-Matcher .column.image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.Mortgage-Matcher .column.form-widget {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
  padding: 2.1875rem;
}
@media (max-width: 1023px) {
  .Mortgage-Matcher .column.form-widget {
    margin-top: 3.125rem;
  }
}
@media (max-width: 639px) {
  .Mortgage-Matcher .column.form-widget {
    position: absolute;
    top: 7.0625rem;
    z-index: 5;
    width: 100%;
    left: 0;
    margin-top: 0;
  }
}
@media (max-width: 459px) {
  .Mortgage-Matcher .column.form-widget {
    top: 5rem;
  }
}
.mortgage-matcher-widget {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  min-width: 28.125rem;
  min-height: 38.75rem;
  margin-left: 1.25rem;
}
@media (min-width: 640px) {
  .mortgage-matcher-widget {
    padding: 2.1875rem;
  }
}
@media (max-width: 1023px) {
  .mortgage-matcher-widget {
    width: 100%;
    margin-left: 0;
    min-width: unset;
  }
}
@media (max-width: 639px) {
  .mortgage-matcher-widget {
    margin-top: 410px;
  }
}
.mortgage-matcher-widget > form {
  flex: 1;
}
form.mortgage-matcher {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html.javascript form.mortgage-matcher .mortgage-section {
  display: none;
}
html.javascript form.mortgage-matcher .mortgage-section.active {
  display: block;
}
form.mortgage-matcher .questions .field-wrapper.group {
  background: none;
}
form.mortgage-matcher .questions .field-wrapper.active {
  display: block;
}
form.mortgage-matcher .questions .field-wrapper legend, form.mortgage-matcher .questions .field-wrapper label .label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  form.mortgage-matcher .questions .field-wrapper legend, form.mortgage-matcher .questions .field-wrapper label .label {
    font-size: 1.5rem;
  }
}
form.mortgage-matcher .questions .field-wrapper.required legend:after, form.mortgage-matcher .questions .field-wrapper.required label .label:after {
  content: "*";
  color: #0f5338;
}
form.mortgage-matcher .questions .field-wrapper input[type=text], form.mortgage-matcher .questions .field-wrapper input[type=password], form.mortgage-matcher .questions .field-wrapper input[type=number], form.mortgage-matcher .questions .field-wrapper input[type=email], form.mortgage-matcher .questions .field-wrapper input[type=tel], form.mortgage-matcher .questions .field-wrapper input[type=date], form.mortgage-matcher .questions .field-wrapper input[type=datetime-local], form.mortgage-matcher .questions .field-wrapper input[type=month], form.mortgage-matcher .questions .field-wrapper input[type=search], form.mortgage-matcher .questions .field-wrapper input[type=time], form.mortgage-matcher .questions .field-wrapper input[type=url] {
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
  border: none;
}
form.mortgage-matcher .questions .field-wrapper select, form.mortgage-matcher .questions .field-wrapper textarea, form.mortgage-matcher .questions .field-wrapper .upload-button {
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
  border: none;
}
form.mortgage-matcher .questions .field-wrapper label.selectable {
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
  padding: 0.625rem;
  font-size: 18px;
  margin: 0.625rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  form.mortgage-matcher .questions .field-wrapper label.selectable {
    padding: 1.25rem;
  }
}
form.mortgage-matcher .questions .field-wrapper input[type=radio] {
  border: none;
  margin-right: 0.9375rem;
  height: 12px;
  width: 12px;
  flex: 1;
  min-width: 12px;
  max-width: 12px;
}
form.mortgage-matcher .questions .field-wrapper input[type=radio]:before {
  content: none;
}
form.mortgage-matcher .questions .field-wrapper input[type=radio]:after {
  left: -4px;
  top: -4px;
}
form.mortgage-matcher .questions .field-wrapper.propertyValue > p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0f5338;
}
form.mortgage-matcher .questions .field-wrapper.propertyValue input[name=propertyValue] {
  display: none;
}
form.mortgage-matcher .questions .field-wrapper.propertyValue .ui-slider-handle {
  border-radius: 50%;
  background: #0f5338;
  border: 2px solid #ffffff;
}
form.mortgage-matcher .questions .field-wrapper.propertyValue .ui-slider {
  background: linear-gradient(90deg, #0f5338 15%, #ffffff 0);
  border-radius: 10px;
}
@media (max-width: 639px) {
  form.mortgage-matcher .questions .field-wrapper.propertyValue #slider-property-value {
    display: none;
  }
}
form.mortgage-matcher .questions .field-wrapper.propertyValue #slider-property-value-mobile {
  display: none;
}
@media (max-width: 639px) {
  form.mortgage-matcher .questions .field-wrapper.propertyValue #slider-property-value-mobile {
    display: block;
  }
}
form.mortgage-matcher .questions .field-wrapper.propertyValue #slider-property-value-mobile.ui-slider {
  background: linear-gradient(90deg, #0f5338 18%, #ffffff 0);
  border-radius: 10px;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0f5338;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > section {
  display: flex;
  justify-content: space-between;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > section > label.selectable {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > section > label.selectable input[type=radio] {
  cursor: pointer;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > section > label.selectable span.line {
  cursor: pointer;
  position: absolute;
  width: 100%;
  background: #0f5338;
  left: 10px;
  z-index: 5;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > section > label.selectable.active input[type=radio] {
  background: #0f5338;
}
form.mortgage-matcher .questions .field-wrapper .value-picker > section > label.selectable.active span.line {
  height: 6px;
}
form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) > label {
  width: 100%;
}
form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) > label input {
  width: 100%;
  margin: 0.9375rem 0;
}
form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) > label:nth-child(2), form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) > label:nth-child(3) {
  width: 49%;
}
@media (max-width: 639px) {
  form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) > label:nth-child(2), form.mortgage-matcher .questions .field-wrapper.sub-form.active:not(.currentPostCodeAndCity) > label:nth-child(3) {
    width: 100%;
  }
}
form.mortgage-matcher .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
form.mortgage-matcher .buttons .button {
  background: #0f5338;
  color: #ffffff;
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  flex: 1;
  position: relative;
  padding: 0;
}
form.mortgage-matcher .buttons .button:hover, form.mortgage-matcher .buttons .button:focus, form.mortgage-matcher .buttons .button:active {
  opacity: 0.5;
}
form.mortgage-matcher .buttons .button:after {
  content: url("/theme/images/icons/mortgage-matcher/arrow-enabled.png");
  position: absolute;
}
form.mortgage-matcher .buttons .button:disabled {
  background: #f0f0f0;
  color: #9e9e9e;
}
form.mortgage-matcher .buttons .button:disabled:after {
  content: url("/theme/images/icons/mortgage-matcher/arrow-disabled.png");
}
form.mortgage-matcher .buttons .button.submit.active {
  display: block;
}
form.mortgage-matcher .buttons .button.next, form.mortgage-matcher .buttons .button.submit {
  border-radius: 0 50px 50px 0;
  margin-left: 1px;
  text-align: right;
  padding-right: 4.0625rem;
  width: 50%;
}
form.mortgage-matcher .buttons .button.next:after, form.mortgage-matcher .buttons .button.submit:after {
  right: 1.5625rem;
}
form.mortgage-matcher .buttons .button.next:disabled:after, form.mortgage-matcher .buttons .button.submit:disabled:after {
  transform: rotate(180deg);
}
form.mortgage-matcher .buttons .button.previous {
  display: none;
  margin-right: 1px;
  border-radius: 50px 0 0 50px;
  text-align: left;
  width: 50%;
  padding-left: 4.0625rem;
}
form.mortgage-matcher .buttons .button.previous:after {
  left: 1.5625rem;
}
form.mortgage-matcher .buttons .button.previous:not([disabled]):after {
  transform: rotate(180deg);
}
/* old gallery module */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #6bbf58;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url("/theme/images/icons/gallery-zoom.png") center center no-repeat;
  transition: opacity 0.25s;
}
/***** main slideshow (as header or banner) *****/
.slideshow {
  overflow: hidden;
  position: relative;
  background: #6bbf58;
}
.slideshow .slide {
  display: grid;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  background-color: #6bbf58;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slide img {
  height: auto;
  width: 100%;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide .background-image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: max(340px, calc(100% * 0.75));
}
@media (min-width: 640px) {
  .slideshow .slide .background-image:after {
    padding-top: max(538px, calc(100% * 0.3453125));
  }
}
html.Home-page .slideshow .slide .background-image:after {
  padding-top: calc(100% * 0.453125);
}
@media (min-width: 640px) {
  html.Home-page .slideshow .slide .background-image:after {
    padding-top: max(1000px, calc(100% * 0.453125));
  }
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen, .slideshow .slide .big-screen {
  pointer-events: none;
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .widget-container {
  order: -1;
}
@media (min-width: 640px) {
  .slideshow .slide .widget-container {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 52px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .slideshow .slide .widget-container {
    left: auto;
    margin-top: 1.875rem;
    max-width: min(calc(446px + 48px), 48%);
    min-width: 0;
    width: auto;
    z-index: 6;
  }
}
@media (min-width: 1410px) {
  .slideshow .slide .widget-container {
    margin-right: calc((100% - 1410px) / 2);
  }
}
.slideshow .slide .caption {
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
}
.slideshow .slide .caption:last-child {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  top: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: auto;
  text-align: center;
  min-height: 200px;
}
@media (min-width: 480px) {
  .slideshow .slide .caption:last-child {
    top: 118px;
  }
}
@media (min-width: 640px) {
  .slideshow .slide .caption {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 118px;
    right: 0;
    left: 0;
    z-index: 5;
    width: auto;
    min-height: 200px;
  }
  .slideshow .slide .caption:last-child {
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .slideshow .slide .caption {
    right: auto;
    text-align: left;
    bottom: 52px;
  }
  .slideshow .slide .caption.container {
    padding: 0 32px;
  }
  .slideshow .slide .caption:not(:last-child) {
    max-width: min(48%, 770px);
    min-height: 620px;
  }
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
    margin-left: calc((100% - 1410px) / 2);
  }
}
.slideshow .slide .caption-content {
  color: #ffffff;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .slideshow .slide .caption-content {
    line-height: 1.2;
  }
}
.slideshow .slide .caption-content .title {
  font-family: "Inter";
  margin-bottom: 8px;
  line-height: inherit;
  color: inherit;
  font-size: 18px;
}
@media (min-width: 320px) {
  .slideshow .slide .caption-content .title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .slideshow .slide .caption-content .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}
.slideshow .slide .caption-content .tagline {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}
@media (min-width: 640px) {
  .slideshow .slide .caption-content .tagline {
    line-height: 26px;
    font-size: 19px;
    font-weight: normal;
  }
}
/***** global navigation styles for slideshows *****/
/* (all the structure you should need to customise Foxy arrows and bullets) */
.foxy .foxy-arrow::after {
  border-color: #0f5338;
}
.foxy .foxy-bullets .foxy-bullet-item.foxy-active .foxy-bullet {
  background: #0f5338;
}
/* blog */
.Blog .content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.Blog .content-wrapper a {
  color: #0f5338;
}
.Blog .content-wrapper .button {
  color: #fff;
  padding: 0px 35px;
  font-size: 20px;
  border-radius: 25px;
  min-height: 45px;
}
.Blog .content-wrapper .button:hover, .Blog .content-wrapper .button:focus, .Blog .content-wrapper .button:active {
  background: #000;
}
.Blog h1 {
  margin-bottom: 50px;
}
.articles {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
@media (max-width: 349px) {
  .articles {
    grid-template-columns: auto;
  }
}
.article-summary .image {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #626262;
}
.article-summary .image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 64%;
}
.article-summary .image img {
  width: 100%;
}
.blog-pagination a, .blog-pagination span {
  display: inline-block;
  border: 2px solid transparent;
  margin: 0 6px;
  padding: 9px 14px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  transition: all 0.2s ease;
}
.blog-pagination a:hover, .blog-pagination a.current, .blog-pagination span:hover, .blog-pagination span.current {
  border: 2px solid rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.menus {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(344px, 1fr));
  margin-top: 50px;
}
@media (max-width: 369px) {
  .menus {
    display: block;
    grid-template-columns: auto;
  }
}
.menu-thumb {
  position: relative;
  font-family: "Times New Roman", serif;
}
.menu-thumb:hover .name {
  background: #0f5338;
}
.menu-thumb .image {
  position: relative;
  background-color: #30312e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-thumb .image::after {
  display: block;
  position: relative;
  content: "";
  padding-top: 119%;
}
.menu-thumb .name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background: #0f5338;
  color: #000;
  font-size: 1.6875rem;
}
/* Individual page */
.Menus .menu-select {
  margin-bottom: 30px;
}
.Menus .menu-select label {
  display: inline;
  margin: 0;
}
.Menus .menu-select .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media (max-width: 639px) {
  .Menus .menu-select .label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
.Menus .menu-select select {
  display: inline-block;
  vertical-align: middle;
  max-width: 330px;
  width: 100%;
}
.Menus .col-2:nth-child(odd) {
  width: calc(60% - 33px);
}
@media (max-width: 1279px) {
  .Menus .col-2:nth-child(odd) {
    width: 100%;
  }
}
.Menus .col-2:nth-child(even) {
  width: calc(40% - 33px);
}
@media (max-width: 1279px) {
  .Menus .col-2:nth-child(even) {
    margin-top: 20px;
    width: 100%;
  }
}
.Menus .col-2:nth-child(even) img {
  width: 100%;
  height: auto;
}
.menu-items {
  width: 100%;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #cecece;
}
.menu-item .name {
  width: 89%;
  padding-right: 15px;
}
.menu-item .price {
  width: 11%;
  text-align: right;
}
.menu-item .attributes {
  margin-top: 10px;
}
.drinks-menu {
  width: 100%;
}
.drinks-menu h3 {
  margin: 0;
}
.drinks-menu .menu-items {
  margin-bottom: 25px;
}
.drinks-menu .menu-items .price span {
  display: block;
}
/** Products module */
.category-nav ul {
  margin: 0;
  padding: 0;
}
.category-nav ul ul {
  display: none;
  margin-left: 10px;
}
.category-nav ul li {
  display: block;
}
.category-nav ul a {
  background: #e4dfce;
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s, color 0.1s;
}
.category-nav ul li.sel ul {
  display: block;
}
.category-nav ul li.sel > a, .category-nav ul a:hover, .category-nav ul a:focus, .category-nav ul a:active {
  background: #0f5338;
  color: #fff;
}
.products-content {
  width: 100%;
}
/* category pages */
.product-links {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  margin: 0;
  padding: 0;
}
@media (max-width: 349px) {
  .product-links {
    grid-template-columns: auto;
  }
}
.product-links li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  font-size: 1.375rem;
}
.product-links li .summary {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  width: 100%;
}
.product-links li .summary:hover .image, .product-links li .summary:focus .image, .product-links li .summary:active .image {
  opacity: 0.5;
}
.product-links li .summary:hover .name, .product-links li .summary:focus .name, .product-links li .summary:active .name {
  text-decoration: underline;
}
.product-links li .summary > div {
  width: 100%;
  flex-grow: 1;
}
.product-links li .summary > form {
  width: 100%;
}
.product-links li .text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: "Times New Roman", serif;
  font-size: 1.3125rem;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .product-links li .text {
    font-size: 1.5rem;
    line-height: 27px;
  }
}
.product-links li .text .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-links li .text .price {
  padding-left: 10px;
  width: 20%;
  text-align: right;
  color: #0f5338;
}
.product-links li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  top: 0;
  border: 1px solid #e4dfce;
  background: #6bbf58;
  opacity: 1;
}
.product-links li .buttons {
  display: flex;
  align-items: center;
  margin: 0;
}
.product-links li .buttons .button {
  width: calc(50% - 5px);
  padding: 13px 5px;
  margin-right: 5px;
  font-size: 0.6875rem;
  text-align: center;
  border-radius: 0;
}
.product-links li .buttons .button:last-child {
  margin-left: 5px;
  margin-right: 0;
}
@media (min-width: 640px) {
  .product-links li .buttons .button {
    font-size: inherit;
    padding: 18px 5px;
  }
}
/* Individual Product page */
.product-images {
  margin-right: 25px;
  max-width: 365px;
  width: 100%;
}
.product-images .small-images {
  --spacing: 20px;
  --imageWidth: 102px;
  display: grid;
  gap: var(--spacing);
  grid-template-columns: repeat(auto-fill, minmax(var(--imageWidth), 1fr));
  position: relative;
  padding: 0;
}
@media (min-width: 640px) {
  .product-images .small-images {
    margin-top: 1.125rem;
  }
}
.product-images .small-images li {
  display: inline-flex;
  max-width: var(--imageWidth);
}
.product-images .small-images li:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  background: #6bbf58;
}
@media (min-width: 640px) {
  .product-images .small-images li:after {
    width: 25px;
  }
}
.product-details {
  display: inline-block;
  position: relative;
  border: 1px solid #e4dfce;
}
.product-details .description {
  object-fit: cover;
}
.product-tabs {
  margin-top: 10px;
  cusrsor: zoom-in;
}
.add-to-cart {
  display: inline-block;
  max-width: var(--image-width);
  width: 100%;
}
.add-to-cart .label, .add-to-cart .field {
  display: inline-block;
}
.add-to-cart .label {
  margin-right: 10px;
  width: 100px;
}
.add-to-cart .field {
  margin-bottom: 10px;
  width: 220px;
}
.add-to-cart .error {
  font-size: 0.9375rem;
  color: #fd1a00;
}
.hover-cart {
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  max-height: calc(100vh - 20px);
  max-width: 430px;
  padding: 10px;
  width: calc(100% - 20px);
  background: #6bbf58;
  line-height: 1.2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.hover-cart.visible {
  visibility: visible;
  opacity: 1;
}
.hover-cart .controls {
  display: flex;
  justify-content: space-between;
}
.hover-cart .controls:before {
  content: "";
  display: inline-block;
  left: 10px;
  opacity: 0;
  vertical-align: middle;
  border: 2px solid;
  border-color: #0f5338 #0f5338 transparent transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  animation: hover-cart-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
@keyframes hover-cart-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hover-cart .controls .close {
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  border: 0;
  width: 14px;
  background: none;
  font-size: 1.125rem;
  text-indent: 9999px;
  cursor: pointer;
}
.hover-cart .controls .close:after {
  content: "✕";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.hover-cart.loading .controls:before {
  opacity: 1;
}
.hover-cart.refreshed .contents, .hover-cart.refreshed .subtotal {
  opacity: 0;
  transition: none;
}
.hover-cart .row {
  display: flex;
  border-top: 1px solid #e4dfce;
  margin-top: 20px;
  padding-top: 20px;
}
.hover-cart .row:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.hover-cart .row.removing {
  opacity: 0.5;
}
.hover-cart .row .image {
  height: 100px;
  margin-right: 10px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hover-cart .row .details {
  width: calc(100% - 110px);
}
.hover-cart .row h3 {
  margin: 0;
}
.hover-cart .row .remove {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: pointer;
}
.hover-cart .row .remove:hover, .hover-cart .row .remove:focus, .hover-cart .row .remove:active {
  text-decoration: underline;
}
.hover-cart .empty-message {
  display: none;
}
.hover-cart.empty .empty-message {
  display: block;
}
.hover-cart .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hover-cart .actions .cart-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 1000px;
  padding: 10px;
  width: 47%;
  background: #000;
  color: #6bbf58;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.hover-cart .actions .cart-button:hover, .hover-cart .actions .cart-button:focus, .hover-cart .actions .cart-button:active {
  background: #0f5338;
}
.checkout-navigation {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 639px) {
  .checkout-navigation {
    display: block;
  }
}
.checkout-navigation li {
  display: block;
  position: relative;
  flex-grow: 1;
  background: #000;
  color: #6bbf58;
  text-align: center;
  flex-basis: 0;
}
.checkout-navigation li:before, .checkout-navigation li:after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: 1;
  border-right-width: 0;
}
@media (max-width: 639px) {
  .checkout-navigation li:before, .checkout-navigation li:after {
    display: none;
  }
}
.checkout-navigation li:before {
  top: -7px;
  border: 30px solid transparent;
  border-left-color: #6bbf58;
}
.checkout-navigation li:after {
  top: 0;
  border: 23px solid transparent;
  border-left-color: #000;
}
.checkout-navigation li:last-child:before, .checkout-navigation li:last-child:after {
  display: none;
}
.checkout-navigation li.unavailable {
  padding: 10px;
  background: #626262;
  color: rgba(0, 0, 0, 0.3);
}
.checkout-navigation li.unavailable:after {
  border-left-color: #626262;
}
.checkout-navigation li.current {
  background: #313131;
}
.checkout-navigation li.current:after {
  border-left-color: #313131;
}
.checkout-navigation a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.line-items .line-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #626262;
  margin: 0 -30px 30px;
  padding: 0 30px 30px;
}
.line-items .line-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.line-items .image {
  margin-right: 20px;
  width: 100px;
}
.line-items .details {
  flex-grow: 1;
}
.line-items h2 {
  margin: 0;
  font-size: 1.25rem;
  text-align: left;
}
.line-items a {
  text-decoration: none;
}
.line-items form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  max-width: 4em;
}
.line-items .button {
  min-width: 210px;
}
.login-group.activated {
  display: grid;
}
.login-group.activated .main-section {
  grid-column: 1;
  grid-row: 1;
}
.login-group.activated .main-section h1 {
  text-align: center;
}
.login-group.activated .main-section h1 ~ * {
  position: relative;
  z-index: 1;
}
.login-group.activated .main-section.selected h1 {
  border-bottom: 5px solid #0f5338;
}
.login-group.activated .main-section:not(.selected) h1 {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  background: #626262;
  color: #000;
  cursor: pointer;
}
.login-group.activated .main-section:not(.selected) h1 ~ * {
  display: none;
}
.login-group.activated .login h1 {
  margin-right: 50%;
}
.login-group.activated .register h1 {
  margin-left: 50%;
}
.hide-duplicate-fields .duplicate-field {
  display: none;
}
.cart-addresses {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .cart-addresses {
    flex-direction: column;
  }
}
.cart-addresses .address {
  flex-grow: 1;
  margin-right: 20px;
  flex-basis: 0;
}
@media (max-width: 799px) {
  .cart-addresses .address {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cart-addresses .address:first-child {
  margin-right: 0;
  margin-bottom: 0;
}
.payment-gateway-text {
  padding-left: 44px;
}
.payment-gateway-text p {
  font-size: 16px;
  line-height: 1.2;
  margin: 4px 0;
}
.payment-gateway-text b {
  font-size: inherit;
}
.genoapay-logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  overflow: hidden;
  width: 206px;
  background: transparent url("images/payment-gateways/genoapay.svg") left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.laybuy-logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  overflow: hidden;
  width: 90px;
  background: transparent url("images/payment-gateways/laybuy.svg") left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.poli-block {
  display: inline-block;
  vertical-align: top;
}
.poli-block img {
  display: block;
  float: left;
  margin: 0 1rem 0 0;
}
.confirm-text {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.confirm-table {
  border: 1px solid #626262;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.confirm-table td, .confirm-table th {
  vertical-align: top;
}
.confirm-table td:first-child {
  min-width: 30px;
}
.confirm-table th {
  text-align: left;
}
.confirm-table .price {
  text-align: right;
}
.account-navigation ul {
  margin: 0;
  padding: 0;
}
.account-navigation li {
  display: block;
}
.account-navigation a {
  text-decoration: none;
}
.account-navigation a:hover, .account-navigation a:focus, .account-navigation a:active {
  text-decoration: underline;
}
.register-section {
  max-width: 420px;
}
.order-list .order {
  display: flex;
  justify-content: space-between;
  border: 1px solid #0f5338;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .order-list .order {
    display: block;
  }
}
.order-list .order:last-child {
  margin-bottom: 0;
}
.order-list .order-details {
  border-right: 1px solid #0f5338;
  max-width: 165px;
  width: 100%;
  padding: 10px;
  background: rgba(15, 83, 56, 0.1);
  font-size: 0.9375rem;
}
@media (max-width: 639px) {
  .order-list .order-details {
    border-right: none;
    border-bottom: 1px solid #0f5338;
    max-width: 100%;
  }
}
.order-list .order-details .limited-reorder {
  display: block;
}
.order-list h2 {
  margin: 0;
  font-size: inherit;
}
.order-list p {
  margin: 0;
}
.order-list .order-items {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.order-list li {
  display: block;
}
.order-list .item-title {
  font-weight: bold;
}
.testimonial {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.09);
}
.testimonial .testimony {
  font-style: italic;
}
.testimonial .witness {
  margin: 0;
}
@font-face {
  font-family: "Inter";
  src: url("/theme/fonts/Inter-Medium.eot");
  src: url("/theme/fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/Inter-Medium.woff2") format("woff2"), url("/theme/fonts/Inter-Medium.woff") format("woff"), url("/theme/fonts/Inter-Medium.ttf") format("truetype"), url("/theme/fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/theme/fonts/Inter-Bold.eot");
  src: url("/theme/fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/Inter-Bold.woff2") format("woff2"), url("/theme/fonts/Inter-Bold.woff") format("woff"), url("/theme/fonts/Inter-Bold.ttf") format("truetype"), url("/theme/fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/theme/fonts/Inter-Light.eot");
  src: url("/theme/fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/Inter-Light.woff2") format("woff2"), url("/theme/fonts/Inter-Light.woff") format("woff"), url("/theme/fonts/Inter-Light.ttf") format("truetype"), url("/theme/fonts/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/theme/fonts/Inter-Regular.eot");
  src: url("/theme/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/Inter-Regular.woff2") format("woff2"), url("/theme/fonts/Inter-Regular.woff") format("woff"), url("/theme/fonts/Inter-Regular.ttf") format("truetype"), url("/theme/fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/theme/fonts/Inter-SemiBold.eot");
  src: url("/theme/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/Inter-SemiBold.woff2") format("woff2"), url("/theme/fonts/Inter-SemiBold.woff") format("woff"), url("/theme/fonts/Inter-SemiBold.ttf") format("truetype"), url("/theme/fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/theme/fonts/Montserrat-Light.eot");
  src: url("/theme/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/Montserrat-Light.woff2") format("woff2"), url("/theme/fonts/Montserrat-Light.woff") format("woff"), url("/theme/fonts/Montserrat-Light.ttf") format("truetype"), url("/theme/fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Inter";
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}
h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}
h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}
a:hover, a:active, a:focus {
  outline: 0;
}
p:last-child, h1, h2, h3, h4, h5, h6 {
  font-family: "Inter";
  clear: both;
  margin: 0 0 10px;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url], textarea {
  border-radius: 2px;
  border: 1px solid #8c8c8c;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  outline: none;
  padding: 10px 20px 11px;
}
.input-radio {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-content: center;
  align-items: center;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  height: 20px;
  position: relative;
  width: 20px;
  margin: 0;
}
input[type="radio"]::after {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
input[type="radio"]::before {
  background-color: #d4af37;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: 5px 0 0 5px;
  position: absolute;
  top: 0;
  width: 10px;
  visibility: hidden;
}
input[type="radio"] + label {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 15px;
}
input[type="radio"]:checked::before {
  visibility: visible;
}
.btn {
  border-radius: 27px;
  border: 0;
  color: #fff;
  display: block;
  font-family: "Inter";
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  outline: 0;
  padding: 17px 20px;
  text-transform: capitalize;
  width: max-content;
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration-line: none;
}
.primary {
  background: #0f5338;
  color: #fff;
}
.secondary {
  background: #6bbf58;
  color: #000;
}
.btn.primary:hover, .btn.primary:active, .btn.primary:focus {
  outline: 0;
  background: #6bbf58;
  color: #FFF;
}
.btn.secondary:hover, .btn.secondary:active, .btn.secondary:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.main-navigation .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .main-navigation .search-form {
    margin-top: 20px;
  }
}
.main-navigation .search-form .search-icon {
  display: block;
  width: 21px;
  height: 21px;
  text-align: left;
  text-indent: -100000px;
  background: url("/theme/images/icons/search.png") center no-repeat;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #6bbf58;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e4dfce;
    text-transform: uppercase;
  }
}
.main-navigation .search-form .field.open {
  display: block;
}
.content .searchForm {
  text-align: center;
}
.content .searchForm label {
  display: block;
  text-align: center;
}
.content .searchForm input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 263px);
  width: 300px;
}
@media (max-width: 639px) {
  .content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.content .searchForm .button {
  vertical-align: middle;
  padding: 13px 35px;
}
.search-results {
  border-top: 1px solid #626262;
}
.search-results article {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px;
}
@media (max-width: 1279px) {
  .search-results article {
    display: block;
  }
}
.search-results article.has-image .search-content {
  width: calc(100% - 615px);
}
@media (max-width: 1279px) {
  .search-results article.has-image .search-content {
    width: 100%;
  }
}
.search-results article h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.search-results article p {
  line-height: initial;
}
.search-results article .search-image {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 45px;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1279px) {
  .search-results article .search-image {
    max-width: 100%;
  }
}
.search-results article .search-image img {
  display: block;
}
.search-results ul {
  margin-top: 10px;
}
.search-results li a {
  display: inline;
  padding: 0;
}
.sidebar.search-results img {
  float: none;
  margin: 0.5em 0;
}
body > header[role=banner] {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  -webkit-position: absolute;
  -khtml-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  -o-position: absolute;
  top: 0;
  left: 0;
}
body > header .logo {
  margin: auto;
}
.site-header .main-navigation-wrapper {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
}
.site-header .main-navigation-wrapper .open-nav {
  cursor: pointer;
  display: block;
  height: 19px;
  width: 28px;
  position: absolute;
  left: 55px;
  top: calc(50% - 3px);
  transform: translate(0, -50%);
  z-index: 200;
}
.site-header .main-navigation-wrapper .open-nav .bar {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #0f5338;
}
.site-header .main-navigation-wrapper .open-nav .bar.middle {
  top: 8px;
}
.site-header .main-navigation-wrapper .open-nav .bar.bottom {
  bottom: 0;
}
.site-header .main-navigation-wrapper .open-nav.open .bar {
  bottom: 0;
  top: 0;
  margin: auto;
}
.site-header .main-navigation-wrapper .open-nav.open .bar.top, .site-header .main-navigation-wrapper .open-nav.open .bar.middle {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.site-header .main-navigation-wrapper .open-nav.open .bar.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -khtml-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.site-header .main-navigation-wrapper .main-navigation {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  background-color: black;
  justify-content: center;
  z-index: -1;
  visibility: hidden;
}
.site-header .main-navigation-wrapper .main-navigation.container {
  max-width: 100%;
  padding: 0;
}
.site-header .main-navigation-wrapper .main-navigation > ul > li.sel > a {
  background: transparent;
}
.site-header .main-navigation-wrapper .main-navigation ul {
  margin: 0;
}
.site-header .main-navigation-wrapper .main-navigation ul li a {
  font-weight: 500;
  padding: 44px 0;
  text-transform: uppercase;
  transition: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.site-header .main-navigation-wrapper .main-navigation ul li a::after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.site-header .main-navigation-wrapper .main-navigation ul li:hover a {
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.site-header .main-navigation-wrapper .main-navigation ul li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.site-header .main-navigation-wrapper .main-navigation.open {
  z-index: 100;
  visibility: visible;
}
.site-header > .container {
  margin: 0;
  max-width: 100%;
  padding: 30px 0 29px;
  position: relative;
  transition: all 0.5s;
}
.site-header > .container > a {
  display: block;
  width: max-content;
  margin: auto;
  transition: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.site-header > .container .header-right {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  position: absolute;
  right: 45px;
  top: calc(50% - 2px);
  transform: translate(0, -50%);
}
.site-header > .container .header-right .btn.primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  min-width: 159px;
  padding: 14px 20px;
  text-align: center;
}
.site-header > a {
  min-width: 329px;
}
.site-header > a img {
  margin-left: -4px;
  max-height: 77px;
  width: auto;
}
body .site-header > .container {
  padding: 16px 0 20px;
}
@media (min-width: 1280px) {
  .main-navigation > ul {
    justify-content: center;
    padding: 0;
  }
  .site-header .main-navigation-wrapper .open-nav.open .bar {
    background: #0f5338;
  }
  .site-header-sticky {
    transition: all 1s;
    -webkit-transition: all 1s;
    -khtml-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
  }
  .site-header-sticky > header[role=banner] {
    position: fixed;
    -webkit-position: fixed;
    -khtml-position: fixed;
    -moz-position: fixed;
    -ms-position: fixed;
    -o-position: fixed;
  }
  .site-header-sticky .site-header .main-navigation-wrapper {
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    width: max-content;
    z-index: 101;
  }
  .site-header-sticky .site-header .main-navigation-wrapper .main-navigation {
    background: transparent;
    visibility: visible;
    z-index: 100;
  }
  .site-header-sticky .site-header .main-navigation-wrapper .main-navigation ul li a {
    padding: 25px 0;
  }
  .site-header-sticky .site-header .main-navigation-wrapper .open-nav {
    display: none;
  }
  .site-header-sticky .site-header > .container {
    border-bottom: 1px solid #b7b7b7;
    padding: 0;
    z-index: 100;
  }
  .site-header-sticky .site-header > .container > a {
    visibility: hidden;
  }
}
@media (max-width: 1278px) {
  body > header[role=banner] {
    background: transparent;
  }
  body > header .logo {
    margin: auto;
  }
  body.open {
    overflow: hidden;
  }
  .site-header {
    display: flex;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
  }
  .site-header .main-navigation-wrapper {
    order: 2;
    position: static;
  }
  .site-header .main-navigation-wrapper .open-nav {
    left: 20px;
    top: 53px;
  }
  .site-header .main-navigation-wrapper .open-nav .bar.middle {
    top: 0;
  }
  .site-header .main-navigation-wrapper .main-navigation {
    background: #000;
    display: none;
    position: relative;
  }
  .site-header .main-navigation-wrapper .main-navigation.container {
    padding: 67px 28px;
  }
  .site-header .main-navigation-wrapper .main-navigation.open {
    display: block;
  }
  .site-header .main-navigation-wrapper .main-navigation ul li {
    border: 0;
  }
  .site-header .main-navigation-wrapper .main-navigation ul li:not(:first-child) {
    margin-top: -19px;
  }
  .site-header .main-navigation-wrapper .main-navigation ul li a {
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
  }
  .site-header .main-navigation-wrapper .main-navigation ul li.sel, .site-header .main-navigation-wrapper .main-navigation ul li:hover, .site-header .main-navigation-wrapper .main-navigation ul li:focus, .site-header .main-navigation-wrapper .main-navigation ul li:active {
    background: transparent;
    color: #c9ae44;
  }
  .site-header .main-navigation-wrapper .main-navigation ul li.sel a, .site-header .main-navigation-wrapper .main-navigation ul li:hover a, .site-header .main-navigation-wrapper .main-navigation ul li:focus a, .site-header .main-navigation-wrapper .main-navigation ul li:active a {
    color: #c9ae44;
    background: transparent;
  }
  .site-header .main-navigation-wrapper .main-navigation ul li.sel a::after, .site-header .main-navigation-wrapper .main-navigation ul li:hover a::after, .site-header .main-navigation-wrapper .main-navigation ul li:focus a::after, .site-header .main-navigation-wrapper .main-navigation ul li:active a::after {
    content: none;
  }
  .site-header > .container {
    background: rgba(255, 255, 255, 0.75);
  }
  .site-header > .container .header-right {
    right: 20px;
  }
  .site-header-sticky > header[role=banner] {
    position: fixed;
    -webkit-position: fixed;
    -khtml-position: fixed;
    -moz-position: fixed;
    -ms-position: fixed;
    -o-position: fixed;
  }
}
@media (max-width: 767px) {
  .site-header .main-navigation-wrapper .open-nav {
    left: auto;
    right: 30px;
  }
  .site-header > .container .header-right {
    display: none;
  }
  .site-header > .container > a {
    margin-left: 15px;
  }
  .site-header > .container > a img {
    margin-left: 3px;
  }
}
@media (max-width: 479px) {
  .site-header .main-navigation-wrapper .open-nav {
    right: 15px;
    top: 38px;
  }
  .site-header > .container > a {
    max-width: 180px;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation ul li a[href*="contact"] {
    display: none;
  }
}
.site-footer {
  background: #6bbf58;
  padding: 143px 0 135px;
}
.site-footer .container.columns {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 0;
}
.site-footer .container.columns h2, .site-footer .container.columns p {
  color: #000;
}
.site-footer .container.columns h2 {
  font-size: 46px;
  line-height: 30px;
  margin-bottom: 19px;
}
.site-footer .container.columns p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}
.site-footer .container.columns a {
  max-width: 229px;
  margin: auto;
}
.site-footer .container.columns a:active, .site-footer .container.columns a:focus {
  text-decoration-line: none;
}
.site-footer .container.columns > * {
  flex: 100%;
}
.site-footer .container.columns .secondary {
  background: #0f5338;
  color: #ffffff;
}
.site-footer .container.columns .secondary:hover, .site-footer .container.columns .secondary:focus, .site-footer .container.columns .secondary:active {
  background: #000;
}
.sub-footer {
  background: #111211;
  margin: 0 auto;
  color: #ffffff;
}
.sub-footer h3 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.sub-footer .container {
  max-width: 1450px;
  padding: 0 20px;
}
.sub-footer .sub-footer__top {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  border-bottom: 1px solid #9aa9b4;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 99px 0 73px;
}
.sub-footer .sub-footer__top > div {
  flex: calc((100% / 3) - 40px);
  max-width: calc((100% / 3) - 40px);
}
.sub-footer .sub-footer__top .sub-footer__top--left {
  padding-top: 37px;
  text-align: left;
}
.sub-footer .sub-footer__top .sub-footer__top--left h3 {
  margin-bottom: 25px;
}
.sub-footer .sub-footer__top .sub-footer__top--left p {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  max-width: 360px;
}
.sub-footer .sub-footer__top .sub-footer__top--mid {
  text-align: center;
}
.sub-footer .sub-footer__top .sub-footer__top--mid img {
  margin-top: -28px;
  max-width: 275px;
}
.sub-footer .sub-footer__top .sub-footer__top--right {
  text-align: right;
  padding-top: 9px;
}
.sub-footer .sub-footer__top .sub-footer__top--right h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
.sub-footer .sub-footer__top .sub-footer__top--right ul li {
  display: flex;
  justify-content: flex-end;
}
.sub-footer .sub-footer__top .sub-footer__top--right ul li a:active, .sub-footer .sub-footer__top .sub-footer__top--right ul li a:focus {
  text-decoration-line: none;
}
.sub-footer .sub-footer__bottom {
  padding: 69px 0;
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-footer .sub-footer__bottom div, .sub-footer .sub-footer__bottom a {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Montserrat";
}
.sub-footer .sub-footer__bottom div:active, .sub-footer .sub-footer__bottom div:focus, .sub-footer .sub-footer__bottom a:active, .sub-footer .sub-footer__bottom a:focus {
  text-decoration-line: none;
}
.sub-footer .sub-footer__top--right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .sub-footer .sub-footer__top > div {
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .sub-footer .sub-footer__top > div.sub-footer__top--mid {
    flex: 100%;
    max-width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 130px 0 126px;
  }
  .site-footer .container.columns h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 11px;
  }
  .site-footer .container.columns p {
    padding: 0 20px;
    margin-bottom: 23px;
  }
  .sub-footer {
    padding: 23px 0 62px;
  }
  .sub-footer .sub-footer__top {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-footer .sub-footer__top > div {
    flex: 100%;
    max-width: 100%;
  }
  .sub-footer .sub-footer__top .sub-footer__top--mid, .sub-footer .sub-footer__top .sub-footer__top--left, .sub-footer .sub-footer__top .sub-footer__top--right {
    text-align: center;
  }
  .sub-footer .sub-footer__top .sub-footer__top--left {
    padding-top: 28px;
  }
  .sub-footer .sub-footer__top .sub-footer__top--left p {
    margin: auto;
    max-width: 400px;
  }
  .sub-footer .sub-footer__top .sub-footer__top--mid {
    margin: 0;
  }
  .sub-footer .sub-footer__top .sub-footer__top--right {
    padding-top: 29px;
  }
  .sub-footer .sub-footer__top .sub-footer__top--right ul li {
    justify-content: center;
  }
  .sub-footer .sub-footer__bottom {
    text-align: center;
    padding: 46px 0 0;
  }
  .sub-footer .sub-footer__bottom > div {
    flex: 100%;
  }
  .sub-footer .sub-footer__bottom .attribution {
    margin-top: -12px;
  }
}
html.Page main {
  background-color: #f1f4f5;
  padding-bottom: 75px;
}
html.Page .content-master {
  margin-bottom: 61px;
  margin-top: 0px;
}
html.Page .content-master h3 {
  color: #000;
  margin-bottom: 27px;
}
html.Page .content-master h3 strong {
  font-weight: 600;
}
html.Page .content-master h4 {
  color: #000;
  margin-bottom: 30px;
}
html.Page .content-master p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
}
html.Page .content-master p a {
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
}
html.Page .content-master p .content-master p a:hover {
  text-decoration: underline;
}
html.Page .content-master ul {
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 28px;
}
html.Page .content-master ul li {
  color: #000;
  line-height: 28px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
html.Page .content-master ul li:before {
  content: ".";
  display: inline-block;
  top: -14px;
  left: -17px;
  position: absolute;
  font-size: 46px;
}
html.Page .content-master h3 {
  color: #000;
  margin-bottom: 16px;
}
html.Page .content-master h3 strong {
  font-weight: 600;
}
html.Page ::marker {
  font-size: revert;
}
html.Page .information {
  margin-bottom: 33px;
  margin-top: -7px;
  font-weight: 600;
}
html.Page .nature {
  margin-bottom: 36px;
}
html.Page .nature p {
  margin-bottom: 0;
}
html.Page .fees {
  margin-bottom: 58px;
}
html.Page .conflicts p {
  margin-bottom: 28px;
}
html.Page .resspon {
  margin-top: 49px;
}
html.Page .content-master:last-child p {
  font-weight: 300;
}
html.Page figure.slide.foxy-current {
  background-color: #f1f4f5;
}
html.Page .content-wrapper h1 {
  color: #000;
  padding-top: 96px;
  padding-bottom: 27px;
}
html.Page .content-wrapper p {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 300;
}
html.Page .conflicts {
  margin-top: -22px;
  margin-bottom: 45px;
}
html.Page .conflicts h3 {
  margin-bottom: 23px;
}
html.Page .resspon h3 {
  margin-bottom: 27px;
}
html.Page .resspon p {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  html.Page .extra-content {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  html.Page .extra-content {
    padding: 0 24px;
  }
  html.Page .content-wrapper {
    padding: 0 24px;
  }
  html.Page .content-wrapper .content {
    padding: 0;
  }
  html.Page .content-wrapper h1 {
    padding-top: 27px;
  }
}
@media (max-width: 375px) {
  html.Page .content-master {
    padding: 0 16px;
  }
  html.Page .content-master P {
    font-size: 15PX;
  }
  html.Page .content-master P a {
    font-size: 15px;
  }
  html.Page main {
    padding-bottom: 20px;
  }
  html.Page .content-wrapper {
    padding: 0 24px;
  }
  html.Page .content-wrapper .content {
    padding: 0;
  }
  html.Page .content-wrapper .content p {
    font-size: 15px;
  }
  html.Page .content-wrapper h1 {
    padding-top: 27px;
  }
}
.about-us-page main {
  background-color: #f1f4f5;
  padding-bottom: 33px;
}
.about-us-page .container {
  padding: 0 24px;
}
.about-us-page .content-wrapper {
  padding-bottom: 2px;
  padding-top: 21px;
}
.about-us-page .content-wrapper p {
  line-height: 28px;
  font-size: 18px;
  word-spacing: unset;
}
.about-us-page .content-wrapper h1 {
  padding-top: 27px;
}
.about-us-page .about-page p {
  color: #000;
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
}
.about-us-page .about-page p:nth-child(2n) {
  margin-bottom: 30px;
}
.about-us-page .about-page p:nth-child(2n+1) {
  margin-bottom: 27px;
}
.about-us-page .about-page p:last-child {
  margin-bottom: 20px;
}
.about-us-page .about-page .image-block {
  background-color: #f1f4f5;
  box-shadow: none;
}
.about-us-page .about-page .image-block .block-content {
  width: 55%;
  padding: 0 58px 0 0px;
}
.about-us-page .about-page .image-block img {
  width: 48%;
  height: 40%;
  padding-right: 10px;
  padding-top: 8px;
}
.about-us-page .about-page .image-block p .primary {
  margin-top: 17px;
  padding: 17px 40px;
  box-shadow: 0px 7px 13px 0 rgba(212, 175, 55, 0.22);
  font-size: 17px;
}
.about-us-page .about-page .container {
  margin-top: 0;
  padding-right: 20px;
}
@media (max-width: 1300px) {
  .image-block-wrapper.about-page {
    padding: 0 10px;
  }
  .about-us-page .content-wrapper {
    padding-bottom: 2px;
    padding-top: 21px;
    padding: 21px 10px 0 10px;
  }
}
@media (max-width: 1024px) {
  .image-block .big-image {
    height: 50%;
    width: 100%;
  }
  .about-us-page .about-page .image-block .block-content {
    width: 100%;
  }
  .about-us-page .about-page .image-block img {
    width: 100%;
  }
  .about-us-page .slideshow > .slider > figure > picture > img {
    object-position: top 0 left 55%;
  }
}
@media (max-width: 767.98px) {
  .about-us-page .content {
    padding-left: 0;
  }
  .about-us-page .about-page {
    padding: 0 24px;
  }
  .about-us-page .about-page .container {
    margin-top: 0;
    padding: 0;
  }
  .about-us-page .about-page .image-block .block-content {
    padding: 0;
  }
  .about-us-page .about-page .image-block img {
    margin-top: 20px;
    width: 97%;
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-page main {
    padding-bottom: 0;
  }
  .image-block-wrapper.about-page {
    padding-right: 5px;
  }
  .about-us-page .content-wrapper {
    padding: 21px 24px 0 24px;
  }
}
@media (max-width: 630px) {
  .about-us-page .content-wrapper h1 {
    line-height: 45px;
    padding-top: 53px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-us-page .content-wrapper h1 {
    white-space: unset;
    width: unset;
    overflow: unset;
    text-overflow: unset;
    font-size: 31px;
  }
}
.get-matched-page main {
  padding-bottom: 75px;
}
.get-matched-page .content-wrapper {
  padding-top: 29px;
}
.get-matched-page .content-wrapper p {
  margin-bottom: 26px;
  line-height: 28px;
  font-size: 18px;
}
.get-matched-page .content-wrapper h1 {
  padding-bottom: 30px;
  padding-top: 89px;
}
.get-matched-page .container {
  padding-right: 4px;
}
.get-matched-page .container table {
  border: 0;
  margin-left: -4px;
}
.get-matched-page .container table td:first-child {
  border: 0;
  width: 51.7%;
}
.get-matched-page .container table td:first-child img {
  display: block;
}
.get-matched-page .container table td:last-child {
  background-color: #fff;
  border: 0;
  border-radius: 10px;
}
@media (max-width: 1700px) {
  .get-matched-page .container {
    padding: 0 20px;
  }
  .get-matched-page .container table {
    margin-left: 0;
  }
  .get-matched-page .container table td:first-child {
    border: 0;
    width: unset;
  }
  .get-matched-page .container table td:first-child img {
    height: auto;
    max-width: 96%;
  }
}
@media (max-width: 767.98px) {
  .get-matched-page main {
    padding-bottom: 25px;
  }
  .get-matched-page .content-wrapper {
    padding: 0;
  }
  .get-matched-page .content-wrapper h1 {
    white-space: unset;
    width: unset;
  }
  .get-matched-page .container {
    padding-right: 20px;
  }
  .get-matched-page .container table {
    display: flex;
  }
  .get-matched-page .container table tr {
    display: flex;
    flex-direction: column;
  }
  .get-matched-page .container table tr td {
    display: flex;
  }
  .get-matched-page .container table td:first-child {
    margin-bottom: 24px;
  }
  .get-matched-page .container table td:first-child img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .get-matched-page .content-wrapper h1 {
    font-size: 40px;
  }
}
.contact-page .content-wrapper h1 {
  padding-bottom: 60px;
}
.contact-page .container {
  padding: 0 10px;
}
.contact-page .content-wrapper p {
  margin-bottom: 9px;
}
.contact-page main {
  padding-bottom: 170px;
}
.js-ajax-form h2 {
  color: #000;
  font-size: 2rem;
}
.contact-page .content-wrapper {
  padding-bottom: 0;
}
.contact-page .image-block {
  margin-top: 0;
  margin-bottom: 0;
  background-color: unset;
  box-shadow: unset;
  border-radius: unset;
  padding: 0 10px;
  flex-direction: row;
  justify-content: space-between;
  color: #000;
}
.contact-page .image-block > img, .contact-page .image-block .block-content {
  max-width: 47.7%;
  flex-basis: 47.7%;
  width: 100%;
  align-self: self-start;
}
.contact-page .image-block .block-content {
  padding: 0;
  margin-right: 15px;
}
.contact-page .image-block button {
  margin-top: 0;
  background: #0f5338;
  box-shadow: 0px 7px 13px 0 rgba(212, 175, 55, 0.22);
  min-height: unset;
  margin-top: -6px;
  border-radius: 50px;
  padding: 16.6px 53px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Inter";
}
.contact-page .image-block button:hover {
  outline: 0;
  background: rgba(212, 175, 55, 0.75);
}
.contact-page .image-block .button:active {
  background: #0f5338;
  text-decoration: none;
}
.contact-page .image-block .button:focus {
  background: #0f5338;
}
.contact-page .image-block form input {
  border: 1px solid #C8C8C8;
}
.contact-page .image-block form ::placeholder {
  color: #000;
}
.contact-page .image-block form:where(:not(.custom-form)) textarea {
  height: 194px;
  resize: none;
  padding-left: 17px;
  padding-top: 11px;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .contact-page .image-block form:where(:not(.custom-form)) textarea {
    height: 120px;
    color: #000;
  }
}
@media (max-width: 1400px) {
  .contact-page .image-block form:where(:not(.custom-form)) textarea {
    height: 70px;
  }
  .contact-page .content {
    padding: 0 21px 0 24px;
  }
}
@media (max-width: 1055px) {
  .contact-page .image-block form:where(:not(.custom-form)) textarea {
    height: 60px;
  }
  .contact-page span.field {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-page main {
    padding-bottom: 80px;
  }
  .contact-page .image-block {
    padding: 0 24px;
    display: block;
  }
  .contact-page .image-block > img, .contact-page .image-block .block-content {
    max-width: 100%;
    flex-basis: 100%;
  }
  .contact-page .image-block form {
    width: 100%;
    margin-bottom: 24px;
  }
  .contact-page .image-block li {
    width: 100%;
  }
  .contact-page .image-block form:where(:not(.custom-form)) textarea {
    height: 115px;
  }
  .contact-page .content {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .contact-page .slideshow > .slider > figure > picture > img {
    object-position: top 0 right 22%;
  }
}
.home-page ul {
  list-style: none;
}
.home-page .content-wrapper .container.content {
  max-width: 100%;
  padding: 0;
}
.home-page .content-wrapper .container.content > h3 {
  color: #000;
  font-size: 46px;
  line-height: 30px;
  margin-bottom: 36px;
  padding: 0 24px 26px;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
.home-page .content-wrapper .container.content > p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.home-page .content-wrapper .container.content .image-block ul li {
  font-size: 18px;
  line-height: 40px;
  color: #000;
  font-weight: 300;
  position: relative;
}
.home-page .content-wrapper .container.content .image-block ul li::before {
  background-image: url(/theme/images/icons/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: flex;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 25px;
}
.home-page .content-wrapper .container.content .image-block {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: transparent;
  box-shadow: none;
  padding: 0;
  padding: 0 24px 152px;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .home-page .content-wrapper .container.content .image-block {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.home-page .content-wrapper .container.content .image-block img, .home-page .content-wrapper .container.content .image-block .block-content {
  flex: 50%;
  padding: 0px 0px;
}
.home-page .content-wrapper .container.content .image-block img p, .home-page .content-wrapper .container.content .image-block .block-content p {
  padding: 0px 0px;
}
.home-page .content-wrapper .container.content .image-block img {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.home-page .content-wrapper .container.content .image-block ul {
  padding-bottom: 38px;
  padding-top: 3px;
  padding-left: 32px;
}
.home-page .content-wrapper .container.content .image-block ul li {
  padding-left: 53px;
}
.home-page .content-wrapper .container.content .image-block ul li:last-child {
  line-height: 29px;
  margin-top: 6px;
  padding-right: 50px;
}
.home-page .content-wrapper .container.content .image-block ul li:last-child::before {
  top: 4px;
}
.home-page .content-wrapper .container.content .image-block ul + p {
  padding-left: 33px;
}
.home-page .content-wrapper .container.content .image-block .btn {
  margin-left: 0px;
  min-width: 229px;
  text-align: center;
  box-shadow: 0 7px 13px 0px rgba(212, 175, 55, 0.22);
}
.home-page .content-wrapper .container.content .image-block-wrapper {
  background: #f1f4f5;
}
.home-page .content-wrapper .container.content .image-block-wrapper .container {
  margin-top: 0;
  margin-bottom: 0;
}
.home-page .content-wrapper .testimonials .testimonial .testimony {
  margin-bottom: 21px;
}
.home-page .slideshow + .content-wrapper {
  padding-top: 40px;
}
.home-page .advisers-container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}
.home-page .advisers-container > p {
  font-weight: 300;
  text-align: center;
  margin-bottom: 26px;
  font-size: 19px;
}
.home-page .advisers-container ul {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  gap: 8.5%;
  justify-content: center;
  align-items: flex-end;
}
.testimonials {
  padding: 104px 0 0;
}
.testimonials .slick-initialized .slick-slide:focus-visible {
  outline: 0;
}
.testimonials .slick-dots {
  text-align: center;
}
.testimonials .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 5px;
}
.testimonials .slick-dots li::after {
  content: "";
  background-color: #333;
  width: 10px;
  border-radius: 50%;
  display: block;
  height: 10px;
}
.testimonials .slick-dots li.slick-active::after {
  background-color: #0f5338;
}
.testimonials .slick-dots li button {
  display: none;
}
.testimonials .testimonial {
  display: flex;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 12px;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin-bottom: 131px;
}
.testimonials .testimonial img {
  max-width: 100%;
}
.testimonials .testimonial .testimonial__left {
  background: #121211;
  flex: 50%;
  max-width: 50%;
  padding-bottom: 100px;
}
.testimonials .testimonial .testimonial__right {
  flex: 50%;
  max-width: 50%;
}
.testimonials .testimonial .testimonial__right .testimonial__image--list, .testimonials .testimonial .testimonial__right .slick-list, .testimonials .testimonial .testimonial__right .slick-track, .testimonials .testimonial .testimonial__right figure {
  height: 100%;
}
.testimonials .testimonial .testimonial__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials .testimonial .witness, .testimonials .testimonial .testimony {
  color: #6bbf58;
}
.testimonials .testimonial .testimony {
  padding: 81px 55px 0;
  font-style: inherit;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.testimonials .testimonial .testimony span {
  color: #0f5338;
  font-size: 76.62px;
  line-height: 100px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-family: "Times New Roman";
  margin-bottom: -36px;
}
.testimonials .testimonial .witness {
  color: #6bbf58;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 34px;
  margin-top: 19px;
}
@media (min-width: 768px) {
  .container.content > .container h3 {
    padding-bottom: 26px;
    position: relative;
  }
  .container.content > .container h3::after {
    display: block;
    width: 52px;
    height: 2px;
    background: #0f5338;
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
  }
}
@media (min-width: 1440px) {
  .home-page .advisers-container ul {
    position: relative;
  }
  .home-page .advisers-container ul li {
    position: relative;
  }
  .home-page .advisers-container ul li:first-child {
    left: -21px;
  }
  .home-page .advisers-container ul li:nth-child(2) {
    left: -12px;
  }
  .home-page .advisers-container ul li:nth-child(3) {
    left: -17px;
  }
  .home-page .advisers-container ul li:nth-child(4) {
    left: -19px;
  }
  .home-page .advisers-container ul li:nth-child(5) {
    left: -10px;
  }
}
@media (max-width: 1024px) {
  .home-page .content-wrapper {
    padding: 39px 0 42px;
  }
  .home-page .content-wrapper .container.content > .container {
    padding: 66px 0 0;
  }
  .home-page .content-wrapper .container.content > .container h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .home-page .content-wrapper .container.content > .container h3::after {
    left: 0;
  }
  .home-page .content-wrapper .container.content > .container > p {
    padding-left: 0;
    padding-right: 0;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper {
    padding: 0 24px 88px;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper > .container {
    padding: 0;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block .block-content, .home-page .content-wrapper .container.content .image-block-wrapper .image-block img {
    flex: 100%;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block .block-content img, .home-page .content-wrapper .container.content .image-block-wrapper .image-block img img {
    width: 100%;
    height: auto;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block .block-content {
    order: 2;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block ul {
    padding-bottom: 24px;
    padding-top: 23px;
    padding-left: 0;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block ul li {
    padding-left: 35px;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block ul li::before {
    left: -4px;
    top: 10px;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block ul li:last-child {
    line-height: 40px;
    margin-top: 0;
    padding-right: 0;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block ul + p {
    padding-left: 0;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block .block-content p {
    margin: 0;
  }
  .home-page .content-wrapper .container.content .image-block-wrapper .image-block .block-content .btn {
    margin-left: 0;
  }
  .home-page .content-wrapper .container.content > .container {
    padding: 66px 24px 0;
    margin-bottom: 11px;
  }
  .home-page .content-wrapper .testimonials .testimonial .testimony {
    padding: 64px 24px 0px;
    margin-bottom: 24px;
  }
  .testimonials {
    padding: 24px 0 0;
  }
  .testimonials .testimonial {
    margin-bottom: 72px;
  }
  .testimonials .testimonial .testimonial__left, .testimonials .testimonial .testimonial__right {
    flex: 100%;
    max-width: 100%;
    order: 1;
  }
  .testimonials .testimonial .testimonial__left img, .testimonials .testimonial .testimonial__right img {
    height: auto;
  }
  .testimonials .testimonial .testimonial__right figure {
    min-height: 275px;
  }
  .testimonials .testimonial .testimonial__right figure img {
    height: 100%;
  }
  .testimonials .testimonial .testimony {
    padding: 26px 15px 0;
  }
  .testimonials .testimonial .testimony span {
    margin-bottom: -30px;
  }
  .testimonials .testimonial .testimonial__left {
    order: 2;
  }
  .testimonials .testimonial .witness {
    margin-bottom: 23px;
    margin-top: 23px;
  }
  .testimonials .testimonial .testimonial__left {
    padding-bottom: 46px;
  }
}
@media (max-width: 1024px) and (min-width: 480px) {
  @supports (-webkit-touch-callout: none) {
    .home-page .content-wrapper .container.content .image-block-wrapper .image-block ul li:before {
      top: 21px;
    }
  }
}
@media (max-width: 767px) {
  .home-page .content-wrapper .container.content > .container h3 {
    font-size: 46px;
    line-height: 46px;
    padding-left: 0;
    margin-bottom: 11px;
  }
  .home-page .content-wrapper .container.content > .container > p {
    line-height: 27px;
    margin-bottom: 30px;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 18px;
  }
  .home-page .advisers-container {
    margin-left: 0;
    margin-right: 0;
    padding: 0 3px 47px;
  }
  .home-page .advisers-container ul {
    gap: 0;
  }
  .home-page .advisers-container ul .slick-track {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }
  .home-page .advisers-container ul img {
    margin: auto;
  }
  .home-page .advisers-container > p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 0 21px;
  }
}
@media (min-width: 1600px) {
  .home-page .content-wrapper .image-block-wrapper img {
    max-width: 674px;
    max-height: 439px;
  }
}
html.Home-page .slide {
  display: grid;
}
html.Home-page .slide > * {
  grid-column: 1;
  grid-row: 1;
}
html.Home-page .slide .mortgage-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  html.Home-page .slide .mortgage-wrapper {
    margin-top: 120px;
  }
}
html.Home-page .slide .mortgage-matcher-widget {
  max-width: 470px;
}
.Home-page .extra-content ul li {
  position: relative;
  padding-left: 35px;
}
.Home-page .extra-content ul li::before {
  background-image: url(/theme/images/icons/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: flex;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 4px;
  width: 25px;
}
@media (max-width: 1024px) {
  .Home-page .slideshow .slide {
    margin-top: 0px;
  }
  .Home-page .slideshow > .slider {
    min-height: 538px;
  }
  .Home-page .slideshow > .slider > figure {
    height: 100%;
  }
  .Home-page .slideshow > .slider > figure > picture {
    height: 100%;
  }
  .Home-page .slideshow > .slider > figure > picture > img {
    height: 100%;
    object-fit: cover;
    object-position: top 0 left 30%;
    width: auto;
  }
  .Home-page .slideshow .slide .caption {
    bottom: 52px;
    margin-top: 120px;
  }
  .Home-page .slideshow .slide .caption.container {
    padding: 0 32px;
  }
  .Home-page .slideshow .slide .caption .caption-content {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
  }
  .Home-page .slideshow .slide .caption .caption-content .title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .Home-page .slideshow .slide .caption .caption-content .tagline {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .Home-page .slideshow .slide .caption .caption-content {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .home-page .content-wrapper .image-block-wrapper img {
    max-height: 439px;
    max-width: 674px;
  }
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    left: -32px;
    right: 0;
  }
}
/*# sourceMappingURL=/resources/cache/styles/6e782fd293e7dfc588f669400f743eb2.css.map */