/*
Theme Name: Ace
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

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

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "rmdce-icons";
  src: url("./assets/fonts/rmdce-icons.ttf?6q0a3v") format("truetype"), url("./assets/fonts/rmdce-icons.woff?6q0a3v") format("woff"), url("./assets/fonts/rmdce-icons.svg?6q0a3v#rmdce-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rmdce-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e911";
}

.icon-arrow-up:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-chevron-right:before {
  content: "\e907";
}

.icon-heart:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e90e";
}

.icon-calendar:before {
  content: "\e90f";
}

.icon-location:before {
  content: "\e910";
}

.gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper.gravity-theme form {
  padding: 0;
  margin: 0;
  position: relative;
}
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  border: solid 1px #4b4b4b !important;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  height: 55px;
  display: block;
}
.gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.gform_wrapper.gravity-theme form select::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input[type=color]::placeholder,
.gform_wrapper.gravity-theme form input[type=date]::placeholder,
.gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme form input[type=email]::placeholder,
.gform_wrapper.gravity-theme form input[type=month]::placeholder,
.gform_wrapper.gravity-theme form input[type=number]::placeholder,
.gform_wrapper.gravity-theme form input[type=password]::placeholder,
.gform_wrapper.gravity-theme form input[type=search]::placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form input[type=text]::placeholder,
.gform_wrapper.gravity-theme form input[type=time]::placeholder,
.gform_wrapper.gravity-theme form input[type=url]::placeholder,
.gform_wrapper.gravity-theme form input[type=week]::placeholder,
.gform_wrapper.gravity-theme form select::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  color: #707070;
  opacity: 1;
}
.footer-subscribe .gform_wrapper.gravity-theme form input[type=color],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=date],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=datetime-local],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=datetime],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=email],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=month],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=number],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=password],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=search],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=tel],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=text],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=time],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=url],
.footer-subscribe .gform_wrapper.gravity-theme form input[type=week],
.footer-subscribe .gform_wrapper.gravity-theme form select,
.footer-subscribe .gform_wrapper.gravity-theme form textarea {
  border-color: transparent !important;
  border-radius: 5px 0 0 5px;
}
.gform_wrapper.gravity-theme form .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.footer-subscribe .gform_wrapper.gravity-theme form .gform_fields {
  grid-column-gap: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-subscribe .gform_wrapper.gravity-theme form .gform_fields .gfield--type-email {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.gform_wrapper.gravity-theme form .gfield_label {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  color: #333333;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}
.gform_wrapper.gravity-theme form .form-section-title {
  margin-top: 40px;
}
.gform_wrapper.gravity-theme form .form-section-title + .gsection {
  margin-top: 0;
}
.gform_wrapper.gravity-theme form .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme form .ginput_container_select select {
  padding-right: 50px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 54px;
}
.gform_wrapper.gravity-theme form .ginput_container_select::before {
  content: "\e901";
  font-family: "rmdce-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
}
.gform_wrapper.gravity-theme form .gfield .gfield_description {
  display: none;
}
.gform_wrapper.gravity-theme form textarea {
  height: 250px !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #c60026 !important;
  color: #c60026;
  background-color: #fff9f9;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #c60026;
  margin: 0 0 1.5em !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #c60026 !important;
  line-height: 1.2 !important;
}
.footer-subscribe .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #b6b6b7 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.625;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #707070;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.015em;
  min-width: 320px;
  padding-top: 83px;
}
@media (min-width: 1080px) {
  .transparent-header body {
    padding-top: 0;
  }
}
@media (max-width: 1079px) {
  body {
    padding-top: 73px;
  }
}
@media (max-width: 579px) {
  body {
    padding-top: 63px;
  }
}
.nav-on body {
  overflow: hidden;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section,
.module {
  margin: 120px 0;
}
@media (max-width: 1079px) {
  section,
  .module {
    margin: 80px 0;
  }
}
@media (max-width: 579px) {
  section,
  .module {
    margin: 60px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 25px;
  width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  color: #48494B;
  margin: 0 0 0.5em;
  line-height: 1.3;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
@media (max-width: 779px) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
@media (max-width: 779px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
@media (max-width: 779px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 779px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 779px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  color: #00d000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

p {
  margin: 0 0 1.875em;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 900;
}

a {
  color: #00d000;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  color: #0068ff;
  outline: none;
  text-decoration: none;
}

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

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background-color: #0068ff;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #00d000;
  color: #fff;
}
.button.primary-icon {
  background-color: #0068ff;
  color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-right: 22px;
}
.button.primary-icon::after {
  content: "\e908";
  font-family: "rmdce-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.primary-icon:hover, .button.primary-icon:focus {
  background-color: #00d000;
  color: #fff;
}
.button.secondary {
  border-color: #00d000;
  background-color: #fff;
  color: #00d000;
}
.button.secondary:hover, .button.secondary:focus {
  border-color: #0068ff;
  background-color: #fff;
  color: #0068ff;
}
.button.secondary-icon {
  border-color: #00d000;
  background-color: #fff;
  color: #00d000;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-right: 22px;
}
.button.secondary-icon::after {
  content: "\e908";
  font-family: "rmdce-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.secondary-icon:hover, .button.secondary-icon:focus {
  border-color: #0068ff;
  background-color: #fff;
  color: #0068ff;
}

hr {
  margin: 2.5em 0;
  height: 1px;
  background-color: #DEE5EF;
  border: 0;
  display: block;
}

blockquote {
  color: #0068ff;
  font-weight: 700;
  margin: 100px auto;
  text-align: center;
  max-width: 1140px;
  line-height: 1.8;
  font-size: 22px;
  font-weight: 600;
}
blockquote p > strong {
  display: block;
  position: relative;
  padding-top: 1.5em;
  margin-top: 1.5em;
  font-size: 16px;
  font-weight: 500;
  color: #48494B;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: normal;
}
blockquote p > strong::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00d000;
  height: 2px;
  width: 222px;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 779px) {
  blockquote {
    font-size: 18px;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  margin-top: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1.875em;
  letter-spacing: -0.015em;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1279px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

.background-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.background-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.social a {
  text-decoration: none;
}

.social-share .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  color: #acacac;
  line-height: 1.2em;
  text-transform: uppercase;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-share .icons > a {
  color: #acacac;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-share .icons > a:hover, .social-share .icons > a:focus {
  color: #00d000;
}

.youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}

.google-maps {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.google-maps iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  pointer-events: none;
}

.eyebrow {
  color: #00d000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 0.2em;
}
@media (max-width: 779px) {
  .eyebrow {
    font-size: 16px;
  }
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-dots {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #c4c5c9;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  cursor: pointer;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  text-indent: -999999px;
}
.slick-dots li:hover, .slick-dots li:focus, .slick-dots li.slick-active {
  background-color: #00d000;
}

.single {
  background-color: #F4F6FB;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  letter-spacing: normal;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 83px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-width: 1490px;
  position: relative;
}
.site-header .site-logo {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header .site-logo svg, .site-header .site-logo img {
  min-width: 121px;
  max-width: 121px;
}
.site-header .site-logo svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .login-nav-element > a {
  text-transform: uppercase;
  color: #48494B;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  text-decoration: none;
}
.site-header .login-nav-element > a i {
  font-size: 30px;
  color: #0068ff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .login-nav-element > a:hover, .site-header .login-nav-element > a:focus {
  color: #0068ff;
}
.site-header nav > .nav-element > a {
  color: #48494B;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
}
.site-header nav > .nav-element > a:hover, .site-header nav > .nav-element > a:focus, .site-header nav > .nav-element > a.hover {
  color: #0068ff;
}
.site-header nav .sub-menu {
  border-bottom: solid 4px #0068ff;
}
.site-header nav .sub-menu a {
  display: block;
  padding: 10px 18px;
  color: #787878;
  border-bottom: solid 1px #E5E5EC;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
}
.site-header nav .sub-menu a:hover, .site-header nav .sub-menu a:focus {
  background-color: #F2F4F6;
  color: #0068ff;
}
.site-header.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.site-header.sticky .wrapper {
  height: 73px;
}
.single .site-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1080px) {
  .site-header aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .site-header aside a {
    text-decoration: none;
  }
  .site-header .login-nav-element {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .site-header nav > .nav-element {
    position: relative;
  }
  .site-header nav > .nav-element > a {
    height: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .site-header nav > .nav-element > a span {
    position: relative;
    padding: 0 5px;
  }
  .site-header nav > .nav-element > a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #0068ff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .site-header nav > .nav-element > a:hover span:after, .site-header nav > .nav-element > a:focus span:after, .site-header nav > .nav-element > a.hover span:after {
    opacity: 1;
  }
  .site-header nav > .nav-element i {
    display: none;
  }
  .site-header nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 222px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
  }
  .site-header.sticky nav > .nav-element > a {
    height: 73px;
  }
  .transparent-header .site-header:not(.sticky) .login-nav-element > a {
    color: #fff;
  }
  .transparent-header .site-header:not(.sticky) .login-nav-element > a i {
    color: #E5E5EC;
  }
  .transparent-header .site-header:not(.sticky) .login-nav-element > a:hover, .transparent-header .site-header:not(.sticky) .login-nav-element > a:focus {
    color: #E5E5EC;
  }
  .transparent-header .site-header:not(.sticky) nav > .nav-element > a {
    color: #fff;
  }
  .transparent-header .site-header:not(.sticky) nav > .nav-element > a span:after {
    background-color: #E5E5EC;
  }
  .transparent-header .site-header:not(.sticky) nav > .nav-element > a:hover, .transparent-header .site-header:not(.sticky) nav > .nav-element > a:focus, .transparent-header .site-header:not(.sticky) nav > .nav-element > a.hover {
    color: #E5E5EC;
  }
}
@media (max-width: 1079px) {
  .site-header {
    background-color: #fff;
  }
  .site-header .wrapper {
    height: 73px;
  }
  .site-header .login-nav-element {
    margin-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .site-header aside {
    position: fixed;
    background-color: #f4f4f5;
    left: 100%;
    width: 350px;
    top: 73px;
    height: calc(100vh - 73px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 60px;
    overflow: auto;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .nav-on .site-header aside {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header nav > .nav-element {
    width: 100%;
  }
  .site-header nav > .nav-element:last-child {
    margin-bottom: 0;
  }
  .site-header nav > .nav-element > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    color: #303030;
    text-decoration: none;
    border-bottom: solid 1px #E5E5EC;
    padding-left: 25px;
    padding-right: 25px;
  }
  .site-header nav > .nav-element > a i {
    font-size: 14px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00d000;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav > .nav-element > a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav > .nav-element > a::before {
    display: none;
  }
  .site-header nav .sub-menu {
    background-color: transparent;
    display: none;
  }
  .site-header nav .sub-menu .nav-element a {
    padding-left: 50px;
    padding-right: 25px;
  }
}
@media (max-width: 579px) {
  .site-header .wrapper {
    height: 63px !important;
  }
  .site-header .site-logo svg, .site-header .site-logo img {
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .site-header aside {
    top: 63px;
    height: calc(100vh - 63px);
    left: 100%;
    width: 100%;
  }
}

.nav-toggle {
  width: 28px;
  height: 28px;
  z-index: 100;
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 28px;
  top: 12px;
  left: 0;
  background-color: #00d000;
}
.nav-toggle i:before {
  content: "";
  top: -7px;
}
.nav-toggle i:after {
  content: "";
  top: 7px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(5px, 5px);
  transform: rotateZ(45deg) translate(5px, 5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(5px, -5px);
  transform: rotateZ(-45deg) translate(5px, -5px);
}
@media (min-width: 1080px) {
  .nav-toggle {
    display: none;
  }
}

.site-footer {
  background-color: #48494B;
  border-top: solid 5px #87C745;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}
.site-footer .top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.site-footer .top .wrapper .left {
  width: 100%;
  max-width: 306px;
}
.site-footer .top .wrapper .h4 {
  color: #b6b6b7;
  font-size: 18px;
  margin-bottom: 1.5em;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}
.site-footer .footer-logo svg {
  width: 100%;
  max-width: 121px;
}
.site-footer .footer-logo svg path {
  fill: #fff;
}
.site-footer .social a:hover, .site-footer .social a:focus {
  color: #fff;
}
.site-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  font-weight: 500;
}
.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
  color: #00d000;
}
.site-footer .footer-links a.quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.site-footer .footer-links a.quick-link:last-child {
  margin-bottom: 0;
}
.site-footer .footer-links a.quick-link i {
  font-size: 20px;
  color: #00d000;
}
.site-footer .footer-links a.quick-link strong {
  display: block;
}
.site-footer .footer-links a:not([href]), .site-footer .footer-links a[href=""] {
  pointer-events: none;
}
.site-footer .footer-links .nav-element {
  margin-bottom: 0.4em;
}
.site-footer .footer-subscribe {
  width: 100%;
  max-width: 350px;
}
.site-footer .footer-subscribe .button {
  border-radius: 0 5px 5px 0;
}
.site-footer .footer-subscribe .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.site-footer .copyright {
  background-color: #24282D;
  font-size: 14px;
  padding: 27px 0;
}
@media (max-width: 1279px) {
  .site-footer .top .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-subscribe {
    max-width: none;
  }
  .site-footer .footer-subscribe > * {
    max-width: 350px;
  }
}
@media (max-width: 579px) {
  .site-footer .footer-links {
    row-gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pagination {
  margin: 70px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 20px 0 21px;
  position: relative;
  color: #707070;
}
.pagination .nav-links .page-numbers:hover {
  color: #00d000;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #707070;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 16px;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #00d000;
  line-height: 1;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus {
  color: #0068ff;
}
.pagination .nav-links .page-numbers.next {
  padding-left: 0;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 0;
}
.pagination .nav-links .page-numbers.current {
  color: #00d000;
}
.pagination .nav-links .page-numbers.inactive {
  opacity: 0;
}
@media (max-width: 579px) {
  .pagination {
    margin: 50px 0 0;
  }
  .pagination .nav-links {
    font-size: 18px;
  }
  .pagination .nav-links .page-numbers {
    padding: 0 20px 0 23px;
  }
  .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
    font-size: 16px;
  }
  .pagination .nav-links .page-numbers.next {
    margin-left: 0;
  }
  .pagination .nav-links .page-numbers.prev {
    padding-right: 0;
    margin-right: 0;
  }
  .pagination .nav-links .page-numbers:after {
    height: 16px;
  }
}

.hero-home {
  margin: 0;
  position: relative;
}
.hero-home .wrapper {
  width: 100%;
}
.hero-home .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.hero-home .carousel .slick-slide {
  height: auto;
}
.hero-home .carousel .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200;
}
.hero-home .slide {
  color: #fff;
  position: relative;
  padding: 134px 0;
  min-height: min(633px, 44vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-home .slide .inner-content {
  position: relative;
  z-index: 3;
  max-width: 520px;
}
.hero-home .slide .content {
  margin-bottom: 30px;
}
.hero-home .slide .content:last-child {
  margin-bottom: 0;
}
.hero-home .slide .h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  line-height: 1.1;
}
.hero-home .slide .h1 strong {
  font-size: 1.3em;
  font-weight: 700;
}
.hero-home .slide p {
  letter-spacing: -0.02em;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.6;
}
@media (min-width: 1080px) {
  .hero-home .slide {
    padding: 80px 0;
  }
  .hero-home video + .background-image {
    display: none;
  }
}
@media (max-width: 779px) {
  .hero-home .slide .inner-content {
    max-width: 420px;
  }
  .hero-home .slide .content {
    margin-bottom: 30px;
  }
  .hero-home .slide .content:last-child {
    margin-bottom: 0;
  }
  .hero-home .slide .h1 {
    font-size: 36px;
  }
  .hero-home .slide p {
    font-size: 18px;
  }
}

.breadcrumbs {
  margin: 30px 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs:not(:last-child) {
  margin-bottom: -50px;
}
.breadcrumbs i {
  font-size: 11px;
  color: #CFD3E0;
  margin: 0 18px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #48494B;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #0068ff;
}
@media (max-width: 1079px) {
  .breadcrumbs:not(:last-child) {
    margin-bottom: -20px;
  }
}
@media (max-width: 579px) {
  .breadcrumbs:not(:last-child) {
    margin-bottom: -10px;
  }
}

.standard-text.gray {
  background-color: #e3e3e3;
  margin: 0;
  padding: 105px 0;
}
.standard-text .button-container {
  margin-top: 50px;
}
.standard-text .button-container:first-child {
  margin-top: 0;
}
.standard-text p + .social {
  margin-top: -0.75em;
}
.standard-text p + .social > a {
  color: #262626;
}
.standard-text p + .social > a:hover, .standard-text p + .social > a:focus {
  color: #00d000;
}
@media (max-width: 1079px) {
  .standard-text.gray {
    padding: 85px 0;
  }
}
@media (max-width: 779px) {
  .standard-text.gray {
    padding: 65px 0;
  }
}

.accordion {
  margin: 100px 0;
}
.accordion dl {
  margin: 40px 0 0;
  padding: 0;
}
.accordion dl:first-child {
  margin-top: 0;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 26px 17px 33px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.2;
  border: solid 1px #DEE5EF;
  border-radius: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
  color: #48494B;
}
.accordion dl dt i {
  font-size: 20px;
  color: #707070;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.accordion dl dt.on {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
  background-color: #0068ff;
  color: #fff;
}
.accordion dl dt.on i {
  color: #fff;
}
.accordion dl dd {
  margin: -5px 0 20px;
  padding: 33px 72px 33px 33px;
  display: none;
  border: solid 1px #DEE5EF;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  color: #707070;
}
.accordion dl dd p {
  margin-bottom: 1em;
}
.accordion dl dd > * {
  color: inherit;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1079px) {
  .accordion {
    margin: 70px 0;
  }
}
@media (max-width: 579px) {
  .accordion {
    margin: 50px 0;
  }
  .accordion dl dt {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .accordion dl dd {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pathways-grid .content {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 784px;
}
.pathways-grid .content:last-child {
  margin-bottom: 0;
}
.pathways-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 36px;
}
.pathways-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #707070;
  text-decoration: none;
}
.pathways-grid .item .image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.pathways-grid .item .image .placeholder {
  padding-bottom: 53%;
}
.pathways-grid .item aside {
  padding: 28px;
  border: solid 1px #DEE5EF;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0 0 10px 10px;
  line-height: 1.5;
}
.pathways-grid .item .h3 {
  color: #48494B;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.pathways-grid .item .h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 67px;
  height: 3px;
  background-color: #00d000;
}
.pathways-grid .item .h3.has-icon {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 25px;
}
.pathways-grid .item .h3.has-icon::before {
  display: none;
}
.pathways-grid .item .description {
  margin-bottom: 20px;
}
.pathways-grid .item .description:last-child {
  margin-bottom: 0;
}
.pathways-grid .item .link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #00d000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathways-grid .item:hover .link, .pathways-grid .item:focus .link {
  color: #0068ff;
}
@media (max-width: 1079px) {
  .pathways-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .pathways-grid .grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media (max-width: 579px) {
  .pathways-grid .grid {
    grid-template-columns: 1fr;
  }
}

.statistics {
  position: relative;
  margin: 0;
  padding: 70px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(96.89deg, #107035 0.56%, #1F4CA5 99.37%);
}
.statistics .background-image {
  opacity: 0.2;
  background-color: red;
}
.statistics .wrapper {
  position: relative;
  z-index: 3;
  max-width: 1200px;
}
.statistics .content {
  max-width: 784px;
  margin: 0 auto 50px;
  font-weight: normal;
}
.statistics .content:last-child {
  margin-bottom: 0;
}
.statistics h2, .statistics .h2 {
  color: #fff;
}
.statistics .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 50px;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
.center .statistics .grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.statistics .item {
  font-size: 18px;
  font-family: "Playfair Display", serif;
}
.statistics .item .number {
  font-family: "Playfair Display", serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0.2em;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  display: inline-block;
}
.statistics .item .number span {
  font-size: 0.55em;
}
.statistics .item.on .number {
  opacity: 1;
}
@media (max-width: 1079px) {
  .statistics .grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 779px) {
  .statistics .item {
    font-size: 16px;
  }
  .statistics .item .number {
    font-size: 46px;
  }
}

.logo-slider {
  margin: 65px 0;
}
.logo-slider.theme-dark {
  margin: 0;
  padding: 65px 0;
  background-color: #f5f6fb;
}
.logo-slider .wrapper {
  max-width: 1200px;
}
.logo-slider .content {
  text-align: center;
}
.logo-slider .carousel {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.logo-slider .carousel .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  min-height: 168px;
}
.logo-slider .carousel .item img {
  max-height: 100px;
  display: block;
  margin: auto;
}

.featured-content-posts .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto 0 0;
}
.featured-content-posts .slick-slide {
  height: auto;
}
.featured-content-posts .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 35px !important;
}
.featured-content-posts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.featured-content-posts .item .image {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.featured-content-posts .item .image .placeholder {
  padding-bottom: 0;
}
.featured-content-posts .item .content {
  width: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.featured-content-posts .item .excerpt {
  margin-bottom: 1.5em;
}
.featured-content-posts .item .excerpt:last-child {
  margin-bottom: 0;
}
.featured-content-posts.image-left .item .content {
  padding-left: 85px;
}
.featured-content-posts.image-right .item .image {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.featured-content-posts.image-right .item .content {
  padding-right: 85px;
}
@media (max-width: 1079px) {
  .featured-content-posts.image-left .item .content {
    padding-left: 40px;
  }
  .featured-content-posts.image-right .item .content {
    padding-right: 40px;
  }
}
@media (max-width: 779px) {
  .featured-content-posts .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .featured-content-posts .item .image {
    width: 100%;
  }
  .featured-content-posts .item .image .placeholder {
    padding-bottom: 56.25%;
  }
  .featured-content-posts .item .content {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-content-posts .item .content .dots {
    margin-top: auto;
  }
  .featured-content-posts.image-left .item .content {
    padding-left: 0;
  }
  .featured-content-posts.image-right .item .content {
    padding-right: 0;
  }
  .featured-content-posts.image-right .item .image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.team-main-grid > .wrapper > .content {
  text-align: center;
  margin-bottom: 50px;
}
.team-main-grid > .wrapper > .content:last-child {
  margin-bottom: 0;
}
.team-main-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 27px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.team-main-grid .nothing {
  grid-column: 1/-1;
}
.team-main-grid .item {
  text-decoration: none;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
}
.team-main-grid .item .image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.team-main-grid .item > aside {
  padding: 20px;
  border: solid 1px #DEE5EF;
  border-radius: 0 0 10px 10px;
}
.team-main-grid .item .name {
  font-family: "Playfair Display", serif;
  color: #48494B;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0.1em;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.team-main-grid .item .name:last-child {
  margin-bottom: 0;
}
.team-main-grid .item:hover, .team-main-grid .item:focus {
  color: #0068ff;
}
.team-main-grid .item:hover .name, .team-main-grid .item:focus .name {
  color: #00d000;
}
@media (max-width: 1079px) {
  .team-main-grid .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .team-main-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 579px) {
  .team-main-grid .grid {
    grid-template-columns: 1fr;
  }
}

.events-main-accordion > .wrapper > .content {
  text-align: center;
  margin-bottom: 50px;
}
.events-main-accordion > .wrapper > .content:last-child {
  margin-bottom: 0;
}
.events-main-accordion > .wrapper > .accordion {
  margin: 0;
}
.events-main-accordion .item {
  text-decoration: none;
  color: #707070;
  margin-bottom: 30px;
  display: block;
}
.events-main-accordion .item:last-child {
  margin-bottom: 0;
}
.events-main-accordion .item .title {
  color: #48494B;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
  line-height: 1.3;
}
.events-main-accordion .item .date {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  line-height: 1.3;
}
.events-main-accordion .item:hover .title, .events-main-accordion .item:focus .title {
  color: #0068ff;
}

.template {
  margin-top: 80px;
}
.template .wrapper {
  max-width: 1120px;
}
.template .template-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  letter-spacing: normal;
}
.template h1, .template .h1 {
  font-size: 40px;
}
.template .post-meta {
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: -0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.template .post-meta > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.template .post-meta > * i {
  font-size: 16px;
  color: #00d000;
}
.template .post-detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #262626;
  color: #707070;
}
.template .post-detail figure.image {
  margin: 5px 46px 26px 0;
  border-radius: 10px;
  overflow: hidden;
  width: 35%;
  float: left;
}
.template .post-detail figure.image:last-child {
  margin-bottom: 0;
}
.template .post-detail figure.image .placeholder {
  padding-bottom: 68%;
}
.template .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin: 0 0 35px;
  letter-spacing: -0.015em;
  color: #707070;
}
.template .bio .image {
  border-radius: 10px;
  overflow: hidden;
  min-width: 327px;
  max-width: 327px;
  width: 327px;
  overflow: hidden;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.template .bio > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template .bio > aside hr {
  margin: 28px 0;
}
.template .bio .job-title {
  font-size: 18px;
  margin-bottom: 1em;
}
.template .bio .intro {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
  color: #48494B;
}
.template .bio .social-share .icons {
  font-size: 20px;
}
.template .bio .social-share .icons a {
  color: #00d000;
}
.template .bio .social-share .icons a:hover, .template .bio .social-share .icons a:focus {
  color: #0068ff;
}
@media (max-width: 1079px) {
  .template {
    margin-top: 50px;
  }
  .template .template-box {
    padding: 25px;
  }
  .template .post-detail figure.image {
    width: 40%;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .template .bio {
    gap: 40px;
  }
}
@media (max-width: 779px) {
  .template h1, .template .h1 {
    font-size: 32px;
  }
  .template .post-meta {
    font-size: 16px;
  }
  .template .post-detail figure.image {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .template .bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .template .bio .image {
    width: 100%;
    min-width: 0;
  }
  .template .bio .job-title {
    font-size: 16px;
  }
  .template .bio .intro {
    font-size: 18px;
  }
}
@media (max-width: 579px) {
  .template {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
