/*
Theme Name: Godliman
Theme URI: https://www.godliman.com/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: Godliman's website theme
Version: 1.0
License: All work ©2025 Godliman. Not for public use.
License URI: https://www.godliman.com/
Tags: 
Text Domain: godliman
*/
/* 
Use: Reset
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
@import url("https://use.typekit.net/nrn3vng.css");
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  /* be sure to specify a colour here */
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Image Cover / Fit
**************************************************************************/
.image-cover {
  position: relative;
}
.image-cover img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-fit {
  position: relative;
}
.image-fit img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-close {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-even {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-drop {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners,
.rounded-corners-close,
.rounded-corners-tight,
.rounded-corners-full {
  overflow: hidden;
}
.rounded-corners {
  border-radius: 0.75rem;
}
.rounded-corners-close {
  border-radius: 0.5rem;
}
.rounded-corners-tight {
  border-radius: 0.25rem;
}
.rounded-corners-full {
  border-radius: 100rem;
}
/*************************************************************************
 #Page Turn Corners
**************************************************************************/
.corner-page-turn:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #F2F2F2;
  border-bottom-left-radius: 3rem;
}
.corner-page-turn:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.corner-page-turn.right-turn:before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
.corner-page-turn.right-turn:after {
  left: unset;
  right: 0;
}
.light-grey-section .corner-page-turn:after {
  background-color: #F8F8F8;
}
.dark-grey-section .corner-page-turn:after {
  background-color: #1A1A1A;
}
.content-corner-link {
  position: relative;
  padding-bottom: 3rem !important;
}
.content-corner-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #BAD54F;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #1A1A1A;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-corner-link:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.content-corner-link:hover:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
.image-corner-link .image {
  position: relative;
}
.image-corner-link .image:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #BAD54F;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #1A1A1A;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.image-corner-link .image:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.image-corner-link:hover .image:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
/* 
Use: Measurements
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 999px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1300px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 112.5%;
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 118.75%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 125%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys ------------------------------------------------------------------------ */
/* #Brand Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
.light-section {
  color: #727272;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section a {
  color: #1A1A1A;
}
.light-section p {
  color: #727272;
}
.light-section .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.light-section .themed-button:hover {
  background-color: #d0eb62;
}
.light-section .icon-list li a:before {
  color: #08514E;
}
.light-section .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.light-section .content-module ul li:after {
  color: #08514E;
}
.dark-section {
  color: #FFFFFF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a {
  color: #FFFFFF;
}
.dark-section .pre-heading {
  color: #BAD54F;
}
.dark-section .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.dark-section .themed-button:hover {
  background-color: #F2F2F2;
}
.dark-section .icon-list li a:before {
  color: #FFFFFF;
}
.dark-section .content-module ul li {
  color: #FFFFFF !important;
}
.dark-section .timeline .entry .year {
  color: #BAD54F;
}
.dark-section .timeline .entry .content h3 {
  color: #FFFFFF;
}
.dark-section input[type="text"],
.dark-section input[type="password"],
.dark-section input[type="email"],
.dark-section input[type="number"],
.dark-section input[type="tel"],
.dark-section input[type="search"],
.dark-section input[type="checkbox"],
.dark-section input[type="radio"],
.dark-section select,
.dark-section textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.dark-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.white-section {
  background-color: #FFFFFF;
  color: #727272;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section a {
  color: #1A1A1A;
}
.white-section p {
  color: #727272;
}
.white-section .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.white-section .themed-button:hover {
  background-color: #d0eb62;
}
.white-section .icon-list li a:before {
  color: #08514E;
}
.white-section .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.white-section .content-module ul li:after {
  color: #08514E;
}
.green-section {
  background-color: #BAD54F;
  color: #FFFFFF;
}
.green-section h1,
.green-section h2,
.green-section h3,
.green-section h4,
.green-section h5,
.green-section h6,
.green-section p,
.green-section a {
  color: #FFFFFF;
}
.green-section .pre-heading {
  color: #BAD54F;
}
.green-section .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.green-section .themed-button:hover {
  background-color: #F2F2F2;
}
.green-section .icon-list li a:before {
  color: #FFFFFF;
}
.green-section .content-module ul li {
  color: #FFFFFF !important;
}
.green-section .timeline .entry .year {
  color: #BAD54F;
}
.green-section .timeline .entry .content h3 {
  color: #FFFFFF;
}
.green-section input[type="text"],
.green-section input[type="password"],
.green-section input[type="email"],
.green-section input[type="number"],
.green-section input[type="tel"],
.green-section input[type="search"],
.green-section input[type="checkbox"],
.green-section input[type="radio"],
.green-section select,
.green-section textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.green-section nf-field .html-container a {
  color: #FFFFFF;
}
.green-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.green-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.green-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.green-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.green-section .nf-error-msg {
  color: #FFFFFF;
}
.dark-green-section {
  background-color: #08514E;
  color: #FFFFFF;
}
.dark-green-section h1,
.dark-green-section h2,
.dark-green-section h3,
.dark-green-section h4,
.dark-green-section h5,
.dark-green-section h6,
.dark-green-section p,
.dark-green-section a {
  color: #FFFFFF;
}
.dark-green-section .pre-heading {
  color: #BAD54F;
}
.dark-green-section .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.dark-green-section .themed-button:hover {
  background-color: #F2F2F2;
}
.dark-green-section .icon-list li a:before {
  color: #FFFFFF;
}
.dark-green-section .content-module ul li {
  color: #FFFFFF !important;
}
.dark-green-section .timeline .entry .year {
  color: #BAD54F;
}
.dark-green-section .timeline .entry .content h3 {
  color: #FFFFFF;
}
.dark-green-section input[type="text"],
.dark-green-section input[type="password"],
.dark-green-section input[type="email"],
.dark-green-section input[type="number"],
.dark-green-section input[type="tel"],
.dark-green-section input[type="search"],
.dark-green-section input[type="checkbox"],
.dark-green-section input[type="radio"],
.dark-green-section select,
.dark-green-section textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.dark-green-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-green-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.dark-green-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-green-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-green-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.dark-green-section .nf-error-msg {
  color: #FFFFFF;
}
.dark-green-section.with-background-graphic:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/backgrounds/hero-center-align-bkg.svg');
}
.dark-green-section.with-background-graphic-alt {
  padding-bottom: 8rem;
}
@media screen and (min-width: 46.875em) {
  .dark-green-section.with-background-graphic-alt {
    padding-bottom: 10rem;
  }
}
.dark-green-section.with-background-graphic-alt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: calc(100% - (3.5rem + 1rem));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
@media screen and (min-width: 46.875em) {
  .dark-green-section.with-background-graphic-alt:after {
    width: calc(33.3% + 1rem*3);
  }
}
.grey-section {
  background-color: #F2F2F2;
  color: #727272;
}
.grey-section h1,
.grey-section h2,
.grey-section h3,
.grey-section h4,
.grey-section h5,
.grey-section h6,
.grey-section a {
  color: #1A1A1A;
}
.grey-section p {
  color: #727272;
}
.grey-section .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.grey-section .themed-button:hover {
  background-color: #d0eb62;
}
.grey-section .icon-list li a:before {
  color: #08514E;
}
.grey-section .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.grey-section .content-module ul li:after {
  color: #08514E;
}
.light-grey-section {
  background-color: #F8F8F8;
  color: #727272;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5,
.light-grey-section h6,
.light-grey-section a {
  color: #1A1A1A;
}
.light-grey-section p {
  color: #727272;
}
.light-grey-section .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.light-grey-section .themed-button:hover {
  background-color: #d0eb62;
}
.light-grey-section .icon-list li a:before {
  color: #08514E;
}
.light-grey-section .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.light-grey-section .content-module ul li:after {
  color: #08514E;
}
.light-grey-section .statistic-module .icon {
  background-color: #FFFFFF;
}
.dark-green-to-green-gradient-section {
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section h1,
.dark-green-to-green-gradient-section h2,
.dark-green-to-green-gradient-section h3,
.dark-green-to-green-gradient-section h4,
.dark-green-to-green-gradient-section h5,
.dark-green-to-green-gradient-section h6,
.dark-green-to-green-gradient-section p,
.dark-green-to-green-gradient-section a {
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section .pre-heading {
  color: #BAD54F;
}
.dark-green-to-green-gradient-section .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.dark-green-to-green-gradient-section .themed-button:hover {
  background-color: #F2F2F2;
}
.dark-green-to-green-gradient-section .icon-list li a:before {
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section .content-module ul li {
  color: #FFFFFF !important;
}
.dark-green-to-green-gradient-section .timeline .entry .year {
  color: #BAD54F;
}
.dark-green-to-green-gradient-section .timeline .entry .content h3 {
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section input[type="text"],
.dark-green-to-green-gradient-section input[type="password"],
.dark-green-to-green-gradient-section input[type="email"],
.dark-green-to-green-gradient-section input[type="number"],
.dark-green-to-green-gradient-section input[type="tel"],
.dark-green-to-green-gradient-section input[type="search"],
.dark-green-to-green-gradient-section input[type="checkbox"],
.dark-green-to-green-gradient-section input[type="radio"],
.dark-green-to-green-gradient-section select,
.dark-green-to-green-gradient-section textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.dark-green-to-green-gradient-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.dark-green-to-green-gradient-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-green-to-green-gradient-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.dark-green-to-green-gradient-section .nf-error-msg {
  color: #FFFFFF;
}
.dark-green-to-green-gradient-section.with-background-graphic:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: 33.3%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
.influenced-colour-section:has( + .light-grey-section ) {
  background-color: #F8F8F8;
  color: #727272;
}
.influenced-colour-section:has( + .light-grey-section ) .corner-page-turn:after {
  background-color: #F8F8F8;
}
.influenced-colour-section:has( + .light-grey-section ) h1,
.influenced-colour-section:has( + .light-grey-section ) h2,
.influenced-colour-section:has( + .light-grey-section ) h3,
.influenced-colour-section:has( + .light-grey-section ) h4,
.influenced-colour-section:has( + .light-grey-section ) h5,
.influenced-colour-section:has( + .light-grey-section ) h6,
.influenced-colour-section:has( + .light-grey-section ) a {
  color: #1A1A1A;
}
.influenced-colour-section:has( + .light-grey-section ) p {
  color: #727272;
}
.influenced-colour-section:has( + .light-grey-section ) .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.influenced-colour-section:has( + .light-grey-section ) .themed-button:hover {
  background-color: #d0eb62;
}
.influenced-colour-section:has( + .light-grey-section ) .icon-list li a:before {
  color: #08514E;
}
.influenced-colour-section:has( + .light-grey-section ) .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .content-module ul li:after {
  color: #08514E;
}
.influenced-colour-section:has( + .light-grey-section ) .statistic-module .icon {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .case-studies-listing {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .overlay-listing.with-link .image:after {
  background-color: #F8F8F8;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table {
  color: #727272;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table h1,
.influenced-colour-section:has( + .light-grey-section ) .data-table h2,
.influenced-colour-section:has( + .light-grey-section ) .data-table h3,
.influenced-colour-section:has( + .light-grey-section ) .data-table h4,
.influenced-colour-section:has( + .light-grey-section ) .data-table h5,
.influenced-colour-section:has( + .light-grey-section ) .data-table h6,
.influenced-colour-section:has( + .light-grey-section ) .data-table a {
  color: #1A1A1A;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table p {
  color: #727272;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .themed-button:hover {
  background-color: #d0eb62;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .icon-list li a:before {
  color: #08514E;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .content-module ul li:after {
  color: #08514E;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table thead tr th {
  background-color: #F2F2F2;
}
.influenced-colour-section:has( + .light-grey-section ) .key-benefit:before {
  background: linear-gradient(247deg, rgba(208, 235, 98, 0.5) 0%, #d0eb62 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .key-benefit:after {
  color: #08514E;
}
.influenced-colour-section:has( + .light-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.influenced-colour-section:has( + .white-section ) {
  background-color: #FFFFFF;
  color: #727272;
}
.influenced-colour-section:has( + .white-section ) h1,
.influenced-colour-section:has( + .white-section ) h2,
.influenced-colour-section:has( + .white-section ) h3,
.influenced-colour-section:has( + .white-section ) h4,
.influenced-colour-section:has( + .white-section ) h5,
.influenced-colour-section:has( + .white-section ) h6,
.influenced-colour-section:has( + .white-section ) a {
  color: #1A1A1A;
}
.influenced-colour-section:has( + .white-section ) p {
  color: #727272;
}
.influenced-colour-section:has( + .white-section ) .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.influenced-colour-section:has( + .white-section ) .themed-button:hover {
  background-color: #d0eb62;
}
.influenced-colour-section:has( + .white-section ) .icon-list li a:before {
  color: #08514E;
}
.influenced-colour-section:has( + .white-section ) .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.influenced-colour-section:has( + .white-section ) .content-module ul li:after {
  color: #08514E;
}
.influenced-colour-section:has( + .white-section ) .block-grid-module {
  background-color: #F8F8F8;
}
.influenced-colour-section:has( + .white-section ) .insights-listing {
  background-color: #F8F8F8;
}
.influenced-colour-section:has( + .white-section ) .key-benefit:before {
  background: linear-gradient(247deg, rgba(208, 235, 98, 0.5) 0%, #d0eb62 100%);
}
.influenced-colour-section:has( + .white-section ) .key-benefit:after {
  color: #08514E;
}
.influenced-colour-section:has( + .dark-green-section ) {
  background-color: #08514E;
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) h1,
.influenced-colour-section:has( + .dark-green-section ) h2,
.influenced-colour-section:has( + .dark-green-section ) h3,
.influenced-colour-section:has( + .dark-green-section ) h4,
.influenced-colour-section:has( + .dark-green-section ) h5,
.influenced-colour-section:has( + .dark-green-section ) h6,
.influenced-colour-section:has( + .dark-green-section ) p,
.influenced-colour-section:has( + .dark-green-section ) a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) .pre-heading {
  color: #BAD54F;
}
.influenced-colour-section:has( + .dark-green-section ) .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) .themed-button:hover {
  background-color: #F2F2F2;
}
.influenced-colour-section:has( + .dark-green-section ) .icon-list li a:before {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) .content-module ul li {
  color: #FFFFFF !important;
}
.influenced-colour-section:has( + .dark-green-section ) .timeline .entry .year {
  color: #BAD54F;
}
.influenced-colour-section:has( + .dark-green-section ) .timeline .entry .content h3 {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) input[type="text"],
.influenced-colour-section:has( + .dark-green-section ) input[type="password"],
.influenced-colour-section:has( + .dark-green-section ) input[type="email"],
.influenced-colour-section:has( + .dark-green-section ) input[type="number"],
.influenced-colour-section:has( + .dark-green-section ) input[type="tel"],
.influenced-colour-section:has( + .dark-green-section ) input[type="search"],
.influenced-colour-section:has( + .dark-green-section ) input[type="checkbox"],
.influenced-colour-section:has( + .dark-green-section ) input[type="radio"],
.influenced-colour-section:has( + .dark-green-section ) select,
.influenced-colour-section:has( + .dark-green-section ) textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.influenced-colour-section:has( + .dark-green-section ) nf-field .html-container a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.influenced-colour-section:has( + .dark-green-section ) nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ) nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.influenced-colour-section:has( + .dark-green-section ) .nf-error-msg {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-section ).with-background-graphic:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/backgrounds/hero-center-align-bkg.svg');
}
.influenced-colour-section:has( + .dark-green-section ).with-background-graphic-alt {
  padding-bottom: 8rem;
}
@media screen and (min-width: 46.875em) {
  .influenced-colour-section:has( + .dark-green-section ).with-background-graphic-alt {
    padding-bottom: 10rem;
  }
}
.influenced-colour-section:has( + .dark-green-section ).with-background-graphic-alt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: calc(100% - (3.5rem + 1rem));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
@media screen and (min-width: 46.875em) {
  .influenced-colour-section:has( + .dark-green-section ).with-background-graphic-alt:after {
    width: calc(33.3% + 1rem*3);
  }
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) {
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) h1,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) h2,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) h3,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) h4,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) h5,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) h6,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) p,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .pre-heading {
  color: #BAD54F;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .themed-button:hover {
  background-color: #F2F2F2;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .icon-list li a:before {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .content-module ul li {
  color: #FFFFFF !important;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .timeline .entry .year {
  color: #BAD54F;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .timeline .entry .content h3 {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="text"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="password"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="email"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="number"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="tel"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="search"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="checkbox"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="radio"],
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) select,
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) nf-field .html-container a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ) .nf-error-msg {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-green-to-green-gradient-section ).with-background-graphic:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: 33.3%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.influenced-colour-section:has( + .white-section ) + .outer-container.white-section {
  padding-top: 3rem;
}
.outer-container.dark-green-to-green-gradient-section + .outer-container.dark-green-to-green-gradient-section,
.outer-container.dark-green-section:not( .with-background-graphic, .side-by-side-content-and-image.fill, .hero-simple ) + .outer-container.dark-green-section,
.outer-container.light-grey-section + .outer-container.light-grey-section,
.outer-container.white-section + .outer-container.white-section {
  padding-top: 0;
}
.outer-container.video-module + .outer-container.video-module.vertical-double-padding {
  padding-top: 4.5rem;
}
.outer-container.vertical-double-padding-top + .outer-container.vertical-double-padding {
  padding-top: 4.5rem;
}
/* 
Use: Typography
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Montserrat Regular';
  src: url('fonts/futura-pt-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url('fonts/futura-pt-medium.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Semibold';
  src: url('fonts/futura-pt-semibold.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.futura-pt-regular {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.futura-pt-medium {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.futura-pt-semibold {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.futura-pt-bold {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: #d0eb62;
  text-shadow: none;
  color: #08514E;
}
::selection {
  background-color: #d0eb62;
  text-shadow: none;
  color: #08514E;
}
::-moz-selection {
  background-color: #d0eb62;
  text-shadow: none;
  color: #08514E;
}
body {
  font-size: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #727272;
  line-height: 1.5;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 1.675rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
small,
.small,
.small p {
  font-size: 0.75rem;
  line-height: 1.3;
}
.medium {
  font-size: 0.9rem;
  line-height: 1.4;
}
.green-text {
  color: #0e635f !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1A1A1A;
  line-height: 1.3;
}
h1 .pre-heading,
h2 .pre-heading,
h3 .pre-heading,
h4 .pre-heading,
h5 .pre-heading,
h6 .pre-heading {
  display: inherit;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  text-wrap: nowrap;
  width: 100%;
  margin-bottom: 0.75rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #BAD54F;
}
.center-text h1 .pre-heading,
.center-text h2 .pre-heading,
.center-text h3 .pre-heading,
.center-text h4 .pre-heading,
.center-text h5 .pre-heading,
.center-text h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.right-text h1 .pre-heading,
.right-text h2 .pre-heading,
.right-text h3 .pre-heading,
.right-text h4 .pre-heading,
.right-text h5 .pre-heading,
.right-text h6 .pre-heading {
  justify-content: flex-end;
}
.right-text h1 .pre-heading:before,
.right-text h2 .pre-heading:before,
.right-text h3 .pre-heading:before,
.right-text h4 .pre-heading:before,
.right-text h5 .pre-heading:before,
.right-text h6 .pre-heading:before {
  content: '';
  position: relative;
  height: 2px;
  width: 33.3%;
  background-color: #727272;
  margin-right: 1rem;
}
.right-text h1 .pre-heading:after,
.right-text h2 .pre-heading:after,
.right-text h3 .pre-heading:after,
.right-text h4 .pre-heading:after,
.right-text h5 .pre-heading:after,
.right-text h6 .pre-heading:after {
  content: unset;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
h6.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
h6.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline,
p.underline,
.content-wrapper.underline {
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #D9D9D9;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #1A1A1A;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
em {
  font-style: italic;
}
em strong {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.2rem;
}
.big-text {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.25rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
  font-size: 1.125rem;
  line-height: 1.4;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '“';
}
cite {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 auto;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.stretch-container {
  align-items: stretch;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .right-to-left > * {
    margin-right: 3%;
    margin-left: 0;
  }
}
/*************************************************************************
 #Contained Container
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .contained-container {
    padding: 0 4.5%;
  }
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Width modules
**************************************************************************/
.one-third-width {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .one-third-width {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-width {
    width: 33.3%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-double-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.vertical-double-margin-top {
  margin-top: 6rem;
}
.vertical-double-margin-bottom {
  margin-bottom: 6rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-double-padding {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.vertical-double-padding-top {
  padding-top: 4.5rem;
}
.vertical-double-padding-bottom {
  padding-bottom: 4.5rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Scroll Padding
**************************************************************************/
.scroll-padding {
  scroll-padding-top: 0;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  position: absolute!important;
  padding: 0.5rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF !important;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  transform-style: preserve-3d;
}
.wp-caption-text h1 .pre-heading,
.wp-caption-text h2 .pre-heading,
.wp-caption-text h3 .pre-heading,
.wp-caption-text h4 .pre-heading,
.wp-caption-text h5 .pre-heading,
.wp-caption-text h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.wp-caption-text:before {
  left: 0.5rem;
}
.wp-caption-text:after {
  content: '';
  position: absolute;
  transform: translateZ(-1px);
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-background-image {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image-fit .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:12 Ratio ------------------------------------------------------------------------ */
.one-by-one-two {
  padding-bottom: 120%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 140%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.button.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.button.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.button.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.button.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.button.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.button.green-button:hover {
  background-color: #d0eb62;
}
.button.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.button.white-button:hover {
  background-color: #F8F8F8;
}
.button.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.button.grey-button:hover {
  background-color: #727272;
}
.button.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon {
  padding-right: 0!important;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.button.search-button {
  padding-right: 0!important;
}
.button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.plus-button {
  padding-right: 0!important;
}
.button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0!important;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow {
  padding-right: 2rem;
}
.text-link.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.text-link.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow:hover:after {
  right: 0;
}
.text-link.with-circle-arrow {
  padding-right: 3.5rem;
}
.text-link.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.text-link.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.text-link:hover:before {
  height: 3px;
  opacity: 1;
}
.inline-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-bottom: 0;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:hover:before {
  height: 4px;
  opacity: 1;
}
/*************************************************************************
 #Hover Styles
**************************************************************************/
.button-hover {
  position: relative;
}
.button-hover:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button-hover:hover:after {
  width: 100%;
}
/*************************************************************************
 #Facet WP Module
**************************************************************************/
.facetwp-type-pager {
  float: left;
  width: 100%;
  margin: -3rem auto 3rem !important;
}
.facetwp-type-pager .facetwp-pager {
  position: relative;
  z-index: 1;
  width: 93.996%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .facetwp-type-pager .facetwp-pager {
    width: 61.664%;
  }
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
  background-color: #F2F2F2;
  min-width: 2.25rem;
  min-height: 2.25rem;
  border-radius: 2.25rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  background-color: #BAD54F;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  background-color: #BAD54F;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
  color: #08514E;
  background-color: #BAD54F;
  display: block;
  margin: 0 auto !important;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before,
.facetwp-type-pager .facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more:after {
  z-index: -1;
}
.facetwp-type-pager .facetwp-load-more.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.facetwp-type-pager .facetwp-load-more.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.facetwp-type-pager .facetwp-load-more.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.facetwp-type-pager .facetwp-load-more.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.facetwp-type-pager .facetwp-load-more.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.facetwp-type-pager .facetwp-load-more.green-button:hover {
  background-color: #d0eb62;
}
.facetwp-type-pager .facetwp-load-more.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.facetwp-type-pager .facetwp-load-more.white-button:hover {
  background-color: #F8F8F8;
}
.facetwp-type-pager .facetwp-load-more.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.facetwp-type-pager .facetwp-load-more.grey-button:hover {
  background-color: #727272;
}
.facetwp-type-pager .facetwp-load-more.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.facetwp-type-pager .facetwp-load-more.with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-type-pager .facetwp-load-more.download-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-type-pager .facetwp-load-more.search-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
}
.facetwp-type-pager .facetwp-load-more.plus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  content: '\2b';
}
.facetwp-type-pager .facetwp-load-more.minus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  content: '\2d';
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.facetwp-type-pager .facetwp-load-more:hover {
  background-color: #d0eb62;
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
.navigation.pagination {
  display: none;
}
/* 
Use: Forms
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0;
}
.tick-list li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.tick-list li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.tick-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.tick-list li a:hover {
  text-decoration: underline;
}
.tick-list li.email:before {
  content: '\f0e0';
}
.tick-list li.telephone:before {
  content: '\f095';
}
.tick-list li.mobile:before {
  content: '\f3ce';
}
.tick-list li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.tick-list li.address:before {
  content: '\f3c5';
}
.tick-list.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
.tick-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.tick-list li:before {
  position: absolute;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 2rem;
}
.tick-list.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Tick List
**************************************************************************/
.simple-tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.simple-tick-list li {
  list-style-type: none;
}
.simple-tick-list li ul,
.simple-tick-list li ol {
  margin-top: 0;
}
.simple-tick-list li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.simple-tick-list li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.simple-tick-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.simple-tick-list li a:hover {
  text-decoration: underline;
}
.simple-tick-list li.email:before {
  content: '\f0e0';
}
.simple-tick-list li.telephone:before {
  content: '\f095';
}
.simple-tick-list li.mobile:before {
  content: '\f3ce';
}
.simple-tick-list li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.simple-tick-list li.address:before {
  content: '\f3c5';
}
.simple-tick-list.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
.simple-tick-list li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.simple-tick-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.75rem;
}
/*************************************************************************
 #Tick List
**************************************************************************/
.simple-list {
  margin-left: 0;
}
.simple-list li {
  list-style-type: none;
}
.simple-list li ul,
.simple-list li ol {
  margin-top: 0;
}
.simple-list li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.simple-list li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.simple-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.simple-list li a:hover {
  text-decoration: underline;
}
.simple-list li.email:before {
  content: '\f0e0';
}
.simple-list li.telephone:before {
  content: '\f095';
}
.simple-list li.mobile:before {
  content: '\f3ce';
}
.simple-list li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.simple-list li.address:before {
  content: '\f3c5';
}
.simple-list.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
.simple-list li {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #727272;
}
.simple-list li:before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #BAD54F;
  content: '\f111';
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.5rem;
  background: none;
}
/*************************************************************************
 #Styled Tick List
**************************************************************************/
.styled-tick-list {
  margin-left: 0;
}
.styled-tick-list li {
  list-style-type: none;
}
.styled-tick-list li ul,
.styled-tick-list li ol {
  margin-top: 0;
}
.styled-tick-list li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.styled-tick-list li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.styled-tick-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.styled-tick-list li a:hover {
  text-decoration: underline;
}
.styled-tick-list li.email:before {
  content: '\f0e0';
}
.styled-tick-list li.telephone:before {
  content: '\f095';
}
.styled-tick-list li.mobile:before {
  content: '\f3ce';
}
.styled-tick-list li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.styled-tick-list li.address:before {
  content: '\f3c5';
}
.styled-tick-list.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
.styled-tick-list li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.styled-tick-list li:last-child {
  margin-bottom: 0;
}
.styled-tick-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.675rem;
  width: 1.675rem;
  border-radius: 50%;
  background: linear-gradient(247deg, #08514E 0%, #89B14F 100%);
}
.styled-tick-list li:after {
  position: absolute;
  top: -0.125rem;
  left: 0.575rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.375rem;
  content: '\f00c';
}
/*************************************************************************
 #Categories
**************************************************************************/
ul.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  margin-left: 0;
}
ul.categories li {
  list-style-type: none;
}
ul.categories li ul,
ul.categories li ol {
  margin-top: 0;
}
ul.categories li {
  margin: 0;
  padding: 0.25rem 1rem;
  border-radius: 3rem;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li.tax {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Link List
**************************************************************************/
.link-list {
  margin-left: 0;
}
.link-list li {
  list-style-type: none;
}
.link-list li ul,
.link-list li ol {
  margin-top: 0;
}
.link-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.link-list li a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  font-size: 0.9rem;
  line-height: 1.4;
  color: #BAD54F;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-list li a:hover {
  color: #BAD54F;
}
.link-list li a:hover:before {
  margin-left: 0.25rem;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
.post-details {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.post-details li {
  list-style-type: none;
}
.post-details li ul,
.post-details li ol {
  margin-top: 0;
}
.post-details li {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #727272;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
.icon-list {
  margin-left: 0;
}
.icon-list li {
  list-style-type: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0;
}
.icon-list li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.icon-list li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.icon-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.icon-list li a:hover {
  text-decoration: underline;
}
.icon-list li.email:before {
  content: '\f0e0';
}
.icon-list li.telephone:before {
  content: '\f095';
}
.icon-list li.mobile:before {
  content: '\f3ce';
}
.icon-list li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.icon-list li.address:before {
  content: '\f3c5';
}
.icon-list.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
/*************************************************************************
 #Social Links
**************************************************************************/
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
ul.social-links li:before {
  display: none;
}
ul.social-links li a {
  display: block;
  height: 2rem;
  width: 2rem;
  border-bottom: none;
  text-decoration: none;
}
ul.social-links li a:before {
  z-index: 2;
  width: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  color: #08514E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  will-change: transform;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.social-links li a:hover {
  text-decoration: none;
}
ul.social-links li.facebook a:before {
  content: '\f39e';
}
ul.social-links li.twitter a:before {
  content: '\e61b';
}
ul.social-links li.linkedin a:before {
  content: '\f0e1';
}
ul.social-links li.instagram a:before {
  content: '\f16d';
}
ul.social-links li.pinterest a:before {
  content: '\f231';
}
ul.social-links li.youtube a:before {
  content: '\f167';
}
ul.social-links li.mastodon a:before {
  content: '\f4f6';
}
ul.social-links li.threads a:before {
  content: '\e618';
}
ul.social-links li.bluesky a:before {
  content: '\e671';
}
ul.social-links li.email a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0e0';
}
/* 
Use: Modular
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero Layouts
**************************************************************************/
.hero-simple {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
}
.hero-half {
  position: relative;
  min-height: 35vh;
  overflow: hidden;
}
.hero-image {
  color: #FFFFFF;
  background-color: #08514E;
}
.hero-image h1,
.hero-image h2,
.hero-image h3,
.hero-image h4,
.hero-image h5,
.hero-image h6,
.hero-image p,
.hero-image a {
  color: #FFFFFF;
}
.hero-image .pre-heading {
  color: #BAD54F;
}
.hero-image .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.hero-image .themed-button:hover {
  background-color: #F2F2F2;
}
.hero-image .icon-list li a:before {
  color: #FFFFFF;
}
.hero-image .content-module ul li {
  color: #FFFFFF !important;
}
.hero-image .timeline .entry .year {
  color: #BAD54F;
}
.hero-image .timeline .entry .content h3 {
  color: #FFFFFF;
}
.hero-image input[type="text"],
.hero-image input[type="password"],
.hero-image input[type="email"],
.hero-image input[type="number"],
.hero-image input[type="tel"],
.hero-image input[type="search"],
.hero-image input[type="checkbox"],
.hero-image input[type="radio"],
.hero-image select,
.hero-image textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.hero-image nf-field .html-container a {
  color: #FFFFFF;
}
.hero-image input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.hero-image nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.hero-image nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.hero-image nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.hero-image .nf-error-msg {
  color: #FFFFFF;
}
.hero-image .pre-heading:before {
  background-color: #BAD54F;
}
.hero-image .dark-grey-section .pre-heading:before {
  background-color: #D9D9D9;
}
.hero-image .hero-content h1,
.hero-image .hero-content h2,
.hero-image .hero-content h3,
.hero-image .hero-content p {
  color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .hero-image .icon-image {
    margin-bottom: 0;
  }
  .hero-image .icon-image .image-container img {
    -o-object-position: right;
       object-position: right;
  }
}
.hero-image .responsive-background-image {
  background-color: #08514E;
  left: auto !important;
  opacity: 0.5;
}
@media screen and (min-width: 46.875em) {
  .hero-image .responsive-background-image {
    width: calc(50% - 1rem*3) !important;
    opacity: 1;
  }
}
.hero-image .responsive-background-image img {
  mix-blend-mode: luminosity;
}
.hero-image.low-opacity img,
.hero-image.low-opacity iframe,
.hero-image.low-opacity object,
.hero-image.low-opacity embed,
.hero-image.low-opacity video {
  opacity: 0.4;
}
.hero-image.left-gradient .image-container:after,
.hero-image.right-gradient .image-container:after,
.hero-image.left-gradient .video-container:after,
.hero-image.right-gradient .video-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 62.5em) {
  .hero-video .video-container {
    transform: scale(1.5) translateY(-50%);
  }
}
@media screen and (max-width: 46.875em) {
  .hero-video .video-container {
    transform: scale(3.5) translateY(-50%);
  }
}
.hero-plain:has( .hero-content.half-page ):after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: calc(100% - (3.5rem + 1rem));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url('img/backgrounds/hero-left-align-bkg.svg');
}
.hero-plain:has( .hero-content.three-quarters-page ) {
  padding-bottom: 7rem;
}
.hero-plain:has( .hero-content.three-quarters-page ):after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/backgrounds/hero-center-align-bkg.svg');
}
.hero-stat {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}
.hero-stat .statistic-module {
  padding: 0.75rem;
  overflow: hidden;
  border-radius: 0.75rem;
  max-width: 12rem;
  background-color: #FFFFFF;
}
.hero-stat .statistic-module .big-text {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #08514E;
}
.hero-stat .statistic-module p {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
.hero-team-member {
  background-color: #08514E;
  color: #FFFFFF;
}
.hero-team-member h1,
.hero-team-member h2,
.hero-team-member h3,
.hero-team-member h4,
.hero-team-member h5,
.hero-team-member h6,
.hero-team-member p,
.hero-team-member a {
  color: #FFFFFF;
}
.hero-team-member .pre-heading {
  color: #BAD54F;
}
.hero-team-member .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.hero-team-member .themed-button:hover {
  background-color: #F2F2F2;
}
.hero-team-member .icon-list li a:before {
  color: #FFFFFF;
}
.hero-team-member .content-module ul li {
  color: #FFFFFF !important;
}
.hero-team-member .timeline .entry .year {
  color: #BAD54F;
}
.hero-team-member .timeline .entry .content h3 {
  color: #FFFFFF;
}
.hero-team-member input[type="text"],
.hero-team-member input[type="password"],
.hero-team-member input[type="email"],
.hero-team-member input[type="number"],
.hero-team-member input[type="tel"],
.hero-team-member input[type="search"],
.hero-team-member input[type="checkbox"],
.hero-team-member input[type="radio"],
.hero-team-member select,
.hero-team-member textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.hero-team-member nf-field .html-container a {
  color: #FFFFFF;
}
.hero-team-member input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.hero-team-member nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.hero-team-member nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.hero-team-member nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.hero-team-member .nf-error-msg {
  color: #FFFFFF;
}
.hero-team-member.with-background-graphic:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/backgrounds/hero-center-align-bkg.svg');
}
.hero-team-member.with-background-graphic-alt {
  padding-bottom: 8rem;
}
@media screen and (min-width: 46.875em) {
  .hero-team-member.with-background-graphic-alt {
    padding-bottom: 10rem;
  }
}
.hero-team-member.with-background-graphic-alt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: calc(100% - (3.5rem + 1rem));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
@media screen and (min-width: 46.875em) {
  .hero-team-member.with-background-graphic-alt:after {
    width: calc(33.3% + 1rem*3);
  }
}
.hero-team-member .image .responsive-image-crop {
  background: linear-gradient(30deg, #08514E 18%, #89B14F 82%);
  width: 16rem;
  border-radius: 16rem;
  margin: 3rem auto 1.5rem;
}
.hero-team-member .image .responsive-image-crop img {
  padding-top: 3rem;
  filter: grayscale(1);
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs a {
  color: #FFFFFF;
  color: #BAD54F;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
/*************************************************************************
 #Content Module
**************************************************************************/
.content-module p a {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 2px;
  text-decoration: none;
  background-image: linear-gradient(#BAD54F, #d0eb62);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-module p a:hover {
  background-size: 100% 3px;
}
.content-module:not( .unstyled-lists ) ul {
  margin-left: 0;
}
.content-module:not( .unstyled-lists ) ul li {
  list-style-type: none;
}
.content-module:not( .unstyled-lists ) ul li ul,
.content-module:not( .unstyled-lists ) ul li ol {
  margin-top: 0;
}
.content-module:not( .unstyled-lists ) ul li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.content-module:not( .unstyled-lists ) ul li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.content-module:not( .unstyled-lists ) ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.content-module:not( .unstyled-lists ) ul li a:hover {
  text-decoration: underline;
}
.content-module:not( .unstyled-lists ) ul li.email:before {
  content: '\f0e0';
}
.content-module:not( .unstyled-lists ) ul li.telephone:before {
  content: '\f095';
}
.content-module:not( .unstyled-lists ) ul li.mobile:before {
  content: '\f3ce';
}
.content-module:not( .unstyled-lists ) ul li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.content-module:not( .unstyled-lists ) ul li.address:before {
  content: '\f3c5';
}
.content-module:not( .unstyled-lists ) ul.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
.content-module:not( .unstyled-lists ) ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content-module:not( .unstyled-lists ) ul li:last-child {
  margin-bottom: 0;
}
.content-module:not( .unstyled-lists ) ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.675rem;
  width: 1.675rem;
  border-radius: 50%;
  background: linear-gradient(247deg, #08514E 0%, #89B14F 100%);
}
.content-module:not( .unstyled-lists ) ul li:after {
  position: absolute;
  top: -0.125rem;
  left: 0.575rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.375rem;
  content: '\f00c';
}
.content-module:not( .unstyled-lists ) ul li {
  display: inline-block;
}
.content-module:not( .unstyled-lists ) ul li b {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.content-module:not( .unstyled-lists ) ul li > b {
  display: block;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.content-module:not( .unstyled-lists ) ul:last-child {
  margin-bottom: 0;
}
.content-module.unstyled-lists ul {
  margin-left: 0;
}
.content-module.unstyled-lists ul li {
  list-style-type: none;
}
.content-module.unstyled-lists ul li ul,
.content-module.unstyled-lists ul li ol {
  margin-top: 0;
}
.content-module.unstyled-lists ul li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.content-module.unstyled-lists ul li:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #08514E;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
}
.content-module.unstyled-lists ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.content-module.unstyled-lists ul li a:hover {
  text-decoration: underline;
}
.content-module.unstyled-lists ul li.email:before {
  content: '\f0e0';
}
.content-module.unstyled-lists ul li.telephone:before {
  content: '\f095';
}
.content-module.unstyled-lists ul li.mobile:before {
  content: '\f3ce';
}
.content-module.unstyled-lists ul li.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.content-module.unstyled-lists ul li.address:before {
  content: '\f3c5';
}
.content-module.unstyled-lists ul.circles li:before {
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(248deg, #89B14F 0%, #08514E 100%);
  border-radius: 50%;
}
.content-module.unstyled-lists ul li {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
  width: 100%;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #727272;
}
.content-module.unstyled-lists ul li:before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #BAD54F;
  content: '\f111';
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.5rem;
  background: none;
}
.content-module.unstyled-lists ul li {
  display: inline-block;
}
.content-module.unstyled-lists ul li b {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.content-module.unstyled-lists ul li > b {
  display: block;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.content-module.unstyled-lists ul:last-child {
  margin-bottom: 0;
}
/*************************************************************************
 #Insight Content
**************************************************************************/
.insight-content h1 {
  font-size: 1.35rem;
}
.insight-content h2 {
  font-size: 1.3rem;
}
.insight-content h3 {
  font-size: 1.25rem;
}
.insight-content h4 {
  font-size: 1.2rem;
}
.insight-content h5 {
  font-size: 1.1rem;
}
.insight-content h6 {
  font-size: 1rem;
}
.insight-content b,
.insight-content strong {
  color: #1A1A1A;
}
.insight-content p a {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 2px;
  text-decoration: none;
  background-image: linear-gradient(#BAD54F, #d0eb62);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.insight-content p a:hover {
  background-size: 100% 3px;
}
.insight-content ul {
  margin-left: 0;
  padding-left: 0.5rem;
}
.insight-content ul li {
  list-style-type: none;
}
.insight-content ul li ul,
.insight-content ul li ol {
  margin-top: 0;
}
.insight-content ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.insight-content ul li:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(247deg, rgba(137, 177, 79, 0.5) 0%, #89B14F 100%);
}
.insight-content ul li:last-child {
  margin-bottom: 0;
}
.insight-content blockquote {
  display: inline-block;
  background-color: #F8F8F8;
  padding: 1rem 1rem 1rem 1.5rem;
  border-left: 5px solid #BAD54F;
  margin: 0.75rem 0 1.5rem;
}
.insight-content blockquote:last-child {
  margin-bottom: 0;
}
.insight-content blockquote p {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
  font-size: 1rem;
  line-height: 1.4;
}
.insight-content blockquote p:before,
.insight-content blockquote p:after {
  content: '';
}
/*************************************************************************
 #Share Module
**************************************************************************/
.meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.meta-bar p {
  margin-bottom: 0;
}
.meta-bar .share-module {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  border-radius: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #F8F8F8;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1A1A1A;
}
@media screen and (min-width: 46.875em) {
  .meta-bar .share-module {
    align-self: flex-end;
  }
}
.meta-bar .share-module ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-left: 3rem;
}
.meta-bar .share-module ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  background-color: #BAD54F;
}
.meta-bar .share-module ul li a:hover {
  background-color: #d0eb62;
}
/*************************************************************************
 #Link Block
**************************************************************************/
.link-block {
  background-color: #F8F8F8;
  margin-top: 3rem;
}
.link-block.with-link {
  position: relative;
  padding-bottom: 3rem !important;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
.link-block.with-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #BAD54F;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #1A1A1A;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-block.with-link:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.link-block.with-link:hover:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
.link-block:not( .with-link ) {
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
.link-block:not( .with-link ):before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #F2F2F2;
  border-bottom-left-radius: 3rem;
}
.link-block:not( .with-link ):after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.link-block:not( .with-link ).right-turn:before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
.link-block:not( .with-link ).right-turn:after {
  left: unset;
  right: 0;
}
.link-block:not( .with-link ):before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
.link-block:not( .with-link ):after {
  left: unset;
  right: 0;
}
/*************************************************************************
 #With Elements
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .with-pre-heading {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 46.875em) {
  .with-content-right-padding {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 46.875em) {
  .with-content-left-padding {
    padding-left: 3rem;
  }
}
/*************************************************************************
 #Block Grid Module
**************************************************************************/
.block-grid-module {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.block-grid-module h3 {
  margin-top: auto;
  font-size: 1.25rem;
  color: #1A1A1A;
}
.block-grid-module p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #727272;
}
.block-grid-module .image {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}
.block-grid-module .image:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #08514E;
  mix-blend-mode: soft-light;
  opacity: 0.8;
}
.block-grid-module.with-link {
  padding-top: calc(1rem*1.75 * 2);
}
.block-grid-module.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.block-grid-module.with-link:hover .image-container {
  transform: scale(1.1);
}
.block-grid-module.with-link:before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #BAD54F;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-module.with-link:hover:before {
  right: 0.75rem;
}
.block-grid-module.white-section:after {
  background-color: #F8F8F8;
}
.block-grid-module.light-grey-section {
  background-color: #F8F8F8;
}
.block-grid-module.light-grey-section:after {
  background-color: #FFFFFF;
}
.white-section .block-grid-module {
  background-color: #F8F8F8;
}
/*************************************************************************
 #Case Studies Listing
**************************************************************************/
.case-studies-listing {
  display: flex;
  flex-direction: column;
  background-color: #F8F8F8;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.case-studies-listing .content {
  padding: 0.75rem 0;
}
.case-studies-listing .content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #1A1A1A;
}
.case-studies-listing .content p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #727272;
}
.case-studies-listing .image {
  position: relative;
  margin-top: auto;
  overflow: hidden;
  border-radius: 0.75rem;
}
.case-studies-listing .image:after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #08514E;
  mix-blend-mode: soft-light;
  opacity: 0.8;
}
.case-studies-listing .image img {
  filter: grayscale(1);
  opacity: 0.8;
}
.case-studies-listing.with-link {
  padding-top: calc(1rem*1.75 * 2);
}
.case-studies-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.case-studies-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.case-studies-listing.with-link:after {
  content: 'Case Study';
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 1rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  border-radius: 1.75rem;
  border: 1px solid #D9D9D9;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
}
.case-studies-listing.with-link:before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #BAD54F;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.case-studies-listing.with-link:hover:before {
  right: 0.75rem;
}
.light-grey-section .case-studies-listing {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Resources Listing
**************************************************************************/
.resources-listing {
  display: flex;
  flex-direction: column;
  background-color: #F8F8F8;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.resources-listing .content {
  padding: 0.75rem 0;
}
.resources-listing .content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #1A1A1A;
}
.resources-listing .content p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #727272;
}
.resources-listing ul.categories {
  margin-top: auto;
  padding-top: 0.75rem;
}
.resources-listing ul.categories li {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: center;
}
.resources-listing ul.categories li h1 .pre-heading,
.resources-listing ul.categories li h2 .pre-heading,
.resources-listing ul.categories li h3 .pre-heading,
.resources-listing ul.categories li h4 .pre-heading,
.resources-listing ul.categories li h5 .pre-heading,
.resources-listing ul.categories li h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.resources-listing.with-file,
.resources-listing.with-link {
  padding-top: calc(1rem*1.75 * 2);
}
.resources-listing.with-file .image-container,
.resources-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.resources-listing.with-file:hover .image-container,
.resources-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.resources-listing.with-file:after,
.resources-listing.with-link:after {
  content: 'Resource';
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 1rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  border-radius: 1.75rem;
  border: 1px solid #D9D9D9;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
}
.resources-listing.with-file:before,
.resources-listing.with-link:before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #BAD54F;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
  content: '\f08e';
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.resources-listing.with-file:hover:before,
.resources-listing.with-link:hover:before {
  right: 0.75rem;
}
.resources-listing.with-file:before {
  content: '\f063';
}
.resources-listing.with-file .type {
  position: absolute;
  top: 1rem;
  right: 3.5rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.3;
}
.resources-listing.with-file .type span {
  text-transform: uppercase;
  margin-left: 0.25rem;
}
.resources-listing.with-file:hover:before {
  right: 1rem;
  top: 1.125rem;
}
/*************************************************************************
 #Team Listing Module
**************************************************************************/
.team-member-listing .image {
  padding: 0 1.5rem;
}
.team-member-listing .image .responsive-image-crop {
  background: linear-gradient(30deg, #08514E 18%, #89B14F 82%);
  border-radius: 16rem;
}
.team-member-listing .image .responsive-image-crop img {
  position: relative;
  top: 0.75rem;
  padding-top: 0.75rem;
  filter: grayscale(1);
}
.team-member-listing .content {
  padding-top: 1rem;
}
.team-member-listing .content h3 {
  margin-bottom: 0.5rem;
}
.team-member-listing .content p {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
}
.team-member-listing.with-link .image {
  position: relative;
}
.team-member-listing.with-link .image img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.team-member-listing.with-link .image:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  position: absolute;
  right: 1.5rem;
  bottom: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #1A1A1A;
  background-color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.team-member-listing.with-link:hover .image img {
  top: 0;
}
.team-member-listing.with-link:hover .image:after {
  right: 1.25rem;
}
.team-members {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.team-members .team-member-listing {
  width: 14rem;
}
.team-members .team-member-listing .image {
  padding: 0;
}
/*************************************************************************
 #Overlay Listing Module
**************************************************************************/
.overlay-listing {
  display: flex;
  aspect-ratio: 3 / 2;
}
.overlay-listing .content {
  align-self: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}
.overlay-listing .content h3 {
  width: 100%;
  font-size: 1.5rem;
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.overlay-listing .content p {
  color: #FFFFFF;
}
.overlay-listing .content:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.overlay-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.overlay-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.overlay-listing.with-link .responsive-background-image {
  background-color: #000000;
}
.overlay-listing.with-link .responsive-background-image img {
  opacity: 0.8;
}
.overlay-listing.with-link:hover img {
  opacity: 1;
}
.light-grey-section .overlay-listing.with-link .image:after {
  background-color: #F8F8F8;
}
.dark-grey-section .overlay-listing.with-link .image:after {
  background-color: #1A1A1A;
}
/*************************************************************************
 #Insights Listing
**************************************************************************/
.insights-listing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #F8F8F8;
  min-height: 12rem;
  width: 93.996%;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .insights-listing {
    width: 69.747%;
  }
}
.insights-listing .content {
  display: flex;
  flex-direction: column;
}
.insights-listing .content ul.categories {
  margin-bottom: 1.5rem;
}
.insights-listing .content ul.categories li {
  font-size: 0.75rem;
  line-height: 1.3;
}
.insights-listing .content ul.post-details {
  margin-top: auto;
}
.insights-listing:not( :has( .image )) {
  background-color: #F8F8F8;
  padding: 1.5rem;
}
.insights-listing:not( :has( .image )) .content {
  padding: 0;
}
@media screen and (min-width: 40.625em) {
  .insights-listing:has( .image ) {
    border-bottom: none;
  }
}
.insights-listing:has( .image ) .image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  overflow: clip;
}
@media screen and (min-width: 40.625em) {
  .insights-listing:has( .image ) .image {
    aspect-ratio: 3 / 2;
    height: 100%;
    width: 33.3%;
  }
}
.insights-listing:has( .image ) .image:before {
  content: 'Insight';
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 3rem;
  background-color: #08514E;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #FFFFFF;
}
.insights-listing:has( .image ) .image:after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #08514E;
  mix-blend-mode: soft-light;
  opacity: 0.8;
}
.insights-listing:has( .image ) .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  will-change: transform;
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
}
.insights-listing:has( .image ) .content {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 40.625em) {
  .insights-listing:has( .image ) .content {
    height: 100%;
    width: 66.6%;
  }
}
.insights-listing:has( .image ) .content h3,
.insights-listing:has( .image ) .content .post-details {
  width: 100%;
}
.insights-listing.with-link .content:after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #BAD54F;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.insights-listing.with-link:hover .image img {
  transform: scale(1.1);
}
.insights-listing.with-link:hover .content:after {
  right: 0.75rem;
}
.related-insights .insights-listing {
  background-color: #FFFFFF;
  min-height: unset;
  width: 100%;
}
.related-insights .insights-listing .image {
  height: auto;
  min-height: 100%;
}
.related-insights .insights-listing .content p {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
.related-insights .insights-listing .content ul.post-details {
  margin-top: 1rem;
}
.white-section .insights-listing {
  background-color: #F8F8F8;
}
/*************************************************************************
 #Icon Block Grid Module
**************************************************************************/
.icon-block-grid-module {
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.icon-block-grid-module .content .pre-heading {
  color: #BAD54F;
}
.icon-block-grid-module .content h3 {
  font-size: 1.25rem;
}
.icon-block-grid-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2rem;
  width: 2rem;
  margin-bottom: 1rem;
}
.icon-block-grid-module .icon:not( .colourised ):before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: var(--data-icon);
}
.icon-block-grid-module .icon.colourised:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background: linear-gradient(247deg, #08514E 0%, #89B14F 100%);
}
.icon-block-grid-module.circle .icon {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(247deg, #08514E 0%, #89B14F 100%);
  margin-bottom: 3rem;
}
.icon-block-grid-module.circle .icon:not( .colourised ):before {
  background-size: 1.75rem;
  background-position: center;
  background-image: var(--data-icon);
}
.icon-block-grid-module.circle .icon.colourised:before {
  -webkit-mask-size: 1.75rem;
          mask-size: 1.75rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background: #FFFFFF;
}
.icon-block-grid-module.circle .content h3 {
  font-size: 1.5rem;
}
.icon-block-grid-module:not( .carousel-item ):has( .pre-heading ) .content {
  margin-top: auto;
}
.icon-block-grid-module.dark-green-section .content h3,
.icon-block-grid-module.dark-green-section .content p {
  color: #FFFFFF;
}
.icon-block-grid-module.white-section .content .pre-heading,
.icon-block-grid-module.light-grey-section .content .pre-heading {
  color: #08514E;
}
.icon-block-grid-module.white-section .content h3,
.icon-block-grid-module.light-grey-section .content h3 {
  color: #000000;
}
.icon-block-grid-module.white-section .content h3,
.icon-block-grid-module.light-grey-section .content h3,
.icon-block-grid-module.white-section .content p,
.icon-block-grid-module.light-grey-section .content p {
  color: #1A1A1A;
}
.icon-block-grid-module.white-section {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.icon-block-grid-module.with-link {
  position: relative;
  padding-bottom: 4.5rem;
}
.icon-block-grid-module.with-link:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  position: absolute;
  right: 1.5rem;
  bottom: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #1A1A1A;
  background-color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-block-grid-module.with-link:hover:after {
  right: 1.25rem;
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.rows .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 46.875em) {
  .rows .row {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
.rows .row.items-1 .row-module {
  width: 100%;
}
.rows .row.items-2 .row-module {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .rows .row.items-2 .row-module {
    width: calc(50% - 1rem*0.5);
  }
}
.rows .row.items-3 .row-module {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .rows .row.items-3 .row-module {
    width: calc(33.3% - 1rem);
  }
}
/*************************************************************************
 #Process Block Grid Module
**************************************************************************/
.process-block-grid-modules .process-block-grid-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process-block-grid-modules .process-block-grid-module .icon {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  height: 6rem;
  aspect-ratio: 1;
  padding: 1rem;
  margin-bottom: 0;
}
.process-block-grid-modules .process-block-grid-module .content {
  width: 100%;
}
.process-block-grid-modules .process-block-grid-module:has( .button ) .content {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .process-block-grid-modules.inline .inner-container:has( .process-block-grid-module ):before {
    content: '';
    position: absolute;
    top: 3rem;
    left: 15%;
    height: 1px;
    width: 70%;
    background-color: #D9D9D9;
  }
}
.process-block-grid-modules.inline .process-block-grid-module h3 {
  font-size: 1.25rem;
  color: #08514E;
}
.process-block-grid-modules.default .process-block-grid-module {
  padding: 1.5rem;
}
.process-block-grid-modules.default .process-block-grid-module:before {
  content: '';
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  border-radius: 0.75rem;
}
.process-block-grid-modules.default .process-block-grid-module:has( .icon ):before {
  top: 4rem;
  height: calc(100% - 1rem*4);
}
.process-block-grid-modules.default .inner-container:has( .content-module + .process-block-grid-module ) .process-block-grid-module {
  margin-top: -3rem;
}
@media screen and (min-width: 46.875em) {
  .process-block-grid-modules.default .inner-container:has( .content-module + .process-block-grid-module ) .process-block-grid-module {
    align-self: stretch;
    align-content: flex-start;
    margin-bottom: 6rem;
  }
}
.process-block-grid-modules.light-grey-section .process-block-grid-module .icon {
  background-color: #F8F8F8;
}
/*************************************************************************
 #Step Block Grid Module
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .step-block-grid-modules .inner-container:has( .step-block-grid-module ):before {
    content: '';
    position: absolute;
    top: 3rem;
    left: 15%;
    height: 1px;
    width: 70%;
    background-color: #D9D9D9;
  }
}
.step-block-grid-modules .step-block-grid-module .count {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  aspect-ratio: 1;
  padding: 1rem;
  margin-bottom: 0;
  color: #08514E;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 2rem;
}
.step-block-grid-modules .step-block-grid-module .count h1 .pre-heading,
.step-block-grid-modules .step-block-grid-module .count h2 .pre-heading,
.step-block-grid-modules .step-block-grid-module .count h3 .pre-heading,
.step-block-grid-modules .step-block-grid-module .count h4 .pre-heading,
.step-block-grid-modules .step-block-grid-module .count h5 .pre-heading,
.step-block-grid-modules .step-block-grid-module .count h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.step-block-grid-modules .step-block-grid-module h3 {
  font-size: 1.25rem;
  color: #000000;
}
/*************************************************************************
 #Tabbed Content
**************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabbed-content .tabs-navigation {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
  padding: 0.5rem;
  background-color: #074543;
  border-radius: 2.5rem;
}
@media screen and (min-width: 40.625em) {
  .tabbed-content .tabs-navigation {
    flex-wrap: nowrap;
  }
}
.tabbed-content .tabs-navigation button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2rem;
  min-height: 2.5rem;
  border-radius: 2.5rem;
  color: #FFFFFF;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 40.625em) {
  .tabbed-content .tabs-navigation button {
    width: auto;
  }
}
.tabbed-content .tabs-navigation button:hover {
  color: #FFFFFF;
  background-color: #08514E;
}
.tabbed-content .tabs-navigation button.active {
  color: #0e635f;
  background-color: #BAD54F;
  pointer-events: none;
}
.tabbed-content .tab {
  display: none;
  animation: fadeIn 750ms;
}
.tabbed-content .tab.active {
  display: flex;
}
.process-tabs .tabs-navigation {
  background-color: #FFFFFF;
  padding: 0;
  gap: 0;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 1px #D9D9D9;
  overflow: clip;
}
.process-tabs .tabs-navigation button {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 1.125rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0e635f;
}
.process-tabs .tabs-navigation button:last-child {
  border: none;
}
@media screen and (min-width: 46.875em) {
  .process-tabs .tabs-navigation button {
    width: auto;
    border: none;
  }
  .process-tabs .tabs-navigation button:not( :first-child ):before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(-1rem*1.5 + 1.5px);
    height: 100%;
    width: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url('img/backgrounds/process-tab-hover.svg');
    opacity: 0;
    transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .process-tabs .tabs-navigation button:not( :last-child ):after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -1px;
    height: 100%;
    width: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('img/backgrounds/process-tab-default.svg');
    transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.process-tabs .tabs-navigation button figure.icon {
  position: relative;
  height: 2rem;
  width: 2rem;
  margin-right: 0.5rem;
}
.process-tabs .tabs-navigation button figure.icon img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.process-tabs .tabs-navigation button figure.icon.active {
  display: none;
}
.process-tabs .tabs-navigation button:hover {
  background-color: #FFFFFF;
  color: #89B14F;
}
.process-tabs .tabs-navigation button.active {
  background-color: #0e635f;
  color: #FFFFFF;
}
.process-tabs .tabs-navigation button.active:not( :first-child ):before {
  opacity: 1;
}
.process-tabs .tabs-navigation button.active figure.icon.default {
  display: none;
}
.process-tabs .tabs-navigation button.active figure.icon.active {
  display: inline-block;
}
/*************************************************************************
 #USP Module
**************************************************************************/
.usp-module {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.usp-module:not( :last-child ):after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
@media screen and (min-width: 46.875em) {
  .usp-module:not( :last-child ):after {
    content: unset;
  }
}
.usp-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #F8F8F8;
  border-radius: 50%;
  overflow: hidden;
}
.usp-module .icon:before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -webkit-mask-size: 1.75rem;
          mask-size: 1.75rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #BAD54F;
}
.usp-module .heading {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
}
.usp-module:has( .icon ):not( :last-child ) .heading {
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 0;
}
@media screen and (min-width: 46.875em) {
  .usp-module:has( .icon ):not( :last-child ) .heading {
    border-right: 1px solid #D9D9D9;
  }
}
.dark-grey-section .usp-module:has( .icon ) .heading {
  border-color: #727272;
}
/*************************************************************************
 #Featured Testimonial
**************************************************************************/
.featured-testimonial {
  background-color: #08514E;
  color: #FFFFFF;
  padding: 3rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.featured-testimonial h1,
.featured-testimonial h2,
.featured-testimonial h3,
.featured-testimonial h4,
.featured-testimonial h5,
.featured-testimonial h6,
.featured-testimonial p,
.featured-testimonial a {
  color: #FFFFFF;
}
.featured-testimonial .pre-heading {
  color: #BAD54F;
}
.featured-testimonial .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.featured-testimonial .themed-button:hover {
  background-color: #F2F2F2;
}
.featured-testimonial .icon-list li a:before {
  color: #FFFFFF;
}
.featured-testimonial .content-module ul li {
  color: #FFFFFF !important;
}
.featured-testimonial .timeline .entry .year {
  color: #BAD54F;
}
.featured-testimonial .timeline .entry .content h3 {
  color: #FFFFFF;
}
.featured-testimonial input[type="text"],
.featured-testimonial input[type="password"],
.featured-testimonial input[type="email"],
.featured-testimonial input[type="number"],
.featured-testimonial input[type="tel"],
.featured-testimonial input[type="search"],
.featured-testimonial input[type="checkbox"],
.featured-testimonial input[type="radio"],
.featured-testimonial select,
.featured-testimonial textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.featured-testimonial nf-field .html-container a {
  color: #FFFFFF;
}
.featured-testimonial input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.featured-testimonial nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.featured-testimonial nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.featured-testimonial nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.featured-testimonial .nf-error-msg {
  color: #FFFFFF;
}
.featured-testimonial.with-background-graphic:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/backgrounds/hero-center-align-bkg.svg');
}
.featured-testimonial.with-background-graphic-alt {
  padding-bottom: 8rem;
}
@media screen and (min-width: 46.875em) {
  .featured-testimonial.with-background-graphic-alt {
    padding-bottom: 10rem;
  }
}
.featured-testimonial.with-background-graphic-alt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: calc(100% - (3.5rem + 1rem));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
@media screen and (min-width: 46.875em) {
  .featured-testimonial.with-background-graphic-alt:after {
    width: calc(33.3% + 1rem*3);
  }
}
.featured-testimonial blockquote,
.featured-testimonial .details {
  position: relative;
  z-index: 1;
}
.featured-testimonial cite {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.3;
  line-height: 1.1;
  padding: 0.375rem 1.5rem;
  border-radius: 2rem;
  background-color: #074543;
  color: #FFFFFF;
}
.featured-testimonial:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
.featured-testimonial:has( .side-testimonial ) {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
@media screen and (min-width: 46.875em) {
  .featured-testimonial:has( .side-testimonial ) {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.featured-testimonial:has( .side-testimonial ):after {
  right: 0;
  left: unset;
  transform: scaleX(-1);
}
.featured-testimonial:has( .side-testimonial ) .statistic-module {
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
  z-index: 1;
  padding: 1.5rem 1rem;
  min-width: 14rem;
  background-color: #074543;
}
.featured-testimonial:has( .side-testimonial ) .statistic-module .big-text {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #BAD54F;
}
.featured-testimonial:has( .side-testimonial ) .statistic-module p {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}
/*************************************************************************
 #Content and Testimonial Module
**************************************************************************/
.content-and-testimonial .featured-testimonial cite {
  justify-content: center;
}
@media screen and (min-width: 78.125em) {
  .content-and-testimonial .content-module {
    width: 53.581%;
  }
  .content-and-testimonial .featured-testimonial {
    width: 37.415%;
  }
}
/*************************************************************************
 #Form Embed Module
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .form-embed-module .one-quarter-page {
    width: 93.996%;
  }
}
.form-embed {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: #F8F8F8;
}
.form-embed input[type="text"],
.form-embed input[type="password"],
.form-embed input[type="email"],
.form-embed input[type="number"],
.form-embed input[type="tel"],
.form-embed input[type="search"],
.form-embed input[type="checkbox"],
.form-embed input[type="radio"],
.form-embed select,
.form-embed textarea {
  box-shadow: inset 0 0 0 1px #F2F2F2;
}
/*************************************************************************
 #Social Block
**************************************************************************/
.social-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #BAD54F;
}
.social-block:before {
  content: '';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #89B14F;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.social-block.telephone:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f095';
}
.social-block.email:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0e0';
}
.social-block.facebook:before {
  content: '\f39e';
}
.social-block.twitter:before {
  content: '\f099';
}
.social-block.linkedin:before {
  content: '\f08c';
}
.social-block.instagram:before {
  content: '\f16d';
}
.social-block.pinterest:before {
  content: '\f231';
}
.social-block.youtube:before {
  content: '\f167';
}
.social-block.mastodon:before {
  content: '\f4f6';
}
.social-block.threads:before {
  content: '\e618';
}
.social-block h4 {
  color: #FFFFFF;
}
.social-block a {
  color: #FFFFFF;
  text-decoration: none;
}
.social-block a:hover {
  text-decoration: underline;
}
/*************************************************************************
 #Logos
**************************************************************************/
.logos .logo {
  padding: 0.75rem 1.5rem;
}
/*************************************************************************
 #Testimonial Card
**************************************************************************/
.testimonial blockquote p {
  color: #08514E;
}
.testimonial cite {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #727272;
  font-size: 0.75rem;
  line-height: 1.3;
  line-height: 1.1;
  padding: 0.375rem 1.5rem;
  background-color: #F2F2F2;
  border-radius: 2rem;
}
/*************************************************************************
 #Timeline
**************************************************************************/
.timeline .entry {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
}
.timeline .entry .year {
  position: absolute;
  top: -0.125rem;
  left: 0;
  font-size: 1.375rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #08514E;
}
.timeline .entry .content {
  padding-top: 0.125rem;
  padding-left: 6rem;
}
.timeline .entry .content:before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 3.75rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(-248deg, #89B14F 0%, #08514E 100%);
}
.timeline .entry .content:after {
  content: '';
  position: absolute;
  top: 2.5rem;
  left: calc(1rem*4.5 - 0.5px);
  height: calc(100% - 1rem*2.5);
  width: 1px;
  background-color: #D9D9D9;
}
.timeline .entry .content h3 {
  font-size: 1.125rem;
  color: #08514E;
}
/*************************************************************************
 #Social
**************************************************************************/
.social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
/*************************************************************************
 #Side by Side Content and Image
**************************************************************************/
.side-by-side-content-and-image.fit .image-container {
  padding: 1.5rem;
}
.side-by-side-content-and-image.fill {
  padding-bottom: 20rem;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-image.fill {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    padding-bottom: unset;
  }
}
.side-by-side-content-and-image.fill .responsive-background-image {
  left: auto !important;
  background-color: #08514E;
  width: calc(50% - 1rem*3) !important;
}
@media screen and (max-width: 46.8125em) {
  .side-by-side-content-and-image.fill .responsive-background-image {
    top: auto !important;
    width: 100% !important;
    height: 20rem !important;
  }
}
.side-by-side-content-and-image.fill .responsive-background-image img {
  opacity: 0.4;
  mix-blend-mode: luminosity;
}
.side-by-side-content-and-image.fill:has( .right-to-left ) .responsive-background-image {
  right: auto;
  left: 0 !important;
}
/*************************************************************************
 #Side by Side Content and Statistic
**************************************************************************/
.side-by-side-content-and-statistic .statistic-module {
  padding: 0.75rem;
  overflow: hidden;
  border-radius: 0.75rem;
  max-width: 12rem;
  background-color: #08514E;
}
.side-by-side-content-and-statistic .statistic-module .big-text {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #BAD54F;
}
.side-by-side-content-and-statistic .statistic-module p {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}
/*************************************************************************
 #Boxed Content
**************************************************************************/
.boxed-content {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 3rem;
}
@media screen and (min-width: 46.875em) {
  .boxed-content {
    padding: 3rem 9rem;
  }
}
/*************************************************************************
 #Content Over Background Image
**************************************************************************/
.content-over-background-image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 1rem;
  width: 21.249%;
  background-color: #BAD54F;
}
.content-over-background-image .hero-content {
  padding: 3rem 0;
}
@media screen and (min-width: 46.875em) {
  .content-over-background-image .hero-content {
    padding: 4.5rem 1.5rem;
  }
}
.content-over-background-image .hero-content h3 {
  font-size: 1.875rem;
}
.content-over-background-image .hero-content h3 .pre-heading {
  color: #FFFFFF;
  opacity: 0.75;
}
.content-over-background-image .hero-content h3 .pre-heading:before,
.content-over-background-image .hero-content h3 .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.75;
}
/*************************************************************************
 #Full Width Image with Content
**************************************************************************/
.full-width-image-with-content .responsive-background-image {
  width: 100% !important;
  left: 0 !important;
}
.full-width-image-with-content .responsive-background-image img {
  opacity: 0.2;
}
/*************************************************************************
 #Map Image
**************************************************************************/
.map-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35vh;
  overflow: hidden;
  border-radius: 0.75rem;
}
.map-image:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('img/ui/map-marker.svg');
}
/*************************************************************************
 #Video Module
**************************************************************************/
.video-module .video-container {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.75rem;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-module .placeholder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-module .placeholder:before,
.video-module .placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 2.5rem;
  width: 2.5rem;
}
.video-module .placeholder:before {
  z-index: 3;
  content: '\f04b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #08514E;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 2px;
}
.video-module .placeholder:after {
  z-index: 2;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.video-module .placeholder .image-container:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #08514E;
  opacity: 0.8;
}
.video-module .placeholder:hover {
  cursor: pointer;
}
.video-module .placeholder:hover:after {
  background-color: #d0eb62;
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  width: 100%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 62%;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: calc(100% - 1rem*6);
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 62%;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transform: scale(1.01);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-over-image .content {
  width: 93.996%;
  position: relative;
  padding: 3rem;
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 37.415%;
    margin-bottom: 3rem;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
@media screen and (min-width: 78.125em) {
  .content-over-image .content {
    width: 29.332%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
.data-table {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  box-shadow: 0 0 0 1px #D9D9D9;
}
.data-table table {
  color: #727272;
  text-align: center;
  width: 100%;
  background-color: #FFFFFF;
}
.data-table table h1,
.data-table table h2,
.data-table table h3,
.data-table table h4,
.data-table table h5,
.data-table table h6,
.data-table table a {
  color: #1A1A1A;
}
.data-table table p {
  color: #727272;
}
.data-table table .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.data-table table .themed-button:hover {
  background-color: #d0eb62;
}
.data-table table .icon-list li a:before {
  color: #08514E;
}
.data-table table .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.data-table table .content-module ul li:after {
  color: #08514E;
}
.data-table table h1 .pre-heading,
.data-table table h2 .pre-heading,
.data-table table h3 .pre-heading,
.data-table table h4 .pre-heading,
.data-table table h5 .pre-heading,
.data-table table h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.data-table table tr th,
.data-table table tr td {
  padding: 1rem 1rem 0.25rem;
}
.data-table table tr th:last-child,
.data-table table tr td:last-child {
  border-right: none;
}
.data-table table thead tr th {
  padding-top: 0.25rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1A1A1A;
}
.data-table table tbody {
  border-top: none;
}
.data-table table tbody tr,
.data-table table tfoot tr {
  border-bottom: 1px solid #D9D9D9;
}
.data-table table tbody tr:last-child,
.data-table table tfoot tr:last-child {
  border-bottom: none;
}
.light-grey-section .data-table {
  color: #727272;
}
.light-grey-section .data-table h1,
.light-grey-section .data-table h2,
.light-grey-section .data-table h3,
.light-grey-section .data-table h4,
.light-grey-section .data-table h5,
.light-grey-section .data-table h6,
.light-grey-section .data-table a {
  color: #1A1A1A;
}
.light-grey-section .data-table p {
  color: #727272;
}
.light-grey-section .data-table .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.light-grey-section .data-table .themed-button:hover {
  background-color: #d0eb62;
}
.light-grey-section .data-table .icon-list li a:before {
  color: #08514E;
}
.light-grey-section .data-table .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.light-grey-section .data-table .content-module ul li:after {
  color: #08514E;
}
.light-grey-section .data-table thead tr th {
  background-color: #F2F2F2;
}
.dark-grey-section .data-table {
  color: #FFFFFF;
  background-color: #1A1A1A;
  border: 1px solid #727272;
}
.dark-grey-section .data-table h1,
.dark-grey-section .data-table h2,
.dark-grey-section .data-table h3,
.dark-grey-section .data-table h4,
.dark-grey-section .data-table h5,
.dark-grey-section .data-table h6,
.dark-grey-section .data-table p,
.dark-grey-section .data-table a {
  color: #FFFFFF;
}
.dark-grey-section .data-table .pre-heading {
  color: #BAD54F;
}
.dark-grey-section .data-table .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.dark-grey-section .data-table .themed-button:hover {
  background-color: #F2F2F2;
}
.dark-grey-section .data-table .icon-list li a:before {
  color: #FFFFFF;
}
.dark-grey-section .data-table .content-module ul li {
  color: #FFFFFF !important;
}
.dark-grey-section .data-table .timeline .entry .year {
  color: #BAD54F;
}
.dark-grey-section .data-table .timeline .entry .content h3 {
  color: #FFFFFF;
}
.dark-grey-section .data-table input[type="text"],
.dark-grey-section .data-table input[type="password"],
.dark-grey-section .data-table input[type="email"],
.dark-grey-section .data-table input[type="number"],
.dark-grey-section .data-table input[type="tel"],
.dark-grey-section .data-table input[type="search"],
.dark-grey-section .data-table input[type="checkbox"],
.dark-grey-section .data-table input[type="radio"],
.dark-grey-section .data-table select,
.dark-grey-section .data-table textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.dark-grey-section .data-table nf-field .html-container a {
  color: #FFFFFF;
}
.dark-grey-section .data-table input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.dark-grey-section .data-table nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-grey-section .data-table nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-grey-section .data-table nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.dark-grey-section .data-table .nf-error-msg {
  color: #FFFFFF;
}
.dark-grey-section .data-table tr th,
.dark-grey-section .data-table tr td {
  border-right: 1px solid #727272;
}
.dark-grey-section .data-table thead tr th {
  background-color: #D9D9D9;
  border-right: 1px solid #727272;
  color: #1A1A1A;
}
.dark-grey-section .data-table tbody tr,
.dark-grey-section .data-table tfoot tr {
  border-bottom: 1px solid #727272;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faqs {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
  background-color: #F8F8F8;
}
@media screen and (min-width: 46.875em) {
  .faqs {
    padding: 3rem 4.5rem;
  }
}
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.faq:first-child {
  padding-top: 0;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 3rem;
  font-size: 1.125rem;
  cursor: pointer;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .faq-title p:before {
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #BAD54F;
  right: 0.5rem;
  content: '\2b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #08514E;
  align-items: center;
  justify-content: center;
}
.faq .faq-title p:hover {
  color: #BAD54F;
}
.faq .faq-title.open p:before {
  content: '\f068';
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
.dary-grey-section .faq {
  border-bottom: 1px solid #727272;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  position: relative;
  padding-top: 2.75rem;
}
.key-benefit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.675rem;
  width: 1.675rem;
  border-radius: 50%;
  background: linear-gradient(247deg, #08514E 0%, #89B14F 100%);
}
.key-benefit:after {
  position: absolute;
  top: 0;
  left: 0.575rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.375rem;
  content: '\f00c';
}
.key-benefit h3 {
  font-size: 1.25rem;
  width: 100%;
}
.white-section .key-benefit:before,
.light-grey-section .key-benefit:before {
  background: linear-gradient(247deg, rgba(208, 235, 98, 0.5) 0%, #d0eb62 100%);
}
.white-section .key-benefit:after,
.light-grey-section .key-benefit:after {
  color: #08514E;
}
/*************************************************************************
 #Statistics
**************************************************************************/
.statistics .statistic-module {
  position: relative;
}
@media screen and (max-width: 46.8125em) {
  .statistics .statistic-module {
    width: 93.996%;
  }
}
.statistics .statistic-module .big-text {
  color: #08514E;
}
.statistics .statistic-module h3 {
  font-size: 1.375rem;
}
.statistics.dark-green-section .big-text {
  color: #BAD54F;
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.testimonial-grid .testimonial {
  color: #727272;
  width: 100%;
  padding: 3rem 3rem 4.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial-grid .testimonial h1,
.testimonial-grid .testimonial h2,
.testimonial-grid .testimonial h3,
.testimonial-grid .testimonial h4,
.testimonial-grid .testimonial h5,
.testimonial-grid .testimonial h6,
.testimonial-grid .testimonial a {
  color: #1A1A1A;
}
.testimonial-grid .testimonial p {
  color: #727272;
}
.testimonial-grid .testimonial .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.testimonial-grid .testimonial .themed-button:hover {
  background-color: #d0eb62;
}
.testimonial-grid .testimonial .icon-list li a:before {
  color: #08514E;
}
.testimonial-grid .testimonial .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.testimonial-grid .testimonial .content-module ul li:after {
  color: #08514E;
}
.testimonial-grid .testimonial:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #F2F2F2;
  border-bottom-left-radius: 3rem;
}
.testimonial-grid .testimonial:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.testimonial-grid .testimonial.right-turn:before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
.testimonial-grid .testimonial.right-turn:after {
  left: unset;
  right: 0;
}
.testimonial-grid .testimonial blockquote {
  margin-bottom: 3rem;
}
.testimonial-grid .testimonial .details {
  flex-direction: row-reverse;
  text-align: right;
  width: 100%;
  margin-top: auto;
}
.testimonial-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-1 .testimonial {
    width: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-2 .testimonial:first-child {
    width: 66.6%;
  }
  .testimonial-grid .row.items-2 .testimonial:last-child {
    width: calc(33.3% - 1rem);
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-3 .testimonial {
    width: calc(33.3% - 1rem);
  }
}
/*************************************************************************
 #Lightbox Grid
**************************************************************************/
.lightbox-grid .image-module {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lightbox-grid .image-module .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.lightbox-grid .image-module:hover .image-container {
  transform: scale(1.1);
}
@media screen and (min-width: 46.875em) {
  .lightbox-grid .image-module:nth-child( 5n+2 ),
  .lightbox-grid .image-module:nth-child( 5n+1 ) {
    width: 45.498%;
  }
  .lightbox-grid .image-module:nth-child( 5n+2 ) .responsive-image-crop,
  .lightbox-grid .image-module:nth-child( 5n+1 ) .responsive-image-crop {
    padding-bottom: 56.25%;
  }
}
.lightbox-grid .image-module .categories {
  position: absolute;
  z-index: 3;
  top: 1rem;
  left: 1rem;
}
.lightbox-grid .image-module:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(122deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.lightbox-grid .image-module:after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f002';
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(26, 26, 26, 0.75);
}
.lightbox-grid .image-module:hover:before {
  opacity: 0;
}
/*************************************************************************
 #Contact Template - Map
**************************************************************************/
.contact-map {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1.5rem;
  min-height: 50vh;
}
.contact-map .address {
  background-color: #FFFFFF;
  color: #727272;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 2;
  margin-top: 45vh;
  padding: 2.5rem 2.5rem 4.5rem;
  border-bottom-left-radius: 3rem;
  width: 100%;
  overflow: hidden;
}
.contact-map .address:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #F2F2F2;
  border-bottom-left-radius: 3rem;
}
.contact-map .address:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FFFFFF;
}
.contact-map .address.right-turn:before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
.contact-map .address.right-turn:after {
  left: unset;
  right: 0;
}
.contact-map .address h1,
.contact-map .address h2,
.contact-map .address h3,
.contact-map .address h4,
.contact-map .address h5,
.contact-map .address h6,
.contact-map .address a {
  color: #1A1A1A;
}
.contact-map .address p {
  color: #727272;
}
.contact-map .address .themed-button {
  color: #08514E;
  background-color: #BAD54F;
}
.contact-map .address .themed-button:hover {
  background-color: #d0eb62;
}
.contact-map .address .icon-list li a:before {
  color: #08514E;
}
.contact-map .address .content-module ul li:before {
  background: linear-gradient(-247deg, #BAD54F 0%, #FFFFFF 100%);
}
.contact-map .address .content-module ul li:after {
  color: #08514E;
}
.contact-map .address .block-grid-module {
  background-color: #F8F8F8;
}
.contact-map .address .insights-listing {
  background-color: #F8F8F8;
}
.contact-map .address .key-benefit:before {
  background: linear-gradient(247deg, rgba(208, 235, 98, 0.5) 0%, #d0eb62 100%);
}
.contact-map .address .key-benefit:after {
  color: #08514E;
}
@media screen and (min-width: 62.5em) {
  .contact-map .address {
    margin-top: 6rem;
    width: 29.332%;
  }
}
.contact-map .address:after {
  content: unset;
}
.contact-map .map {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg:focus,
.mfp-wrap:focus {
  outline: none;
}
.mfp-bg *:focus,
.mfp-wrap *:focus {
  outline: none;
}
.mfp-bg {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  z-index: 5001;
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container h1 .pre-heading,
.mfp-wrap .mfp-container h2 .pre-heading,
.mfp-wrap .mfp-container h3 .pre-heading,
.mfp-wrap .mfp-container h4 .pre-heading,
.mfp-wrap .mfp-container h5 .pre-heading,
.mfp-wrap .mfp-container h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  position: absolute;
  width: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  top: 0;
  right: 2.025rem;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before,
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.green-button:hover {
  background-color: #d0eb62;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button:hover {
  background-color: #F8F8F8;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button:hover {
  background-color: #727272;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  font-size: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure {
  margin: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  display: block;
  width: auto;
  max-width: calc(100% - 3rem*1.25);
  height: auto;
  margin: 0 auto;
  padding: 2.25rem 0;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  font-size: 0.9rem;
  line-height: 1.4;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: absolute;
  width: calc(100% - 3rem*1.25);
  margin-top: -1.125rem;
  top: 100%;
  left: 2.025rem;
  cursor: auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
  padding-right: 2.25rem;
  color: #FFFFFF;
  text-align: left;
  word-wrap: break-word;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute!important;
  z-index: 5003 !important;
  top: 50%!important;
  transform: translateY(-50%) !important;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  font-size: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  left: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.green-button:hover {
  background-color: #d0eb62;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button:hover {
  background-color: #F8F8F8;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button:hover {
  background-color: #727272;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.green-button:hover {
  background-color: #d0eb62;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button:hover {
  background-color: #F8F8F8;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button:hover {
  background-color: #727272;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container.mfp-s-error .mfp-content {
  display: none;
}
.mfp-wrap .mfp-container .mfp-preloader {
  position: absolute;
  width: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #BAD54F;
  z-index: 5004;
}
.mfp-wrap .mfp-container .mfp-preloader h1 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h2 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h3 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h4 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h5 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit!important;
}
.map .gm-style > div:first-child button {
  display: none!important;
}
.map .gm-fullscreen-control {
  border-radius: 50%;
}
/* 
Use: Carousels
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
/* This sets duration of the transition between slides in milliseconds */
/* This sets the colour of the various ui elements such as dot controls and arrows, change it to your project requirements */
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.js-carousel .js-carousel-controls .direction-left.green-button,
.js-carousel .js-carousel-controls .direction-right.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.js-carousel .js-carousel-controls .direction-left.green-button:hover,
.js-carousel .js-carousel-controls .direction-right.green-button:hover {
  background-color: #d0eb62;
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.white-button:hover,
.js-carousel .js-carousel-controls .direction-right.white-button:hover {
  background-color: #F8F8F8;
}
.js-carousel .js-carousel-controls .direction-left.grey-button,
.js-carousel .js-carousel-controls .direction-right.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.js-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel .js-carousel-controls .direction-right.grey-button:hover {
  background-color: #727272;
}
.js-carousel .js-carousel-controls .direction-left.submit-button,
.js-carousel .js-carousel-controls .direction-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.js-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.js-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #BAD54F;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem;
  background-color: #F2F2F2;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  transform: scale(0.9);
  will-change: transform;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover {
  background-color: #89B14F;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide {
  transform: scale(1.15);
  background-color: #89B14F;
}
.js-carousel.hero-carousel .js-carousel-slides {
  position: absolute;
  height: 100%;
  z-index: 0;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
/*************************************************************************
 #Flickity Carousels
**************************************************************************/
/* #Shared ------------------------------------------------------------------------ */
.flickity-carousel .carousel-slides {
  position: relative;
}
.flickity-carousel .carousel-slides .flickity-viewport {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button {
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.flickity-button svg {
  display: none;
}
.flickity-button:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #08514E;
  background-color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button:hover:before {
  background-color: #d0eb62;
}
.flickity-button.previous {
  left: 0;
}
.flickity-button.previous:before {
  content: '\f053';
}
.flickity-button.next {
  right: 0;
}
.flickity-button.next:before {
  content: '\f054';
}
.flickity-button .disabled {
  opacity: 0.25;
  cursor: default!important;
}
.carousel-controls {
  z-index: 100;
}
.carousel-controls .carousel-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.carousel-controls .carousel-navigation .flickity-page-dots {
  width: auto;
}
.carousel-controls .carousel-navigation .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Dragable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  color: #1A1A1A;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.5;
}
.flickity-button:disabled,
.flickity-button.disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.flickity-button-icon {
  fill: currentColor;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots li {
  list-style-type: none;
}
.flickity-page-dots li ul,
.flickity-page-dots li ol {
  margin-top: 0;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-page-dots .dot:hover {
  background-color: #BAD54F;
  opacity: 0.5;
}
.flickity-page-dots .dot.is-selected {
  background-color: #BAD54F;
}
/*************************************************************************
 #Off Canvas Carousel
**************************************************************************/
.off-canvas-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.off-canvas-carousel.image-gallery {
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-carousel.image-gallery {
    padding: 0;
  }
}
.off-canvas-carousel.image-gallery .image {
  background-color: #FFFFFF;
  margin: 0 1.5rem;
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop {
  transform: scale(1);
  opacity: 0.8;
  overflow: hidden;
  border-radius: 0.75rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: auto;
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #08514E;
  mix-blend-mode: soft-light;
  opacity: 0.8;
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop img {
  filter: grayscale(1);
}
.off-canvas-carousel.image-gallery .image.is-selected {
  z-index: 10;
}
.off-canvas-carousel.image-gallery .image.is-selected .responsive-image-crop {
  opacity: 1;
  transform: scale(1.1);
}
.off-canvas-carousel.image-gallery .carousel-controls {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}
.off-canvas-carousel.image-gallery .carousel-controls .flickity-button {
  position: relative;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-carousel.image-gallery .carousel-controls {
    position: relative;
    z-index: 1;
    width: 93.996%;
    position: unset;
    margin: 0 auto;
  }
  .off-canvas-carousel.image-gallery .carousel-controls .flickity-button {
    position: absolute;
    top: calc(50% - 1rem*0.25);
  }
  .off-canvas-carousel.image-gallery .carousel-controls .flickity-button.previous {
    left: 25.415%;
    margin-left: -1.25rem;
  }
  .off-canvas-carousel.image-gallery .carousel-controls .flickity-button.next {
    right: 25.415%;
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 46.875em) {
  .off-canvas-carousel.image-gallery .carousel-controls {
    width: 45.498%;
  }
}
/*************************************************************************
 #Testimonial Carousel
**************************************************************************/
.testimonial-carousel {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.testimonial-carousel .carousel-controls {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.75rem;
}
.testimonial-carousel .carousel-controls .flickity-button {
  position: relative;
}
.testimonial-carousel .testimonials .testimonial {
  width: 85.913%;
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: inline-flex;
  flex-direction: column;
  background-color: #FFFFFF;
  min-height: 100%;
  margin-right: 1.5rem;
  pointer-events: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .testimonials .testimonial {
    width: 45.498%;
  }
}
.testimonial-carousel .testimonials .testimonial:before {
  content: '\f10d';
  display: inline-block;
  background: linear-gradient(180deg, #08514E 0%, #89B14F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #89B14F;
}
.testimonial-carousel .testimonials .testimonial .details {
  margin-top: auto;
}
.testimonial-carousel .testimonials .testimonial.is-selected {
  pointer-events: auto;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial {
  background-color: #08514E;
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial h1,
.testimonial-carousel.light-grey-section .testimonials .testimonial h2,
.testimonial-carousel.light-grey-section .testimonials .testimonial h3,
.testimonial-carousel.light-grey-section .testimonials .testimonial h4,
.testimonial-carousel.light-grey-section .testimonials .testimonial h5,
.testimonial-carousel.light-grey-section .testimonials .testimonial h6,
.testimonial-carousel.light-grey-section .testimonials .testimonial p,
.testimonial-carousel.light-grey-section .testimonials .testimonial a {
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .pre-heading {
  color: #BAD54F;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .themed-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .themed-button:hover {
  background-color: #F2F2F2;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .icon-list li a:before {
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .content-module ul li {
  color: #FFFFFF !important;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .timeline .entry .year {
  color: #BAD54F;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .timeline .entry .content h3 {
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="text"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="password"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="email"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="number"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="tel"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="search"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="checkbox"],
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="radio"],
.testimonial-carousel.light-grey-section .testimonials .testimonial select,
.testimonial-carousel.light-grey-section .testimonials .testimonial textarea {
  box-shadow: inset 0 0 0 1px #727272;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial nf-field .html-container a {
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial input[type="submit"] {
  color: #FFFFFF;
  background-color: #BAD54F;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial .nf-error-msg {
  color: #FFFFFF;
}
.testimonial-carousel.light-grey-section .testimonials .testimonial.with-background-graphic:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/backgrounds/hero-center-align-bkg.svg');
}
.testimonial-carousel.light-grey-section .testimonials .testimonial.with-background-graphic-alt {
  padding-bottom: 8rem;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel.light-grey-section .testimonials .testimonial.with-background-graphic-alt {
    padding-bottom: 10rem;
  }
}
.testimonial-carousel.light-grey-section .testimonials .testimonial.with-background-graphic-alt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 1rem*3);
  height: calc(100% - (3.5rem + 1rem));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url('img/backgrounds/hero-left-align-bkg-alt.svg');
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel.light-grey-section .testimonials .testimonial.with-background-graphic-alt:after {
    width: calc(33.3% + 1rem*3);
  }
}
.testimonial-carousel.light-grey-section .testimonials .testimonial cite {
  background-color: #074543;
  color: #FFFFFF;
}
/*************************************************************************
 #Block Carousel
**************************************************************************/
.block-carousel .flickity-viewport {
  overflow: visible;
}
.block-carousel .carousel-controls {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.75rem;
}
.block-carousel .carousel-controls .flickity-button {
  position: relative;
}
.block-carousel .content-module {
  z-index: 2;
}
.block-carousel .carousel-slides .carousel-item {
  min-height: 100%;
  padding: 2rem 0;
  margin-right: 1.5rem;
  width: 100%;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item {
    padding: 2rem;
    width: 50%;
  }
}
@media screen and (min-width: 78.125em) {
  .block-carousel .carousel-slides .carousel-item {
    padding: 2rem;
    width: 33.3%;
  }
}
.block-carousel .carousel-slides .carousel-item h3 {
  padding: 0;
  border: none;
}
.block-carousel .carousel-slides .carousel-item.with-link .content {
  margin-bottom: 1rem;
}
/*************************************************************************
 #Logo Carousel
**************************************************************************/
.logo-carousel .carousel-slides .flickity-viewport {
  overflow: hidden;
}
.logo-carousel .carousel-slides .flickity-viewport:before,
.logo-carousel .carousel-slides .flickity-viewport:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 2rem;
  height: 100%;
}
.logo-carousel .carousel-slides .flickity-viewport:before {
  left: 0;
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-carousel .carousel-slides .flickity-viewport:after {
  right: 0;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-carousel.with-logos .flickity-viewport {
  margin-bottom: 1.5rem;
}
.logo-carousel.with-logos .carousel-slides .carousel-item {
  padding: 1rem;
  width: 50%;
}
@media screen and (min-width: 25em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 33.3%;
    padding: 2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 25%;
  }
}
.logo-carousel.with-posters .carousel-slides .flickity-viewport {
  margin-bottom: 3rem;
}
.logo-carousel.with-posters .carousel-slides .carousel-item {
  width: 50%;
  padding: 0 1rem;
}
@media screen and (min-width: 25em) {
  .logo-carousel.with-posters .carousel-slides .carousel-item {
    width: 33.3%;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-carousel.with-posters .carousel-slides .carousel-item {
    width: 25%;
  }
}
.light-grey-section .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.light-grey-section .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.dark-grey-section .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%);
}
.dark-grey-section .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%);
}
/* 
Use: Animations
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover
**************************************************************************/
.image-hover .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.image-hover:hover .image-container {
  transform: scale(1.1);
}
/*************************************************************************
 #Reveal Animations
**************************************************************************/
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .reveal.fade-in {
    opacity: 0;
  }
  .reveal.scale-in {
    transform: scale(0.95) translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-up {
    transform: translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-left {
    transform: translateX(-1rem);
    opacity: 0;
  }
  .reveal.fade-right {
    transform: translateX(1rem);
    opacity: 0;
  }
  .reveal.slide-left {
    transform: translateX(calc(-98%));
    opacity: 0;
  }
  .reveal.slide-right {
    transform: translateX(calc(98%));
    opacity: 0;
  }
  .reveal.slide-up {
    transform: translateY(calc(98%));
    opacity: 0;
  }
  .revealed.fade-in {
    opacity: 1;
  }
  .revealed.scale-in {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  .revealed.fade-up {
    transform: translateY(0);
    opacity: 1;
  }
  .revealed.fade-left,
  .revealed.fade-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-left,
  .revealed.slide-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-up {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 
Use: Forms
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 2.25rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px #D9D9D9;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #727272;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="checkbox"]::-moz-placeholder, input[type="radio"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #727272;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="checkbox"]::placeholder,
input[type="radio"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #727272;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px #BAD54F;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: calc(100% - 1rem*0.25) center !important;
  background-repeat: no-repeat !important;
  background-size: auto 90%!important;
  padding-right: 3rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow-circle.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.5rem;
  height: 3.75rem;
  margin: 0;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
  color: #08514E;
  background-color: #BAD54F;
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
input[type="submit"].small:after,
input[type="button"].small:after,
input[type="reset"].small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
input[type="submit"].medium:after,
input[type="button"].medium:after,
input[type="reset"].medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
input[type="submit"].large:after,
input[type="button"].large:after,
input[type="reset"].large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
input[type="submit"].green-button,
input[type="button"].green-button,
input[type="reset"].green-button {
  color: #08514E;
  background-color: #BAD54F;
}
input[type="submit"].green-button:hover,
input[type="button"].green-button:hover,
input[type="reset"].green-button:hover {
  background-color: #d0eb62;
}
input[type="submit"].white-button,
input[type="button"].white-button,
input[type="reset"].white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
input[type="submit"].white-button:hover,
input[type="button"].white-button:hover,
input[type="reset"].white-button:hover {
  background-color: #F8F8F8;
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
input[type="reset"].grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
input[type="submit"].grey-button:hover,
input[type="button"].grey-button:hover,
input[type="reset"].grey-button:hover {
  background-color: #727272;
}
input[type="submit"].submit-button,
input[type="button"].submit-button,
input[type="reset"].submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
input[type="submit"].with-icon,
input[type="button"].with-icon,
input[type="reset"].with-icon {
  padding-right: 0!important;
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="submit"].download-button,
input[type="button"].download-button,
input[type="reset"].download-button {
  padding-right: 0!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
input[type="submit"].search-button,
input[type="button"].search-button,
input[type="reset"].search-button {
  padding-right: 0!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].plus-button,
input[type="button"].plus-button,
input[type="reset"].plus-button {
  padding-right: 0!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #d0eb62;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 0.75rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap {
  align-items: center;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field .html-container a {
  color: #BAD54F;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label,
nf-field .nf-field-label .nf-label-span {
  color: #000000;
  font-size: 1rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
nf-field .ninja-forms-req-symbol {
  color: #08514E;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #BAD54F;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #FFFFFF;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px #0e635f;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: left;
}
.nf-error-msg {
  margin: 0 !important;
  padding: 0.25rem 0 0;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #08514E !important;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #BAD54F;
}
.dark-section .nf-error-msg {
  color: #FFFFFF;
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container .filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.filter-container .filter-module .facetwp-facet {
  flex: 100%;
  margin: 0;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module .facetwp-facet {
    flex: 1;
  }
}
.filter-container .filter-module .facetwp-facet select {
  width: 100%;
  box-shadow: inset 0 0 0 1px #D9D9D9;
  font-size: 0.9rem;
  line-height: 1.4;
}
.filter-container .filter-module .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox {
  background-image: unset;
  height: 2.8125rem;
  padding: 0 1.6875rem;
  border-radius: 2.8125rem;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox:hover {
  background-color: #BAD54F;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-color: #d0eb62;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filter-container .facetwp-reset {
  margin-left: auto;
  height: 1.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1A1A1A;
}
.filter-container .facetwp-reset:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .facetwp-reset.with-arrow {
  padding-right: 2rem;
}
.filter-container .facetwp-reset.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.filter-container .facetwp-reset.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .facetwp-reset.with-arrow:hover:after {
  right: 0;
}
.filter-container .facetwp-reset.with-circle-arrow {
  padding-right: 3.5rem;
}
.filter-container .facetwp-reset.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.filter-container .facetwp-reset.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .facetwp-reset.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.filter-container .facetwp-reset:hover:before {
  height: 3px;
  opacity: 1;
}
.filter-container .facetwp-reset:after {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: inline-flex;
  margin-left: 0.5rem;
  content: '\f0e2';
  color: #BAD54F;
  opacity: 1;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .facetwp-reset:hover {
  background-color: transparent;
}
.filter-container .facetwp-reset:hover:after {
  transform: rotate(-360deg);
}
/*************************************************************************
 #Date Picker
**************************************************************************/
.flatpickr-calendar {
  display: inline-block !important;
  font-size: 0.75rem !important;
  line-height: 1.3 !important;
  line-height: 1.5 !important;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075) !important;
  border-radius: 0!important;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none!important;
}
.flatpickr-calendar .flatpickr-months {
  height: 2.25rem;
  box-shadow: 0 0 1px #D9D9D9;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
  color: #08514E;
  background-color: #BAD54F;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.green-button:hover {
  background-color: #d0eb62;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-button:hover {
  background-color: #F8F8F8;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button:hover {
  background-color: #727272;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  background-color: #d0eb62;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
  color: #08514E;
  background-color: #BAD54F;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small {
  min-width: 1.75rem;
  min-height: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.3125rem;
  border-radius: 1.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small:after {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium {
  min-width: 2.25rem;
  min-height: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6875rem;
  border-radius: 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  border-radius: 3rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.green-button {
  color: #08514E;
  background-color: #BAD54F;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.green-button:hover {
  background-color: #d0eb62;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-button {
  color: #08514E;
  background-color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-button:hover {
  background-color: #F8F8F8;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button {
  color: #FFFFFF;
  background-color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button:hover {
  background-color: #727272;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  background-color: #d0eb62;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 2.25rem;
  color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  position: relative;
  width: 100%;
  height: 2.25rem;
  padding: 0;
  left: auto;
  font-size: 0.9rem;
  line-height: 1.4;
  display: flex;
  line-height: 1.5;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  margin: 0;
  padding-left: 0;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  display: inline-flex;
  width: auto;
  padding-right: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year {
  height: auto!important;
  min-height: auto!important;
  padding: 0!important;
  line-height: 1.35 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h1 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h2 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h3 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h4 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h5 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  opacity: 1 !important;
  border: 0 !important;
  line-height: 0.5 !important;
  right: 0.5rem !important;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  border: 0 !important;
  font-size: 0.75rem;
  line-height: 1.3;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp {
  top: 5%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after {
  content: '\f106';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  top: 40%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  content: '\f107';
}
.flatpickr-calendar .flatpickr-innerContainer {
  padding-top: 0.5rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  height: 2.25rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font-size: 0.9rem;
  font-weight: unset;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 2.25rem;
  line-height: 2.25rem;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #BAD54F;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  opacity: 0.35;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  background-color: #F8F8F8;
  color: #1A1A1A;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #d0eb62;
  color: #1A1A1A;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
.page-template-template-gallery .filter-container {
  text-align: center;
}
.page-template-template-gallery .filter-container h1 .pre-heading,
.page-template-template-gallery .filter-container h2 .pre-heading,
.page-template-template-gallery .filter-container h3 .pre-heading,
.page-template-template-gallery .filter-container h4 .pre-heading,
.page-template-template-gallery .filter-container h5 .pre-heading,
.page-template-template-gallery .filter-container h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.page-template-template-gallery .filter-container .filter-module {
  display: inline-flex;
}
/* 
Use: Header
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Navigation Variables
**************************************************************************/
.with-navigation {
  padding-top: 4.5rem;
}
/*************************************************************************
 #Masthead
**************************************************************************/
header {
  z-index: 1001;
}
header .logo-and-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  padding: 0 1rem;
  margin: 0;
  position: absolute;
  top: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
  z-index: 1001;
}
header .logo-and-navigation .menu-button {
  position: relative;
  color: #89B14F;
  height: 3.5rem;
  padding-right: 2rem;
  background-color: transparent;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 25em) {
  header .logo-and-navigation .menu-button {
    text-indent: -9999rem;
  }
}
@media screen and (min-width: 68.75em) {
  header .logo-and-navigation .menu-button {
    display: none;
  }
}
header .logo-and-navigation .menu-button:after {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  line-height: 3.5rem !important;
  top: 0;
  right: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0c9';
  color: inherit;
  font-size: 1.25rem;
  text-align: center;
  text-indent: 0;
}
header .logo-and-navigation .logo {
  min-width: 120px;
  max-width: 150px;
}
header .logo-and-navigation .main-navigation {
  display: flex;
  align-items: center;
}
header .logo-and-navigation .navigation-button {
  display: none;
}
@media screen and (min-width: 68.75em) {
  header .logo-and-navigation .navigation-button {
    display: block;
  }
}
/*************************************************************************
 #Sticky Navigation for Small Screens
**************************************************************************/
.sticky-navigation {
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  height: 3.5rem;
  z-index: 1001;
}
@media screen and (max-width: 46.875em) {
  .sticky-navigation {
    margin: 0 2%;
  }
}
.sticky-navigation.expanded {
  transform: translateY(0);
}
.sticky-navigation.hidden {
  transform: translateY(-100%);
  pointer-events: none;
  opacity: 0;
}
.sticky-navigation.visible {
  opacity: 1;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.5rem;
  margin: 0;
}
ul.horizontal-navigation li {
  list-style-type: none;
}
ul.horizontal-navigation li ul,
ul.horizontal-navigation li ol {
  margin-top: 0;
}
@media screen and (min-width: 68.75em) {
  ul.horizontal-navigation {
    display: flex;
  }
}
@media screen and (min-width: 78.125em) {
  ul.horizontal-navigation {
    gap: 1rem;
  }
}
ul.horizontal-navigation li {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  /* reset back to base styles for custom links that don't link to an actual page */
}
ul.horizontal-navigation li a,
ul.horizontal-navigation li span.no-link {
  display: flex;
  align-items: center;
  height: 3.5rem;
  line-height: 3.5rem;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1A1A1A;
  text-decoration: none;
  text-align: left;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li span.no-link {
  position: relative;
  pointer-events: none;
}
ul.horizontal-navigation li:hover a:before {
  background-color: #BAD54F;
  width: 50%;
}
ul.horizontal-navigation li.menu-item-has-children a,
ul.horizontal-navigation li.menu-item-has-children span.no-link {
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
}
ul.horizontal-navigation li.menu-item-has-children a:after,
ul.horizontal-navigation li.menu-item-has-children span.no-link:after {
  position: absolute;
  inset: unset;
  right: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #BAD54F;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(0deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li.menu-item-has-children:hover > a:after,
ul.horizontal-navigation li.menu-item-has-children:hover > span.no-link:after {
  transform: rotate(180deg);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.horizontal-navigation li {
  position: relative;
}
ul.horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  min-width: 14rem;
  top: 100%;
  left: 0;
  background-color: #BAD54F;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
}
ul.horizontal-navigation li ul.sub-menu li ul,
ul.horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.horizontal-navigation li ul.sub-menu li:before {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
}
ul.horizontal-navigation li ul.sub-menu li a {
  display: flex;
  float: none;
  width: 100%;
  height: auto;
  color: #1A1A1A;
  text-transform: none;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  margin: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li a:before,
ul.horizontal-navigation li ul.sub-menu li a:after {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li a:hover {
  background-color: #89B14F;
  color: #FFFFFF;
}
ul.horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li:hover a {
  background-color: #BAD54F;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a {
  padding-right: 2rem;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  inset: unset;
  right: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #BAD54F;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(-90deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:hover:after {
  right: 0.5rem;
  color: #FFFFFF;
}
ul.horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: -0.375rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #F8F8F8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:hover:first-of-type:before {
  border-right: 0.5rem solid #BAD54F;
}
ul.horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
ul.horizontal-navigation li:hover:before {
  height: 6px;
}
ul.horizontal-navigation > li a {
  position: relative;
}
ul.horizontal-navigation > li a:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #BAD54F;
  border-radius: 6px 6px 0 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li:hover a:before {
  height: 6px;
  width: 100%;
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
/* This part can be changed depending on what size you want the close and sub menu buttons to be */
.off-canvas-section {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  transition: opacity 500ms 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section::-webkit-scrollbar {
  display: none;
}
.off-canvas-section .close-button {
  color: #1A1A1A;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow {
  padding-right: 2rem;
}
.off-canvas-section .close-button.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.off-canvas-section .close-button.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow:hover:after {
  right: 0;
}
.off-canvas-section .close-button.with-circle-arrow {
  padding-right: 3.5rem;
}
.off-canvas-section .close-button.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.off-canvas-section .close-button.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.off-canvas-section .close-button:hover:before {
  height: 3px;
  opacity: 1;
}
.off-canvas-section .close-button:after {
  display: inline-block;
  content: '\f00d';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #BAD54F;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-left: 0.5rem;
}
.off-canvas-section .off-canvas-background {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.off-canvas-section .off-canvas-container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  color: #F2F2F2;
  background-color: #FFFFFF;
  padding: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-section .off-canvas-container {
    width: 75%;
    max-width: 40rem;
  }
}
#off-canvas-navigation {
  left: 0;
}
#off-canvas-navigation .button {
  width: 100%;
}
#off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(-100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  #off-canvas-navigation .off-canvas-container {
    max-width: 30rem;
  }
}
#off-canvas-navigation ul.off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0 1.5rem;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  list-style-type: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul,
#off-canvas-navigation ul.off-canvas-navigation li ol {
  margin-top: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  position: relative;
}
#off-canvas-navigation ul.off-canvas-navigation li a,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link {
  display: flex;
  align-items: center;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  padding: 0.5rem;
  border-bottom: 1px solid #F2F2F2;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li a:hover,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link:hover {
  color: #89B14F;
}
#off-canvas-navigation ul.off-canvas-navigation li.current-menu-item a {
  color: #89B14F;
}
#off-canvas-navigation ul.off-canvas-navigation li:last-child a {
  border-bottom: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > a + .sub-menu,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > span.no-link + .sub-menu {
  max-height: inherit;
  height: 0;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu {
  flex-wrap: wrap;
  flex-flow: column;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu > li {
  overflow: visible;
  margin: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1 .sub-menu + .sub-menu-button {
  display: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a {
  color: #1A1A1A;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F2F2F2;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  z-index: 1;
  margin: 0;
  padding: 1rem;
  border: 1px solid #F2F2F2;
  border-top: none;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding: 1rem;
  border: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #BAD54F;
  border-radius: 50%;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  color: #08514E;
  font-size: 1rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:hover,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:active {
  background-color: #89B14F;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > a,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > span.no-link {
  color: #89B14F;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#off-canvas-search {
  right: 0;
}
#off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container .close-button {
  float: right;
}
#off-canvas-search .off-canvas-container input#keyword {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #BAD54F;
  font-size: 1.75rem !important;
  min-height: auto !important;
  line-height: normal !important;
  padding: 0 0 0.5rem !important;
  width: 100%;
  margin: 3rem 0 1.5rem;
  border-bottom: 2px solid #D9D9D9;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container input#keyword::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#off-canvas-search .off-canvas-container input#keyword::-moz-placeholder {
  color: #727272;
}
#off-canvas-search .off-canvas-container input#keyword::placeholder {
  color: #727272;
}
#off-canvas-search .off-canvas-container input#keyword:focus {
  border-color: #BAD54F;
}
#off-canvas-search .off-canvas-container .results-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container p {
  color: #1A1A1A;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module {
  position: relative;
  width: calc(50% - 1rem);
  border: none;
  background-color: #F2F2F2;
  margin-top: 3.5rem;
}
@media screen and (min-width: 68.75em) {
  #off-canvas-search .off-canvas-container .results-container .search-listing-module {
    width: calc(33.3% - 1rem);
  }
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .image {
  padding: 0 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content {
  padding: 1.5rem 0.75rem 2.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content h2 {
  color: #1A1A1A;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:after {
  right: 1rem;
  bottom: 1rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:hover:after {
  right: 0.75rem;
}
.with-off-canvas-section:before {
  content: '';
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 81, 78, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.with-off-canvas-section.show-menu,
.with-off-canvas-section.show-search {
  overflow-y: hidden;
}
.with-off-canvas-section.show-menu .off-canvas-background,
.with-off-canvas-section.show-search .off-canvas-background {
  opacity: 1;
}
.with-off-canvas-section.show-menu:before,
.with-off-canvas-section.show-search:before {
  opacity: 1;
}
.with-off-canvas-section.show-menu #off-canvas-navigation.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-menu #off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-search #off-canvas-search.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-search #off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
/* 
Use: Footer
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
.pre-footer {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #08514E;
  background-position: right bottom;
  background-image: url('img/backgrounds/pre-footer-bkg.svg');
}
.pre-footer .promo-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .pre-footer .promo-section {
    flex-wrap: nowrap;
  }
}
.pre-footer .promo-section h3 {
  font-size: 1.675rem;
  color: #FFFFFF;
}
.pre-footer .promo-section .text-link:before {
  background-color: #FFFFFF;
}
.pre-footer .promo-section .text-link:after {
  color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  footer .contact-and-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 46.875em) {
  footer .contact-and-socials .logo {
    align-self: flex-start;
    margin-bottom: 0;
  }
}
footer .contact-and-socials .logo a {
  height: 100%;
  width: 100%;
}
footer .contact-and-socials .logo a img {
  max-height: 100%;
  width: auto;
}
@media screen and (min-width: 46.875em) {
  footer .contact-and-socials .icon-list {
    margin-bottom: 0;
  }
}
footer .contact-and-socials .icon-list li {
  width: 100%;
}
footer ul {
  margin-left: 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li ul,
footer ul li ol {
  margin-top: 0;
}
footer ul li {
  margin-bottom: 1rem;
}
footer .footer-menu ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2px;
}
footer .footer-menu ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .footer-menu ul li a.with-arrow {
  padding-right: 2rem;
}
footer .footer-menu ul li a.with-arrow:before {
  width: calc(100% - 1rem*2);
}
footer .footer-menu ul li a.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .footer-menu ul li a.with-arrow:hover:after {
  right: 0;
}
footer .footer-menu ul li a.with-circle-arrow {
  padding-right: 3.5rem;
}
footer .footer-menu ul li a.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
footer .footer-menu ul li a.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .footer-menu ul li a.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
footer .footer-menu ul li a:hover:before {
  height: 3px;
  opacity: 1;
}
footer .footer-menu ul li a:before {
  background-color: #FFFFFF;
}
footer .footer-menu ul li a:hover:before {
  background-color: #BAD54F;
}
footer .newsletter-section {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: #F8F8F8;
}
footer .newsletter-section h3 {
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
}
footer .newsletter-section p {
  color: #727272;
}
footer .newsletter-section button {
  width: 100%;
}
footer .newsletter-section form input[type="submit"] {
  width: 100%;
}
footer .newsletter-section form .nf-error-msg,
footer .newsletter-section form .nf-response-msg {
  text-align: center;
}
footer .newsletter-section form .nf-error-msg h1 .pre-heading,
footer .newsletter-section form .nf-response-msg h1 .pre-heading,
footer .newsletter-section form .nf-error-msg h2 .pre-heading,
footer .newsletter-section form .nf-response-msg h2 .pre-heading,
footer .newsletter-section form .nf-error-msg h3 .pre-heading,
footer .newsletter-section form .nf-response-msg h3 .pre-heading,
footer .newsletter-section form .nf-error-msg h4 .pre-heading,
footer .newsletter-section form .nf-response-msg h4 .pre-heading,
footer .newsletter-section form .nf-error-msg h5 .pre-heading,
footer .newsletter-section form .nf-response-msg h5 .pre-heading,
footer .newsletter-section form .nf-error-msg h6 .pre-heading,
footer .newsletter-section form .nf-response-msg h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
footer .legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}
footer .legal p {
  color: #727272;
  margin: 0;
}
footer .legal p span {
  display: inline-block;
  margin: 0 0.5rem;
  color: #D9D9D9;
}
footer .legal ul li {
  display: flex;
  align-items: center;
}
footer .legal ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2px;
}
footer .legal ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #BAD54F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .legal ul li a.with-arrow {
  padding-right: 2rem;
}
footer .legal ul li a.with-arrow:before {
  width: calc(100% - 1rem*2);
}
footer .legal ul li a.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .legal ul li a.with-arrow:hover:after {
  right: 0;
}
footer .legal ul li a.with-circle-arrow {
  padding-right: 3.5rem;
}
footer .legal ul li a.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
footer .legal ul li a.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #BAD54F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .legal ul li a.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
footer .legal ul li a:hover:before {
  height: 3px;
  opacity: 1;
}
footer .legal ul li a:before {
  background-color: #D9D9D9;
}
footer .legal ul li a:hover:before {
  background-color: #BAD54F;
}
.social {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  border-radius: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #F8F8F8;
  font-family: 'futura-pt', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1A1A1A;
}
@media screen and (min-width: 46.875em) {
  .social {
    align-self: flex-end;
  }
}
.social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-left: 3rem;
}
.social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  background-color: #BAD54F;
}
.social ul li a:hover {
  background-color: #d0eb62;
}
/*************************************************************************
 #Newsletter Form
**************************************************************************/
.newsletter-form {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow-y: scroll;
  visibility: hidden;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: 1005;
}
@media screen and (min-width: 46.875em) {
  .newsletter-form {
    background-color: rgba(8, 81, 78, 0.5);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
}
.newsletter-form .form-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.3);
}
.newsletter-form .form-container h3 {
  padding-right: 2rem;
}
@media screen and (max-width: 46.8125em) {
  .newsletter-form .form-container {
    width: 100%;
    margin: 0;
  }
  .newsletter-form .form-container .nf-field-container {
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 46.875em) {
  .newsletter-form .form-container {
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
  }
}
.newsletter-form .form-container .close-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BAD54F;
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.newsletter-form .form-container .close-button:after {
  position: absolute;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #08514E;
  content: '\f00d';
  font-size: 1rem;
}
.newsletter-form .form-container .close-button:hover {
  background-color: #d0eb62;
}
@media screen and (max-width: 46.8125em) {
  body.show-form .inner-container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
body.show-form .newsletter-form {
  visibility: visible;
  opacity: 1;
}
body.show-form .newsletter-form .form-container {
  transform: scale(1);
}
/* 
Use: Setup
Scope: All devices
Theme: Godliman
Copyright 2025, © Godliman
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-y: hidden;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */