@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --clr-one: #585959;
  --clr-two: #92CF38;
  --clr-three: #000000;
  --clr-four: #838589;
  --clr-five: #F1F1F1;
  --clr-six: #F2F1E2;
  --clr-seven: #FFFFFF;
  --clr-eight: #FF0000;
  --clr-nine: #F7F7F7;
  --clr-ten: #FF0000;
  --clr-eleven: #E2EED0;
  --clr-twelve: #808080;
  --clr-thirteen: #EAE8E8;
  --clr-fourteen: #F9D41F;
  --font-primary: "open-sans", Helvetica, sans-serif;
  --font-secondary: "bree-serif", Helvetica, sans-serif;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-size-default: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.6rem;
  color: var(--clr-three);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.btn {
  display: block;
  text-decoration: none;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 1rem 2.5rem;
  border: 1px solid;
  text-align: center;
  font-weight: var(--font-weight-semi-bold);
  white-space: nowrap;
}
.btn.btn-inline {
  display: inline-block;
}
.btn.btn-default {
  font-size: 1.4rem;
  padding: 1rem 2.5rem;
}
.btn.btn-sml {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.btn.btn-med {
  font-size: 1.8rem;
  padding: 2rem 2.5rem;
}
.btn.btn-lrg {
  font-size: 2rem;
  padding: 2rem 3rem;
}

.btn-default {
  color: #FFFFFF;
  background: #92CF38;
  border-color: #92CF38;
}
.btn-default:hover {
  color: #92CF38;
  background: transparent;
  border-color: #92CF38;
}

.btn-secondary {
  color: #F1F1F1;
  background: #585959;
  border-color: #F1F1F1;
}
.btn-secondary:hover {
  color: #F1F1F1;
  background: #585959;
  border-color: #F1F1F1;
}

.btn-white {
  color: #92CF38;
  background: transparent;
  border-color: #92CF38;
}
.btn-white:hover {
  color: #FFFFFF;
  background: #92CF38;
  border-color: #FFFFFF;
}

.btn-solid-white {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-solid-white:hover {
  color: #000000;
}

.btn-grey {
  color: #000000;
  background: #F1F1F1;
  border-color: #F1F1F1;
}
.btn-grey:hover {
  color: #000000;
  background: #F1F1F1;
  border-color: #F1F1F1;
}

.xdebug-var-dump {
  position: relative;
  z-index: 10000;
}

.container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    width: 85%;
  }
}

.container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 780px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-small {
    width: 85%;
  }
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.6rem;
  color: var(--clr-one);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.6rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post strong {
  font-weight: var(--font-weight-semi-bold);
}
.the-post .small-text {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: normal;
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  color: var(--clr-three);
  margin: 0 0 4.5rem 0;
}
.the-post h3, .the-post h4, .the-post h5 {
  font-size: 2.4rem;
  color: var(--clr-three);
  font-weight: var(--font-weight-semi-bold);
  margin: 0 0 1.5rem 0;
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: var(--font-size-medium);
  line-height: 3.6rem;
  margin: 3rem 0;
}
.the-post img {
  display: block;
  border-radius: 11px;
  overflow: hidden;
}
.the-post img:first-child {
  margin-top: 0;
}
.the-post img.aligncenter, .the-post img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  margin: 4rem 0;
}
.the-post .aligncenter {
  margin: 4rem auto;
}
.the-post .text-align-left {
  text-align: left;
}
.the-post .text-align-right {
  text-align: right;
}
.the-post .text-align-center {
  text-align: center;
}
.the-post table {
  overflow: hidden;
  border-radius: 11px;
}
.the-post table th,
.the-post table td {
  padding: 1rem;
  border: 1px solid var(--clr-seven);
  background-color: var(--clr-five);
  border-bottom-width: 4px;
}
.the-post table th {
  font-weight: var(--font-weight-bold);
  text-align: left;
  background-color: var(--clr-five);
  color: var(--clr-four);
}
.the-post table tr:first-child td {
  border-radius: 11px;
}
.the-post table.table-lease tr:nth-child(-n+4) td {
  background-color: var(--clr-three);
  color: var(--clr-seven);
}
.the-post table.table-lease tr:nth-child(-n+4) td:last-child {
  background-color: var(--clr-two);
}
.the-post table.table-lease tr td:last-child {
  background-color: var(--clr-eleven);
}
@media (max-width: 767px) {
  .the-post h1, .the-post h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3.5rem;
  }
  .the-post .alignleft,
  .the-post .alignnone,
  .the-post .alignright,
  .the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post .wp-caption .wp-caption-text,
  .the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .the-post table {
    overflow-x: auto;
  }
  .the-post table tr th,
  .the-post table tr td {
    font-size: 1.4rem;
  }
}

.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .gform-field-label,
.gform_wrapper .gform-field-label {
  cursor: pointer;
}
.gform_wrapper.gravity-theme input,
.gform_wrapper input {
  cursor: pointer;
}
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-family: var(--font-regular);
  font-size: var(--font-size-default) !important;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  border: 1px solid var(--clr-one);
  border-radius: 0;
  text-transform: none;
  box-sizing: border-box;
  font-size: var(--font-size-default);
  color: var(--clr-one);
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.gform_wrapper.gravity-theme .ginput_container_consent label,
.gform_wrapper .ginput_container_consent label {
  margin-left: 2rem;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.responsive-table {
  overflow-x: auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline,
.list-inline-center {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline {
  display: flex;
}

.list-inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline-center li {
  display: flex;
  align-items: center;
}

.list-pipe-delimited li {
  position: relative;
}
.list-pipe-delimited li:after {
  display: block;
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.list-pipe-delimited li:last-child:after {
  display: none;
  content: "";
}

a {
  color: #000000;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.pagination-wrapper {
  text-align: left;
  margin: 0 0 4.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: var(--clr-two);
  border-radius: 100%;
  height: 43px;
  width: 43px;
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.4rem;
  border: 1px solid var(--clr-two);
}
.pagination-wrapper .page-numbers.dots, .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  width: auto;
  height: auto;
  position: relative;
  border: none;
  border-radius: 0;
}
.pagination-wrapper .page-numbers.dots {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
}
.pagination-wrapper .page-numbers.next {
  background: none;
  margin-left: 1rem;
}
.pagination-wrapper .page-numbers.prev {
  background: none;
  margin-right: 1rem;
}
.pagination-wrapper .page-numbers.current {
  background-color: var(--clr-two);
  color: var(--clr-seven);
}
.pagination-wrapper.float {
  padding: 1rem 0 1rem 2rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--clr-seven);
  z-index: 10;
}
@media (max-width: 767px) {
  .pagination-wrapper.float {
    padding: 4rem 0 0 0;
    position: static;
    transform: none;
    top: auto;
    right: auto;
  }
}

.category-list-wrapper {
  padding-top: 3.5rem;
}
.category-list-wrapper .category-list-inner {
  position: relative;
}

.terms-list {
  position: relative;
  overflow: hidden;
}
.terms-list ul.cat-slider {
  overflow: hidden;
  margin: 0;
}
.terms-list ul.cat-slider li {
  margin-right: 1rem;
  width: auto;
}
.terms-list ul.cat-slider li:last-child {
  margin-right: 5rem;
}
.terms-list ul.cat-slider li a {
  display: block;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-two);
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  padding: 1rem 2.5rem;
  border: 1px solid var(--clr-two);
  border-radius: 50px;
  overflow: hidden;
}
.terms-list ul.cat-slider li.term-active a {
  background-color: var(--clr-two);
  color: #FFF;
  border: 1px solid var(--clr-two);
}

.post-navigation {
  padding-top: 3rem;
}
.post-navigation .post-navigation-wrapper {
  display: flex;
}
.post-navigation .post-navigation-wrapper .link:last-child {
  margin-left: auto;
}

.block-feature-item {
  position: fixed;
  z-index: 90;
  right: 3rem;
  bottom: 3rem;
  max-width: 465px;
  width: 100%;
}
.block-feature-item .hide-feature {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  background-color: var(--clr-seven);
  color: var(--clr-three);
  font-size: 1.8rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.block-feature-item .feature-item-inner {
  display: flex;
}
.block-feature-item .image,
.block-feature-item .title {
  width: 50%;
}
.block-feature-item .title {
  background-color: var(--clr-two);
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 2rem;
  color: var(--clr-seven);
  font-weight: var(--font-weight-light);
}
.block-feature-item .title .sub-title {
  font-size: 2.2rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-three);
}
.block-feature-item .image {
  background-color: var(--clr-seven);
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .block-feature-item {
    max-width: none;
    right: 0;
  }
  .block-feature-item .hide-feature {
    right: 0;
  }
}

.flex-row {
  display: flex;
  justify-content: flex-start;
}

.col-1 {
  width: 8.0833333333%;
  margin-right: 3%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  width: 16.1666666667%;
  margin-right: 3%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  width: 24.25%;
  margin-right: 3%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 32.3333333333%;
  margin-right: 3%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  width: 40.4166666667%;
  margin-right: 3%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  width: 48.5%;
  margin-right: 3%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 56.5833333333%;
  margin-right: 3%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  width: 64.6666666667%;
  margin-right: 3%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  width: 72.75%;
  margin-right: 3%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 80.8333333333%;
  margin-right: 3%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  width: 88.9166666667%;
  margin-right: 3%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  width: 97%;
  margin-right: 3%;
}

.col-offset-12 {
  margin-left: 100%;
}

[class^=col-]:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  [class^=col-] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.nav-open {
  overflow: hidden;
  height: 100%;
}

#mobile-navigation .nav-wrapper {
  display: flex;
  padding-left: 6rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #mobile-navigation .nav-wrapper {
    padding-left: 3rem;
  }
}

#mobile-navigation .nav-social {
  width: 100%;
  margin-top: 5rem;
}
#mobile-navigation .nav-social ul li {
  margin-right: 1.2rem;
}
#mobile-navigation .nav-social ul li:last-child {
  margin-right: 0;
}
#mobile-navigation .nav-social a {
  color: var(--clr-seven);
}
#mobile-navigation .nav-social a:hover {
  color: var(--clr-three);
}

#mobile-navigation .nav-toolbar {
  position: absolute;
  top: 2rem;
  right: 3rem;
}
#mobile-navigation .nav-toolbar a {
  line-height: 0;
  display: block;
  font-size: 4.4rem;
  color: var(--clr-seven);
}
#mobile-navigation .nav-toolbar a:hover {
  color: var(--clr-three);
}

#mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--clr-two);
  z-index: 1010;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  overflow: auto;
  display: flex;
}
#mobile-navigation.mobile-nav-open {
  transform: translateX(0);
}
#mobile-navigation .top-level {
  margin-top: auto;
}
#mobile-navigation ul li a {
  display: block;
  font-family: var(--font-weight-light);
  font-size: 3.3rem;
  padding: 0.5rem 0;
}
#mobile-navigation ul li a:hover {
  color: var(--clr-seven);
}
#mobile-navigation ul li.current-menu-item a {
  color: var(--clr-seven);
}
@media (max-width: 768px) {
  #mobile-navigation ul li a {
    font-size: 2.2rem;
  }
}

#mobile-navigation .nav-bg {
  margin-right: 6rem;
  background: url("../images/nav-pattern.png") right -10% transparent;
  width: 50%;
}
@media (max-width: 768px) {
  #mobile-navigation .nav-bg {
    width: 30%;
  }
}
@media (max-width: 767px) {
  #mobile-navigation .nav-bg {
    display: none;
    background: none;
  }
}

.standard-page-content {
  padding-block-start: 126.16px;
}
@media only screen and (min-width: 600px) {
  .standard-page-content {
    padding-block-start: 112.5px;
  }
}

#main {
  position: relative;
  z-index: 1;
  background-color: var(--clr-seven);
}

#footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #footer {
    position: static;
  }
}

.banner-default.default-padding {
  padding: 4rem 0rem;
}
.banner-default .slide {
  overflow: hidden;
}
.banner-default .banner-caption-wrapper {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.banner-default .banner-caption-wrapper .banner-caption-inner {
  display: flex;
  align-items: center;
  position: relative;
  gap: 4rem;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .banner-pattern-right {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/circle-shape-left.svg") no-repeat center center transparent;
  width: 340px;
  height: 135px;
  z-index: 10;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .banner-image {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 684px;
  height: 484px;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .banner-image img {
  border-radius: 50%;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .banner-image .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--clr-seven);
  color: var(--clr-two);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 2.7rem;
}
@media (max-width: 954px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner .banner-pattern-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner {
    flex-direction: column;
  }
  .banner-default .banner-caption-wrapper .banner-caption-inner .banner-image {
    order: 0;
    width: 300px;
    height: 300px;
    margin-bottom: 3rem;
  }
}

.banner-caption-wrapper .banner-caption-inner .banner-caption .title {
  font-family: var(--font-secondary);
  font-size: 5rem;
  line-height: 5rem;
  font-weight: var(--font-weight-regular);
  margin: 0 0 6rem 0;
}
.banner-caption-wrapper .banner-caption-inner .banner-caption .body {
  font-size: 2.4rem;
  color: var(--clr-four);
}
.banner-caption-wrapper .banner-caption-inner .banner-caption .read-more {
  display: flex;
}
.banner-caption-wrapper .banner-caption-inner .banner-caption .read-more a {
  margin-right: 1.5rem;
}
.banner-caption-wrapper .banner-caption-inner .banner-caption .read-more a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .banner-caption-wrapper .banner-caption-inner .banner-caption {
    order: 1;
    padding-right: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
  .banner-caption-wrapper .banner-caption-inner .banner-caption .title {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0 0 2rem 0;
  }
  .banner-caption-wrapper .banner-caption-inner .banner-caption .body {
    font-size: 1.8rem;
  }
  .banner-caption-wrapper .banner-caption-inner .banner-caption .read-more {
    flex-direction: column;
  }
  .banner-caption-wrapper .banner-caption-inner .banner-caption .read-more a {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .banner-caption-wrapper .banner-caption-inner .banner-caption .read-more a:last-child {
    margin-bottom: 0;
  }
}

.banner-small {
  height: 426px;
}
.banner-small .banner-caption-wrapper {
  position: relative;
  display: flex;
  height: 426px;
  background-color: var(--clr-nine);
}
.banner-small .banner-caption-wrapper .bg-grad {
  background: rgb(233, 233, 233);
  background: linear-gradient(270deg, rgb(233, 233, 233) 50%, rgb(146, 207, 56) 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 358px;
  height: 100%;
  z-index: -1;
}
.banner-small .banner-caption-wrapper .title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 358px;
  max-height: 100%;
  max-width: 1200px;
  width: 95%;
  z-index: 10;
  display: flex;
  align-items: center;
}
.banner-small .banner-caption-wrapper .title {
  max-width: 560px;
  width: 100%;
  font-family: var(--font-secondary);
  color: var(--clr-seven);
  font-size: 5rem;
  line-height: 5rem;
}
.banner-small .banner-caption-wrapper .banner-image,
.banner-small .banner-caption-wrapper .banner-caption-content {
  width: 50%;
}
.banner-small .banner-caption-wrapper .banner-image {
  display: flex;
  background: left top no-repeat transparent;
  max-height: 426px;
  height: 100%;
}
.banner-small .banner-caption-wrapper .banner-image img {
  margin-left: auto;
}
@media (max-width: 767px) {
  .banner-small {
    height: 126px;
  }
  .banner-small .banner-caption-wrapper {
    height: 126px;
  }
  .banner-small .banner-caption-wrapper .banner-image,
  .banner-small .banner-caption-wrapper .banner-caption-content {
    width: 100%;
  }
  .banner-small .banner-caption-wrapper .bg-grad {
    display: none;
  }
  .banner-small .banner-caption-wrapper .banner-image {
    display: none;
  }
  .banner-small .banner-caption-wrapper .title {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.banner-small .banner-caption-content {
  position: relative;
  background-color: var(--clr-two);
  max-height: 358px;
}

.banner-text {
  background-color: var(--clr-two);
  padding: 5rem 0;
}
.banner-text .banner-caption-inner {
  display: flex;
  align-items: center;
}
.banner-text .title {
  font-family: var(--font-secondary);
  font-size: 5rem;
  line-height: 4rem;
  color: var(--clr-seven);
}
.banner-text .banner-link {
  margin-left: auto;
}
@media (max-width: 767px) {
  .banner-text {
    padding: 2.5rem 0;
  }
  .banner-text .title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 640px) {
  .banner-text .banner-caption-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-text .banner-link {
    margin-top: 3rem;
    margin-left: 0;
  }
}

.banner-50 {
  position: relative;
  overflow: hidden;
}
.banner-50 .page-banner-wrapper {
  height: 358px;
  display: flex;
}
.banner-50 .page-banner-wrapper .title-bg,
.banner-50 .page-banner-wrapper .banner-image {
  width: 50%;
}
.banner-50 .page-banner-wrapper .title-bg {
  background-color: var(--clr-two);
}
.banner-50 .page-banner-wrapper .banner-image {
  display: flex;
  align-items: center;
  background: rgb(234, 232, 232);
  background: linear-gradient(0deg, rgb(234, 232, 232) 0%, rgb(255, 255, 255) 100%);
}
.banner-50 .page-banner-wrapper .banner-image img {
  max-width: 642px;
  width: 100%;
}
.banner-50 .title-image-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 358px;
  max-height: 100%;
  max-width: 1200px;
  width: 95%;
  z-index: 10;
  display: flex;
  align-items: center;
}
.banner-50 .title-image-wrapper .title-wrapper {
  width: 50%;
}
.banner-50 .sub-title {
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  font-size: 2.4rem;
}
.banner-50 .title {
  font-family: var(--font-secondary);
  color: var(--clr-seven);
  font-size: 5rem;
  line-height: 5rem;
}
@media (max-width: 640px) {
  .banner-50 .page-banner-wrapper {
    height: auto;
    flex-direction: column;
  }
  .banner-50 .page-banner-wrapper .title-bg {
    display: none;
  }
  .banner-50 .page-banner-wrapper .banner-image {
    width: 100%;
    height: 50vw;
  }
  .banner-50 .title-image-wrapper {
    position: static;
    transform: none;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    margin: 0;
    height: auto;
    background-color: var(--clr-two);
    padding: 2rem 0;
  }
  .banner-50 .title-image-wrapper .title-wrapper {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
  .banner-50 .sub-title {
    font-size: 2.4rem;
  }
  .banner-50 .title {
    font-family: var(--font-secondary);
    color: var(--clr-seven);
    font-size: 3rem;
    line-height: 3rem;
  }
}

#header {
  background-color: var(--clr-seven);
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding-block: 2rem;
}
#header .wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  #header .wrapper {
    gap: 1rem;
  }
}
#header .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
@media only screen and (min-width: 600px) {
  #header .menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#header .menu .logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .menu .contact {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (min-width: 600px) {
  #header .menu .contact {
    display: none;
  }
}
#header .site-logo {
  min-width: 184px;
}
#header .top-bar {
  display: none;
}
@media only screen and (min-width: 600px) {
  #header .top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
  }
}
#header .top-bar__link {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  #header .top-bar__link span {
    display: none;
  }
}
#header .top-bar__link i {
  color: var(--clr-two);
}

#header .header-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#header .header-toolbar .cta-buttons {
  display: flex;
  gap: 1rem;
}
#header .header-toolbar .icon-link {
  color: var(--clr-two);
  font-size: 2.2rem;
}
#header .header-toolbar .icon-link:hover {
  color: var(--clr-three);
}

#header .header-nav {
  margin-left: auto;
}
@media only screen and (max-width: 1017px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav ul {
  display: flex;
  align-items: center;
}
#header .header-nav ul li {
  margin-right: 4rem;
}
#header .header-nav ul li a {
  color: var(--clr-three);
  font-size: 1.4rem;
  font-weight: var(--font-weight-semi-bold);
}
#header .header-nav ul li a:hover {
  color: var(--clr-two);
}
#header .header-nav ul li.btn a {
  color: var(--clr-seven);
}
#header .header-nav ul li.btn:hover a {
  color: var(--clr-two);
}

#footer {
  padding: 6rem 0;
  background-color: var(--clr-three);
  color: var(--clr-seven);
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: var(--font-weight-semi-bold);
}
#footer a {
  color: var(--clr-seven);
}
#footer .footer-logo {
  margin-bottom: 3rem;
}
#footer .small-text {
  color: var(--clr-twelve);
}
#footer .small-text a {
  color: var(--clr-twelve);
}
#footer .footer-heading {
  color: var(--clr-two);
  text-transform: uppercase;
}
#footer .footer-section {
  margin-bottom: 3rem;
}
#footer .footer-section:last-child {
  margin-bottom: 3rem;
}
#footer .footer-inner {
  display: flex;
}
#footer .footer-inner .footer-col {
  width: 22.75%;
  margin-right: 3%;
}
#footer .footer-inner .footer-col:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer .footer-inner {
    flex-wrap: wrap;
  }
  #footer .footer-inner .footer-col {
    width: 48.5%;
  }
  #footer .footer-inner .footer-col:nth-child(2) {
    width: 100%;
  }
  #footer .footer-inner .footer-col:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  #footer .footer-inner .footer-col {
    width: 100%;
    margin-right: 0;
  }
}

#footer .footer-company {
  margin-bottom: 3rem;
}
#footer .footer-company:last-child {
  margin-bottom: 0;
}
#footer .footer-company .company-title {
  position: relative;
  text-transform: uppercase;
}
#footer .footer-company .company-title:after {
  font: var(--fa-font-sharp-solid);
  color: var(--clr-two);
  content: "\f178";
  position: absolute;
  padding-left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
#footer .footer-company .footer-company-address {
  display: none;
  padding-top: 1rem;
}

#footer .footer-opening .footer-opening-extra {
  margin-top: 1.5rem;
}
#footer .footer-opening .footer-opening-extra.social {
  font-size: 2.4rem;
}
#footer .footer-opening .footer-opening-extra.social ul li {
  margin-right: 1rem;
}
#footer .footer-opening .footer-opening-extra.social ul li:last-child {
  margin-right: 0;
}
#footer .footer-opening .footer-opening-extra.social a {
  color: var(--clr-two);
}

#footer .secondary-footer {
  margin-top: 14rem;
  padding: 3rem 0 0 0;
  border-top: 1px solid var(--clr-twelve);
  color: var(--clr-twelve);
}
#footer .secondary-footer a {
  color: var(--clr-twelve);
}
#footer .secondary-footer .secondary-footer-inner {
  display: flex;
  flex-direction: column;
}
#footer .secondary-footer .secondary-footer-inner .footer-col-half {
  margin-bottom: 2rem;
}
#footer .secondary-footer .secondary-footer-inner .footer-col-half:last-child {
  margin-bottom: 0;
}
#footer .secondary-footer .footer-legal {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
#footer .secondary-footer .footer-credit {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 2.5rem;
}
#footer .secondary-footer .footer-credit ul {
  display: flex;
}
#footer .secondary-footer .footer-credit ul li {
  margin-right: 2rem;
}
#footer .secondary-footer .footer-credit ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer .secondary-footer {
    margin-top: 4rem;
  }
}
@media (max-width: 640px) {
  #footer .secondary-footer .secondary-footer-inner {
    flex-wrap: wrap;
  }
  #footer .secondary-footer .secondary-footer-inner .footer-col-half:last-child {
    width: 100%;
  }
  #footer .secondary-footer .footer-legal {
    margin-top: 1rem;
  }
}

#footer .footer-logos ul {
  display: flex;
  align-items: center;
}
#footer .footer-logos ul li {
  margin-right: 3rem;
}
#footer .footer-logos ul li:last-child {
  margin-right: 0;
}
#footer .footer-logos .logo-optional {
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  #footer .footer-logos ul {
    flex-wrap: wrap;
  }
  #footer .footer-logos ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  #footer .footer-logos ul li:last-child, #footer .footer-logos ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.car-type {
  color: var(--clr-three);
}
.car-type h2,
.car-type h3,
.car-type p,
.car-type ul {
  margin: 0;
  padding: 0;
}
.car-type ul {
  list-style-position: inside;
  line-height: 2;
}
.car-type .flow > * + * {
  margin-block-start: 2rem;
}
.car-type .car-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.car-type .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-color: var(--clr-nine);
  color: var(--clr-three);
  font-size: 2rem;
}
.car-type .intro {
  padding-block: 6rem;
  background-color: var(--clr-nine);
}
.car-type .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-block: 2rem;
}
.car-type .grid .second-column {
  border-radius: 11px;
  padding: 2rem;
  background-color: var(--clr-nine);
}
@media screen and (min-width: 1050px) {
  .car-type .grid {
    padding-block: 8rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem;
  }
}
.car-type .title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  color: var(--clr-three);
}
.car-type .list-title {
  font-family: var(--font-secondary);
  font-size: 2rem;
}
.car-type .list ::marker {
  color: var(--clr-two);
}
.car-type .check-list {
  list-style-type: none;
}
.car-type .check-list ::before {
  content: "✔";
  display: inline-block;
  color: var(--clr-two);
  margin-inline-end: 1rem;
}
.car-type iframe {
  height: 420px;
}

.block-full-width-content {
  padding: 4rem 0;
}

.block-brand-logos {
  background-color: var(--clr-nine);
  padding: 2rem 0;
  border-bottom: 1px solid var(--clr-seven);
}

.block-brand-logos .logo-wrapper ul {
  align-items: center;
  justify-content: space-between;
}
.block-brand-logos .logo-wrapper ul li {
  padding: 0 2rem;
}
.block-brand-logos .logo-wrapper ul li img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-brand-logos .logo-wrapper ul {
    flex-wrap: wrap;
  }
  .block-brand-logos .logo-wrapper ul li {
    width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 1.5rem;
  }
  .block-brand-logos .logo-wrapper ul li:last-child, .block-brand-logos .logo-wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.block-icon-feature {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(247, 247, 247) 40%);
}
.block-icon-feature.default-padding {
  padding: 10rem 0 11rem 0;
}
.block-icon-feature.padding-05x {
  padding: 10rem 0 5rem 0;
}
.block-icon-feature .icon-feature-wrapper {
  display: flex;
}
.block-icon-feature .icon-feature-wrapper .icon-feature-large-wrapper,
.block-icon-feature .icon-feature-wrapper .icon-feature-small-wrapper {
  width: 50%;
  overflow: hidden;
}
.block-icon-feature .icon-feature-wrapper .icon-feature-small-wrapper {
  padding: 6rem 0 0 0;
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .block-icon-feature .icon-feature-wrapper {
    flex-direction: column;
  }
  .block-icon-feature .icon-feature-wrapper .icon-feature-large-wrapper,
  .block-icon-feature .icon-feature-wrapper .icon-feature-small-wrapper {
    width: 100%;
  }
  .block-icon-feature .icon-feature-wrapper .icon-feature-small-wrapper {
    order: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .block-icon-feature .icon-feature-wrapper .icon-feature-large-wrapper {
    order: 1;
  }
}
@media (max-width: 767px) {
  .block-icon-feature {
    padding: 5rem 0 6rem 0;
  }
}
@media (max-width: 640px) {
  .block-icon-feature {
    background: linear-gradient(0deg, rgb(255, 255, 255) 48%, rgb(247, 247, 247) 48%);
  }
}

.block-icon-feature .icon-feature-content {
  margin-bottom: 4.5rem;
}
.block-icon-feature .icon-feature-content .title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  color: var(--clr-three);
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .block-icon-feature .icon-feature-content .title {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 768px) {
  .block-icon-feature .icon-feature-list-small {
    display: none;
  }
}

.block-icon-feature .icon-feature-list-small .icon-feature-item .item-title {
  font-size: 1.4rem;
  font-weight: var(--font-weight-semi-bold);
  text-align: center;
  margin-top: 1.5rem;
}
.block-icon-feature .icon-feature-list-small .icon-feature-item .item-image {
  background-color: var(--clr-five);
  border-radius: 50%;
  overflow: hidden;
  padding: 3rem;
}
.block-icon-feature .icon-feature-list-small .icon-feature-item .item-image img {
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
}

.block-icon-feature .icon-feature-large-wrapper {
  background: url("../images/icon-feature-circle.svg") no-repeat center center transparent;
  background-size: contain;
  position: relative;
}
.block-icon-feature .icon-feature-large-wrapper .icon-large-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50);
  color: var(--clr-two);
  z-index: 101;
  font-size: 2.8rem;
}
.block-icon-feature .icon-feature-large-wrapper .icon-large-nav.icon-large-prev {
  left: 4.5rem;
}
.block-icon-feature .icon-feature-large-wrapper .icon-large-nav.icon-large-next {
  right: 4.5rem;
}
@media (max-width: 640px) {
  .block-icon-feature .icon-feature-large-wrapper {
    background: none;
  }
}

.block-icon-feature .icon-feature-list-large .icon-feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 507px;
}
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-image,
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-title,
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-body {
  width: 100%;
}
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-image {
  margin-top: auto;
  background-color: var(--clr-five);
  border-radius: 50%;
  overflow: hidden;
  padding: 3rem;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.4rem;
  color: var(--clr-two);
  margin: 2rem 0 2rem 0;
  text-align: center;
}
.block-icon-feature .icon-feature-list-large .icon-feature-item .item-body {
  text-align: center;
  color: var(--clr-four);
  padding: 0 3rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .block-icon-feature .icon-feature-list-large .icon-feature-item .item-title {
    margin-top: 5rem;
  }
}
@media (max-width: 640px) {
  .block-icon-feature .icon-feature-list-large .icon-feature-item {
    justify-content: normal;
    height: auto;
  }
  .block-icon-feature .icon-feature-list-large .icon-feature-item .item-image {
    margin-top: 0;
  }
}

.block-reviews .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 5rem;
}
.block-reviews .pattern-bg {
  background: url("../images/circle-shape-left.svg") repeat-x center top transparent;
  height: 135px;
  width: 100%;
}
@media (max-width: 767px) {
  .block-reviews .block-title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
}

.block-reviews .wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner {
  background-color: var(--clr-nine) !important;
  border-radius: 11px !important;
}
.block-reviews .wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner > svg {
  display: none !important;
}

.block-reviews .wp-gr .grw-slider .grw-slider-btns.grw-slider-prev, .block-reviews .wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
  color: var(--clr-two) !important;
  font-size: 6.8rem !important;
}

.block-expandable-boxes {
  padding: 15rem 0;
}
.block-expandable-boxes.padding-05x {
  padding: 4rem 0;
}
.block-expandable-boxes .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .block-expandable-boxes {
    padding: 8rem 0;
  }
  .block-expandable-boxes .block-title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
}

.block-expandable-boxes .expandable-boxes-wrapper.has-image {
  display: flex;
  align-items: center;
}
.block-expandable-boxes .expandable-boxes-wrapper.has-image .expandable-boxes,
.block-expandable-boxes .expandable-boxes-wrapper.has-image .expandable-image {
  width: 48.5%;
  margin-right: 3%;
}
.block-expandable-boxes .expandable-boxes-wrapper.has-image .expandable-image {
  margin-right: 0;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .block-expandable-boxes .expandable-boxes-wrapper.has-image .expandable-boxes {
    width: 100%;
    margin-right: 0;
  }
  .block-expandable-boxes .expandable-boxes-wrapper.has-image .expandable-image {
    display: none;
  }
}

.block-expandable-boxes .expandable-boxes .box-item .question {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 0.5rem;
  min-height: 55px;
  border-bottom: 1px solid var(--clr-one);
  padding-right: 6rem;
}
.block-expandable-boxes .expandable-boxes .box-item .question span {
  font-size: 2.4rem;
}
.block-expandable-boxes .expandable-boxes .box-item .question:last-child {
  margin-bottom: 0;
}
.block-expandable-boxes .expandable-boxes .box-item .question:after {
  background-color: var(--clr-two);
  color: var(--clr-seven);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.5s ease-in-out;
}
.block-expandable-boxes .expandable-boxes .box-item .question.box-open:after {
  content: "\f068";
  transform: translateY(-50%) rotate(-360deg);
}
.block-expandable-boxes .expandable-boxes .box-item .answer {
  display: none;
}
.block-expandable-boxes .expandable-boxes .box-item .answer .the-post p:last-child {
  margin-bottom: 0;
}
.block-expandable-boxes .expandable-boxes .box-item .answer-inner {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .block-expandable-boxes .expandable-boxes .box-item .question span {
    font-size: 2rem;
  }
}

.block-product-feature {
  position: relative;
}
.block-product-feature .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.block-product-feature .block-intro {
  width: 48.5%;
  margin-left: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .block-product-feature .block-intro {
    width: 100%;
    margin-left: 0;
  }
  .block-product-feature .block-title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
}

.block-product-feature .product-feature-wrapper {
  display: flex;
}
.block-product-feature .product-feature-wrapper .product-feature-slider {
  width: 45%;
}
.block-product-feature .product-feature-wrapper .product-feature-content {
  width: 48.5%;
  margin-left: auto;
}
.block-product-feature .product-feature-wrapper .product-feature-content-list {
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-product-feature .product-feature-wrapper {
    flex-direction: column;
  }
  .block-product-feature .product-feature-wrapper .product-feature-slider,
  .block-product-feature .product-feature-wrapper .product-feature-content {
    width: 100%;
    margin-left: 0;
  }
  .block-product-feature .product-feature-wrapper .product-feature-slider {
    order: 1;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .block-product-feature .product-feature-wrapper .product-feature-content {
    order: 0;
  }
}

.block-product-feature .product-feature-slider {
  display: flex;
  align-items: center;
  position: relative;
}
.block-product-feature .product-feature-slider .product-feature-slider-inner {
  background: url(../images/product-feature-bg.svg) no-repeat center center transparent;
  background-size: contain;
  max-height: 590px;
  height: 100%;
  overflow: hidden;
}
.block-product-feature .product-feature-slider .product-feature-slider-inner.alt-bg {
  background: url(../images/icon-feature-circle-gray.svg) no-repeat center center transparent;
}
.block-product-feature .product-feature-slider .single-feature-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.8rem;
}
.block-product-feature .product-feature-slider .single-feature-nav.single-feature-prev {
  left: 0;
}
.block-product-feature .product-feature-slider .single-feature-nav.single-feature-next {
  right: 0;
}
@media (max-width: 767px) {
  .block-product-feature .product-feature-slider .product-feature-slider-inner {
    max-height: none;
    height: 320px;
  }
}

.block-product-feature .product-feature-slider .product-item {
  display: flex;
  align-items: center;
}
.block-product-feature .product-feature-slider .product-item .product-item-inner {
  margin: 0 auto;
}
.block-product-feature .product-feature-slider .product-item .image {
  max-width: 485px;
  width: 100%;
  margin: 0 0 4rem 0;
}
.block-product-feature .product-feature-slider .product-item .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--font-weight-semi-bold);
  position: relative;
}
.block-product-feature .product-feature-slider .product-item .title .sub-title {
  font-weight: var(--font-weight-light);
}
@media (max-width: 767px) {
  .block-product-feature .product-feature-slider .product-item .image {
    max-width: 285px;
  }
}

.block-car-slider {
  background-color: var(--clr-nine);
  padding: 9rem 0;
}
.block-car-slider .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .block-car-slider .block-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 640px) {
  .block-car-slider {
    padding: 4rem 0;
  }
}

.block-car-slider .car-slider-wrapper {
  display: flex;
  align-items: center;
}
.block-car-slider .car-slider-wrapper .car-slider-content {
  width: 31.3333333333%;
  padding-right: 2rem;
}
.block-car-slider .car-slider-wrapper .car-the-slider {
  width: 65.6666666667%;
}
.block-car-slider .car-slider-wrapper .car-slider {
  overflow: hidden;
}
.block-car-slider .car-slider-wrapper .car-slider-nav {
  margin-top: 4rem;
}
.block-car-slider .car-slider-wrapper .car-slider-nav .icon-feature-nav {
  font-size: 3.4rem;
  color: var(--clr-two);
  margin-right: 3rem;
}
.block-car-slider .car-slider-wrapper .car-slider-nav .icon-feature-nav:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .block-car-slider .car-slider-wrapper {
    flex-direction: column;
  }
  .block-car-slider .car-slider-wrapper .car-slider-content,
  .block-car-slider .car-slider-wrapper .car-the-slider {
    width: 100%;
    padding-right: 0;
  }
  .block-car-slider .car-slider-wrapper .car-slider-content {
    margin-bottom: 4rem;
  }
}

.block-post-list .product-grid .product-item,
.block-car-slider .car-slider-wrapper .product-item {
  background-color: var(--clr-seven);
  border-radius: 11px;
  overflow: hidden;
}
.block-post-list .product-grid .product-item .image,
.block-car-slider .car-slider-wrapper .product-item .image {
  background-color: var(--clr-seven);
  display: flex;
  align-items: center;
}
.block-post-list .product-grid .product-item .title,
.block-car-slider .car-slider-wrapper .product-item .title {
  border-top: 1px solid var(--clr-five);
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  color: var(--clr-three);
  font-weight: var(--font-weight-semi-bold);
}
.block-post-list .product-grid .product-item .price,
.block-car-slider .car-slider-wrapper .product-item .price {
  background-color: var(--clr-two);
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  padding: 1.5rem 1.5rem;
}

.block-page-intro {
  padding: 4rem 0 7rem 0;
  background-color: var(--clr-nine);
}
.block-page-intro .page-intro-wrapper {
  text-align: center;
}
.block-page-intro .button-group {
  display: flex;
  justify-content: center;
}
.block-page-intro .button-group a {
  margin-right: 1rem;
}
.block-page-intro .button-group a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-page-intro {
    padding: 4rem 0 1rem 0;
  }
}
@media (max-width: 640px) {
  .block-page-intro .button-group {
    flex-direction: column;
  }
  .block-page-intro .button-group a {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .block-page-intro .button-group a:last-child {
    margin-bottom: 0;
  }
}

.block-feature-slider .feature-slider-wrapper {
  overflow: hidden;
  position: relative;
}
.block-feature-slider .feature-navigation .feature-nav {
  font-size: 3.4rem;
  color: var(--clr-two);
  margin-right: 3rem;
}
.block-feature-slider .feature-navigation .feature-nav:last-child {
  margin-right: 0;
}
.block-feature-slider .feature-item .feature-item-inner {
  display: flex;
  align-items: center;
}
.block-feature-slider .feature-item .feature-item-inner .feature-content,
.block-feature-slider .feature-item .feature-item-inner .feature-image {
  width: 48.5%;
}
.block-feature-slider .feature-item .feature-item-inner .feature-content {
  padding: 4rem 0;
}
.block-feature-slider .feature-item .feature-item-inner .title {
  font-family: var(--font-secondary);
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.block-feature-slider .feature-item .feature-item-inner .feature-image {
  background: url("../images/green-circle-bg.svg") no-repeat center center transparent;
  background-size: contain;
  box-sizing: border-box;
  padding: 12rem;
}
.block-feature-slider .feature-item .feature-item-inner .feature-image img {
  border-radius: 11px;
  overflow: hidden;
}
@media (max-width: 954px) {
  .block-feature-slider .feature-item .feature-item-inner .feature-image {
    padding: 8rem;
  }
}
@media (max-width: 768px) {
  .block-feature-slider .feature-item .feature-item-inner .feature-image {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .block-feature-slider .feature-item .feature-item-inner {
    align-items: normal;
    flex-direction: column;
  }
  .block-feature-slider .feature-item .feature-item-inner .feature-content,
  .block-feature-slider .feature-item .feature-item-inner .feature-image {
    width: 100%;
  }
  .block-feature-slider .feature-item .feature-item-inner .feature-content {
    order: 1;
  }
  .block-feature-slider .feature-item .feature-item-inner .feature-image {
    order: 0;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

.block-big-feature {
  margin: 6.5rem 0;
}
.block-big-feature .big-feature-inner {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  display: flex;
  height: 215px;
}
.block-big-feature .big-feature-inner .title,
.block-big-feature .big-feature-inner .image {
  width: 50%;
  height: 100%;
}
.block-big-feature .title {
  display: flex;
  align-items: center;
  background-color: var(--clr-two);
  padding: 0 9rem 0 6rem;
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  color: var(--clr-seven);
}
.block-big-feature .image {
  background: no-repeat center center transparent;
}
.block-big-feature .bg-shape {
  background: url("../images/big-feature-shape.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 217px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .block-big-feature .big-feature-inner {
    height: auto;
    flex-direction: column;
  }
  .block-big-feature .big-feature-inner .title,
  .block-big-feature .big-feature-inner .image {
    width: 100%;
    height: 160px;
  }
  .block-big-feature .image {
    order: 0;
  }
  .block-big-feature .title {
    order: 1;
    padding: 0 6rem;
    justify-content: center;
  }
  .block-big-feature .bg-shape {
    display: none;
  }
}

.block-icon-list {
  padding: 6rem 0;
}
.block-icon-list .icon-image img {
  border-radius: 11px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-icon-list {
    padding: 3rem 0;
  }
}

.block-icon-list .icon-list.has-image {
  display: flex;
}
.block-icon-list .icon-list.has-image .icon-list-inner,
.block-icon-list .icon-list.has-image .icon-image {
  width: 48.5%;
  margin-right: 3%;
}
.block-icon-list .icon-list.has-image .icon-list-inner:last-child,
.block-icon-list .icon-list.has-image .icon-image:last-child {
  margin-right: 0;
}
.block-icon-list .icon-list.has-image .icon-list-inner {
  padding-right: 5.5rem;
}
.block-icon-list .icon-list.has-image .icon-image img {
  position: sticky;
  top: 10rem;
}
.block-icon-list .icon-list.has-image.align-left .icon-image {
  order: 0;
}
.block-icon-list .icon-list.has-image.align-left .icon-list-inner {
  order: 1;
  padding-right: 0;
  padding-left: 5.5rem;
}
@media (max-width: 767px) {
  .block-icon-list .icon-list.has-image .icon-image {
    display: none;
  }
  .block-icon-list .icon-list.has-image .icon-list-inner {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .block-icon-list .icon-list.has-image.align-left .icon-list-inner {
    padding-left: 0;
  }
}

.block-icon-list .icon-item .icon {
  margin-bottom: 1rem;
  max-width: 82px;
  width: 100%;
}
.block-icon-list .icon-item .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.4rem;
  color: var(--clr-three);
  margin: 0 0 1rem 0;
}

.block-quote {
  padding: 3rem 0;
}
.block-quote blockquote {
  position: relative;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-semi-bold);
  font-size: 4rem;
  line-height: 5rem;
  color: var(--clr-three);
  font-style: italic;
  padding: 0;
  margin: 0;
}
.block-quote blockquote:before, .block-quote blockquote:after {
  display: block;
  color: var(--clr-two);
  line-height: 0;
}
.block-quote blockquote:before {
  content: "“";
  padding-bottom: 4rem;
}
.block-quote blockquote:after {
  padding-top: 4rem;
  content: "”";
  text-align: right;
}
@media (max-width: 767px) {
  .block-quote blockquote {
    font-size: 3rem;
    line-height: 4rem;
  }
  .block-quote blockquote:before {
    padding-bottom: 2rem;
  }
  .block-quote blockquote:after {
    padding-top: 2rem;
  }
}

.block-team-card {
  padding: 6rem 0 10rem 0;
  background-color: var(--clr-nine);
}
.block-team-card .block-title {
  font-family: var(--font-secondary);
  color: var(--clr-three);
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 0 6rem 0;
  text-align: center;
}
.block-team-card .team-list {
  display: flex;
  flex-wrap: wrap;
}
.block-team-card .team-list .team-item {
  background-color: var(--clr-seven);
  overflow: hidden;
  border-radius: 11px;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 4.5rem;
}
.block-team-card .team-list .team-item:last-child, .block-team-card .team-list .team-item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .block-team-card .team-list .team-item {
    width: 48.5%;
  }
  .block-team-card .team-list .team-item:nth-child(4n) {
    margin-right: 3%;
  }
  .block-team-card .team-list .team-item:last-child, .block-team-card .team-list .team-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .block-team-card .team-list .team-item {
    width: 100%;
  }
  .block-team-card .team-list .team-item:nth-child(4n) {
    margin-right: 0;
  }
}

.block-team-card .team-list .team-item {
  padding: 2rem;
  position: relative;
}
.block-team-card .team-list .team-item .social {
  text-align: right;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.block-team-card .team-list .team-item .social a {
  color: var(--clr-two);
  font-size: 2.7rem;
}
.block-team-card .team-list .team-item .image-wrapper {
  position: relative;
  max-width: 205px;
  width: 100%;
  max-height: 205px;
  height: 100%;
  margin: 0 auto;
}
.block-team-card .team-list .team-item .image-wrapper .image-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 205px;
  width: 100%;
  max-height: 205px;
  height: 100%;
  z-index: 1;
}
.block-team-card .team-list .team-item .image-wrapper .image-bg img {
  position: absolute;
  right: 0;
  height: 205px;
}
.block-team-card .team-list .team-item .image-wrapper .image {
  padding: 3rem 0;
  max-width: 144px;
  width: 100%;
  margin: 0 auto 2.5rem auto;
  position: relative;
  z-index: 5;
}
.block-team-card .team-list .team-item .image-wrapper .image img {
  border-radius: 50%;
  overflow: hidden;
}
.block-team-card .team-list .team-item .title {
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 0.5rem;
}

.block-post-list {
  padding: 4.5rem 0;
}
.block-post-list.is-product-list {
  background-color: var(--clr-nine);
}
.block-post-list .post-list {
  display: flex;
  flex-wrap: wrap;
}
.block-post-list .post-item {
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 4.5rem;
}
.block-post-list .post-item:last-child, .block-post-list .post-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-post-list .post-item {
    width: 48.5%;
  }
  .block-post-list .post-item:nth-child(3n) {
    margin-right: 3%;
  }
  .block-post-list .post-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .block-post-list .post-item {
    width: 100%;
  }
  .block-post-list .post-item:nth-child(3n) {
    margin-right: 0;
  }
}

.block-post-list .post-list .post-item {
  border-radius: 11px;
  overflow: hidden;
  background-color: var(--clr-nine);
}
.block-post-list .post-list .post-item .post-bottom {
  padding: 3rem 2rem;
}
.block-post-list .post-list .post-item .post-logo {
  margin-top: 3rem;
}
.block-post-list .post-list .post-item .post-logo img {
  margin: 0 auto;
}
.block-post-list .post-list .post-item .image img {
  border-radius: 11px;
  overflow: hidden;
}
.block-post-list .post-list .post-item .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}
.block-post-list .post-list .post-item .date {
  font-size: 1.4rem;
}

.block-post-list .product-grid {
  display: flex;
  flex-wrap: wrap;
}
.block-post-list .product-grid .product-item {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.block-post-list .product-grid .product-item:last-child, .block-post-list .product-grid .product-item:nth-child(4n) {
  margin-right: 0;
}

.the-post .post-image-wrapper,
.post-image-wrapper {
  display: flex;
  margin: 7rem 0;
}
.the-post .post-image-wrapper .image-item,
.post-image-wrapper .image-item {
  width: 48.5%;
  margin-right: 3%;
}
.the-post .post-image-wrapper .image-item:last-child, .the-post .post-image-wrapper .image-item:nth-child(2n),
.post-image-wrapper .image-item:last-child,
.post-image-wrapper .image-item:nth-child(2n) {
  margin-right: 0;
}

.block-alternating-image {
  padding: 8rem 0;
}
.block-alternating-image .block-title {
  font-family: var(--font-secondary);
  color: var(--clr-three);
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .block-alternating-image .block-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.block-alternating-image .image-list-wrapper .image-list-item {
  display: flex;
  margin-bottom: 5rem;
}
.block-alternating-image .image-list-wrapper .image-list-item:last-child {
  margin-bottom: 0;
}
.block-alternating-image .image-list-wrapper .image-list-item .image,
.block-alternating-image .image-list-wrapper .image-list-item .body {
  width: 48.5%;
}
.block-alternating-image .image-list-wrapper .image-list-item .image:last-child,
.block-alternating-image .image-list-wrapper .image-list-item .body:last-child {
  margin-right: 0;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image {
  order: 0;
  margin-right: 3%;
  padding-right: 3rem;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
  order: 1;
  padding-left: 3rem;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image {
  order: 1;
  padding-left: 3rem;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body {
  order: 0;
  margin-right: 3%;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image {
    padding-right: 1.5rem;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .block-alternating-image .image-list-wrapper .image-list-item {
    flex-wrap: wrap;
  }
  .block-alternating-image .image-list-wrapper .image-list-item .image,
  .block-alternating-image .image-list-wrapper .image-list-item .body {
    width: 100%;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image {
    order: 0;
    margin-bottom: 4rem;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
    order: 1;
  }
}

.block-stat.default-padding {
  padding: 8rem 0;
}
.block-stat .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  color: var(--clr-three);
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 0 6rem 0;
  text-align: center;
}
.block-stat .stats-inner {
  display: flex;
  justify-content: center;
}
.block-stat .stats-inner .stat-column {
  width: 22.75%;
  margin-right: 3%;
}
.block-stat .stats-inner .stat-column:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-stat .stats-inner {
    flex-direction: column;
  }
  .block-stat .stats-inner .stat-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .block-stat .stats-inner .stat-column:last-child {
    margin-bottom: 0;
  }
}

.block-stat .stat-column {
  text-align: center;
}
.block-stat .stat-column .stat {
  font-family: var(--font-secondary);
  font-size: 7.6rem;
  color: var(--clr-two);
}
@media (max-width: 767px) {
  .block-stat .stat-column .stat {
    font-size: 5.6rem;
  }
}

.block-featured-post {
  background-color: var(--clr-nine);
}
.block-featured-post.default-padding {
  padding: 8rem 0;
}
.block-featured-post .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  color: var(--clr-three);
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 0 4.5rem 0;
}
.block-featured-post .featured-post-inner {
  display: flex;
  align-items: center;
}
.block-featured-post .featured-post-inner .featured-post-detail,
.block-featured-post .featured-post-inner .featured-post-image {
  width: 48.5%;
  margin-right: 3%;
}
.block-featured-post .featured-post-inner .featured-post-image {
  margin-right: 0;
}
.block-featured-post .featured-post-image img {
  border-radius: 11px;
}
.block-featured-post .featured-post-detail .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.4rem;
  margin: 0 0 3rem 0;
}
@media (max-width: 767px) {
  .block-featured-post.default-padding {
    padding: 4rem 0;
  }
  .block-featured-post .featured-post-inner {
    flex-direction: column;
  }
  .block-featured-post .featured-post-inner .featured-post-detail {
    order: 1;
  }
  .block-featured-post .featured-post-inner .featured-post-image {
    order: 0;
    margin-bottom: 3rem;
  }
  .block-featured-post .featured-post-inner .featured-post-detail,
  .block-featured-post .featured-post-inner .featured-post-image {
    width: 100%;
    margin-right: 0;
  }
  .block-featured-post .featured-post-inner .featured-post-image img {
    max-width: 360px;
    width: 100%;
  }
}

.block-egg-partner {
  background-color: var(--clr-fourteen);
}
.block-egg-partner.default-padding {
  padding: 4.5rem 0;
  margin: 4.5rem 0;
}
.block-egg-partner .partner-inner {
  display: flex;
  align-items: center;
}
.block-egg-partner .partner-inner .partner-column {
  width: 31.3333333333%;
  margin-right: 3%;
}
.block-egg-partner .partner-inner .partner-column:last-child {
  margin-right: 0;
}
.block-egg-partner .partner-content {
  color: var(--clr-three);
}
.block-egg-partner .icon {
  margin-bottom: 4rem;
}
.block-egg-partner .image img {
  margin: 0 auto;
  max-width: 185px;
  width: 100%;
}
@media (max-width: 767px) {
  .block-egg-partner .partner-inner {
    flex-wrap: wrap;
  }
  .block-egg-partner .partner-inner .image-column {
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
  .block-egg-partner .partner-inner .large-column,
  .block-egg-partner .partner-inner .link-column {
    width: 48.5%;
  }
  .block-egg-partner .partner-inner .link-column {
    display: flex;
    justify-content: flex-end;
  }
}

.block-book-rental {
  padding: 6rem 0;
}
.block-book-rental .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  color: var(--clr-three);
  margin-bottom: 2.5rem;
}
.block-book-rental .book-rental-wrapper {
  display: flex;
}
.block-book-rental .book-rental-wrapper .content-col {
  width: 48.5%;
  margin-right: 3%;
}
.block-book-rental .book-rental-wrapper .content-col:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-book-rental .book-rental-wrapper {
    flex-direction: column;
  }
  .block-book-rental .book-rental-wrapper .content-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

.block-category {
  padding: 8rem 0;
}
.block-category .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  color: var(--clr-three);
  margin-bottom: 4rem;
}
.block-category .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  align-items: start;
  gap: 2rem;
}
.block-category .category-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: black;
  border-radius: 11px;
  border: 4px solid var(--clr-nine);
  padding: 2rem;
}
.block-category .category-item .category-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.block-category .category-item .category-title {
  margin-block: 0;
  text-align: center;
  font-size: 2rem;
}
.block-category .category-item .category-tags {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-two);
}
.block-category .category-item .category-tags li {
  border-radius: 5px;
  border: 2px solid var(--clr-two);
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.block-category .category-item .category-tags ::marker {
  color: var(--clr-two);
}
.block-category .category-item .btn-category {
  width: 100%;
  margin-top: auto;
  background-color: var(--clr-two);
  color: white;
  border-radius: 5px;
}
.block-category .category-item .category-description {
  font-size: 1.2rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-four);
  margin: 0;
}

.block-big-feature-slider.default-padding {
  padding: 6rem 0 3rem 0;
}
.block-big-feature-slider .big-feature-slider {
  overflow: hidden;
}
.block-big-feature-slider .feature-navigation {
  margin-top: 4rem;
}
.block-big-feature-slider .feature-navigation a {
  color: var(--clr-two);
  font-size: 4.2rem;
}

.block-big-feature-slider .big-feature-slider .feature-item {
  max-width: 400px;
  width: 100%;
}
.block-big-feature-slider .big-feature-slider .feature-item .feature-image {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}
.block-big-feature-slider .big-feature-slider .feature-item .title {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  font-size: 2.4rem;
  font-weight: var(--font-weight-semi-bold);
  padding: 2rem 3rem;
  background-color: var(--clr-two);
  color: var(--clr-seven);
}

.block-map {
  padding: 0;
}
.block-map .block-title {
  font-family: var(--font-secondary);
  color: var(--clr-three);
  font-size: 4rem;
  line-height: 4rem;
  margin: 4rem 0 6rem 0;
  text-align: center;
}
.block-map .acf-map {
  width: 100%;
  height: 30vw;
}

.block-booking-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.block-booking-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.block-booking-header .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  z-index: 3;
}
.block-booking-header .iframe {
  z-index: 3;
  border-radius: 10px;
}
.block-booking-header .information-box {
  width: 100%;
  background-color: #fff;
  padding: 4rem;
}
@media only screen and (min-width: 600px) {
  .block-booking-header .information-box {
    max-width: 540px;
  }
}
.block-booking-header .information-box ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: var(--font-secondary);
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
@media only screen and (min-width: 600px) {
  .block-booking-header .information-box ul {
    font-size: 3rem;
  }
}
.block-booking-header .information-box ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.block-booking-header .information-box ul li i {
  font-size: 2rem;
  color: var(--clr-two);
}
@media only screen and (min-width: 600px) {
  .block-booking-header .information-box ul li i {
    font-size: 4rem;
  }
}
.block-booking-header .information-box ul li p {
  margin: 0;
}
.block-booking-header .title {
  color: #fff;
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 1;
  font-weight: var(--font-weight-regular);
}
.block-booking-header .button-wrapper {
  display: flex;
}
.block-booking-header .btn-filled {
  background-color: var(--clr-two);
  border: none;
  color: #fff;
}
.block-booking-header .subtitle {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.block-booking-header iframe {
  width: 100%;
  height: 425px;
}
@media only screen and (min-width: 600px) {
  .block-booking-header iframe {
    width: 500px;
    height: 425px;
    border: none;
  }
}
.block-booking-header .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  padding: 4rem 0rem;
}
@media only screen and (min-width: 908px) {
  .block-booking-header .wrapper {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}

.block-locations {
  padding-block: 6rem;
  background-color: var(--clr-nine);
}
.block-locations .block-title {
  font-family: var(--font-secondary);
  font-size: 4rem;
  line-height: 4rem;
  color: var(--clr-three);
  margin-bottom: 2.5rem;
}
.block-locations .locations {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.block-locations .locations .location {
  background-color: var(--clr-seven);
  border-radius: 20px;
  display: flex;
  flex: 1 1 500px;
}
.block-locations .locations .location-title {
  font-family: var(--font-secondary);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: var(--clr-three);
  margin: 0;
}
.block-locations .locations .location-content {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
  flex: 1;
}
.block-locations .locations .location-serving-title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.block-locations .locations .location-serving {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.block-locations .locations .location-serving-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  line-height: 2;
  flex-grow: 1;
}
.block-locations .locations .location-serving-list li a[href] {
  text-decoration: underline;
}
.block-locations .locations .location-image-wrapper {
  flex: 1;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
