@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1422px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.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;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-search-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child,
.layout-header .full-search-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Mulish", sans-serif;
  padding: 75px 0 0;
  background-color: #f5f5f0;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body {
    padding: 260px 0 0;
  }
}
body *:focus {
  outline: 1px solid #6ecc95 !important;
  outline-offset: .25rem;
  border-radius: .25rem;
}
body:has(.layout-hero) {
  padding: 0;
}
body:not(:has(.layout-hero)) .layout-header header {
  background: linear-gradient(to right, #6ecc95, #20436b);
}
body:has(.text-and-form):not(:has(section + .text-and-form)) {
  padding: 0 !important;
}
body:has(.text-and-form):not(:has(section + .text-and-form)) .layout-header .header {
  background: transparent;
}
header .skip {
  color: #ffffff;
  background-color: #1e5154;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  line-height: 1.05;
  font-size: 2.25rem;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 7rem;
    word-spacing: 2px;
  }
}
h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3.75rem;
  }
}
h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 2.75rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h4 {
    font-size: 2.25rem;
  }
}
a,
button,
select,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #1e5154;
  border: 1px solid #1e5154;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
}
strong a:hover,
a strong:hover {
  color: #1e5154;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.email i,
.phone i {
  display: none;
}
.social-pages li a span {
  display: none;
}
.gform_anchor {
  outline: none !important;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield legend,
.gform_wrapper form .gform_body .gform_fields .gfield label:not(.gchoice label) {
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield legend,
  .gform_wrapper form .gform_body .gform_fields .gfield label:not(.gchoice label) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield legend,
  .gform_wrapper form .gform_body .gform_fields .gfield label:not(.gchoice label) {
    font-size: 1.25rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-section {
  display: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_required_asterisk {
  color: #000000;
  font-size: 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_radio) input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_radio) textarea {
  min-height: 3rem;
  border: 1px solid #919191;
  border-radius: .5rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_radio) input,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_radio) textarea {
    min-height: 5rem;
    border-radius: 1rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.section-title {
  font-size: 1.25rem;
  color: #7766e3;
  margin: 1lh;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.section-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.section-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.section-title {
    font-size: 2.75rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio input {
  min-height: 10px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio input:checked {
  border: 1px solid #6ecc95;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio input::before {
  background-color: #6ecc95 !important;
  width: 12px;
  height: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input {
  min-height: 10px !important;
  border-radius: 0 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_consent input {
  min-height: 10px !important;
  border-radius: 0 !important;
}
.gform_wrapper form .gform_footer button {
  color: #ffffff !important;
  background-color: #7766e3 !important;
  border: 1px solid #7766e3 !important;
  padding: .5rem 1rem !important;
  border-radius: 3rem !important;
  width: max-content !important;
}
.gform_wrapper form .gform_footer button:hover {
  color: #7766e3 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
.gform_wrapper form .gform_footer button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer button {
    font-size: 1.25rem !important;
    padding: .75rem 2.5rem !important;
  }
}
.layout-header,
.layout-header .container {
  height: 75px;
}
@media screen and (min-width: 1660px) {
  .layout-header,
  .layout-header .container {
    height: 260px;
  }
}
.layout-header .header .container {
  max-width: 1660px;
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home svg {
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home svg {
    width: 230px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .home svg {
    width: 342px;
  }
}
.layout-header .header .container nav {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    right: 75px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav {
    right: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav .menu {
    display: inline-flex;
    gap: .5rem;
    height: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu {
    gap: 1.5rem;
  }
}
.layout-header .header .container nav .menu > li {
  position: relative;
}
.layout-header .header .container nav .menu > li > a {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: .5rem;
  font-weight: 500;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container nav .menu > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav .menu > li > a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li > a {
    padding: 1rem;
  }
}
.layout-header .header .container nav .menu > li > a::before {
  border-radius: 2rem;
}
.layout-header .header .container nav .menu > li > a:hover {
  color: #1e5154;
}
.layout-header .header .container nav .menu > li > a:hover::before {
  right: 0;
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li .sub-menu {
  display: none;
  top: calc(100% + 1.5rem);
  left: 0;
  width: max-content;
  opacity: 0;
  position: relative;
  isolation: isolate;
  position: absolute;
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li .sub-menu {
    min-width: 365px;
  }
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  top: -1.5rem;
}
.layout-header .header .container nav .menu > li .sub-menu li {
  background-color: #6ecc95;
}
.layout-header .header .container nav .menu > li .sub-menu li a {
  padding: 1rem;
  color: #ffffff;
}
.layout-header .header .container nav .menu > li .sub-menu li:nth-child(even) {
  background-color: #ffffff;
}
.layout-header .header .container nav .menu > li .sub-menu li:nth-child(even) a {
  color: #6ecc95;
}
.layout-header .header .container nav .menu > li .sub-menu li:hover {
  background-color: #2f7378;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li .sub-menu li:hover a {
  color: #ffffff;
}
.layout-header .header .container nav .menu > li:hover .sub-menu {
  display: block;
  animation: opacityAnimation 250ms ease-in-out forwards 100ms;
}
@keyframes opacityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-header .header .container nav .menu > li:last-child a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
}
.layout-header .header .container nav .menu > li:last-child a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:last-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li:last-child a {
    padding: 1rem 2rem;
  }
}
.layout-header .header .container nav .menu > li:last-child a:hover::before {
  background-color: #ffffff;
}
.layout-header .header .container nav .menu + strong a {
  text-transform: uppercase;
}
.layout-header .header .container .full-menu-toggle {
  right: 15px;
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.layout-header .header .container .full-menu-toggle .toggle i {
  font-weight: 400;
}
.layout-header .full-menu {
  padding: 100px 0 0;
  display: none;
  opacity: 0;
  background: linear-gradient(#1e5154 70%, #4e9c7c);
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1660px) {
  .layout-header .full-menu {
    padding: 260px 0 0;
  }
}
.layout-header .full-menu .container nav .menu {
  position: relative;
}
.layout-header .full-menu .container nav .menu > li {
  margin: .5rem 0;
}
.layout-header .full-menu .container nav .menu > li > a {
  font-size: 1.5rem;
  font-weight: 700;
  padding: .5rem 1rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a .toggle {
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
  font-size: 2rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children .sub-menu li a {
  font-size: 1.125rem;
  padding: .5rem 1rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children.unfolded .toggle {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.layout-header .full-menu .container nav .menu > li:last-child {
  position: absolute;
  bottom: -15rem;
  left: 50%;
  transform: translateX(-50%);
}
.layout-header .full-menu .container nav .menu > li:last-child a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
}
.layout-header .full-menu .container nav .menu > li:last-child a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .full-menu .container nav .menu > li:last-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header .full-menu .container .social-pages {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.layout-header .full-menu .container .social-pages li a i {
  font-size: 1.5rem;
}
.scrolled .layout-header .header {
  background-color: #1e5154;
}
.scrolled .layout-header,
.scrolled .layout-header .container {
  height: 45px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header,
  .scrolled .layout-header .container {
    height: 60px;
  }
}
@media screen and (min-width: 1660px) {
  .scrolled .layout-header .home svg,
  .scrolled .layout-header .container .home svg {
    width: 200px;
    transition: all 0.25s ease;
  }
}
.scrolled .layout-header .menu li a,
.scrolled .layout-header .container .menu li a {
  padding: .5rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .scrolled .layout-header .menu li a,
  .scrolled .layout-header .container .menu li a {
    padding: .5rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .scrolled .layout-header .menu li:last-child a,
  .scrolled .layout-header .container .menu li:last-child a {
    padding: .5rem 2rem !important;
    transition: all 0.25s ease;
  }
}
.scrolled .layout-header .full-menu-toggle,
.scrolled .layout-header .container .full-menu-toggle {
  height: 35px;
  width: 35px;
  transition: all 0.25s ease;
}
.scrolled .layout-header .full-menu-toggle .toggle,
.scrolled .layout-header .container .full-menu-toggle .toggle {
  font-size: 1.5rem;
  transition: all 0.25s ease;
}
.full-menu-open .layout-header .header {
  background: transparent;
}
.full-menu-open .layout-header .full-menu {
  display: block;
  animation: opacityTransition 250ms ease-in-out 50ms forwards;
}
@keyframes opacityTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-footer {
  background: linear-gradient(to right, #20436b, #598cc2);
  color: #ffffff;
  padding: 2.5rem 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer {
    padding: 5rem 0 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 9.5rem 0 3rem;
  }
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-block: 0 1rem;
  max-width: 1660px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-block: 0 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container {
    padding-block: 0 3.5rem;
  }
}
.layout-footer .container .logo-and-cta .home svg {
  width: 200px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-cta .home svg {
    width: 300px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-cta .home svg {
    width: 400px;
  }
}
.layout-footer .container .logo-and-cta .cta p strong:not(:has(a)) {
  color: #6ecc95;
  font-size: 1.125rem;
  display: inline-block;
  margin: 3rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-cta .cta p strong:not(:has(a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-cta .cta p strong:not(:has(a)) {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-cta .cta p:has(a) {
    margin: 2.5rem 0 1rem;
  }
}
.layout-footer .container .logo-and-cta .cta p:has(a) a {
  background-color: #7766e3;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-cta .cta p:has(a) a {
    padding: 1rem 2rem;
    font-size: 1.25rem;
  }
}
.layout-footer .container .logo-and-cta .cta p:has(a) a:hover {
  color: #ffffff;
  background-color: #6ecc95;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: span 2;
    gap: 2rem;
  }
}
.layout-footer .container .blocks li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.layout-footer .container .blocks li .address,
.layout-footer .container .blocks li .phone,
.layout-footer .container .blocks li .email {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
}
.layout-footer .container .blocks li .address::before,
.layout-footer .container .blocks li .phone::before,
.layout-footer .container .blocks li .email::before {
  font-size: 1.25rem !important;
  margin: 0 !important;
  width: 2.25rem;
  height: 2.25rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #7766e3;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks li .address::before,
  .layout-footer .container .blocks li .phone::before,
  .layout-footer .container .blocks li .email::before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem !important;
  }
}
.layout-footer .container .blocks li .address:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin-inline-end: .25rem;
}
.layout-footer .container .blocks li .address p {
  margin: 0;
}
.layout-footer .container .blocks li .phone,
.layout-footer .container .blocks li .email {
  align-items: center;
}
.layout-footer .container .blocks li .phone:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f095";
  margin-inline-end: .25rem;
}
.layout-footer .container .blocks li .email:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0e0";
  margin-inline-end: .25rem;
}
.layout-footer .container .blocks li p {
  margin: 0;
}
.layout-footer .container .blocks li > p {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li > p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks li > p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li:first-of-type {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li:has(.address) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks li:has(.address) {
    font-size: 1.5rem;
  }
}
.layout-footer .container .blocks li:has(.address) > p a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  padding: .25rem .25rem .25rem 2rem;
  gap: 1rem;
  height: 3rem;
  background-color: #6ecc95;
  border-color: #6ecc95;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 0 2.5rem;
}
.layout-footer .container .blocks li:has(.address) > p a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks li:has(.address) > p a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-footer .container .blocks li:has(.address) > p a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-footer .container .blocks li:has(.address) > p a::after {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7766e3;
  height: 100%;
  aspect-ratio: 1;
  font-size: .5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-footer .container .blocks li:has(.address) > p a:hover {
  background-color: #7766e3;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks li:has(.address) > p a:hover:after {
  animation: shiftLateral 750ms ease-out infinite;
}
@keyframes shiftLateral {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: none;
  }
}
.layout-footer .container .blocks li:has(.address) > p a:hover {
  background-color: #6ecc95;
}
.layout-footer .social-menu-copyright-and-up {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1660px;
  margin: 0 auto;
  padding: 1rem 15px 0 15px;
  border-top: 1px solid #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-footer .social-menu-copyright-and-up {
    padding: 1rem 30px 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .social-menu-copyright-and-up {
    grid-template-columns: repeat(6, auto);
    position: relative;
    align-items: center;
    padding: 2rem 30px 2rem;
  }
}
.layout-footer .social-menu-copyright-and-up .social-pages {
  display: flex;
  gap: .5rem;
  flex-direction: row;
}
.layout-footer .social-menu-copyright-and-up .social-pages li a {
  background-color: #ffffff;
  color: #20436b;
  border-radius: 50%;
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-footer .social-menu-copyright-and-up .social-pages li a {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .social-menu-copyright-and-up nav {
    grid-column: span 3;
  }
}
.layout-footer .social-menu-copyright-and-up nav .menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem .5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .social-menu-copyright-and-up nav .menu {
    display: flex;
    gap: 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .social-menu-copyright-and-up nav .menu {
    gap: 3rem;
  }
}
.layout-footer .social-menu-copyright-and-up nav .menu li a {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .layout-footer .social-menu-copyright-and-up nav .menu li a {
    text-decoration: none;
    font-size: 1.25rem;
  }
}
.layout-footer .social-menu-copyright-and-up nav .menu li a:hover {
  color: #6ecc95;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-footer .social-menu-copyright-and-up .copyright {
    grid-column: span 2;
    justify-self: end;
    font-size: 1.25rem;
  }
}
.layout-footer .social-menu-copyright-and-up .up {
  width: max-content;
  background-color: #ffffff;
  color: #20436b;
  border: 1px solid #ffffff;
  border-radius: .25rem;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-footer .social-menu-copyright-and-up .up {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.layout-hero {
  background: linear-gradient(to right, #6ecc95, #387a6a);
  padding: 6rem 0 0;
}
.layout-hero .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1422px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-block: 1rem;
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text {
    margin-block: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text {
    margin-block: 10rem 4rem;
  }
}
.layout-hero .text h1 {
  color: #ffffff;
}
.layout-hero .text h1 em {
  color: #1e5154;
  font-family: "Crimson Pro", serif;
}
.layout-hero .image {
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-hero .image {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    height: 500px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 637px;
  }
}
.layout-pagetitlehero {
  padding: 2.5rem 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero {
    padding: 4.5rem 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagetitlehero {
    padding: 7rem 0 2rem;
  }
}
.layout-pagetitlehero .container {
  max-width: 1660px;
}
.layout-pagetitlehero .container h2 {
  color: #387a6a;
  font-size: 1.25rem !important;
}
.layout-text {
  padding: .5rem 0 2.5rem;
}
.layout-text .container {
  max-width: 1660px;
}
.layout-text .container .text h2,
.layout-text .container .text h3 {
  color: #6ecc95;
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 2.75rem;
  }
}
.layout-text .container .text p:not(:has(strong a)) {
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text p:not(:has(strong a)) {
    font-size: 1.5rem;
  }
}
.layout-text.first-after-hero {
  padding-top: 90px;
}
.layout-text.style-centered {
  text-align: center;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-centered {
    padding-block-end: 7.5rem;
  }
}
.layout-text.style-centered .container {
  max-width: 1422px;
}
.layout-text.style-centered .container .text p:not(:has(strong a)) {
  margin: 0 0 1.25lh;
}
.layout-text.style-centered .container .text p strong a {
  background-color: #7766e3;
  border-color: #7766e3;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-centered .container .text p strong a {
    padding: 1rem 3rem;
  }
}
.layout-text.style-centered .container .text p strong a:hover {
  background-color: #ffffff;
  color: #7766e3;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-left_align {
    padding-block-start: 1.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-text.style-left_align .container .text {
    width: 75%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text.style-left_align .container .text {
    width: 70%;
  }
}
.layout-text.style-left_align .container .text h1,
.layout-text.style-left_align .container .text h2,
.layout-text.style-left_align .container .text h3 {
  color: #1e5154;
  margin: 1rem 0 2.5rem;
}
.layout-text.style-left_align .container .text h1 em,
.layout-text.style-left_align .container .text h2 em,
.layout-text.style-left_align .container .text h3 em {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
}
.layout-text.style-left_align .container .text p {
  font-weight: 700;
}
.layout-textandtext {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext {
    padding: 3rem 0;
  }
}
.layout-textandtext .container {
  max-width: 1660px;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-textandtext .container h2,
.layout-textandtext .container h3 {
  color: #6ecc95;
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container h2,
  .layout-textandtext .container h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container h2,
  .layout-textandtext .container h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container h2,
  .layout-textandtext .container h3 {
    font-size: 2.75rem;
  }
}
.layout-textandtext .container .left p,
.layout-textandtext .container .right p {
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left p,
  .layout-textandtext .container .right p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left p,
  .layout-textandtext .container .right p {
    font-size: 1.5rem;
  }
}
.layout-textandtext .container .left p:has(+p),
.layout-textandtext .container .right p:has(+p) {
  margin: 0 0 1.5rem;
}
.layout-textandtext.style-special {
  padding: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext.style-special .container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .5rem;
  }
}
.layout-textandtext.style-special .container h1,
.layout-textandtext.style-special .container h2 {
  color: #1e5154;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext.style-special .container h1 {
    font-size: 6.5rem;
  }
}
.layout-textandtext.style-special .container h2 {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext.style-special .container h2 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext.style-special .container .left {
    grid-column: span 3;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandtext.style-special .container .right {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext.style-special .container .right {
    grid-column: span 2;
  }
}
.layout-textandtext.style-special .container .right p {
  font-weight: 700;
}
.layout-textandimage {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage {
    padding: 2.5rem 0 5.75rem;
  }
}
.layout-textandimage .container {
  max-width: 1660px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text {
    height: max-content;
    padding: 2rem 0 0;
  }
}
.layout-textandimage .container .text h2,
.layout-textandimage .container .text h3 {
  color: #6ecc95;
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text h2,
  .layout-textandimage .container .text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text h2,
  .layout-textandimage .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text h2,
  .layout-textandimage .container .text h3 {
    font-size: 2.75rem;
  }
}
.layout-textandimage .container .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p {
    font-size: 1.5rem;
  }
}
.layout-textandimage .container .text p:has(+p) {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p:has(+p) {
    margin: -0.25rem 0 1.5rem;
  }
}
.layout-textandimage .container .text p:has(+h2) {
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p:has(+h2) {
    margin: 0 0 6rem;
  }
}
.layout-textandimage .container .image {
  height: 250px;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .image {
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .image {
    height: 100%;
    display: flex;
    justify-content: right;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .image {
    border-radius: 2rem;
  }
}
.layout-textandimage .container .image img {
  border-radius: 1rem;
  max-height: 100%;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .image img {
    width: auto;
    border-radius: 2rem;
  }
}
.layout-textandimage .container .image:has(.link) {
  position: relative;
}
.layout-textandimage .container .image:has(.link) .link {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.layout-textandimage .container .image:has(.link) .link:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandimage .container .image:has(.link) .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .image:has(.link) .link {
    color: #ffffff;
    background-color: #7766e3;
    border: 1px solid #7766e3;
    padding: .5rem 1rem;
    border-radius: 3rem;
    width: max-content;
    padding: .25rem .25rem .25rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 3rem;
  }
  .layout-textandimage .container .image:has(.link) .link:hover {
    color: #7766e3;
    background-color: #ffffff;
    transition: all 0.25s ease;
  }
  .layout-textandimage .container .image:has(.link) .link:active {
    opacity: .9;
    transform: scale(0.98);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
  .layout-textandimage .container .image:has(.link) .link:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .layout-textandimage .container .image:has(.link) .link::after {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7766e3;
    height: 100%;
    aspect-ratio: 1;
    font-size: .5rem;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .layout-textandimage .container .image:has(.link) .link:hover {
    background-color: #7766e3;
    color: #ffffff;
    transition: all 0.25s ease;
  }
  .layout-textandimage .container .image:has(.link) .link:hover:after {
    animation: shiftLateral 750ms ease-out infinite;
  }
  @keyframes shiftLateral {
    0% {
      transform: none;
    }
    50% {
      transform: translateX(1rem);
    }
    100% {
      transform: none;
    }
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .image:has(.link) .link {
    bottom: 2rem;
    left: 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container:has(.link) {
    gap: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .container .text {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .container .image {
    order: 1;
  }
}
@media screen and (min-width: 1660px) {
  .page-id-362 .layout-textandform .container .text-and-form {
    grid-template-columns: 1fr 4.5fr;
  }
}
.page-id-362 .layout-textandform .container .text-and-form .buttons-and-text .text {
  font-size: 1.5em;
  padding: 3rem 1rem;
}
@media screen and (min-width: 810px) {
  .page-id-362 .layout-textandblock .container .text-and-block {
    grid-template-columns: 1fr 2fr;
  }
}
.page-id-362 .layout-textandblock .container .text-and-block .block {
  background-color: #1e5154;
}
@media screen and (min-width: 1660px) {
  .page-id-362 .layout-textandblock .container .text-and-block .block ul {
    margin: 0 0 1rem;
  }
}
.page-id-362 .layout-textandblock .container .text-and-block .block ul li {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5lh;
  line-height: 1.5;
  margin: 1.25lh 0;
  text-align: left;
  padding-left: 76px;
}
.page-id-362 .layout-textandblock .container .text-and-block .block ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .page-id-362 .layout-textandblock .container .text-and-block .block ul li {
    font-weight: 700;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .page-id-362 .layout-textandblock .container .text-and-block .block ul li {
    font-size: 1.5rem;
  }
}
.page-id-362 .layout-textandblock .container .text-and-block .block ul li::before {
  width: 2rem;
  height: 2rem;
  background-color: #6ecc95;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  justify-self: center;
  font-weight: 900;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .page-id-362 .layout-textandblock .container .text-and-block .block ul li::before {
    font-size: 2rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.layout-textandblock {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-textandblock {
    padding: 2.5rem 0 9rem;
  }
}
.layout-textandblock .container {
  max-width: 1660px;
}
.layout-textandblock .container .text-and-block {
  border-radius: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblock .container .text-and-block {
    grid-template-columns: 2fr 1fr;
  }
}
.layout-textandblock .container .text-and-block h2,
.layout-textandblock .container .text-and-block h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-textandblock .container .text-and-block h2,
  .layout-textandblock .container .text-and-block h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblock .container .text-and-block h2,
  .layout-textandblock .container .text-and-block h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock .container .text-and-block h2,
  .layout-textandblock .container .text-and-block h3 {
    font-size: 2.75rem;
  }
}
.layout-textandblock .container .text-and-block p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandblock .container .text-and-block p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock .container .text-and-block p {
    font-size: 1.5rem;
  }
}
.layout-textandblock .container .text-and-block p:has(+ p),
.layout-textandblock .container .text-and-block p:has(+ h2),
.layout-textandblock .container .text-and-block p:has(+ h3) {
  margin: 0 0 1.5rem;
}
.layout-textandblock .container .text-and-block .block {
  text-align: center;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #7766e3;
  height: fit-content;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .layout-textandblock .container .text-and-block .block {
    height: 100%;
    padding: 2rem;
    display: grid;
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock .container .text-and-block .block p {
    font-size: 1.25rem;
  }
}
.layout-textandblock .container .text-and-block .block p strong a {
  background-color: #6ecc95;
  border-color: #6ecc95;
}
.layout-textandblock .container .text-and-block .block p strong a:hover {
  color: #7766e3;
  background-color: #ffffff;
  border-color: #7766e3;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background {
    padding: 2.5rem 0 4rem;
  }
}
.layout-textandblock.style-has_background .container .text-and-block {
  background-color: #6ecc95;
  padding: 1.5rem 1rem;
  color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .layout-textandblock.style-has_background .container .text-and-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 3.5rem 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background .container .text-and-block {
    padding: 8rem 7rem 6rem;
    border-radius: 2rem;
  }
}
.layout-textandblock.style-has_background .container .text-and-block h2,
.layout-textandblock.style-has_background .container .text-and-block h3 {
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background .container .text-and-block .block {
    padding: 6rem 3rem;
    border-radius: 2rem;
  }
}
.layout-textandblock.style-has_background .container .text-and-block .block h2,
.layout-textandblock.style-has_background .container .text-and-block .block h3 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblock.style-has_background .container .text-and-block .block h2,
  .layout-textandblock.style-has_background .container .text-and-block .block h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblock.style-has_background .container .text-and-block .block h2,
  .layout-textandblock.style-has_background .container .text-and-block .block h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background .container .text-and-block .block h2,
  .layout-textandblock.style-has_background .container .text-and-block .block h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background .container .text-and-block .block h2,
  .layout-textandblock.style-has_background .container .text-and-block .block h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background .container .text-and-block .block p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblock.style-has_background .container .text-and-block .block p:has(+ h3) {
    margin: 0 0 4rem;
  }
}
.layout-blocks {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-blocks {
    padding: 2.5rem 0 9rem;
  }
}
.layout-blocks .container {
  max-width: 1660px;
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-blocks .container .blocks li .block {
  padding: 2rem 1rem 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block {
    padding: 3.5rem 1.5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li .block {
    padding: 6rem 2.5rem 3rem 1.5rem;
    border-radius: 2rem;
  }
}
.layout-blocks .container .blocks li .block .text h2,
.layout-blocks .container .blocks li .block .text h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block .text h2,
  .layout-blocks .container .blocks li .block .text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block .text h2,
  .layout-blocks .container .blocks li .block .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li .block .text h2,
  .layout-blocks .container .blocks li .block .text h3 {
    font-size: 2.75rem;
  }
}
.layout-blocks .container .blocks li .block .text p {
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li .block .text p {
    font-size: 1.5rem;
  }
}
.layout-blocks .container .blocks li:first-child .block {
  background-color: #387a6a;
}
.layout-blocks .container .blocks li:first-child .block h2,
.layout-blocks .container .blocks li:first-child .block h3 {
  color: #6ecc95;
}
.layout-blocks .container .blocks li:nth-child(2) .block {
  background-color: #598cc2;
}
.layout-blocks .container .blocks li:nth-child(2) .block h2,
.layout-blocks .container .blocks li:nth-child(2) .block h3 {
  color: #20436b;
}
.layout-blocks .container .blocks li:last-child .block {
  background-color: #6ecc95;
}
.layout-blocks .container .blocks li:last-child .block h2,
.layout-blocks .container .blocks li:last-child .block h3 {
  color: #1e5154;
}
.layout-blockandimage {
  padding: 2.5rem 0;
}
.layout-blockandimage .container {
  max-width: 1660px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-blockandimage .container {
    grid-template-columns: .8fr 1.2fr;
  }
}
.layout-blockandimage .container h2,
.layout-blockandimage .container h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-blockandimage .container h2,
  .layout-blockandimage .container h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blockandimage .container h2,
  .layout-blockandimage .container h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blockandimage .container h2,
  .layout-blockandimage .container h3 {
    font-size: 2.75rem;
  }
}
.layout-blockandimage .container .block {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #20436b;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-blockandimage .container .block {
    padding: 4rem 2rem 1rem;
    display: grid;
    align-items: end;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blockandimage .container .block {
    padding: 8.5rem 4rem 3.5rem;
    border-radius: 2rem;
  }
}
.layout-blockandimage .container .block p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-blockandimage .container .block p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blockandimage .container .block p {
    font-size: 1.5rem;
  }
}
.layout-blockandimage .container .block p:has(+p) {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-blockandimage .container .block p:has(+p) {
    margin: 0 0 2rem;
  }
}
.layout-blockandimage .container .image-and-text {
  display: grid;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  height: 100%;
  border-radius: 1rem;
}
.layout-blockandimage .container .image-and-text > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-blockandimage .container .image-and-text .image img {
  border-radius: .75rem;
}
.layout-blockandimage .container .image-and-text .text {
  padding: 1rem;
  background-color: #ffffff;
  width: calc(100% - 2rem);
  margin: 5rem auto 1rem;
  border-radius: .75rem;
  height: fit-content;
  display: grid;
  align-self: end;
  color: #919191;
}
@media screen and (min-width: 1280px) {
  .layout-blockandimage .container .image-and-text .text {
    padding: 3rem 2rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blockandimage .container .image-and-text .text {
    margin: 0 auto 3.5rem;
    width: calc(100% - 4rem);
    border-radius: 1.5rem;
    padding: 2rem 3rem 1.5rem;
  }
}
.layout-blockandimage .container .image-and-text .text p {
  line-height: 1.5;
}
.layout-blockandimage .container .image-and-text .text p strong a {
  color: #7766e3;
  border-color: #7766e3;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-blockandimage .container .image-and-text .text p strong a {
    padding: .5rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blockandimage .container .image-and-text .text p strong a {
    font-size: 1.125rem;
    padding: .75rem 4rem;
  }
}
.layout-blockandimage .container .image-and-text .text p strong a:hover {
  color: #ffffff;
  background-color: #7766e3;
  transition: all 0.25s ease;
}
.layout-cta {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-cta {
    padding: 4rem 0 7.5rem;
  }
}
.layout-cta .container {
  border-radius: 1rem;
  background-color: #7766e3;
  max-width: 1660px;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1660px) {
  .layout-cta .container {
    border-radius: 2rem;
  }
}
.layout-cta .container .text {
  color: #ffffff;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text {
    max-width: 950px;
    padding: 3rem 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text {
    padding: 6.5rem 0 5rem;
  }
}
.layout-cta .container .text h2,
.layout-cta .container .text h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .text h2,
  .layout-cta .container .text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text h2,
  .layout-cta .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text h2,
  .layout-cta .container .text h3 {
    font-size: 2.75rem;
  }
}
.layout-cta .container .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text p:not(:has(strong a)) {
    font-size: 1.5rem;
  }
}
.layout-cta .container .text p:has(+p) {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text p:has(+p) {
    margin: 0 0 2rem;
  }
}
.layout-cta .container .text p strong a {
  background-color: #6ecc95;
  border-color: #6ecc95;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text p strong a {
    padding: .75rem 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta.style-background_blue {
    padding-block-start: 3rem;
  }
}
.layout-cta.style-background_blue .container {
  background-color: #598cc2;
}
.layout-cta.style-background_blue .container .text {
  max-width: 1300px;
}
.layout-cta.style-background_blue .container .text h2,
.layout-cta.style-background_blue .container .text h3 {
  color: #20436b;
  line-height: 1;
}
.layout-cta.style-background_blue .container .text p strong a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  padding: .25rem .25rem .25rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  margin: 0 auto;
  background-color: #6ecc95;
  border-color: #6ecc95;
}
.layout-cta.style-background_blue .container .text p strong a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-cta.style-background_blue .container .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-cta.style-background_blue .container .text p strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-cta.style-background_blue .container .text p strong a::after {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7766e3;
  height: 100%;
  aspect-ratio: 1;
  font-size: .5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-cta.style-background_blue .container .text p strong a:hover {
  background-color: #7766e3;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-cta.style-background_blue .container .text p strong a:hover:after {
  animation: shiftLateral 750ms ease-out infinite;
}
@keyframes shiftLateral {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: none;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta.style-background_blue .container .text p strong a {
    margin: 3rem auto 0;
  }
}
.layout-imagesalbum {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum {
    padding: 2.5rem 0 6.5rem;
  }
}
.layout-imagesalbum .container {
  max-width: 1660px;
}
.layout-imagesalbum .container .images {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .container .images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "image_1 image_2" "image_1 image_3" "image_4 image_4";
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container .images {
    grid-template-columns: 1.2fr .8fr 1fr;
    grid-template-areas: "image_1 image_2 image_4" "image_1 image_3 image_4";
  }
}
.layout-imagesalbum .container .images li {
  border-radius: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li {
    border-radius: 2rem;
  }
}
.layout-imagesalbum .container .images li .image {
  height: 300px;
  border-radius: 1rem;
  position: relative;
  background: linear-gradient(to bottom right, #387a6a, #1e5154);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li .image {
    border-radius: 2rem;
  }
}
.layout-imagesalbum .container .images li .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li .image img {
    border-radius: 2rem;
  }
}
.layout-imagesalbum .container .images li .image .caption {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: .5rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container .images li .image .caption {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li .image .caption {
    border-radius: 1.5rem;
    padding: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
  }
}
.layout-imagesalbum .container .images li .image .caption h3,
.layout-imagesalbum .container .images li .image .caption h4 {
  color: #6ecc95;
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li .image .caption h3,
  .layout-imagesalbum .container .images li .image .caption h4 {
    margin: 0 0 1rem;
  }
}
.layout-imagesalbum .container .images li .image .caption p {
  color: #919191;
  margin: 0;
  line-height: 1.5;
  font-size: .85rem;
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li .image .caption p {
    font-size: revert;
    margin: .25rem 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .container .images li:first-child {
    grid-area: image_1;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .container .images li:first-child .image {
    height: 100%;
  }
}
.layout-imagesalbum .container .images li:nth-child(2) .image,
.layout-imagesalbum .container .images li:nth-child(3) .image {
  height: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container .images li:nth-child(2) .image,
  .layout-imagesalbum .container .images li:nth-child(3) .image {
    height: 300px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li:nth-child(2) .image,
  .layout-imagesalbum .container .images li:nth-child(3) .image {
    height: 322px;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .container .images li:nth-child(2) {
    grid-area: image_2;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .container .images li:nth-child(3) {
    grid-area: image_3;
  }
}
.layout-imagesalbum .container .images li:nth-child(3) .image {
  position: relative;
  isolation: isolate;
}
.layout-imagesalbum .container .images li:nth-child(3) .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #6ecc95, #387a6a);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-imagesalbum .container .images li:nth-child(3) .image::before {
  border-radius: 1rem;
  opacity: .9;
  z-index: 1;
}
.layout-imagesalbum .container .images li:nth-child(3) .image .caption {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transform: none;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
.layout-imagesalbum .container .images li:nth-child(3) .image .caption strong {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container .images li:nth-child(3) .image .caption strong {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imagesalbum .container .images li:nth-child(3) .image .caption strong {
    font-size: 9rem;
  }
}
.layout-imagesalbum .container .images li:nth-child(3) .image img {
  object-position: left;
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .container .images li:nth-child(4) {
    grid-area: image_4;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container .images li:nth-child(4) .image {
    height: 100%;
  }
}
.layout-images {
  padding: 2.5rem 0;
}
.layout-images .container {
  max-width: 1660px;
}
.layout-images .container .images {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images {
    grid-template-columns: 1.25fr .75fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images {
    gap: 2.75rem;
  }
}
.layout-images .container .images li .image {
  border-radius: 1rem;
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li .image {
    display: grid;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .layout-images .container .images li .image > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image {
    border-radius: 2rem;
  }
}
.layout-images .container .images li .image img {
  border-radius: 1rem;
  height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li .image img {
    height: 100%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image img {
    border-radius: 2rem;
  }
}
.layout-images .container .images li .image .caption {
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 1rem .5rem;
  width: calc(100% - 2rem);
  margin: -4rem auto 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li .image .caption {
    box-shadow: none;
    margin: 10rem auto 1rem;
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .container .images li .image .caption {
    padding: 3rem 2rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image .caption {
    border-radius: 1.5rem;
    padding: 6rem 2rem 3rem;
    width: calc(100% - 4rem);
    margin: 0 auto 3rem;
  }
}
.layout-images .container .images li .image .caption h2,
.layout-images .container .images li .image .caption h3,
.layout-images .container .images li .image .caption h4 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li .image .caption h2,
  .layout-images .container .images li .image .caption h3,
  .layout-images .container .images li .image .caption h4 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .container .images li .image .caption h2,
  .layout-images .container .images li .image .caption h3,
  .layout-images .container .images li .image .caption h4 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image .caption h2,
  .layout-images .container .images li .image .caption h3,
  .layout-images .container .images li .image .caption h4 {
    font-size: 2.75rem;
  }
}
.layout-images .container .images li .image .caption p {
  color: #919191;
  margin: 0;
  line-height: 1.5;
}
.layout-images .container .images li .image .caption p:has(+p) {
  margin: 0 0 1.5rem;
}
.layout-images .container .images li .image .caption p strong a {
  color: #7766e3;
  background-color: #ffffff;
  border-color: #7766e3;
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image .caption p strong a {
    padding: .75rem 3.5rem;
    margin: 1rem 0 0;
  }
}
.layout-images .container .images li .image .caption p strong a:hover {
  color: #ffffff;
  background-color: #7766e3;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li:first-child .image {
    height: 1028px;
  }
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li:last-child {
    grid-column: span 2;
    max-height: 550px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li:last-child {
    max-height: unset;
  }
}
.layout-images .container .images li:last-child .image {
  text-align: center;
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li:last-child .image {
    height: 668px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li:last-child .image .caption {
    padding: 6rem 5rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .container .images li:last-child .image .caption p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li:last-child .image .caption p:not(:has(strong a)) {
    font-size: 1.5rem;
  }
}
.layout-usps {
  padding: 2.5rem 0;
}
.layout-usps .container {
  max-width: 1660px;
}
.layout-usps .container .wrapper {
  padding: 1.5rem 0 0;
  background-color: #7766e3;
  border-radius: 1rem;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-usps .container .wrapper {
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .wrapper {
    border-radius: 2rem;
  }
}
.layout-usps .container .wrapper h2,
.layout-usps .container .wrapper h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .wrapper h2,
  .layout-usps .container .wrapper h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .wrapper h2,
  .layout-usps .container .wrapper h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .wrapper h2,
  .layout-usps .container .wrapper h3 {
    font-size: 2.75rem;
  }
}
.layout-usps .container .wrapper p {
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .wrapper p {
    font-weight: 700;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .wrapper p {
    font-size: 1.5rem;
  }
}
.layout-usps .container .wrapper .text {
  padding: 0 1.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .wrapper .text {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .wrapper .text {
    padding: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .wrapper .text {
    padding: 6.5rem 7rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .wrapper .text ul {
    margin: 0 0 6rem;
  }
}
.layout-usps .container .wrapper .text ul li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5lh;
  line-height: 1.5;
  margin: 1.25lh 0;
}
.layout-usps .container .wrapper .text ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .wrapper .text ul li {
    font-weight: 700;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .wrapper .text ul li {
    font-size: 1.5rem;
  }
}
.layout-usps .container .wrapper .text ul li::before {
  width: 2rem;
  height: 2rem;
  background-color: #6ecc95;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  justify-self: center;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .wrapper .text ul li::before {
    font-size: 2rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.layout-usps .container .wrapper .image-and-caption {
  position: relative;
}
.layout-usps .container .wrapper .image-and-caption .image {
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .wrapper .image-and-caption .image {
    height: 100%;
    padding: 4rem 4rem 4rem 0;
  }
}
.layout-usps .container .wrapper .image-and-caption .caption {
  position: absolute;
  bottom: 0;
  padding: 3rem 3rem 3rem 0;
  background-color: #1e5154;
  border-bottom-right-radius: 1rem;
}
.layout-usps .container .wrapper .image-and-caption .caption p {
  font-weight: 400;
}
.layout-usps.background-green .container .wrapper {
  background-color: #1e5154;
}
.layout-usps.style-has_caption .container .wrapper {
  padding: 1.5rem;
  gap: 1.5lh;
}
@media screen and (min-width: 1280px) {
  .layout-usps.style-has_caption .container .wrapper {
    padding: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps.style-has_caption .container .wrapper {
    padding: 5rem 7rem;
  }
}
.layout-usps.style-has_caption .container .wrapper .text {
  padding: 0;
}
@media screen and (min-width: 810px) {
  .layout-usps.style-has_caption .container .wrapper .text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps.style-has_caption .container .wrapper .text ul {
    margin: 0 0 3.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-usps.style-has_caption .container .wrapper .text > p:last-of-type {
    align-self: end;
  }
}
.layout-usps.style-has_caption .container .wrapper .image-and-caption {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1lh;
}
.layout-usps.style-has_caption .container .wrapper .image-and-caption .image img {
  border-radius: 0;
}
@media screen and (min-width: 810px) {
  .layout-usps.style-has_caption .container .wrapper .caption {
    align-self: end;
  }
}
.layout-usps.style-has_caption .container .wrapper .caption p {
  font-weight: 400;
}
.layout-textcolumnsandimage {
  padding: 2.5rem 0;
}
.layout-textcolumnsandimage .container {
  max-width: 1660px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textcolumnsandimage .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textcolumnsandimage .container {
    gap: 6rem;
  }
}
.layout-textcolumnsandimage .container .image {
  height: 250px;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textcolumnsandimage .container .image {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textcolumnsandimage .container .image {
    height: 100%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textcolumnsandimage .container .image {
    border-radius: 2rem;
  }
}
.layout-textcolumnsandimage .container .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-textcolumnsandimage .container .image img {
    border-radius: 2rem;
  }
}
.layout-textcolumnsandimage .container .text-and-columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.layout-textcolumnsandimage .container .text-and-columns p:not(:has(strong a)) {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textcolumnsandimage .container .text-and-columns p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textcolumnsandimage .container .text-and-columns p:not(:has(strong a)) {
    font-size: 1.5rem;
  }
}
.layout-textcolumnsandimage .container .text-and-columns .text h2,
.layout-textcolumnsandimage .container .text-and-columns .text h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-textcolumnsandimage .container .text-and-columns .text h2,
  .layout-textcolumnsandimage .container .text-and-columns .text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textcolumnsandimage .container .text-and-columns .text h2,
  .layout-textcolumnsandimage .container .text-and-columns .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textcolumnsandimage .container .text-and-columns .text h2,
  .layout-textcolumnsandimage .container .text-and-columns .text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textcolumnsandimage .container .text-and-columns .columns {
    columns: 2;
  }
}
.layout-textcolumnsandimage .container .text-and-columns .columns p {
  break-inside: avoid;
  margin: 0 0 1lh;
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a {
  color: #ffffff;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  padding: .25rem .25rem .25rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  background-color: #7766e3;
  border-color: #7766e3;
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a::after {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7766e3;
  height: 100%;
  aspect-ratio: 1;
  font-size: .5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a:hover {
  background-color: #7766e3;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textcolumnsandimage .container .text-and-columns .columns p:has(strong a) strong a:hover:after {
  animation: shiftLateral 750ms ease-out infinite;
}
@keyframes shiftLateral {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: none;
  }
}
.layout-textandform {
  padding: 2.5rem 0;
  background: linear-gradient(to bottom right, #6ecc95, #1e5154);
}
.layout-textandform .container {
  max-width: 1660px;
}
.layout-textandform .container .title h1,
.layout-textandform .container .title h2,
.layout-textandform .container .title h3 {
  line-height: 1.05;
  font-size: 2.25rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container .title h1,
  .layout-textandform .container .title h2,
  .layout-textandform .container .title h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandform .container .title h1,
  .layout-textandform .container .title h2,
  .layout-textandform .container .title h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .title h1,
  .layout-textandform .container .title h2,
  .layout-textandform .container .title h3 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandform .container .title h1,
  .layout-textandform .container .title h2,
  .layout-textandform .container .title h3 {
    font-size: 7rem;
    word-spacing: 2px;
  }
}
.layout-textandform .container .title h1 em,
.layout-textandform .container .title h2 em,
.layout-textandform .container .title h3 em {
  font-family: "Crimson Pro", serif;
  color: #1e5154;
  font-weight: 400;
}
.layout-textandform .container .text-and-form {
  margin: 1.5lh 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container .text-and-form {
    grid-template-columns: .7fr 1.3fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form {
    grid-template-columns: 1.5fr 3.5fr;
    margin: 3lh 0 1lh;
  }
}
.layout-textandform .container .text-and-form .buttons-and-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  padding: .25rem .25rem .25rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  width: fit-content;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a::after {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7766e3;
  height: 100%;
  aspect-ratio: 1;
  font-size: .5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a:hover {
  background-color: #7766e3;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li a:hover:after {
  animation: shiftLateral 750ms ease-out infinite;
}
@keyframes shiftLateral {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: none;
  }
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li:nth-child(2) a {
  background-color: #ffffff;
  color: #6ecc95;
  border-color: #ffffff;
}
.layout-textandform .container .text-and-form .buttons-and-text .buttons li:nth-child(2) a::after {
  color: #ffffff;
  background-color: #387a6a;
}
.layout-textandform .container .text-and-form .buttons-and-text .text {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #6ecc95;
  color: #ffffff;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.layout-textandform .container .text-and-form .buttons-and-text .text .address::before,
.layout-textandform .container .text-and-form .buttons-and-text .text .phone::before,
.layout-textandform .container .text-and-form .buttons-and-text .text .email::before {
  color: #1e5154;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .phone,
.layout-textandform .container .text-and-form .buttons-and-text .text .email {
  display: grid;
  justify-content: center;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .address:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin-inline-end: .25rem;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .address p {
  margin: 0;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .phone:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f095";
  margin-inline-end: .25rem;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .email:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0e0";
  margin-inline-end: .25rem;
}
.layout-textandform .container .text-and-form .buttons-and-text .text > p {
  margin: 0;
  line-height: 1.5;
}
.layout-textandform .container .text-and-form .buttons-and-text .text > p strong {
  color: #1e5154;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .social-pages {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.layout-textandform .container .text-and-form .buttons-and-text .text .social-pages li a i {
  font-size: 1.5rem;
}
.layout-textandform .container .text-and-form .form {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form .form {
    padding: 5rem 5rem 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form .form #gform_wrapper_1 form .gform_body .gform_fields {
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form .form #gform_wrapper_1 form .gform_body .gform_fields .gfield:first-child {
    grid-column: 1 / 6;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form .form #gform_wrapper_1 form .gform_body .gform_fields .gfield:nth-child(2) {
    grid-column: 6 / -1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form .form #gform_wrapper_1 form .gform_body .gform_fields .gfield:nth-child(3) {
    grid-column: 1 / 8;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text-and-form .form #gform_wrapper_1 form .gform_body .gform_fields .gfield:nth-child(4) {
    grid-column: 8 / -1;
  }
}
.layout-textandform:not(:has(.layout + .layout-textandform)) {
  padding: 75px 0 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandform:not(:has(.layout + .layout-textandform)) {
    padding: 80px 0 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandform:not(:has(.layout + .layout-textandform)) {
    padding: 260px 0 2.5rem;
  }
}
.layout-pagesfeatured {
  padding: 6.5rem 0 2.5rem;
}
.layout-pagesfeatured .container .pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5.5rem;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.5rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -15% 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages {
    margin: -25% 0 0;
  }
}
.layout-pagesfeatured .container .pages li .page {
  border-radius: 1rem;
  background-color: #ffffff;
}
.layout-pagesfeatured .container .pages li .page img {
  border-radius: .75rem;
  margin: -4rem 0 1.5rem;
  height: 250px;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page img {
    margin: -9rem 0 0;
  }
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more {
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li .page .title-text-and-more {
    padding: 1rem 2rem 3rem;
  }
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .title {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li .page .title-text-and-more .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .title-text-and-more .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page .title-text-and-more .title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .title-text-and-more .title {
    min-height: 112px;
    display: grid;
    align-items: end;
  }
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .title > * {
  margin: 0;
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .override-text {
  color: #919191;
  min-height: 130px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .override-text p {
  line-height: 1.5;
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .more {
  color: #7766e3;
  background-color: #ffffff;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  margin: 1.5rem auto 0;
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .more:hover {
  color: #ffffff;
  background-color: #7766e3;
  transition: all 0.25s ease;
}
.layout-pagesfeatured .container .pages li .page .title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page .title-text-and-more .more {
    margin: 2.5rem auto 0;
    padding: 1rem 4rem;
  }
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-pagesfeatured .container .pages li:nth-child(3) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-pagesfeatured .container .pages li:nth-child(3) .page {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-current {
  padding: 2.5rem 0;
}
.layout-current .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-current .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .container {
    gap: 3.5rem;
  }
}
.layout-current .container .news-and-event {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 810px) {
  .layout-current .container .news-and-event {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-current .container .news-and-event {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .container .news-and-event {
    border-radius: 2rem;
    padding: 3rem;
    gap: 6rem;
  }
}
.layout-current .container .news-and-event .post {
  padding: 0 0 1.5rem;
  position: relative;
  isolation: isolate;
}
.layout-current .container .news-and-event .post::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: 1px;
  background: #919191;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-current .container .news-and-event .post {
    padding: 0;
  }
}
.layout-current .container .news-and-event .post::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-current .container .news-and-event .post::before {
    width: 1px;
    height: 100%;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -1.5rem;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .container .news-and-event .post::before {
    right: -3.5rem;
  }
}
.layout-current .container .news-and-event .post .more {
  align-self: end;
}
.layout-current .container .news-and-event .event {
  padding: 1.5rem 0 4rem;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-current .container .news-and-event .event {
    padding: 0;
  }
}
.layout-current .container .news-and-event .event .title {
  font-size: 1.25rem;
  color: #6ecc95;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-current .container .news-and-event .event .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-current .container .news-and-event .event .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .container .news-and-event .event .title {
    font-size: 2.75rem;
  }
}
.layout-current .container .news-and-event .event .title em {
  display: block;
  font-family: "Crimson Pro", serif;
  color: #20436b;
}
.layout-current .container .news-and-event .event .text {
  color: #919191;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 1lh 0 1.25lh;
}
@media screen and (min-width: 1280px) {
  .layout-current .container .news-and-event .event .text {
    margin: 1.75lh 0 1.25lh;
  }
}
.layout-current .container .news-and-event .event .date-time-and-location {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  color: #1e5154;
}
@media screen and (min-width: 1280px) {
  .layout-current .container .news-and-event .event .date-time-and-location {
    font-size: 1.25rem;
  }
}
.layout-current .container .news-and-event .event .date-time-and-location i::before {
  font-size: 1.75rem;
}
.layout-current .container .news-and-event .event .date-time-and-location .hour {
  display: none;
}
.layout-current .container .news-and-event .event .more {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  height: max-content;
  position: absolute;
  bottom: 0;
}
.layout-current .container .news-and-event .event .more:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-current .container .news-and-event .event .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-current .container .news-and-event .event .more {
    padding: 1rem 4rem;
  }
}
.layout-current .container .brag-and-boast {
  padding: 1rem;
  background: linear-gradient(to bottom right, #2f7378, #1e5154);
  color: #6ecc95;
  border-radius: 1rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (min-width: 1660px) {
  .layout-current .container .brag-and-boast {
    border-radius: 2rem;
  }
}
.layout-current .container .brag-and-boast p:not(:has(strong a)) {
  line-height: 1.5;
  margin: 0;
  color: #6ecc95;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-current .container .brag-and-boast p:not(:has(strong a)) {
    font-size: 2rem;
  }
}
.layout-current .container .brag-and-boast p:not(:has(strong a)) em {
  font-family: "Crimson Pro", serif;
  font-size: 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-current .container .brag-and-boast p:not(:has(strong a)) em {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-current .container .brag-and-boast p:not(:has(strong a)):first-child {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .container .brag-and-boast p:not(:has(strong a)):first-child {
    margin: 4rem 0 0;
  }
}
.layout-current .container .brag-and-boast strong:not(:has(a)) {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-current .container .brag-and-boast strong:not(:has(a)) {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .container .brag-and-boast strong:not(:has(a)) {
    font-size: 9rem;
  }
}
.layout-current .container .brag-and-boast p:has(strong a) {
  width: max-content;
  margin: 1rem auto 0;
}
@media screen and (min-width: 1660px) {
  .layout-current .container .brag-and-boast p:has(strong a) {
    margin: 3rem auto 0;
  }
}
.layout-current .container .brag-and-boast p:has(strong a) strong a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  padding: .25rem .25rem .25rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
}
.layout-current .container .brag-and-boast p:has(strong a) strong a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-current .container .brag-and-boast p:has(strong a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-current .container .brag-and-boast p:has(strong a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-current .container .brag-and-boast p:has(strong a) strong a::after {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7766e3;
  height: 100%;
  aspect-ratio: 1;
  font-size: .5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-current .container .brag-and-boast p:has(strong a) strong a:hover {
  background-color: #7766e3;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-current .container .brag-and-boast p:has(strong a) strong a:hover:after {
  animation: shiftLateral 750ms ease-out infinite;
}
@keyframes shiftLateral {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: none;
  }
}
.layout-current .container .brag-and-boast .gform_wrapper {
  padding: 60px 30px;
}
.layout-current .container .brag-and-boast .gform_wrapper .gfield_label,
.layout-current .container .brag-and-boast .gform_wrapper .gpoll_field_label {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 1280px) {
  .layout-current .container .brag-and-boast .gform_wrapper .gfield_label,
  .layout-current .container .brag-and-boast .gform_wrapper .gpoll_field_label {
    font-size: 2.5em;
  }
}
.layout-current .container .brag-and-boast .gform_wrapper .gchoice .gform-field-label,
.layout-current .container .brag-and-boast .gform_wrapper .gpoll_choice_label {
  font-size: 1.15rem;
  color: #ffffff;
  text-align: left;
}
.layout-current .container .brag-and-boast .gform_wrapper .gpoll_bar_juice {
  left: 0 !important;
}
.layout-current .container .brag-and-boast .gform_wrapper .gpoll_wrapper.green .gpoll_bar_juice {
  background-color: #6ecc95;
}
.layout-current:is(.layout-pagesfeatured + .layout) {
  padding: .5rem 0 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-current:is(.layout-pagesfeatured + .layout) {
    padding: .5rem 0 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current:is(.layout-pagesfeatured + .layout) {
    padding: .5rem 0 8rem;
  }
}
.layout-membership {
  padding: 2.5rem 0;
}
.layout-membership .container {
  max-width: 1660px;
}
.layout-membership .container .text {
  padding: 1.5rem 1rem 8rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text {
    padding: 2.5rem 2.5rem 10rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-membership .container .text {
    padding: 4rem 8rem 12rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-membership .container .text {
    border-radius: 2rem;
    padding: 6rem 12rem 12rem;
  }
}
.layout-membership .container .text > *:not(h2) {
  width: 90%;
}
.layout-membership .container .text h2 {
  line-height: 1.05;
  font-size: 2.25rem;
  color: #1e5154;
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-membership .container .text h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-membership .container .text h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-membership .container .text h2 {
    font-size: 7rem;
    word-spacing: 2px;
  }
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text h2 {
    justify-self: start;
  }
}
.layout-membership .container .text h2 em {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
}
.layout-membership .container .text h3 {
  color: #6ecc95;
}
.layout-membership .container .text p {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-membership .container .text p:has(strong) {
    font-size: 1.25rem;
    margin: 3rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-membership .container .text p:has(strong) {
    font-size: 1.5rem;
    margin: 6rem 0 3rem;
  }
}
.layout-membership .container .text ul {
  margin: 1lh 0;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text ul {
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-membership .container .text ul {
    margin: 3.25lh 0 0;
  }
}
.layout-membership .container .text ul li {
  line-height: 1.5rem;
  padding: 0 0 0 2rem;
  position: relative;
  margin: 0 0 .5lh;
}
.layout-membership .container .text ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-membership .container .text ul li {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-membership .container .text ul li {
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    margin: 0 0 2lh;
  }
}
.layout-membership .container .text ul li::before {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6ecc95;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  position: absolute;
  top: -.5rem;
  left: 0;
}
@media screen and (min-width: 1660px) {
  .layout-membership .container .text ul li::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.layout-membership .container .text .gform_wrapper {
  margin: 1.5lh 0;
}
.layout-membership .container .text .gform_wrapper form .gform_body .gform_fields {
  row-gap: .5lh;
}
.layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0 0 1lh;
}
.layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield input.medium,
.layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield input.small,
.layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield .address_zip {
  inline-size: 100%;
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.fname {
    grid-column: 1 / 9;
  }
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.letters {
    grid-column: 9 / -1;
  }
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.particle {
    grid-column: 1 / 4;
  }
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.lname {
    grid-column: 4 / -1;
  }
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.birth {
    grid-column: 1 / 7;
  }
}
.layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.birth input {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-membership .container .text .gform_wrapper form .gform_body .gform_fields .gfield.addition {
    grid-column: 10 / -1;
  }
}
.layout-membership .container .text .gform_wrapper form .gform_footer {
  width: max-content;
  margin: 1lh 0 0 auto;
}
.layout-membership .container .text .gform_wrapper form .gform_footer button {
  background-color: #6ecc95 !important;
  border-color: #6ecc95 !important;
}
.layout-membership .container .text .gform_wrapper form .gform_footer button:hover {
  background-color: #ffffff !important;
  color: #6ecc95 !important;
}
.layout-membership + .layout {
  margin: -12rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-membership + .layout {
    margin: -14rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-membership + .layout {
    margin: -16rem 0 0;
  }
}
.layout-membership + .layout .container {
  max-width: 1422px;
}
.layout-membership + .layout:is(.layout-cta) .container {
  background-color: #1e5154;
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  width: max-content;
  margin: 0 auto;
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a::after {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7766e3;
  height: 100%;
  aspect-ratio: 1;
  font-size: .5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a:hover {
  background-color: #7766e3;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-membership + .layout:is(.layout-cta) .container .text p strong a:hover:after {
  animation: shiftLateral 750ms ease-out infinite;
}
@keyframes shiftLateral {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: none;
  }
}
.layout-current .post .title-image-and-date {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1lh;
  position: relative;
}
.layout-current .post .title-image-and-date .title {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-current .post .title-image-and-date .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-current .post .title-image-and-date .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .post .title-image-and-date .title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-current .post .title-image-and-date .title {
    font-size: 2.5rem;
  }
}
.layout-current .post .title-image-and-date .image {
  height: 170px;
}
.layout-current .post .title-image-and-date .date {
  position: absolute;
  bottom: .5rem;
  left: 1rem;
  color: #ffffff;
  background-color: #387a6a;
  border: 1px solid #387a6a;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
  padding: .25rem 1rem;
  font-size: .9rem;
}
.layout-current .post .title-image-and-date .date:hover {
  color: #387a6a;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-current .post .title-image-and-date .date:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-current .post .text-and-more .text {
  color: #919191;
  line-height: 1.5;
  margin: 1.25lh 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.layout-current .post .text-and-more .more {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
}
.layout-current .post .text-and-more .more:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-current .post .text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-current .post .text-and-more .more {
    padding: 1rem 4rem;
  }
}
.layout-projectsfeatured .project {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .project {
    padding: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .project {
    border-radius: 2rem;
    padding: 3rem 2rem;
  }
}
.layout-projectsfeatured .project .category h2,
.layout-projectsfeatured .project .category h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .project .category h2,
  .layout-projectsfeatured .project .category h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .project .category h2,
  .layout-projectsfeatured .project .category h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .project .category h2,
  .layout-projectsfeatured .project .category h3 {
    font-size: 2.75rem;
  }
}
.layout-projectsfeatured .project .category h2 em,
.layout-projectsfeatured .project .category h3 em {
  font-family: "Crimson Pro", serif;
  color: #1e5154;
}
.layout-projectsfeatured .project .image {
  border-radius: .75rem;
  height: 200px;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .project .image {
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .project .image {
    height: 100%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .project .image {
    border-radius: 1.5rem;
    height: 352px;
  }
}
.layout-projectsfeatured .project .image img {
  border-radius: .75rem;
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .project .image img {
    border-radius: 1.5rem;
  }
}
.layout-projectsfeatured .project .text-name-and-more {
  position: relative;
}
.layout-projectsfeatured .project .text-name-and-more .text {
  color: #919191;
  line-height: 1.5;
}
.layout-projectsfeatured .project .text-name-and-more .name {
  color: #1e5154;
  font-weight: 300;
  margin: 1lh 0;
  font-size: 1.25rem !important;
}
.layout-projectsfeatured .project .text-name-and-more .name:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin-inline-end: .25rem;
}
.layout-projectsfeatured .project .text-name-and-more .more {
  color: #ffffff;
  background-color: #7766e3;
  border: 1px solid #7766e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  width: max-content;
}
.layout-projectsfeatured .project .text-name-and-more .more:hover {
  color: #7766e3;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-projectsfeatured .project .text-name-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .project .text-name-and-more .more {
    padding: .75rem 3rem;
    font-size: 1.25rem;
    position: absolute;
    bottom: 0;
  }
}
.layout-projectsfeatured {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured {
    padding: 1rem 0 8.5rem;
  }
}
.layout-projectsfeatured .container {
  max-width: 1660px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .project {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.75fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .project {
    gap: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .project .category {
    grid-column: span 2;
  }
}
.layout-projectsfeatured .container .cta {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  background-color: #7766e3;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-projectsfeatured .container .cta {
    height: max-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .cta {
    display: grid;
    align-content: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .cta {
    padding: 3rem 4rem 6rem 4rem;
  }
}
.layout-projectsfeatured .container .cta h2,
.layout-projectsfeatured .container .cta h3 {
  font-size: 1.25rem;
  color: #6ecc95;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .container .cta h2,
  .layout-projectsfeatured .container .cta h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .cta h2,
  .layout-projectsfeatured .container .cta h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .cta h2,
  .layout-projectsfeatured .container .cta h3 {
    font-size: 2.75rem;
  }
}
.layout-projectsfeatured .container .cta p:not(:has(strong a)) {
  font-weight: 500;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .cta p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .cta p:not(:has(strong a)) {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .cta p:has(strong a) {
    position: absolute;
    margin: 0;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.layout-projectsfeatured .container .cta p:has(strong a) strong a {
  background-color: #6ecc95;
  border-color: #6ecc95;
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .cta p:has(strong a) strong a {
    font-size: 1.25rem;
    padding: .75rem 1.75rem;
  }
}
.layout-projectsfeatured .container .cta p:has(strong a) strong a:hover {
  background-color: #ffffff;
  color: #6ecc95;
}
