:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
/*
@mixin button {
    display: inline-flex;
    align-items: center;
    font-family: $ff-body;
    font-size: $font-17;
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    padding: 1.2rem 2rem;
    color: $dark-green;
    background: transparent;
    border: 1px solid $dark-green;
    border-radius: 3.2rem;
    cursor: pointer;
    transition: color $speed $cb, background $speed $cb;

    &:after {
        content: '';
        background-color: currentColor;
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");        
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    &:hover,
    &:active,
    &:focus {
        color: #fff;
        background: $dark-green;
    }

    &[href^="http"]:not([href*="origin-framework.luminated.co.uk"]):not([href*="originenterprises.com"]),
    &[target="_blank"] {
        &:after {
            margin-top: -3px;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: cover;
        }
    }

    &[href*="wp-origin-resources-2024"] {
        &:after {
            mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E")!important;
            background-size: cover;
        }
    }
}
*/
@font-face {
  font-family: "Gotham Pro Web";
  src: url("../assets/fonts/gotham/gothampro-light-webfont.woff2") format("woff2"), url("../assets/fonts/gotham/gothampro-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Web";
  src: url("../assets/fonts/gotham/gothampro-webfont.woff2") format("woff2"), url("../assets/fonts/gotham/gothampro-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Web";
  src: url("../assets/fonts/gotham/gothampro-medium-webfont.woff2") format("woff2"), url("../assets/fonts/gotham/gothampro-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Web";
  src: url("../assets/fonts/gotham/gothampro-bold-webfont.woff2") format("woff2"), url("../assets/fonts/gotham/gothampro-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Web";
  src: url("../assets/fonts/gotham/gothampro-black-webfont.woff2") format("woff2"), url("../assets/fonts/gotham/gothampro-black-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible:focus-visible {
  outline: 1px solid var(--wp--preset--color--dark-green);
  outline-offset: 2px;
  border-radius: 3px;
}

.skip-link {
  padding: 8px;
  position: absolute;
  top: -40px;
  left: 10px;
  background-color: #f1f1f1;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

*:focus-visible:focus-visible {
  outline: 1px solid var(--wp--preset--color--dark-green);
  outline-offset: 2px;
  border-radius: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid var(--wp--preset--color--dark-green);
  outline-offset: 2px;
  border-radius: 3px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}
iframe.gmap {
  filter: grayscale(90%);
}

:root {
  --wp--preset--spacing--contentgap: 5vw;
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html.has-nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}
html.has-nav-expanded footer,
html.has-nav-expanded main {
  pointer-events: none;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 150px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.menu-opened body {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.hide {
  display: none !important;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 10px;
  line-height: 1.3;
}
ul li::marker,
ol li::marker {
  color: rgba(27, 70, 45, 0.5);
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.75ch;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 2.5ch !important;
}
* + ul,
* + ol {
  margin-top: 2ch;
}

ol:not([style="list-style-type:lower-alpha"]):not([style="list-style-type:upper-alpha"]):not([style="list-style-type:upper-roman"]):not([style="list-style-type:lower-roman"]) li {
  list-style: decimal;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 1ch;
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.basic {
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: calc(var(--wp--preset--spacing--large) * 2);
}

.fw:not(.gfield):not(.tabs) {
  padding-left: var(--wp--preset--spacing--contentgap);
  padding-right: var(--wp--preset--spacing--contentgap);
}

.page-child .related-links-wrap {
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background: #fff;
}
.page-child .related-links-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-child .related-links-wrap ul li {
  margin: 0;
}
.page-child .related-links-wrap ul li + li {
  margin-top: var(--wp--preset--spacing--normal);
}
.page-child .related-links-wrap ul a {
  display: block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.page-child .related-links-wrap ul a .bg {
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page-child .related-links-wrap ul a h4 {
  font-size: var(--wp--preset--font-size--font-32);
  margin-bottom: 0;
  color: #fff;
}
.page-child .related-links-wrap ul a h4:after {
  content: "";
  display: block;
  max-width: 20rem;
  height: 1px;
  margin: 0.7rem 0 1.1rem 0;
}
.page-child .related-links-wrap ul a p {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--medium);
}
.page-child .related-links-wrap ul a .link-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 36rem;
  padding: 2.5rem;
  backdrop-filter: blur(12px);
  border-radius: 4px;
  position: relative;
  z-index: 3;
  transition: background 0.25s ease-in-out;
}
.page-child .related-links-wrap ul a .link-content > * {
  width: 100%;
}
.page-child .related-links-wrap ul a .link-content .btn-wrap {
  margin: auto 0 0 0;
}
.page-child .related-links-wrap ul a:hover .link-content, .page-child .related-links-wrap ul a:active .link-content, .page-child .related-links-wrap ul a:focus .link-content {
  background: rgba(24, 24, 24, 0.95);
}
.page-child .related-links-wrap ul a:hover .link-content .btn, .page-child .related-links-wrap ul a:active .link-content .btn, .page-child .related-links-wrap ul a:focus .link-content .btn {
  background: rgba(255, 255, 255, 0.95) !important;
}
.page-child .related-links-wrap ul a:hover .link-content .btn:before, .page-child .related-links-wrap ul a:active .link-content .btn:before, .page-child .related-links-wrap ul a:focus .link-content .btn:before {
  transform: translateX(47px);
  opacity: 1;
  transition-delay: 0.05s, 0s;
}
.page-child .related-links-wrap ul a:hover .link-content .btn:after, .page-child .related-links-wrap ul a:active .link-content .btn:after, .page-child .related-links-wrap ul a:focus .link-content .btn:after {
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.05s, 0s;
}
@media (min-width: 782px) {
  .page-child .related-links-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--normal);
  }
  .page-child .related-links-wrap ul li {
    flex: 1;
  }
  .page-child .related-links-wrap ul li + li {
    margin-top: 0;
  }
  .page-child .related-links-wrap ul a {
    display: flex;
    height: 100%;
    min-height: 480px;
    position: relative;
  }
  .page-child .related-links-wrap ul a .link-content {
    width: calc(100% - 6rem);
    position: absolute;
    top: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-child .related-links-wrap ul a .link-content {
    width: calc(100% - 10rem);
    top: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}

.has-sidebar {
  padding: var(--wp--preset--spacing--large) var(--wp--preset--spacing--contentgap);
}
.has-sidebar .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.has-sidebar .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--contentgap));
  margin-right: calc(-1 * var(--wp--preset--spacing--contentgap));
}

.has-global-padding > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

:root :where(.is-layout-constrained) > *,
:root :where(.is-layout-flow) > * {
  margin-block-start: 2.5rem;
}

.page-template-page-narrow #content {
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
}
.page-template-page-narrow .main-heading {
  text-align: center;
  margin-bottom: 1.4ch;
}

@media (min-width: 1024px) {
  .page-template-page-narrow #content {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .has-sidebar {
    padding-bottom: var(--wp--preset--spacing--large);
  }
  .has-sidebar .wrap {
    flex-direction: row;
    gap: var(--layout-gap);
  }
  .has-sidebar #content {
    width: calc(100% - var(--sidebar-width) - var(--layout-gap));
  }
  .has-sidebar #sidebar {
    width: var(--sidebar-width);
  }
  .has-sidebar.sidebar-left .wrap {
    flex-direction: row-reverse;
  }
  .has-sidebar .alignfull {
    width: calc(100vw + var(--wp--preset--spacing--contentgap) / 4);
    max-width: none;
    position: relative;
    left: calc(-50vw + 50% - var(--wp--preset--spacing--contentgap) / 2 - var(--sidebar-width) / 2);
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1350px) {
  .page-template-page-narrow #content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/*
.wrap {
    width: 88%;
    max-width: $content-width;
    margin: 0 auto;

//   bordeR: 1px solid #eee;
}

.alignfull {
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 6vw;
    padding-right: 6vw;
//    bordeR: 1px solid grey;

    &.full {
        padding-left: 0;
        padding-right: 0;

        > * {
            max-width: 100vw;

            &.maxwidth {
                width: 88%;
                max-width: $content-width;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: $content-width;
        margin-left: auto;
        margin-right: auto;
    }
}

#sidebar {
  margin-bottom: var(--spacer);
  z-index: 1;
  position: relative;
}

@media (min-width: 1024px) {
  .has-sidebar {
    display: flex;
    flex-wrap: wrap;
    //flex-direction: row-reverse;
    gap: 6rem;
    position:relative;  
    z-index:1;

    &.sidebar-right {
      #sidebar {
        padding-right: auto;
        padding-left: 4rem;

        &:before {
          right: auto;
          left: 0;
        }
      }
    }

    #content {
      width: calc(100% - 35rem);
    }

    #sidebar {
      width: 29rem;
      padding-top: $space-l;
      height: fit-content;
      padding-right: 4rem;

      &:before {
        content: "";
        width: 50vw;
        height: 100%;
        display: block;
        background: $light-grey;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
      }
    }

    &.sidebar-left {
      flex-direction: row-reverse;
    }
  } // sidebar
} // 1024px

@media (min-width: 1200px) {
  .has-sidebar {
    #content {
      width: calc(100% - 40rem);
    }

    #sidebar {
      width: 34rem;
    }
  }

}

*/
#topbar {
  padding: 1rem 0;
  background-color: var(--wp--preset--color--top-bar);
  color: #fff;
}
#topbar p {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  #topbar .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  padding-top: 2.2rem;
  padding-bottom: 2.3rem;
  background: linear-gradient(90deg, #133220 -166.71%, #12301f -142.7%);
  transition: padding 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .branding {
  position: relative;
  width: 18rem;
  margin: 0;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s ease-in-out;
}
.header .branding svg > path {
  transition: fill 0.25s ease-in-out;
}
.header #sitenav .menu a {
  display: block;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
}
.header #sitenav .menu > li > a {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 26px;
    padding: 12px 0;
    background: none;
    border: none;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: #fff;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    background: #fff;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  .header.is-navigating #sitenav {
    display: none;
  }
  .header > .wrap {
    position: relative;
  }
  .header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 6rem 5vw 3rem;
    background: var(--wp--preset--color--dark-green);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
  }
  .header #sitenav .menu .wrap {
    width: 100%;
  }
  .header #sitenav .menu li {
    margin: 0;
  }
  .header #sitenav .menu li > a {
    display: block;
    font-weight: 400;
    color: #fff;
  }
  .header #sitenav .menu li.current-menu-item > a, .header #sitenav .menu li.current-menu-parent > a, .header #sitenav .menu li:hover > a {
    color: #FDD97C;
  }
  .header #sitenav .menu .sub-toggle {
    display: none;
  }
  .header #sitenav .menu > li {
    padding: 1.5ch 0;
  }
  .header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  .header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  .header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    padding: 0 2rem;
    background: rgba(255, 255, 255, 0.045);
    border-radius: 4px;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  .header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  .header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    margin: 1.5ch 0;
  }
  .header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item > a, .header #sitenav .menu > li.menu-item-has-children > .child-menu li:hover > a {
    color: #FDD97C !important;
  }
  .header #sitenav .menu > li.menu-item-has-children > .child-menu li > a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
  }
  .header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.918' height='9.159' viewBox='0 0 16.918 9.159'%3E%3Cpath id='Path_9723' data-name='Path 9723' d='M5291.5,4113l7.382,7.469,7.555-7.469' transform='translate(-5290.51 -4112.009)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.25s ease-in-out;
  }
  .header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  .header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    margin-top: 3rem;
    padding: 0.1rem 2rem;
  }
  .header.menu-open .branding {
    z-index: 9;
  }
  .header.menu-open > .wrap:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.015);
    backdrop-filter: blur(20px);
    position: absolute;
    top: -16px;
    bottom: -10px;
    left: -15px;
    right: -15px;
  }
  .header.menu-open #sitenav {
    padding-top: 8rem;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
  }
  .header .search-popup {
    margin-top: 3rem;
  }
  .header .search-popup .search-close {
    display: none;
  }
  .header .search-popup h2 {
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--font-16);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02ch;
    margin-bottom: 2.5ch;
    color: var(--wp--preset--color--dark-green);
  }
  .header .search-popup .searchform > div {
    gap: 0;
    justify-content: space-between;
  }
  .header .search-popup .searchform > div input[type=text] {
    width: calc(100% - 60px);
    height: 45px;
    padding: 0.8rem 1.5rem;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5rem;
  }
  .header .search-popup .searchform > div input[type=submit] {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-indent: -999999rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.268' y='.125' width='40' height='40' rx='20' fill='%23fff' fill-opacity='.16'/%3E%3Cpath d='m27.268 27.125-3.378-3.378m0 0a6.221 6.221 0 1 0-8.798-8.799 6.221 6.221 0 0 0 8.798 8.8Z' stroke='%23fff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 45px;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
  }
  .header .search-popup .searchform > div input[type=submit]:hover, .header .search-popup .searchform > div input[type=submit]:active, .header .search-popup .searchform > div input[type=submit]:focus {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media (min-width: 1024px) {
  #nav-expander {
    display: none;
  }
  .header {
    padding-top: 3rem;
    padding-bottom: 3.1rem;
  }
  .header.is-navigating .child-menu {
    display: none;
  }
  .header.sticky {
    padding-top: 2.4rem;
    padding-bottom: 2.5rem;
  }
  .header > .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
    max-width: var(--wp--style--global--content-size);
  }
  .header nav {
    display: flex;
    align-items: center;
  }
  .header .branding {
    width: 22rem;
    z-index: 9;
  }
  .header #sitenav.split-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header #sitenav.split-nav ul.menu {
    flex: 1 1 50%;
    display: flex;
    gap: 1.5rem;
  }
  .header #sitenav.split-nav .split-nav-logo {
    flex: 0 0 auto;
    margin: 0 2rem;
  }
  .header #sitenav .menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media (min-width: 1024px) and (min-width: 1150px) {
  .header #sitenav .menu {
    gap: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  .header #sitenav .menu {
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .header #sitenav .menu li {
    margin: 0;
  }
  .header #sitenav .menu a {
    font-size: var(--wp--preset--font-size--font-15);
  }
  .header #sitenav .menu > li {
    position: relative;
    align-content: center;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
  }
  .header #sitenav .menu > li > a {
    transition: color 0.25s ease-in-out;
    position: relative;
  }
  .header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .header #sitenav .menu > li.menu-item-has-children .sub-toggle {
    display: block;
    width: 11px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.848461 0.496133C0.922078 0.415555 1.02279 0.37529 1.12385 0.37529C1.21505 0.37529 1.30622 0.408243 1.37838 0.474899L5.99791 4.71943L10.6205 0.474806C10.7728 0.334181 11.0105 0.34297 11.1504 0.496045C11.291 0.648388 11.2815 0.884873 11.1295 1.0255L6.25454 5.5255C6.11026 5.65881 5.88985 5.65881 5.74548 5.5255L0.870478 1.0255C0.719554 0.884258 0.707836 0.648477 0.848461 0.496133Z' fill='%23FCFCFC'/%3E%3C/svg%3E%0A");
  }
  .header #sitenav .menu > li.current-menu-item, .header #sitenav .menu > li.current-menu-ancestor {
    background: transparent;
  }
  .header #sitenav .menu > li.current-menu-item > a, .header #sitenav .menu > li.current-menu-ancestor > a {
    color: #FDD97C;
  }
  .header #sitenav .menu > li:hover, .header #sitenav .menu > li:active, .header #sitenav .menu > li:focus, .header #sitenav .menu > li:focus-visible, .header #sitenav .menu > li.in-focus {
    background: transparent;
  }
  .header #sitenav .menu > li:hover > a, .header #sitenav .menu > li:active > a, .header #sitenav .menu > li:focus > a, .header #sitenav .menu > li:focus-visible > a, .header #sitenav .menu > li.in-focus > a {
    color: #FDD97C;
  }
  .header #sitenav .menu > li:hover > a:before, .header #sitenav .menu > li:active > a:before, .header #sitenav .menu > li:focus > a:before, .header #sitenav .menu > li:focus-visible > a:before, .header #sitenav .menu > li.in-focus > a:before {
    border-color: #FDD97C;
  }
  .header #sitenav .menu > li:hover > .child-menu, .header #sitenav .menu > li:active > .child-menu, .header #sitenav .menu > li:focus > .child-menu, .header #sitenav .menu > li:focus-visible > .child-menu, .header #sitenav .menu > li.in-focus > .child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header #sitenav .menu > li .search-toggle {
    width: 4rem;
    height: 4rem;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    cursor: pointer;
  }
  .header #sitenav .menu > li .search-toggle svg {
    width: 20px;
    height: 20px;
    margin: auto;
  }
  .header #sitenav .menu > li .search-toggle svg path {
    fill: #fff;
  }
  .header .child-menu {
    min-width: 280px;
    background: var(--wp--preset--color--light-grey);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(3px);
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    border-radius: 4px;
    padding: 10px 0;
  }
  .header .child-menu:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 1.5rem;
  }
  .header .child-menu li {
    margin: 0;
    padding: 0.4ch 1.2ch;
    line-height: 1.5;
    transition: background 0.25s ease-in-out, padding 0.25s ease-in-out;
  }
  .header .child-menu li + li {
    margin-top: 0.3ch;
  }
  .header .child-menu li:hover, .header .child-menu li:focus-within {
    background-color: rgba(0, 100, 80, 0.15);
    padding-left: 2ch;
  }
  .header .child-menu li.current-menu-item {
    background: rgba(27, 70, 45, 0.075);
  }
  .header .child-menu li.current-menu-item a {
    font-weight: 500 !important;
    color: var(--wp--preset--color--dark-green);
  }
  .header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  .header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  .header .child-menu a {
    padding: 0.2ch 0;
  }
  .search-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(123deg, rgba(0, 100, 80, 0.95) 10%, rgba(118, 188, 33, 0.95) 83.34%);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .search-popup h2 {
    font-size: var(--wp--preset--font-size--font-21);
    margin-bottom: 2rem;
    color: #fff;
  }
  .search-popup .search-popup-inner {
    width: 90%;
    max-width: 70rem;
    padding: 4rem;
    background: var(--wp--preset--color--dark-green);
    border-radius: 4px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }
  .search-popup .search-popup-inner input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--font-15);
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 3rem 13px 6rem;
    color: var(--wp--preset--color--primary);
    background: var(--wp--preset--color--secondary);
    border: 1px solid transparent;
    border-radius: 5rem;
    cursor: pointer;
    position: relative;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 3rem;
    color: #fff;
    border: 1px solid #fff;
  }
  .search-popup .search-popup-inner input[type=submit]:before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background: currentcolor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    top: 15px;
    left: 2.8rem;
  }
  .search-popup .search-popup-inner input[type=submit]:hover, .search-popup .search-popup-inner input[type=submit]:active, .search-popup .search-popup-inner input[type=submit]:focus {
    color: #fff;
    background: #1B462D;
  }
  .search-popup .search-popup-inner input[type=submit]:hover, .search-popup .search-popup-inner input[type=submit]:active, .search-popup .search-popup-inner input[type=submit]:focus {
    color: var(--wp--preset--color--dark-green);
    background: #fff;
  }
  .search-popup .search-close {
    width: 40px;
    height: 40px;
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
    line-height: 1.3;
  }
  .search-popup .search-close:hover {
    color: var(--wp--preset--color--light-green);
    background: #fff;
    border-color: #fff;
  }
  .search-popup.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
  }
  .search-popup.is-active .search-popup-inner {
    transform: translateY(0);
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  .header .branding {
    width: 29rem;
  }
}
footer {
  margin: 0;
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: 2rem;
  background: linear-gradient(94deg, #1B462D 35.5%, #12301F 79.14%);
  position: relative;
}
footer:before {
  content: "";
  display: block;
  background-image: url("../assets/images/theme/footer-background.svg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}
footer > * {
  position: relative;
  z-index: 3;
}
footer h4 {
  font-size: var(--wp--preset--font-size--font-21);
  margin: 0;
  color: #fff;
}
footer h4:after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  margin: 1.6ch 0 1.8ch 0;
  background: #FDD97C;
}
footer ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
footer ul li {
  margin-bottom: 0;
}
footer ul.menu .current-menu-item a {
  color: #FDD97C;
}
footer .social-links {
  display: flex;
  gap: 1rem;
  margin: 0 !important;
}
footer .social-links__link {
  display: block;
}
footer .social-links__link:hover path, footer .social-links__link:active path, footer .social-links__link:focus path {
  fill: #FDD97C;
}
footer .social-links svg {
  width: 22px;
}
footer .social-links svg path {
  fill: rgba(255, 255, 255, 0.7);
  transition: fill 0.25s ease-in-out;
}
footer p {
  line-height: 1.6 !important;
  color: #fff !important;
}
footer li, footer a:not(.wp-element-button) {
  font-size: var(--wp--preset--font-size--font-16) !important;
  color: #fff;
}
footer .columns li,
footer .columns a:not(.wp-element-button) {
  line-height: 1.65 !important;
}
footer a:not(.wp-element-button) {
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
footer a:not(.wp-element-button):hover, footer a:not(.wp-element-button):active, footer a:not(.wp-element-button):focus {
  color: #FDD97C;
}
footer .columns .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 782px) {
  footer .columns .wrap {
    flex-direction: row;
    gap: 4rem;
  }
  footer .columns .wrap .col {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1024px) {
  footer .columns .wrap .col {
    width: calc(25% - 3rem);
  }
}
@media (min-width: 1350px) {
  footer .columns .wrap .col {
    width: calc(25% - 3rem);
  }
  footer .columns .wrap .col.col-1 {
    width: calc(34% - 3rem);
  }
  footer .columns .wrap .col.col-1 p {
    max-width: 36rem;
  }
  footer .columns .wrap .col.col-2 {
    width: calc(26% - 3rem);
  }
  footer .columns .wrap .col.col-3, footer .columns .wrap .col.col-4 {
    width: calc(20% - 3rem);
  }
}
footer .subfooter {
  margin-top: var(--wp--preset--spacing--large);
  padding: 2rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .subfooter .legal,
footer .subfooter .legal-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}
footer .subfooter .credit {
  font-size: var(--wp--preset--font-size--font-16) !important;
  font-weight: 400;
  margin: 0;
}
footer .subfooter .copyright {
  font-size: var(--wp--preset--font-size--font-16) !important;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
footer .subfooter .copyright > span {
  display: block;
}
footer .subfooter .copyright > span.copy {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .subfooter .copyright a {
  color: #fff;
  transition: color 0.25s ease-in-out;
}
footer .subfooter .copyright a:hover, footer .subfooter .copyright a:active, footer .subfooter .copyright a:focus {
  color: #FDD97C;
}
@media (min-width: 1024px) {
  footer .subfooter .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
  }
  footer .subfooter .copyright > span.copy {
    gap: 1.5rem;
  }
}
@media (min-width: 550px) {
  footer .subfooter .legal-left {
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  footer .subfooter .legal {
    flex-direction: row;
    justify-content: space-between;
  }
}

.b2t {
  opacity: 0;
  position: fixed;
  bottom: -30px;
  right: 20px;
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
.b2t.active {
  opacity: 1;
  bottom: -2px;
}

#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--large);
}
@media (min-width: 1024px) {
  #sidebar .widget-area {
    position: sticky;
    top: 90px;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li:first-child a {
  font-size: var(--wp--preset--font-size--font-24);
  color: var(--wp--preset--color--dark-green);
  padding-top: 0;
}
#sidebar ul li:first-child a:after {
  content: none;
}
#sidebar ul li.current_page_item a {
  font-weight: 500;
  color: var(--wp--preset--color--dark-green);
}
#sidebar ul a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.375;
  padding: 0.5ch 0;
  transition: color 0.25s ease-in-out;
  color: var(--wp--preset--color--primary);
  position: relative;
  display: flex;
  align-items: center;
}
#sidebar ul a:after {
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: inline-block;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: #76BC21 !important;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: var(--wp--preset--color--primary);
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .b2blog .btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
#sidebar .b2blog .btn:hover, #sidebar .b2blog .btn:active, #sidebar .b2blog .btn:focus {
  color: #fff;
  background: #1B462D;
}
#sidebar .post-navigation a {
  display: block;
  line-height: 1.375;
  padding: 1ch 0;
  position: relative;
}
#sidebar .post-navigation a span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5ch;
  color: green;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: var(--wp--preset--color--primary);
}
#sidebar .post-navigation .nav-links > div:first-child a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .page-id-658 #sidebar .widget-area {
    position: relative;
    top: 0;
  }
}
.excerpt {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  overflow: auto;
  position: relative;
}
.excerpt__thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease-in-out;
}
.excerpt__thumbnail .feat {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 11/6;
}
.excerpt__thumbnail .overlay {
  display: block;
  width: 150px;
  position: absolute;
  top: var(--wp--preset--spacing--small);
  right: 0;
  overflow: hidden;
}
.excerpt__thumbnail .overlay img {
  width: 100%;
  height: auto;
  line-height: 0;
  border-radius: 4px 0 0 4px;
}
.excerpt__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) calc(var(--wp--preset--spacing--large) + 1ch) var(--wp--preset--spacing--normal);
}
.excerpt .category {
  display: inline-block;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 600;
  margin: 0 0 0.5ch 0;
  color: var(--wp--preset--color--dark-green);
}
.excerpt h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 600;
  margin: 0 0 0.1ch 0;
}
.excerpt .meta {
  display: block;
  font-size: var(--wp--preset--font-size--font-15);
  margin: 0.7ch 0 1.5ch 0;
  opacity: 0.5;
}
.excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin-bottom: var(--wp--preset--spacing--small);
  overflow: hidden;
}
.excerpt .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  bottom: var(--wp--preset--spacing--normal);
  left: var(--wp--preset--spacing--normal);
}
.excerpt .read-more:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.excerpt .read-more:hover, .excerpt .read-more:active, .excerpt .read-more:focus {
  color: #fff;
  background: #1B462D;
}
.excerpt[href^=http]:not([href*="origin-framework.luminated.co.uk"]):not([href*="originenterprises.com"]) .read-more:after, .excerpt[target=_blank] .read-more:after {
  margin-top: -3px;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.excerpt[href*=wp-origin-resources-2024] .read-more:after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E") !important;
  background-size: cover;
}
.excerpt:hover, .excerpt:active, .excerpt:focus {
  text-decoration: none;
}
.excerpt:hover .read-more, .excerpt:active .read-more, .excerpt:focus .read-more {
  color: #fff;
  background: var(--wp--preset--color--dark-green);
}

.single #content .wrap {
  margin-top: var(--wp--preset--spacing--xl);
  padding: var(--wp--preset--spacing--normal);
  background: rgba(27, 70, 45, 0.05);
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .single #content .wrap {
    padding: var(--wp--preset--spacing--large);
  }
}
@media (min-width: 1400px) {
  .single #content .wrap {
    padding: var(--wp--preset--spacing--xl) calc(var(--wp--preset--spacing--xl) * 1.5);
  }
}
.single #content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 3ch;
}
.single #content .btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.single #content .btn:hover, .single #content .btn:active, .single #content .btn:focus {
  color: #fff;
  background: #1B462D;
}

.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--large);
}
.pagination .page-numbers {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 4px 0 0;
  padding: 5px 12px;
  background: rgba(0, 100, 80, 0.1);
  border-radius: 4px;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background: var(--wp--preset--color--dark-green);
  color: #fff;
}

.single #content {
  padding-bottom: var(--wp--preset--spacing--large);
}
.single .meta {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: var(--wp--preset--spacing--normal) 0 var(--wp--preset--spacing--large) 0;
}
.single .meta .category {
  display: inline-block;
  margin-left: 1ch;
  padding: 0.1ch 0.5ch;
  background: rgba(0, 100, 80, 0.1);
  border-radius: 4px;
}
.single .post-navigation {
  margin-top: var(--wp--preset--spacing--large);
  padding-top: var(--wp--preset--spacing--medium);
  border-top: 1px solid var(--wp--preset--color--grey);
}
.single .post-navigation .nav-links > div + div {
  margin-top: var(--wp--preset--spacing--normal);
}
.single .post-navigation a {
  display: block;
  text-align: center;
}
.single .post-navigation a span {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 1ch 0;
  padding: 0.1ch 1ch;
  background: rgba(0, 100, 80, 0.1);
  border-radius: 4px;
}
.single .post-navigation a strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
.single .post-navigation a:hover strong, .single .post-navigation a:active strong, .single .post-navigation a:focus strong {
  font-weight: 600;
  color: var(--wp--preset--color--dark-green);
}

.ppform {
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}
.ppform .post-password-form {
  max-width: 750px;
}
.ppform .post-password-form input[type=password] {
  margin: 14px 0 30px 0;
}
.ppform .post-password-form input[type=submit] {
  padding: 14px 3rem;
}

.page-id-167 main {
  background: var(--wp--preset--color--light-grey);
}

:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
/*
@mixin button {
    display: inline-flex;
    align-items: center;
    font-family: $ff-body;
    font-size: $font-17;
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    padding: 1.2rem 2rem;
    color: $dark-green;
    background: transparent;
    border: 1px solid $dark-green;
    border-radius: 3.2rem;
    cursor: pointer;
    transition: color $speed $cb, background $speed $cb;

    &:after {
        content: '';
        background-color: currentColor;
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");        
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    &:hover,
    &:active,
    &:focus {
        color: #fff;
        background: $dark-green;
    }

    &[href^="http"]:not([href*="origin-framework.luminated.co.uk"]):not([href*="originenterprises.com"]),
    &[target="_blank"] {
        &:after {
            margin-top: -3px;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: cover;
        }
    }

    &[href*="wp-origin-resources-2024"] {
        &:after {
            mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E")!important;
            background-size: cover;
        }
    }
}
*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSm {
  from {
    opacity: 0;
    transform: translateY(px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.sticky-scroll-container > div {
  position: sticky !important;
  top: 200px;
}

.text-rotate {
  position: relative;
  vertical-align: text-bottom;
  width: fit-content;
}
.text-rotate:before {
  content: "Our";
  margin-left: -110px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.text-rotate strong {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.shadow {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
}

.shadow-box {
  padding: 3rem;
  background-color: #fcfcfc;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
}
.shadow-box .wp-block-buttons {
  margin-top: auto;
}

.feature-box {
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.feature-box.about {
  background-image: url("../assets/images/theme/pattern-1.png");
}
.feature-box.team {
  background-image: url("../assets/images/theme/pattern-2.svg");
}
.feature-box.who-we-are {
  background-image: url("../assets/images/theme/pattern-3.png");
}
.feature-box .wp-block-cover__background {
  z-index: -1;
}
.feature-box .wp-block-group {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.feature-box .wp-block-button .wp-block-button__link {
  font-size: var(--wp--preset--font-size--font-16);
}

@media (min-width: 1400px) {
  .feature-box .wp-block-group {
    max-width: 920px;
    margin-left: calc((100vw - 1450px) / 2) !important;
  }
}
.team-section {
  background-position: 80% center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../assets/images/theme/team-overlay.png");
}

.page-id-159 .hero-static .hero-static__image {
  position: relatibe;
}
.page-id-159 .hero-static .hero-static__image img {
  opacity: 0.05;
}
.page-id-159 .hero-static .hero-static__image:after {
  content: "Placeholder for brand video";
  font-size: 200%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.single-case-studies .single-image {
  max-height: 50rem;
  object-fit: cover;
}

.fancybox__backdrop {
  background: black !important;
  opacity: 1 !important;
}

.mailpoet_form form {
  padding: var(--wp--preset--spacing--normal) !important;
  background: rgba(178, 178, 178, 0.15);
  border-radius: 16px;
  font-family: inherit !important;
}
.mailpoet_form form .mailpoet_paragraph {
  float: left;
}
.mailpoet_form form .mailpoet_paragraph.fw {
  width: 100%;
}
.mailpoet_form form .mailpoet_paragraph.half {
  width: 50%;
  float: left;
}
.mailpoet_form form .mailpoet_paragraph.half:first-of-type {
  padding-right: 25px;
}
.mailpoet_form form .mailpoet_paragraph input {
  font-family: inherit !important;
  font-size: 1.8rem !important;
}
.mailpoet_form form .mailpoet_paragraph input[type=submit] {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--font-17) !important;
  font-weight: 500;
  line-height: 1.05 !important;
  text-align: center;
  text-decoration: none;
  padding: 1.2rem 2rem !important;
  color: var(--wp--preset--color--dark-green) !important;
  background: transparent;
  border: 1px solid var(--wp--preset--color--dark-green) !important;
  border-radius: 3.2rem !important;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mailpoet_form form .mailpoet_paragraph input[type=submit]:hover, .mailpoet_form form .mailpoet_paragraph input[type=submit]:active, .mailpoet_form form .mailpoet_paragraph input[type=submit]:focus {
  color: #fff !important;
  background: var(--wp--preset--color--dark-green);
}
.mailpoet_form form .mailpoet_form_paragraph {
  float: left;
  margin-bottom: 20px;
}
.mailpoet_form form .mailpoet_form_paragraph.fw {
  width: 100%;
}

.gform_wrapper :focus-visible {
  outline: none;
}
* + .gform_wrapper {
  margin-top: var(--wp--preset--spacing--normal) !important;
}

form .gfield {
  margin: 0 0 20px 0;
}
form .gform_validation_container {
  display: none;
}
form label,
form .gfield_label {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 0.4ch 0;
  color: var(--wp--preset--color--primary);
}
form .hidden_label > label,
form .hidden_label > legend {
  display: none;
}
form input,
form textarea,
form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  padding: 1.15ch 1.4rem;
  color: var(--wp--preset--color--primary);
  border: 1px solid rgba(27, 70, 45, 0.25);
  border-radius: 4px;
  -webkit-appearance: none;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  border-color: rgba(27, 70, 45, 0.45);
  border-radius: 0;
}
form input[type=submit], form input[type=button],
form textarea[type=submit],
form textarea[type=button],
form select[type=submit],
form select[type=button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 180px;
  cursor: pointer;
}
form input[type=submit]:before, form input[type=button]:before,
form textarea[type=submit]:before,
form textarea[type=button]:before,
form select[type=submit]:before,
form select[type=button]:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus, form input[type=button]:hover, form input[type=button]:active, form input[type=button]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:active,
form textarea[type=submit]:focus,
form textarea[type=button]:hover,
form textarea[type=button]:active,
form textarea[type=button]:focus,
form select[type=submit]:hover,
form select[type=submit]:active,
form select[type=submit]:focus,
form select[type=button]:hover,
form select[type=button]:active,
form select[type=button]:focus {
  color: #fff;
  background: #1B462D;
}
form input[type=submit], form input[type=text], form input[type=email], form input[type=checkbox],
form textarea[type=submit],
form textarea[type=text],
form textarea[type=email],
form textarea[type=checkbox],
form select[type=submit],
form select[type=text],
form select[type=email],
form select[type=checkbox] {
  -webkit-appearance: none;
}
form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 180px;
  margin-top: var(--wp--preset--spacing--normal);
  cursor: pointer;
}
form button[type=submit]:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
form button[type=submit]:hover, form button[type=submit]:active, form button[type=submit]:focus {
  color: #fff;
  background: #1B462D;
}
form textarea {
  max-height: 160px;
}
form select {
  font-family: var(--wp--preset--font-family--primary);
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='7.071'%3E%3Cg fill='none' stroke='%23c0c1c6' stroke-width='2'%3E%3Cpath d='M10.607.707 4.95 6.364M6.364 6.364.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
form .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: var(--wp--preset--color--primary);
}
form .ginput_container_consent label {
  width: calc(100% - 30px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: var(--wp--preset--color--primary);
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #FDD97C;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: var(--wp--preset--color--primary);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: var(--wp--preset--color--yellow);
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(27, 70, 45, 0.25);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
}
form .ginput_container_consent input[type=checkbox]:checked {
  background: var(--wp--preset--color--dark-green);
  border-radius: 4px;
  box-shadow: inset 0 0 0 3px #fff;
}
form .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: var(--wp--preset--color--primary);
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #FDD97C;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: var(--wp--preset--color--primary);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: var(--wp--preset--color--yellow);
}
form .gfield_description.validation_message {
  padding: 5px;
}
form .gfield--type-fileupload {
  margin: -15px 0 20px 0;
}
form .ginput_container_fileupload .gform_fileupload_rules,
form .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form .ginput_container_fileupload input {
  border: 1px dashed var(--wp--preset--color--grey);
}
form .gf_step {
  display: inline-block;
  margin: 8px 32px 8px 0;
}
form .gf_step.gf_step_active .gf_step_number {
  background: #cfd3d9;
  color: #607382;
}
form .gf_step .gf_step_number {
  background: 0 0;
  border: 2px solid #cfd3d9;
  border-radius: 20px;
  color: #585e6a;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  text-align: center;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}
form .gf_step .gf_step_label {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 16px;
  display: table-cell;
  vertical-align: middle;
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--font-17);
  line-height: 1.25;
  margin-bottom: 2ch;
  color: tomato;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: tomato;
  margin-left: 0;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

::placeholder {
  color: var(--wp--preset--color--primary);
}

:-ms-input-placeholder {
  color: var(--wp--preset--color--primary);
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--primary);
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 20px);
  }
}
img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

#gform_3 #field_3_4 {
  width: 100%;
}
#gform_3 #field_3_4 #input_3_4 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2rem;
}
#gform_3 #field_3_4 #input_3_4 > span {
  flex: 1;
}
#gform_3 #field_3_8 {
  width: 100%;
}
#gform_3 #field_3_6 {
  width: 100%;
}
#gform_3 #field_3_10 {
  width: 100%;
}

#gform_wrapper_4 {
  background-color: var(--wp--preset--color--light-grey);
  padding: 4rem;
  border-radius: 16px;
}
#gform_wrapper_4 #gform_4 #field_4_1 {
  width: 100%;
}
#gform_wrapper_4 #gform_4 #field_4_1 #input_4_1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2rem;
}
#gform_wrapper_4 #gform_4 #field_4_1 #input_4_1 > span {
  flex: 1;
}
#gform_wrapper_4 #gform_4 #field_4_8 {
  width: 100%;
}
#gform_wrapper_4 #gform_4 #field_4_3 {
  width: 100%;
}
#gform_wrapper_4 #gform_4 #field_4_10 {
  width: 100%;
}

.pattern-1 .gform_wrapper {
  padding: clamp(2rem, 1.429rem + 2.857vw, 4rem);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 4px;
}
.pattern-1 form label,
.pattern-1 form .gfield_label {
  color: #fff;
}
.pattern-1 form input,
.pattern-1 form textarea,
.pattern-1 form select {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.pattern-1 form button[type=submit] {
  color: #fff;
  background: transparent;
  border-color: var(--wp--preset--color--secondary);
}
.pattern-1 form button[type=submit]:hover, .pattern-1 form button[type=submit]:active, .pattern-1 form button[type=submit]:focus {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
}
.pattern-1 form .ginput_container_consent input[type=checkbox] {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.pattern-1 form .ginput_container_consent label {
  color: #fff;
}
.pattern-1 form .ginput_container_consent a {
  color: #fff !important;
}
.pattern-1 form .ginput_container_consent a:hover {
  color: #FDD97C !important;
}
.pattern-1 ::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.pattern-1 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.pattern-1 ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  background: rgb(225.175, 225.175, 225.175) !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button {
  color: var(--wp--preset--color--dark-green) !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p {
  color: var(--wp--preset--color--primary) !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_save_popup_settings_button {
  background: var(--wp--preset--color--dark-green) !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-weight: 500 !important;
  color: var(--wp--preset--color--dark-green) !important;
  background-color: transparent !important;
  border: 1px solid var(--wp--preset--color--dark-green) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  color: #fff !important;
  background-color: var(--wp--preset--color--dark-green) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  display: block;
  width: 112px;
  height: 75px;
}

.single-product #content {
  display: flex;
  gap: 10rem;
}
.single-product #content .left {
  position: sticky;
  top: 150px;
  display: block;
  height: 100%;
}
.single-product #content .left .product-gallery {
  width: 350px;
  border: 1px solid #B2B2B2;
  padding: 1.5rem;
}
.single-product #content .left .product-gallery .swiper-main {
  width: 100%;
  height: 315px;
  margin-bottom: 10px;
}
.single-product #content .left .product-gallery .swiper-main .swiper-slide {
  display: flex;
  align-items: center;
}
.single-product #content .left .product-gallery .swiper-main .swiper-slide img {
  height: auto;
}
.single-product #content .left .product-gallery .swiper-thumbs {
  width: 100%;
  height: 72px;
}
.single-product #content .left .product-gallery .swiper-thumbs img {
  height: 72px;
}
.single-product #content .left .product-gallery .swiper-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}
.single-product #content .left .product-gallery .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.single-product #content .left .product-cta {
  margin-top: 3rem;
}
.single-product #content .left .product-cta .button {
  padding: 2rem;
  background: var(--wp--preset--color--light-green);
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 12px;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  transition: background ease-in-out 0.25s;
}
.single-product #content .left .product-cta .button:hover {
  background: rgb(131.6153846154, 209.6923076923, 36.8076923077);
}
.single-product #content .product-description {
  flex-grow: 1;
}
.single-product #content .product-description h1 {
  font-size: var(--wp--preset--font-size--font-38);
}
.single-product #content .product-description .quote-form {
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid #B2B2B2;
  margin-top: 4rem;
}
.single-product .product-upsell {
  padding: 5rem 0;
}

.product-grid {
  display: flex;
  gap: 8rem;
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
}
.product-grid .products {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.product-grid .products .product-item {
  margin: 0;
  display: flex;
  height: auto;
}
.product-grid .products .product-item a {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #ccc;
  margin: 0;
  width: 290px;
  flex-grow: 1;
  transition: all ease 0.3s;
  height: 100%;
}
.product-grid .products .product-item a .product-thumbnail {
  margin-bottom: 2rem;
  padding: 1.5rem;
  height: 230px;
  display: flex;
}
.product-grid .products .product-item a .product-thumbnail img {
  border-radius: 10px;
  transition: all ease 0.3s;
  height: 100%;
}
.product-grid .products .product-item a .product-content {
  padding: 0 2rem 2rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-grid .products .product-item a .product-content h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-bottom: 2ch;
}
.product-grid .products .product-item a .product-content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
}
.product-grid .products .product-item a .product-content .btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.product-grid .products .product-item a .product-content .btn:hover, .product-grid .products .product-item a .product-content .btn:active, .product-grid .products .product-item a .product-content .btn:focus {
  color: #fff;
  background: #1B462D;
}
.product-grid .products .product-item a:hover img, .product-grid .products .product-item a:active img, .product-grid .products .product-item a:focus img {
  transform: scale(1.05);
}
.product-grid .products .product-item a:hover .btn, .product-grid .products .product-item a:active .btn, .product-grid .products .product-item a:focus .btn {
  color: #fff;
  background: var(--wp--preset--color--dark-green);
}

.case-study-archive {
  margin-top: 8rem;
}
.case-study-archive .filters {
  text-align: center;
}
.case-study-archive .filters .filter {
  padding: 1.2rem 2rem 1rem 2rem;
  background-color: var(--wp--preset--color--dark-green);
  color: white;
  margin: 0 0.5rem;
  border-radius: 30px;
  min-width: 130px;
  display: inline-block;
  line-height: 1.1;
  transition: background ease-in-out 0.25s;
}
.case-study-archive .filters .filter:hover {
  cursor: pointer;
  background-color: var(--wp--preset--color--light-green);
}
.case-study-archive .case-studies-grid {
  display: flex;
  gap: 4rem;
  margin: 4rem 0 8rem 0;
}
.case-study-archive .case-studies-grid .case-study-item {
  width: calc(33% - 1.5rem);
  padding: 3rem;
  background-color: #fcfcfc;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.6rem;
}
.case-study-archive .case-studies-grid .case-study-item img {
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 2rem;
}
.case-study-archive .case-studies-grid .case-study-item .case-study-text .btn {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.case-study-archive .case-studies-grid .case-study-item .case-study-text .btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.case-study-archive .case-studies-grid .case-study-item .case-study-text .btn:hover, .case-study-archive .case-studies-grid .case-study-item .case-study-text .btn:active, .case-study-archive .case-studies-grid .case-study-item .case-study-text .btn:focus {
  color: #fff;
  background: #1B462D;
}

.error404 #content {
  text-align: center;
  margin-top: calc(var(--wp--preset--spacing--large) * 2);
  margin-bottom: calc(var(--wp--preset--spacing--large) * 2);
}

.search .search-results-count {
  margin-top: var(--wp--preset--spacing--large);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  letter-spacing: 0.03ch;
  text-align: left;
  margin-bottom: var(--wp--preset--spacing--small);
  color: var(--wp--preset--color--dark-green);
}
.search .search-results-count span {
  display: inline-block;
  padding-bottom: 0.1ch;
  border-bottom: 1px solid var(--wp--preset--color--dark-green);
}
.search .search-results-count em {
  font-style: normal;
  font-weight: 600;
  color: black;
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--wp--preset--spacing--large);
}
ul.search-results li {
  margin: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
ul.search-results a {
  display: block;
  text-decoration: none !important;
  transition: background 0.25s ease-in-out;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-21);
}
ul.search-results a .link-label {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  text-decoration-color: transparent;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), gap 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.search-results a:hover .link-label, ul.search-results a:active .link-label, ul.search-results a:focus .link-label {
  gap: 1.25rem;
  text-decoration-color: black;
}
ul.search-results a:hover .link-label:before, ul.search-results a:active .link-label:before, ul.search-results a:focus .link-label:before {
  background: black;
}
@media (min-width: 1400px) {
  ul.search-results {
    gap: 10rem;
    padding-top: 10rem;
  }
  ul.search-results li {
    margin-top: -7rem;
  }
}

body.interim-login {
  background: linear-gradient(135deg, #1B462D 0%, #133220 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--primary);
  background: linear-gradient(135deg, #1B462D 0%, #133220 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 320px;
  height: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #fff;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  font-size: 1.8rem !important;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input[type=checkbox],
.login-action-lostpassword form input[type=checkbox],
.login-action-rp form input[type=checkbox],
.login-action-checkemail form input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #FDD97C;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: var(--wp--preset--font-size--font-15);
}
.login-action-login form input.button:before,
.login-action-lostpassword form input.button:before,
.login-action-rp form input.button:before,
.login-action-checkemail form input.button:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #fff;
  background: #1B462D;
}
.login-action-login form .button.wp-hide-pw:focus,
.login-action-lostpassword form .button.wp-hide-pw:focus,
.login-action-rp form .button.wp-hide-pw:focus,
.login-action-checkemail form .button.wp-hide-pw:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: var(--wp--preset--color--dark-green);
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: var(--wp--preset--color--light-green);
  outline: none !important;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: var(--wp--preset--color--primary);
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: var(--wp--preset--color--dark-green);
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: var(--wp--preset--color--yellow);
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: var(--wp--preset--color--primary);
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
/*
@mixin button {
    display: inline-flex;
    align-items: center;
    font-family: $ff-body;
    font-size: $font-17;
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    padding: 1.2rem 2rem;
    color: $dark-green;
    background: transparent;
    border: 1px solid $dark-green;
    border-radius: 3.2rem;
    cursor: pointer;
    transition: color $speed $cb, background $speed $cb;

    &:after {
        content: '';
        background-color: currentColor;
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");        
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    &:hover,
    &:active,
    &:focus {
        color: #fff;
        background: $dark-green;
    }

    &[href^="http"]:not([href*="origin-framework.luminated.co.uk"]):not([href*="originenterprises.com"]),
    &[target="_blank"] {
        &:after {
            margin-top: -3px;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: cover;
        }
    }

    &[href*="wp-origin-resources-2024"] {
        &:after {
            mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E")!important;
            background-size: cover;
        }
    }
}
*/
.hero-static h1 {
  font-size: clamp(3.5rem, 2.957rem + 2.714vw, 5.4rem);
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.hero-static h1:after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  margin: 3rem 0 3.4rem 0;
  background: #FDD97C;
}
.hero-static p {
  font-size: calc(var(--wp--preset--font-size--font-24) * 1.075);
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-bottom: var(--wp--preset--spacing--medium);
}
.hero-static .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 1.5ch;
  color: var(--wp--preset--color--dark-green);
  background-color: white;
}
.hero-static .button:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.hero-static .button:hover, .hero-static .button:active, .hero-static .button:focus {
  color: #fff;
  background: #1B462D;
}
.hero-static__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
.hero-static__meta span {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.hero-static__meta span:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.4em;
  background: rgba(255, 255, 255, 0.5);
}
.hero-static__image {
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 781px) {
  .hero-static .hero-static__image img {
    aspect-ratio: 1/0.55;
  }
  .hero-static .hero-static__content {
    background: linear-gradient(145deg, #12301F 35.99%, #1B462D 97.26%);
    position: relative;
  }
  .hero-static .hero-static__content:before {
    content: "";
    display: block;
    background-image: url("../assets/images/theme/pattern-1.svg");
    background-position: top left;
    background-repeat: repeat;
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.215;
  }
  .hero-static .hero-static__content .wrap {
    padding: var(--wp--preset--spacing--medium) 0;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 782px) {
  .hero-static {
    background: linear-gradient(135deg, #12301F 19.16%, #1B462D 75%);
    position: relative;
  }
  .hero-static:before {
    content: "";
    display: block;
    background-image: url("../assets/images/theme/pattern-1.svg");
    background-position: top left;
    background-repeat: repeat;
    position: absolute;
    inset: 0;
    opacity: 0.215;
    z-index: 1;
  }
  .hero-static .hero-static__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    position: relative;
    z-index: 3;
  }
  .hero-static .hero-static__wrapper .hero-static__image {
    grid-column: 2;
    height: 60vw;
    max-height: 64rem;
  }
  .hero-static .hero-static__wrapper .hero-static__content {
    position: absolute;
    inset: 0;
  }
  .hero-static .hero-static__wrapper .hero-static__content .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }
  .hero-static .hero-static__wrapper .hero-static__content .wrap .inner {
    align-self: center;
    justify-self: start;
    padding-right: var(--wp--preset--spacing--large);
  }
}
@media (min-width: 1200px) {
  .hero-static .hero-static__wrapper {
    grid-template-columns: 5fr 7fr;
  }
  .hero-static .hero-static__wrapper .hero-static__content .wrap {
    grid-template-columns: 5fr 7fr;
  }
  .hero-static .hero-static__wrapper .hero-static__content p {
    max-width: 45rem;
  }
}

.hero-video {
  position: relative;
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 100px);
  max-height: 840px;
}
.hero-video .hero-video__image:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 25%, rgba(21, 114, 24, 0.15) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-video .hero-video__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video .hero-video__image .video-player,
.hero-video .hero-video__image .native-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  pointer-events: none;
}
.hero-video .hero-video__image iframe.video-player {
  max-width: none;
  max-height: none;
}
.hero-video .hero-video__image video.video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video h1, .hero-video h2 {
  font-size: var(--wp--preset--font-size--font-38);
  margin: 0;
  color: #fff;
}
.hero-video p {
  font-size: var(--wp--preset--font-size--font-21);
  color: #fff;
}
.hero-video.home .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video.home .hero-video__content .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 100px 0;
}
@media (max-width: 599px) and (max-height: 799px) {
  .hero-video.home .hero-video__content .wrap {
    padding: 60px 0;
  }
}
.hero-video.home .hero-video__content .wrap h2 {
  width: 98%;
  max-width: 110rem;
  font-size: clamp(3.8rem, 2.436rem + 4.261vw, 6.8rem);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.8ch;
}
@media (max-width: 599px) and (max-height: 799px) {
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: calc(var(--wp--preset--font-size--font-38) * 1.05);
  }
}
.hero-video.home .hero-video__content .wrap p {
  max-width: 50rem;
  font-size: calc(var(--wp--preset--font-size--font-32) * 0.95);
  font-weight: 300;
  line-height: 1.5;
  margin: 0 !important;
}
@media (max-width: 599px) and (max-height: 799px) {
  .hero-video.home .hero-video__content .wrap p {
    font-size: var(--wp--preset--font-size--font-28);
  }
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  margin: var(--wp--preset--spacing--medium) auto 0 0;
  padding: 0;
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons li {
  margin: 0;
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 3rem 13px 6rem;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
  border: 1px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons li a:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M10.512.228a.767.767 0 0 1 1.09 0l6.172 6.222a.78.78 0 0 1 0 1.1l-6.171 6.222a.767.767 0 0 1-1.091 0 .78.78 0 0 1 0-1.1l4.854-4.894H.771A.775.775 0 0 1 0 7c0-.43.345-.778.771-.778h14.595l-4.854-4.894a.78.78 0 0 1 0-1.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 15px;
  left: 2.8rem;
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons li a:hover, .hero-video.home .hero-video__content .wrap .hero-home__buttons li a:active, .hero-video.home .hero-video__content .wrap .hero-home__buttons li a:focus {
  color: #fff;
  background: #1B462D;
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons li:last-child a {
  color: #fff;
  background: transparent;
  border-color: var(--wp--preset--color--secondary);
}
.hero-video.home .hero-video__content .wrap .hero-home__buttons li:last-child a:hover, .hero-video.home .hero-video__content .wrap .hero-home__buttons li:last-child a:active, .hero-video.home .hero-video__content .wrap .hero-home__buttons li:last-child a:focus {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secondary);
}
.hero-video.home .hero-video__content .wrap #scrolldown {
  display: none;
}
@media (min-width: 1024px) {
  .hero-video.home .hero-video__content .wrap {
    position: relative;
  }
  .hero-video.home .hero-video__content .wrap .hero-home__buttons {
    margin: var(--wp--preset--spacing--large) auto 0 0;
  }
  .hero-video.home .hero-video__content .wrap #scrolldown {
    display: block;
    position: absolute;
    bottom: var(--wp--preset--spacing--normal);
  }
}
.hero-video:not(.home) {
  margin-bottom: var(--wp--preset--spacing--large);
  position: relative;
}

.hero-text {
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, #12301f 19.16%, #1B462D 75%);
  overflow: hidden;
}
.hero-text:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/theme/pattern-1.svg");
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.215;
  pointer-events: none;
}
.hero-text__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(32rem, 31vw, 40rem);
}
.hero-text__content .wrap {
  width: 100%;
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
}
.hero-text h1 {
  max-width: 85rem;
  font-size: calc(var(--wp--preset--font-size--font-48) * 0.95);
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin: 0;
}
.hero-text h1:after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  margin: 3rem 0 3.4rem;
  background: #FDD97C;
}
.hero-text p {
  max-width: 60rem;
  font-size: calc(var(--wp--preset--font-size--font-24) * 1.075);
  font-weight: 300;
  line-height: 1.4;
  margin: 0 !important;
  color: inherit;
}

.hero-none {
  padding: calc(var(--wp--preset--spacing--large) * 1.35) 0 0 0;
}
.hero-none h1 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-38);
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: var(--wp--preset--color--dark-green);
}
.hero-none + .wrap > #content > .wp-block-group:first-child {
  padding-top: var(--wp--preset--spacing--small);
}
@media (min-width: 1024px) {
  .hero-none h1 {
    font-size: var(--wp--preset--font-size--font-38);
  }
}

.hero-products {
  padding: 4rem 0 5rem 0;
}
.hero-products .breadcrumbs {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 2rem;
}
