@charset "UTF-8";
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.woff2") format("woff2"), url("../fonts/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif Caption";
  src: url("../fonts/PTSerif-Caption.woff2") format("woff2"), url("../fonts/PTSerif-Caption.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  margin-top: 0px;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 span {
  color: #5080C0;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

a {
  text-decoration: none;
  color: #598042;
}
a:hover {
  color: #598042;
}

p {
  margin: 0 0 15px 0;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 16px 28px;
  border-radius: 14px;
  text-align: center;
  border: solid 1px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.btn.btn-primary {
  color: #FFFFFF;
  background-color: #598042;
  border-color: #598042;
  text-decoration: none;
}
.btn.btn-primary:hover {
  opacity: 0.8;
}
.btn.btn-secondary {
  color: #32588B;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  text-decoration: none;
}
.btn.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #32588B;
  border-color: #32588B;
}

.btn-simple {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #32588B;
}
.btn-simple:hover {
  text-decoration: underline;
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  font-family: "PT Serif Caption", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}

.highlight-tagline {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #598042;
  color: #FFFFFF;
}

h3.cost, h2.cost {
  font-size: 40px;
  font-weight: 800;
  color: #598042 !important;
}
h3.cost del, h2.cost del {
  font-size: 25px;
  color: #595959 !important;
}

ul.listing-style {
  margin: 0 0 40px 0;
  padding-left: 25px !important;
}
ul.listing-style li {
  font-family: "Nunito", sans-serif;
  list-style: none;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 140% !important;
  color: #303640 !important;
  border-top: solid 1px #EFEFEF;
  padding: 20px 0;
  position: relative;
  display: inline-block;
}
ul.listing-style li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #598042;
}

.countdown-box .countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.countdown-box .countdown .time-box {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .countdown-box .countdown .time-box {
    min-width: 75px;
  }
}
.countdown-box .countdown .time-box.primary {
  background-color: #598042;
}
.countdown-box .countdown .time-box .time {
  font-size: 48px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .countdown-box .countdown .time-box .time {
    font-size: 40px;
  }
}
.countdown-box .countdown .time-box .label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.countdown-box .countdownmessage {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  display: none;
  margin-top: 10px;
}
.countdown-box.primary .countdown .time-box {
  background-color: #598042;
}
.countdown-box.primary .countdownmessage {
  color: #598042;
}

.single-post .grid-section .grid {
  gap: 20px;
}
.single-post .grid-section .grid ul {
  padding-left: 25px;
  text-align: left;
}
.single-post .grid-section .grid ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #303640;
  padding: 5px 0;
  position: relative;
}
.single-post .grid-section .grid ul li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #598042;
}
.single-post .grid-section .grid p, .single-post .grid-section .grid h1, .single-post .grid-section .grid h2, .single-post .grid-section .grid h3 {
  text-align: left;
}
.single-post .grid-section .grid a {
  text-decoration: underline;
  font-weight: 600;
}

form:not(.rw-form-step) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  form:not(.rw-form-step) {
    padding: 1.5rem;
  }
}
form:not(.rw-form-step) p {
  margin: 0;
}
form:not(.rw-form-step) label {
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #101215;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  margin-bottom: 0.5rem;
}
form:not(.rw-form-step) .wpcf7-form-control-wrap {
  display: block;
}
form:not(.rw-form-step) input[type=text],
form:not(.rw-form-step) input[type=email],
form:not(.rw-form-step) input[type=tel],
form:not(.rw-form-step) textarea {
  width: calc(100% - 30px);
  padding: 10px 15px;
  border: 2px solid #595959;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: #303640;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
form:not(.rw-form-step) input[type=text]:focus,
form:not(.rw-form-step) input[type=email]:focus,
form:not(.rw-form-step) input[type=tel]:focus,
form:not(.rw-form-step) textarea:focus {
  outline: none;
  border-color: #598042;
  box-shadow: 0 0 8px rgba(89, 128, 66, 0.3);
}
form:not(.rw-form-step) input[type=text]::placeholder,
form:not(.rw-form-step) input[type=email]::placeholder,
form:not(.rw-form-step) input[type=tel]::placeholder,
form:not(.rw-form-step) textarea::placeholder {
  color: #3D3D3D;
  opacity: 0.7;
}
form:not(.rw-form-step) textarea {
  resize: vertical;
  min-height: 120px;
}
form:not(.rw-form-step) input[type=submit] {
  background-color: #598042;
  color: #FFFFFF;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-self: center;
}
form:not(.rw-form-step) input[type=submit]:hover {
  background-color: #5080C0;
  transform: translateY(-2px);
}
form:not(.rw-form-step) input[type=submit]:active {
  transform: translateY(0);
}
form:not(.rw-form-step) .wpcf7-spinner {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.wpcf7-response-output {
  margin: 0;
  border: none !important;
  color: red;
  text-align: center;
  padding: 21px 24px;
  border-radius: 10px;
  font-size: 18px;
}

.screen-reader-response {
  display: none;
}

span .wpcf7-not-valid {
  border: 3px solid red !important;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  font-weight: 500;
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #f7e700 !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #598042 !important;
  text-align: center !important;
}

.invalid div.wpcf7-response-output {
  margin-top: 10px;
  text-align: center;
  padding: 10px !important;
  color: red;
  background: #FFFFFF;
  font-weight: 700;
  border-radius: 0px;
  border-color: red !important;
}

form:not(.rw-form-step) {
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  form:not(.rw-form-step) {
    height: auto !important;
    min-height: 930px !important;
  }
}

.rw-slide-wrap .rw-contact .rw-section-inner {
  overflow: hidden !important;
  height: 100% !important;
}

.careervideo {
  border: 20px solid #598042;
  width: 550px;
  height: 350px;
  margin: auto;
}

.header {
  z-index: 998;
  position: sticky;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
.header.sticky {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  top: -53px;
}
@media only screen and (max-width: 1299px) {
  .header.sticky {
    top: -82px;
  }
}
.header.sticky .header-inner .header-right {
  top: 95px;
}
.header .topbar {
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s;
}
.header .topbar .inner {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.header .topbar .inner .phone {
  border-right: solid 1px #FFFFFF;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .header .topbar .inner .phone {
    border-right: none;
  }
}
.header .topbar .inner a {
  color: #FFFFFF;
  padding-right: 20px;
}
.header .topbar .inner a:hover {
  color: #598042;
}
.header .topbar .inner span {
  color: #FFFFFF;
}
.header .topbar .inner svg {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .header .topbar .inner {
    display: block;
    text-align: center;
  }
  .header .topbar .inner .phone {
    margin-bottom: 7px;
  }
  .header .topbar .inner a {
    padding-right: 0px;
    font-size: 12px;
  }
  .header .topbar .inner span {
    font-size: 11px;
  }
}
.header .navigation .inner {
  display: grid;
  grid-template-columns: 200px auto 205px;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0px 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner {
    grid-template-columns: 1fr auto 65px;
    gap: 20px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header .navigation .inner {
    grid-template-columns: 1fr 50px;
  }
}
.header .navigation .inner .custom-button {
  text-align: right;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .custom-button .btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .header .navigation .inner .custom-button {
    display: none;
  }
}
.header .navigation .inner .logo {
  max-width: 195px;
}
.header .navigation .inner .hamburger {
  border: transparent;
  display: none;
  align-items: center;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .hamburger {
    display: flex;
    order: 3;
  }
}
.header .navigation .inner .hamburger svg {
  width: 50px;
  height: auto;
  margin: 0;
  fill: #000000;
}
.header .navigation .inner .hamburger .line {
  -webkit-transition: -webkit-transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
  height: 6px;
}
.header .navigation .inner .hamburger[aria-expanded=true] .line {
  -webkit-transition: -webkit-transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
}
.header .navigation .inner .hamburger[aria-expanded=true] :is(.top, .bottom) {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .top {
  -webkit-transform: rotate(45deg) translateY(20px);
  transform: rotate(45deg) translateY(20px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .middle {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .bottom {
  -webkit-transform: rotate(-45deg) translateY(-20px);
  transform: rotate(-45deg) translateY(-20px);
}
.header .navigation .inner .header-right .main-nav #main-menu {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  gap: 20px;
  align-items: end;
}
.header .navigation .inner .header-right .main-nav #main-menu > li {
  position: relative;
  padding: 0 5px;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
  color: #101215;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a:hover {
  color: #598042;
}
@media only screen and (max-width: 1440px) {
  .header .navigation .inner .header-right .main-nav #main-menu {
    gap: 15px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu > li a {
    font-size: 14px;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children {
  cursor: pointer;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children > a {
  padding-right: 20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container {
  position: relative;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container svg {
  position: absolute;
  cursor: pointer;
  width: 16px;
  right: -20px;
  top: -20px;
  transition: 0.2s;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .menu-item-has-children .nav-icon-container svg {
  transform: rotate(-90deg);
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  transition: visibility 0s, opacity 0.3s;
  position: absolute;
  top: auto;
  background: #FFFFFF;
  padding: 0;
  width: 290px;
  left: calc(100% + 45px);
  transform: translateX(-50%);
  z-index: -1;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  display: none;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
@keyframes growDown {
  0% {
    transform: scaleY(0) translateX(-50%);
  }
  80% {
    transform: scaleY(1.1) translateX(-50%);
  }
  100% {
    transform: scaleY(1) translateX(-50%);
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu {
  left: calc(100% + 144px);
  top: 0;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
  list-style: none;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
    border-bottom: solid 1px #598042;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  text-transform: capitalize;
  padding: 15px 25px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a:hover {
  background-color: #598042;
  color: #FFFFFF;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li.current_page_item a {
  background-color: #598042;
  color: #FFFFFF;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu li a:hover {
    background-color: #FFFFFF;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .nav-icon-container svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right {
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 126px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    transform-origin: top center;
    padding: 0;
    display: none;
    background-color: #598042;
    height: calc(100vh - 126px);
    overflow-y: scroll;
    margin: 0 20px;
    border-radius: 12px;
  }
  .header .navigation .inner .header-right.show {
    z-index: 999;
    display: block;
    animation: growDown 300ms ease-in-out;
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  .header .navigation .inner .header-right .main-nav #main-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li {
    padding: 0;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a {
    font-size: 18px;
    line-height: 54px;
    color: #FFFFFF;
    padding: 5px 20px;
    border-bottom: solid 1px #FFFFFF;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a:hover {
    color: #FFFFFF;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children a:after {
    display: none;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .nav-icon-container svg {
    width: 28px;
    right: 0;
    top: -40px;
    transform: rotate(-90deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .menu-item-has-children .nav-icon-container svg {
    width: 20px;
    top: -22px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    z-index: 99;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open .sub-menu .sub-menu {
    background-color: #FFFFFF;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open .sub-menu .sub-menu li a {
    color: #000000;
    padding: 10px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .header-right {
    top: 156px;
    height: calc(100vh - 156px);
    margin: 0 20px;
    border-radius: 12px;
  }
}

.fixed-button {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fixed-button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #598042;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .page-id-96 .fixed-button {
    display: none;
  }
}

.footer {
  background-color: #303640;
}
.footer .upper-footer {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer {
    padding: 70px 0 30px;
  }
}
.footer .upper-footer .inner {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .footer .upper-footer .inner {
    grid-template-columns: 1fr 400px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .inner {
    grid-template-columns: 1fr;
  }
}
.footer .upper-footer .inner .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .upper-footer .inner .info strong {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  margin-top: 30px;
}
.footer .upper-footer .inner .info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
}
.footer .upper-footer .inner .info a:hover {
  color: #598042;
}
.footer .upper-footer .inner .info .socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .upper-footer .inner .info .socials a svg {
  width: 20px;
}
.footer .upper-footer .inner .info .socials a svg path {
  fill: #FFFFFF;
}
.footer .upper-footer .inner .info .socials a:hover svg path {
  fill: #598042;
}
.footer .upper-footer .inner iframe {
  height: 250px;
  width: 100%;
  border-radius: 16px;
}
.footer .lower-footer {
  border-top: solid 1px #FFFFFF;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 600px) {
  .footer .lower-footer {
    padding: 20px 0 70px;
  }
}
.footer .lower-footer .inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .lower-footer .inner {
    grid-template-columns: 1fr;
  }
}
.footer .lower-footer .inner .left {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer .lower-footer .inner .left {
    justify-content: center;
  }
}
.footer .lower-footer .inner .right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer .lower-footer .inner .right {
    text-align: center;
  }
}
.footer .lower-footer .inner span {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
}
.footer .lower-footer .inner span a {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
}
.footer .lower-footer .inner span a:hover {
  text-decoration: underline;
}
.footer .lower-footer .inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.footer .lower-footer .inner ul li {
  list-style: none;
}
.footer .lower-footer .inner ul li a {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
}
.footer .lower-footer .inner ul li a:hover {
  text-decoration: underline;
}

.hero-section {
  margin: -131px auto 0;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    margin: -160px auto 0;
  }
}
.hero-section .section-inner {
  position: relative;
}
.hero-section .section-inner .image-outer {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .section-inner .image-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55); /* Dark overlay */
  z-index: 1;
}
.hero-section .section-inner .image-outer img {
  width: 100%;
  min-height: 600px;
  height: 600px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .hero-section .section-inner .image-outer img {
    height: 600px;
  }
}
.hero-section .section-inner .hero-caption {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .hero-section .section-inner .hero-caption {
    left: 20px;
    right: 20px;
  }
}
.hero-section .section-inner .hero-caption h1 {
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 991px) {
  .hero-section .section-inner .hero-caption h1 {
    margin: 0 0 30px 0;
  }
}
.hero-section .section-inner .hero-caption p {
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .page-id-96 .hero-section .section-inner .image-outer img {
    height: 450px;
    min-height: 450px;
  }
}

ul {
  list-style-type: circle;
  padding-left: 20px;
}

@media only screen and (max-width: 1299px) {
  .grid-section {
    padding: 40px 0;
  }
}
.grid-section .grid {
  display: grid;
  gap: 70px;
  margin: 0 auto;
}
.grid-section .grid.col-1 {
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
.grid-section .grid.col-2, .grid-section .grid.col-2t {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .grid-section .grid.col-2, .grid-section .grid.col-2t {
    grid-template-columns: 1fr;
  }
}
.grid-section .grid.col-2 .grid-item, .grid-section .grid.col-2t .grid-item {
  order: 2;
}
.grid-section .grid.col-2 .grid-item.left-align-image, .grid-section .grid.col-2t .grid-item.left-align-image {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .grid-section .grid.col-2 .grid-item, .grid-section .grid.col-2t .grid-item {
    order: 1;
  }
  .grid-section .grid.col-2 .grid-item.left-align-image, .grid-section .grid.col-2t .grid-item.left-align-image {
    order: 2;
  }
}
.grid-section .grid.col-2 .grid-item img, .grid-section .grid.col-2t .grid-item img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.grid-section.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .grid-section.col-3 {
    grid-template-columns: 1fr;
  }
}
.grid-section .grid-item.image-left-alignment {
  order: 1 !important;
}
.grid-section .grid-item.image-right-alignment {
  order: 2 !important;
}
.grid-section .grid-item iframe {
  width: 100%;
  height: 450px;
}
.grid-section .grid-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #595959;
}
.grid-section .grid-item ul li, .grid-section .grid-item ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #595959;
}
.grid-section .grid-item .btn {
  margin-top: 30px;
}
.grid-section.bg-green {
  background-color: #598042;
}
.grid-section.bg-green .grid p, .grid-section.bg-green .grid h2, .grid-section.bg-green .grid li {
  color: #FFFFFF;
}
.grid-section.bg-green .grid h2 span {
  color: #000000;
}
.grid-section.bg-green .grid ul li {
  color: #FFFFFF;
}
.grid-section.bg-green .grid ul, .grid-section.bg-green .grid ol {
  padding-left: 20px;
}
.grid-section.bg-green .grid ul li, .grid-section.bg-green .grid ol li {
  position: relative;
  list-style: none;
}
.grid-section.bg-green .grid ul li:before, .grid-section.bg-green .grid ol li:before {
  position: absolute;
  content: "";
  border: solid 1px #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -20px;
  top: 11px;
}
.grid-section.bg-green .grid a {
  color: #EFEFEF;
}
.grid-section.bg-green .grid a:hover {
  text-decoration: underline;
}
.grid-section.bg-green .grid p a {
  color: #000000;
}
.grid-section.bg-gray {
  background-color: #EFEFEF;
}
.grid-section.bg-gray .grid p, .grid-section.bg-gray .grid h2, .grid-section.bg-gray .grid li {
  color: #303640;
}
.grid-section.left-align .grid {
  text-align: left;
}
.grid-section.left-align .grid .grid-item {
  align-items: flex-start;
}
.grid-section.left-align .grid .grid-item h2, .grid-section.left-align .grid .grid-item p, .grid-section.left-align .grid .grid-item ul, .grid-section.left-align .grid .grid-item .btn {
  text-align: left;
}
.grid-section.left-align .grid .grid-item:nth-child(2) {
  order: 1;
}
.grid-section.left-align .grid .grid-item:nth-child(1) {
  order: 2;
}
.grid-section.center-align .grid {
  text-align: center;
}
.grid-section.center-align .grid .grid-item {
  align-items: center;
}
.grid-section.center-align .grid .grid-item h2, .grid-section.center-align .grid .grid-item p, .grid-section.center-align .grid .grid-item ul, .grid-section.center-align .grid .grid-item ol, .grid-section.center-align .grid .grid-item .btn {
  text-align: center;
}
.grid-section.center-align .grid .grid-item ul {
  padding-left: 0;
  list-style-position: inside;
}
.grid-section.right-align .grid {
  text-align: right;
}
.grid-section.right-align .grid .grid-item {
  align-items: flex-end;
}
.grid-section.right-align .grid .grid-item h2, .grid-section.right-align .grid .grid-item p, .grid-section.right-align .grid .grid-item ul, .grid-section.right-align .grid .grid-item ol, .grid-section.right-align .grid .grid-item .btn {
  text-align: right;
}
.grid-section.right-align .grid .grid-item ul, .grid-section.right-align .grid .grid-item ol {
  padding-right: 20px;
  padding-left: 0;
  list-style-position: inside;
}
.grid-section.right-align .grid .grid-item:nth-child(even) {
  order: 2;
}
.grid-section.right-align .grid .grid-item:nth-child(odd) {
  order: 1;
}

.team-section {
  text-align: center;
}
.team-section .team-members-grid .team-grid-bock {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 70px;
  margin: 80px 0;
}
@media only screen and (max-width: 991px) {
  .team-section .team-members-grid .team-grid-bock {
    grid-template-columns: 1fr;
  }
}
.team-section .team-members-grid .team-grid-bock:nth-child(even) {
  grid-template-columns: 1fr 330px;
}
@media only screen and (max-width: 991px) {
  .team-section .team-members-grid .team-grid-bock:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.team-section .team-members-grid .team-grid-bock:nth-child(even) .image {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .team-section .team-members-grid .team-grid-bock:nth-child(even) .image {
    order: 1;
  }
}
.team-section .team-members-grid .team-grid-bock:nth-child(even) .content {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .team-section .team-members-grid .team-grid-bock:nth-child(even) .content {
    order: 2;
  }
}
.team-section .team-members-grid .team-grid-bock .content {
  text-align: left;
}
.team-section .team-members-grid .team-grid-bock .content h3 {
  font-family: "PT Serif Caption", serif;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0px;
}
.team-section .team-members-grid .team-grid-bock .content span {
  font-family: "PT Serif Caption", serif;
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
  color: #5080C0;
  display: block;
  margin-bottom: 25px;
}
.team-section .team-members-grid .team-grid-bock .content p {
  font-family: "PT Serif Caption", serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
}
.team-section .team-members-grid .team-grid-bock .image img {
  width: 100%;
}
.team-section .team-members {
  margin-top: 50px;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .team-section .team-members {
    flex-wrap: wrap;
  }
}
.team-section .team-members .block {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .team-section .team-members .block {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 600px) {
  .team-section .team-members .block {
    width: 100%;
  }
}
.team-section .team-members .block img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.team-section .team-members .block .caption {
  position: absolute;
  content: "";
  z-index: 99;
  left: 30px;
  right: 30px;
  bottom: 30px;
  text-align: left;
}
.team-section .team-members .block .caption strong {
  font-size: 32px;
  line-height: 150%;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
}
.team-section .team-members .block .caption span {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
}

.reviews-section {
  text-align: center;
}
.reviews-section h2 {
  margin-bottom: 50px;
}

.grid-block-section {
  background-color: #EFEFEF;
}
.grid-block-section h2 {
  text-align: left;
  margin-bottom: 50px;
  text-align: center;
}
.grid-block-section .grid-blocks {
  display: grid;
  gap: 25px;
}
.grid-block-section .grid-blocks.col-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 600px) {
  .grid-block-section .grid-blocks.col-2 {
    grid-template-columns: 1fr;
  }
}
.grid-block-section .grid-blocks.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .grid-block-section .grid-blocks.col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .grid-block-section .grid-blocks.col-3 {
    grid-template-columns: 1fr;
  }
}
.grid-block-section .grid-blocks.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .grid-block-section .grid-blocks.col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .grid-block-section .grid-blocks.col-4 {
    grid-template-columns: 1fr;
  }
}
.grid-block-section .grid-blocks.col-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .grid-block-section .grid-blocks.col-5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .grid-block-section .grid-blocks.col-5 {
    grid-template-columns: 1fr;
  }
}
.grid-block-section .grid-blocks .block {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: block;
  padding: 25px;
  transition: all 0.7s;
  position: relative;
}
.grid-block-section .grid-blocks .block .icon {
  background-color: #5080C0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}
.grid-block-section .grid-blocks .block .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.grid-block-section .grid-blocks .block a.large {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .grid-block-section .grid-blocks .block a.large {
    font-size: 16px;
  }
}
.grid-block-section .grid-blocks .block .content-wrapper {
  position: relative;
  z-index: 1;
}
.grid-block-section .grid-blocks .block .content-wrapper h3 {
  margin-bottom: 5px;
  color: #3D3D3D;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.grid-block-section .grid-blocks .block .content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 50px; /* Avoid overlap with h3 */
}
.grid-block-section .grid-blocks .block:hover {
  background-color: #598042;
}
.grid-block-section .grid-blocks .block:hover .icon {
  background-color: #012859;
}
.grid-block-section .grid-blocks .block:hover a, .grid-block-section .grid-blocks .block:hover h3, .grid-block-section .grid-blocks .block:hover p {
  color: #FFFFFF;
}
.grid-block-section .grid-blocks .block:hover .content-wrapper h3, .grid-block-section .grid-blocks .block:hover .content-wrapper p {
  color: #FFFFFF;
}
.grid-block-section .grid-blocks .block:hover .content-wrapper a {
  color: #FFFFFF;
}
.grid-block-section .grid-blocks .block:hover .content-wrapper p a {
  color: #EFEFEF;
}
.grid-block-section.bg {
  background: linear-gradient(90deg, rgb(156, 219, 224) 0%, rgb(209, 248, 218) 50%);
}
.grid-block-section.bg h2 {
  text-align: center;
}
.grid-block-section.bg .grid-blocks {
  align-items: self-start;
}
.grid-block-section.bg .grid-blocks .block {
  text-align: center;
  padding: 50px 25px;
}
.grid-block-section.bg .grid-blocks .block .icon {
  margin: 0 auto 25px;
  background-color: #FFFFFF;
  width: 56px;
  height: 56px;
  transition: all 0.7s;
}
.grid-block-section.bg .grid-blocks .block .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.grid-block-section.bg .grid-blocks .block .primary-color-section strong, .grid-block-section.bg .grid-blocks .block .primary-color-section span, .grid-block-section.bg .grid-blocks .block .primary-color-section p {
  color: #598042;
  font-size: 20px;
  line-height: 28px;
}
.grid-block-section.bg .grid-blocks .block .content-wrapper {
  position: relative;
  z-index: 1;
}
.grid-block-section.bg .grid-blocks .block .content-wrapper h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #3D3D3D;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.grid-block-section.bg .grid-blocks .block .content-wrapper p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito", sans-serif;
  color: #3D3D3D;
  margin-bottom: 60px; /* Avoid overlap with h3 */
}
.grid-block-section.bg .grid-blocks .block:hover {
  margin-top: -10px;
}
.grid-block-section.bg .grid-blocks .block:hover .primary-color-section strong, .grid-block-section.bg .grid-blocks .block:hover .primary-color-section span, .grid-block-section.bg .grid-blocks .block:hover .primary-color-section p {
  color: #FFFFFF;
}
.grid-block-section.bg .grid-blocks .block:hover .content-wrapper h3, .grid-block-section.bg .grid-blocks .block:hover .content-wrapper p, .grid-block-section.bg .grid-blocks .block:hover .content-wrapper span {
  color: #FFFFFF;
}
.grid-block-section.box_height .block {
  min-height: 270px;
}

.w-grid.type_grid .w-grid-list {
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  grid-auto-flow: dense;
  gap: calc(var(--gap, 0px) * 2);
}

.w-grid.type_grid .w-grid-item.size_2x1 {
  grid-column-end: span min(2, var(--columns, 1));
}

.w-grid.type_grid .w-grid-item.size_1x2 {
  grid-row-end: span min(2, var(--columns, 1));
}

.w-grid.type_grid .w-grid-item.size_2x2 {
  grid-column-end: span min(2, var(--columns, 1));
  grid-row-end: span min(2, var(--columns, 1));
}

.w-grid.type_masonry .w-grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--gap, 0px) * -1);
}

.w-grid.type_masonry .w-grid-item {
  margin: calc(var(--gap, 0px));
}

.grid-blog-section h2 {
  text-align: center;
}
.grid-blog-section .grid-blogs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .grid-blog-section .grid-blogs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .grid-blog-section .grid-blogs {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-blog-section .grid-blogs {
    grid-template-columns: 1fr;
  }
}
.grid-blog-section .grid-blogs .block {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.grid-blog-section .grid-blogs .block img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: inline;
  border-radius: 8px;
  transition: all 0.7s;
}
.grid-blog-section .grid-blogs .block:hover img {
  transform: scale(1.2);
}
.grid-blog-section .grid-blogs .block .content-wrapper {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0 20px 20px 20px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(209, 248, 218, 0) 100%);
}
.grid-blog-section .grid-blogs .block .content-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #FFFFFF;
  margin: 15px 0 0;
}
.grid-blog-section .grid-blogs .block .content-wrapper .btn {
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.listing-block-section {
  max-width: 1299px;
  margin: 0 auto;
  text-align: center;
}
.listing-block-section .listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .listing-block-section .listing-grid {
    grid-template-columns: 1fr;
  }
}
.listing-block-section .listing-grid .content {
  text-align: left;
}
.listing-block-section .listing-grid .content .icon-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.listing-block-section .listing-grid .content .icon-area .icon {
  width: 47px;
  height: 47px;
  padding: 10px;
  text-align: center;
  background-color: #5080C0;
  border-radius: 50%;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
.listing-block-section .listing-grid .content .icon-area span {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: #303640;
}
.listing-block-section .listing-grid .content .listing ul {
  margin: 0 0 40px 0;
  padding-left: 25px;
}
.listing-block-section .listing-grid .content .listing ul li {
  font-family: "Nunito", sans-serif;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #303640;
  border-top: solid 1px #EFEFEF;
  padding: 20px 0;
  position: relative;
}
.listing-block-section .listing-grid .content .listing ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #598042;
}
.listing-block-section .listing-grid .content .bottom p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
}

.slider-block .pre {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.slider-block .swiper-slider {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.slider-block .swiper-slider .swiper-wrapper .swiper-slide {
  text-align: center;
}
.slider-block .swiper-slider .swiper-wrapper .swiper-slide img {
  margin: 0 auto 20px;
}
.slider-block .swiper-slider .swiper-wrapper .swiper-slide strong {
  display: block;
  margin-bottom: 20px;
}
.slider-block .swiper-slider .swiper-wrapper .swiper-slide a {
  display: block;
}
.slider-block .swiper-slider .slider-arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.accordion {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .accordion {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion {
    padding-bottom: 150px;
  }
}
.accordion:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}
.accordion .accordion-container {
  max-width: 1000px;
  margin: 0 auto;
}
.accordion .accordion-container .accordion-loop {
  background-color: #fff;
  border-radius: 8px;
  border: unset !important;
}
.accordion .accordion-container .accordion-loop .question {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: unset !important;
  border-bottom: 1px solid #154d6a !important;
  font-weight: bold !important;
}
.accordion .accordion-container .accordion-loop .question strong {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
.accordion .accordion-container .accordion-loop .question svg {
  width: 35px;
  transition: all 0.3s;
}
.accordion .accordion-container .accordion-loop .question svg path {
  fill: #5080C0;
}
.accordion .accordion-container .accordion-loop .answer {
  padding: 15px;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
}
.accordion .accordion-container .accordion-loop.expand .question svg {
  transform: rotate(180deg);
}
.accordion .accordion-container .accordion-loop.expand .answer {
  max-height: 500px;
  overflow: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: slideDown 0.3s ease-out;
  border: unset !important;
  padding: 15px;
}
.accordion .below-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.accordion .below-content p {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.text-center {
  text-align: center;
}

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-section {
  max-width: 1440px;
  margin: 0 auto;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
  }
}

.icons-listing {
  background-color: #EFEFEF;
  text-align: center;
}
.icons-listing .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 90px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.icons-listing .icons .list img {
  margin: 0 auto;
  width: 150px;
}
.icons-listing .icons .list strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
  display: block;
}

.sitemap h2 {
  color: #000000;
}
.sitemap ul {
  padding-left: 25px;
  margin-bottom: 50px;
}
.sitemap ul li {
  line-height: 30px;
  list-style: none;
  position: relative;
}
.sitemap ul li:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #598042;
}
.sitemap ul li a {
  font-size: 18px;
  font-weight: 600;
}
.sitemap ul li a:hover {
  text-decoration: underline;
}

.process-section {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.process-section .listing-grid {
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 80px;
  margin-top: 40px;
}
@media only screen and (max-width: 1299px) {
  .process-section .listing-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.process-section .listing-grid .content {
  text-align: left;
}
.process-section .listing-grid .content .icon-area {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 40px 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DCDBDB;
}
@media only screen and (max-width: 767px) {
  .process-section .listing-grid .content .icon-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.process-section .listing-grid .content .icon-area .icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  padding: 10px;
  text-align: center;
  background-color: #5080C0;
  border-radius: 50%;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-section .listing-grid .content .icon-area span {
  color: #598042;
}
.process-section .listing-grid .content .icon-area h2 {
  font-size: 38px;
  font-weight: 600;
  color: #303640;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .process-section .listing-grid .content .icon-area h2 {
    font-size: 32px;
  }
}
.process-section .listing-grid .content .listing ul {
  margin: 0 0 40px 0;
  padding-left: 25px;
}
.process-section .listing-grid .content .listing ul li {
  font-family: "Nunito", sans-serif;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #303640;
  border-top: solid 1px #EFEFEF;
  padding: 20px 0;
  position: relative;
}
.process-section .listing-grid .content .listing ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #598042;
}
.process-section .listing-grid .content .bottom p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
}

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