/*
Theme Name: Cottonwood
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Base New theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cottonwood
Tags: one-column
Theme URI:
*/
@font-face {
  font-family: 'LT Afficher Neue Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-Text.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Text';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-MediumText.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-SemiBoldText.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-BoldText.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Subhead';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-Subhead.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Subhead';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-MediumSubhead.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Subhead';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-SemBdSubhead.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Subhead';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-BoldSubhead.woff") format("woff"); }

@font-face {
  font-family: 'LT Afficher Neue Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.cdnfonts.com/s/91302/LTAfficherNeue-BoldDisplay.woff") format("woff"); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  transform: rotate(-135deg); }

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #ccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scaleY(0) translateY(19px);
  transition: all .3s linear,opacity .15s ease-out;
  z-index: 9;
  opacity: 0; }

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto; }

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all .2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default; }

.nice-select .extra {
  float: right; }

.nice-select .optgroup {
  font-weight: bold; }

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none; }

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block; }

.nice-select .list::-webkit-scrollbar {
  width: 0; }

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px; }

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px; }

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0; }

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0; }

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px; }

.hamburger {
  padding: 4px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #246B4C;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%; }
  @media (min-width: 1024px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  margin-top: calc($hamburger-layer-height / -2);
  top: calc($hamburger-layer-height / 2);
  width: 9px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 2px;
    background-color: #EAEFEF;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    right: 0; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 16px; }
  .hamburger-inner::after {
    bottom: -7px;
    top: 14px;
    width: 12px; }

.is-active .hamburger .hamburger-inner,
.is-active .hamburger .hamburger-inner::before,
.is-active .hamburger .hamburger-inner::after {
  background-color: #EAEFEF;
  width: 16px;
  right: auto; }

.is-active .hamburger .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .is-active .hamburger .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(calc($hamburger-layer-width / -7), -5px, 0);
    opacity: 0; }
  .is-active .hamburger .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

* {
  max-height: 1000000px; }

body {
  color: #232323;
  background: #EFF2EC;
  font: 16px/1.5 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.02em;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1200px) {
    body {
      font-size: 20px; } }

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

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 1.5em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1.5em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

figure {
  margin: 1em 0; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 1em 1.5em;
  font-size: 16px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 1.5em; }
  .widget select {
    min-width: 150px; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.5em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #000;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.5em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-family: "LT Afficher Neue Subhead", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.08;
  color: #073B4C; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 66px; } }

h2, .h2 {
  font-size: 18px;
  line-height: 1.08;
  font-weight: 500; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 32px; } }

.wp-block-heading {
  margin: 1.5em 0 0.5em; }
  .wp-block-heading:first-of-type {
    margin-top: 0; }

h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 36px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500; }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 32px; } }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

.wp-block-image {
  margin: 24px 0; }
  @media (min-width: 1200px) {
    .wp-block-image {
      margin: 52px 0; } }
  .wp-block-image:first-child {
    margin-top: 0; }
  .wp-block-image .wp-element-caption {
    margin-top: 24px; }
    @media (min-width: 1200px) {
      .wp-block-image .wp-element-caption {
        margin-top: 52px; } }

.wp-block-video {
  margin: 24px 0;
  position: relative; }
  @media (min-width: 1200px) {
    .wp-block-video {
      margin: 52px 0; } }
  .wp-block-video:first-child {
    margin-top: 0; }

a {
  color: #39f;
  transition: 0.5s; }
  a:hover, a:focus {
    text-decoration: none; }

blockquote {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: none;
  color: #073B4C; }
  @media (min-width: 1200px) {
    blockquote {
      font-size: 32px;
      font-weight: 500; } }

.text-small,
.has-small-font-size {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em; }
  @media (min-width: 1200px) {
    .text-small,
    .has-small-font-size {
      font-size: 16px; } }

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

.play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .play-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #EAEFEF;
    background: rgba(234, 239, 239, 0.2); }
    @media (min-width: 1200px) {
      .play-icon:after {
        width: 89px;
        height: 89px; } }
  .play-icon svg {
    width: 14px;
    height: 14px; }
    @media (min-width: 1200px) {
      .play-icon svg {
        width: 29px;
        height: 29px; } }

.has-hero-section .page-title {
  display: none; }

.has-hero-section .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.header {
  position: relative;
  z-index: 100;
  transition: 0.5s; }
  .is-active .header {
    background: #053421; }
    @media (min-width: 1024px) {
      .is-active .header {
        background: transparent; } }
  .header .container {
    padding: 8px;
    max-width: 100%;
    position: relative; }
    @media (min-width: 1024px) {
      .header .container {
        padding: 16px; } }
  .header .header-holder {
    padding: 4px 4px 4px 12px;
    height: 56px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: 0.5s; }
    @media (min-width: 1024px) {
      .header .header-holder {
        padding: 14px 14px 14px 36px;
        height: 84px;
        border-radius: 42px; }
        .header .header-holder.no-investor-login .nav-holder {
          padding-right: 232px; } }
    .is-active .header .header-holder {
      background: #053421; }
      @media (min-width: 1024px) {
        .is-active .header .header-holder {
          background: rgba(255, 255, 255, 0.8); } }
  .header .logo {
    max-width: 156px;
    transition: 0.5s;
    flex-shrink: 0; }
    @media (min-width: 1024px) {
      .header .logo {
        max-width: 232px; } }
    .is-active .header .logo {
      filter: brightness(0) invert(1); }
      @media (min-width: 1024px) {
        .is-active .header .logo {
          filter: none; } }
    .header .logo a {
      display: block;
      font-size: 0; }
  .header .nav-holder {
    position: absolute;
    min-height: calc(100vh - 64px);
    top: 100%;
    left: -8px;
    right: -8px;
    background: #053421;
    padding: 40px 29px 134px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 1024px) {
      .header .nav-holder {
        opacity: 1;
        visibility: visible;
        padding: 0;
        position: static;
        min-height: initial;
        background: transparent;
        align-items: center;
        flex-direction: row;
        flex-shrink: 0;
        flex-grow: 2; } }
    .header .nav-holder:after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background-image: url("./images/hero-decor.png");
      background-repeat: no-repeat;
      background-size: 436px;
      background-position: calc(100% + 128px) calc(100% + 20px);
      opacity: 0.1; }
      @media (min-width: 1024px) {
        .header .nav-holder:after {
          display: none; } }
    .is-active .header .nav-holder {
      opacity: 1;
      visibility: visible; }
  .header .header-navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media (min-width: 1024px) {
      .header .header-navigation {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .header .header-navigation > li {
      margin-bottom: 31px; }
      @media (min-width: 1024px) {
        .header .header-navigation > li {
          margin: 0;
          padding: 0 20px;
          position: relative; } }
      @media (min-width: 1520px) {
        .header .header-navigation > li {
          padding: 0 40px; } }
      .header .header-navigation > li:last-child {
        margin-bottom: 0; }
        @media (min-width: 1024px) {
          .header .header-navigation > li:last-child:after {
            display: none; } }
      @media (min-width: 1024px) {
        .header .header-navigation > li:after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -1px;
          width: 1px;
          height: 24px;
          background: rgba(105, 133, 122, 0.4); } }
      .header .header-navigation > li.active > a {
        color: #EAEFEF; }
        @media (min-width: 1024px) {
          .header .header-navigation > li.active > a {
            color: #246B4C; } }
        @media (min-width: 1024px) {
          .header .header-navigation > li.active > a:after {
            opacity: 1; } }
      .header .header-navigation > li > a {
        font-size: 34px;
        font-weight: 500;
        line-height: 1.08;
        color: #F7E9C9;
        text-decoration: none;
        font-family: "LT Afficher Neue Text", "Times New Roman", Times, serif; }
        @media (min-width: 1024px) {
          .header .header-navigation > li > a {
            font-size: 18px;
            line-height: 1.25;
            letter-spacing: -0.02em;
            font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            color: #073B4C; } }
        .header .header-navigation > li > a:hover, .header .header-navigation > li > a:focus-within {
          color: #EAEFEF; }
          @media (min-width: 1024px) {
            .header .header-navigation > li > a:hover, .header .header-navigation > li > a:focus-within {
              color: #246B4C; } }
          @media (min-width: 1024px) {
            .header .header-navigation > li > a:hover:after, .header .header-navigation > li > a:focus-within:after {
              opacity: 1; } }
        @media (min-width: 1024px) {
          .header .header-navigation > li > a:after {
            content: '';
            width: 8px;
            height: 11px;
            position: absolute;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url("./images/menu-decor.svg");
            opacity: 0;
            transition: 0.5s; } }
  .header .header-login-link {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .header .header-login-link {
        position: static; } }
  .header .btn {
    font-weight: 500; }
    @media (max-width: 1023px) {
      .header .btn {
        border-color: rgba(239, 242, 236, 0.4);
        background: transparent;
        backdrop-filter: blur(12px);
        color: #EFF2EC; } }
    @media (min-width: 1024px) {
      .header .btn {
        border: none;
        background: transparent;
        padding: 24px 72px 24px 24px; } }
    @media (max-width: 1023px) {
      .header .btn:hover {
        background: transparent;
        border-color: #EFF2EC; } }
    @media (min-width: 1024px) {
      .header .btn:hover {
        border: none;
        background: transparent;
        color: #246B4C; } }
    .header .btn:hover:after {
      background-image: url("./images/user.svg");
      background-color: #69857A;
      transform: translateY(-50%) rotate(0);
      border: none; }
    .header .btn:after {
      background-image: url("./images/user.svg");
      background-size: 16px; }

.footer {
  color: rgba(234, 239, 239, 0.5);
  font-size: 14px;
  line-height: 1.25;
  padding: 50px 0;
  text-align: center;
  background-color: #053421;
  background-image: url("./images/decor.png");
  background-repeat: no-repeat;
  background-position: calc(100% + 168px) calc(100% + 35px);
  background-size: 336px; }
  @media (min-width: 1200px) {
    .footer {
      padding: 109px 0 84px;
      background-position: calc(100% + 88px) 50%;
      background-size: 587px; } }
  .footer .container {
    max-width: 1920px; }
    .footer .container::after {
      display: none; }
    @media (min-width: 1024px) {
      .footer .container .footer-top {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        align-items: center;
        flex-wrap: wrap; } }
    .footer .container .footer-bottom {
      margin: 30px 0 0; }
      @media (min-width: 1024px) {
        .footer .container .footer-bottom {
          display: flex;
          align-items: center;
          position: relative; }
          .footer .container .footer-bottom .copyright {
            position: absolute;
            left: 50%;
            transform: translateX(-50%); }
          .footer .container .footer-bottom .footer-bottom-navigation {
            margin-left: auto; } }
  .footer .footer-logo {
    margin: 0 0 50px; }
    @media (min-width: 1024px) {
      .footer .footer-logo {
        margin: 0;
        width: 260px; } }
    @media (min-width: 1200px) {
      .footer .footer-logo {
        width: 296px; } }
    .footer .footer-logo a {
      display: block;
      margin: 0 auto;
      max-width: 212px;
      font-size: 0; }
      @media (min-width: 1024px) {
        .footer .footer-logo a {
          max-width: 180px;
          margin: 0; } }
      @media (min-width: 1200px) {
        .footer .footer-logo a {
          max-width: 262px; } }
  .footer .footer-navigation {
    list-style-type: none;
    padding: 0;
    margin: 0 0 50px; }
    @media (min-width: 1024px) {
      .footer .footer-navigation {
        margin: 0;
        display: flex;
        max-width: calc(100% - 536px); } }
    @media (min-width: 1200px) {
      .footer .footer-navigation {
        max-width: calc(100% - 608px); } }
    .footer .footer-navigation li {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .footer .footer-navigation li {
          margin: 0;
          padding: 0 15px;
          position: relative; } }
      @media (min-width: 1200px) {
        .footer .footer-navigation li {
          padding: 0 24px; } }
      @media (min-width: 1520px) {
        .footer .footer-navigation li {
          padding: 0 68px; } }
      @media (min-width: 1024px) {
        .footer .footer-navigation li::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 1px;
          height: 24px;
          background: rgba(105, 133, 122, 0.4); } }
      .footer .footer-navigation li:last-child {
        margin-bottom: 0; }
        .footer .footer-navigation li:last-child::after {
          display: none; }
    .footer .footer-navigation a {
      color: #F7E9C9;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25;
      text-decoration: none;
      position: relative; }
      @media (min-width: 1200px) {
        .footer .footer-navigation a {
          font-size: 18px; } }
      .footer .footer-navigation a:hover::after {
        left: 0;
        width: 100%; }
      .footer .footer-navigation a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 0;
        background: currentColor;
        height: 1px;
        transition: 0.5s; }
  .footer .copyright {
    margin: 0; }
  .footer .footer-links {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .footer .footer-links {
        gap: 12px;
        margin-bottom: 0; } }
  .footer .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer .social-links li {
      margin-bottom: 10px; }
      .footer .social-links li:last-child {
        margin-bottom: 0; }
  .footer .btn {
    color: #EFF2EC;
    background: rgba(234, 239, 239, 0.04);
    border-color: rgba(239, 242, 236, 0.4);
    padding: 22px 64px 22px 10px;
    min-width: 184px; }
    @media (min-width: 1200px) {
      .footer .btn {
        padding: 24px 64px 24px 10px;
        min-width: 214px; } }
    .footer .btn::after {
      display: none; }
    .footer .btn:hover {
      background: rgba(234, 239, 239, 0.05);
      border-color: rgba(239, 242, 236, 0.8); }
      .footer .btn:hover .icon {
        background: #69857A; }
  .footer .footer-bottom-navigation {
    margin: 24px 0 0; }
    @media (min-width: 1024px) {
      .footer .footer-bottom-navigation {
        margin: 0; } }
    .footer .footer-bottom-navigation ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer .footer-bottom-navigation ul li {
        padding: 0 36px;
        position: relative; }
        @media (min-width: 1024px) {
          .footer .footer-bottom-navigation ul li {
            padding: 0 47px; } }
        .footer .footer-bottom-navigation ul li::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 1px;
          height: 18px;
          background: rgba(105, 133, 122, 0.4); }
        .footer .footer-bottom-navigation ul li:last-child {
          margin-bottom: 0;
          padding-right: 0; }
          .footer .footer-bottom-navigation ul li:last-child::after {
            display: none; }
      .footer .footer-bottom-navigation ul a {
        color: inherit;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.25;
        text-decoration: none;
        position: relative; }
        .footer .footer-bottom-navigation ul a:hover::after {
          left: 0;
          width: 100%; }
        .footer .footer-bottom-navigation ul a::after {
          content: '';
          position: absolute;
          bottom: -1px;
          right: 0;
          width: 0;
          background: currentColor;
          height: 1px;
          transition: 0.5s; }

.top-link {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 0.1rem solid rgba(7, 59, 76, 0.8);
  background: rgba(247, 233, 201, 0.6);
  transition: 0.5s; }
  @media (min-width: 1200px) {
    .top-link {
      width: 70px;
      height: 70px; } }
  .top-link:hover {
    background: #E6B84C; }

html, body {
  height: 100%; }

.page-holder {
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column; }

#wrapper {
  flex-grow: 2; }

.container {
  width: 100%;
  max-width: 1224px;
  padding: 0 32px;
  margin: 0 auto; }
  .container.container-big {
    max-width: 1912px; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 32px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 32px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.full-section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #69857A;
  opacity: 1;
  margin: 0 8px;
  transition: 0.3s; }
  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #69857A; }

.fancybox__container .fancybox__backdrop {
  backdrop-filter: blur(20px);
  background: rgba(7, 59, 76, 0.8); }

.fancybox__container .fancybox__slide {
  padding: 0; }
  @media (min-width: 768px) {
    .fancybox__container .fancybox__slide {
      padding: 83px 0 46px; } }

.fancybox__container .fancybox__content {
  background: #EFF2EC; }
  @media (min-width: 768px) {
    .fancybox__container .fancybox__content {
      max-width: 1631px;
      width: calc(100% - 64px); } }
  @media (min-width: 1024px) {
    .fancybox__container .fancybox__content {
      width: calc(100% - 94px); } }

.fancybox__container .fancybox__nav {
  display: none; }

.error404 #content, .search #content, .archive #content {
  padding: 80px 0 100px; }
  .error404 #content > .container, .search #content > .container, .archive #content > .container {
    padding: 0 12px; }
    @media (min-width: 1200px) {
      .error404 #content > .container, .search #content > .container, .archive #content > .container {
        padding: 0 32px; } }
    .error404 #content > .container:after, .search #content > .container:after, .archive #content > .container:after {
      display: none; }

@media (min-width: 1024px) {
  .image-animate {
    opacity: 0; } }

@media (min-width: 1024px) {
  .image-animate.active {
    opacity: 1;
    transition: 1s; } }

.title-animate {
  overflow: hidden; }
  .title-animate .js-target {
    display: block; }
    @media (min-width: 1024px) {
      .title-animate .js-target {
        opacity: 0;
        transform: translateY(100px); } }
    @media (min-width: 1024px) {
      .title-animate .js-target.active {
        opacity: 1;
        transition: all 0.5s linear;
        transform: translateY(0); } }

.search-form label {
  display: block; }

.search-form .search-field {
  width: 100%;
  display: block; }

.search-form .search-submit {
  margin: 24px 0 0; }

.btn {
  background: rgba(239, 242, 236, 0.6);
  color: #073B4C;
  border-radius: 40px;
  line-height: 1;
  border: 2px solid rgba(7, 59, 76, 0.4);
  padding: 22px 78px 22px 22px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative; }
  @media (min-width: 1200px) {
    .btn {
      font-size: 20px;
      padding: 24px 88px 24px 44px; } }
  .btn:hover {
    border-color: #073B4C;
    background: rgba(239, 242, 236, 0.8); }
    .btn:hover:after {
      background-color: #E6B84C;
      border: 1px solid #053421;
      transform: translateY(-50%) rotate(-45deg);
      background-image: url("./images/arrow-black.svg"); }
  .btn:after,
  .btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    background: #246B4C;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .btn:after,
      .btn .icon {
        right: 6px; } }
  .btn:after {
    content: '';
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("./images/arrow-white.svg"); }
  .btn.btn-back {
    padding: 22px 22px 22px 78px; }
    @media (min-width: 1200px) {
      .btn.btn-back {
        padding: 24px 44px 24px 88px; } }
    .btn.btn-back:hover:after {
      transform: translateY(-50%) rotate(135deg); }
    .btn.btn-back:after {
      left: 2px;
      right: auto;
      transform: translateY(-50%) rotate(90deg); }
      @media (min-width: 1200px) {
        .btn.btn-back:after {
          left: 6px; } }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.blog #content > .container {
  padding: 0 12px; }
  @media (min-width: 1200px) {
    .blog #content > .container {
      padding: 0 32px; } }
  .blog #content > .container:after {
    display: none; }

.posts-list-wrapper {
  margin: 24px 0 52px; }
  @media (min-width: 1200px) {
    .posts-list-wrapper {
      margin: 80px 0 180px; } }
  @media (min-width: 768px) {
    .posts-list-wrapper .news-media-filters {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 20px;
      margin: 0 0 50px; } }
  .posts-list-wrapper .categories-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
    @media (min-width: 768px) {
      .posts-list-wrapper .categories-list {
        grid-template-columns: repeat(2, 160px);
        margin: 0; } }
    @media (min-width: 1024px) {
      .posts-list-wrapper .categories-list {
        gap: 36px; } }
    @media (min-width: 1200px) {
      .posts-list-wrapper .categories-list {
        grid-template-columns: repeat(2, 240px); } }
    @media (min-width: 1520px) {
      .posts-list-wrapper .categories-list {
        grid-template-columns: repeat(2, 426px); } }
    .posts-list-wrapper .categories-list li {
      position: relative; }
      .posts-list-wrapper .categories-list li:last-child:after {
        display: none; }
      .posts-list-wrapper .categories-list li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        width: 16px;
        height: 1px;
        background: #689BAB; }
        @media (min-width: 1024px) {
          .posts-list-wrapper .categories-list li:after {
            width: 36px; } }
      .posts-list-wrapper .categories-list li.active a {
        background: #69857A;
        color: #EAEFEF; }
    .posts-list-wrapper .categories-list a {
      display: inline-block;
      width: 100%;
      text-align: center;
      border: 1px solid #689BAB;
      color: #69857A;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      text-decoration: none;
      padding: 14px 24px;
      border-radius: 23px;
      transition: 1s; }
      @media (min-width: 1200px) {
        .posts-list-wrapper .categories-list a {
          font-size: 24px;
          padding: 16px 24px;
          border-radius: 29px; } }
      .posts-list-wrapper .categories-list a:hover {
        background: rgba(7, 59, 76, 0.08);
        color: #073B4C; }
  .posts-list-wrapper .news-media-filters-form {
    margin: 0 0 24px;
    transform: translate(0, 0);
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .posts-list-wrapper .news-media-filters-form {
        margin: 0; } }
  .posts-list-wrapper .filter-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .posts-list-wrapper .filter-item label {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25;
      color: #073B4C;
      margin-right: 24px; }
    .posts-list-wrapper .filter-item .nice-select {
      float: none;
      border: none;
      padding: 0;
      line-height: 1;
      height: auto;
      background: transparent;
      position: static; }
      .posts-list-wrapper .filter-item .nice-select:after {
        display: none; }
      .posts-list-wrapper .filter-item .nice-select.open .current:after {
        transform: rotate(0deg); }
      .posts-list-wrapper .filter-item .nice-select .current {
        display: inline-block;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 600;
        color: #073B4C; }
        .posts-list-wrapper .filter-item .nice-select .current:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .posts-list-wrapper .filter-item .nice-select .current:after {
          content: '';
          position: static;
          display: inline-block;
          width: 12px;
          height: 12px;
          background-size: contain;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-image: url("./images/arrow-bottom.svg");
          transform: rotate(180deg);
          margin-left: 8px;
          transition: 0.5s; }
      .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown {
        right: 0;
        border-radius: 0;
        margin: 10px 0 0;
        padding: 20px;
        background: #073B4C;
        color: #EAEFEF; }
        @media (min-width: 768px) {
          .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown {
            left: auto;
            width: 240px;
            padding: 20px 40px; } }
        .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
        .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown li {
          background: transparent !important;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: -0.02em;
          font-weight: 600;
          padding: 0;
          margin: 0 0 10px;
          text-align: center; }
          @media (min-width: 768px) {
            .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown li {
              text-align: left; } }
          .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown li:last-child {
            margin-bottom: 0; }
          .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown li:hover, .posts-list-wrapper .filter-item .nice-select .nice-select-dropdown li.selected {
            color: #F7E9C9; }

.posts-list {
  display: grid;
  gap: 43px; }
  @media (min-width: 1200px) {
    .posts-list {
      gap: 80px; } }
  .posts-list .navigation {
    margin: -19px 0 0; }
    @media (min-width: 1200px) {
      .posts-list .navigation {
        margin: 0; } }
  .posts-list .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    position: relative;
    gap: 8px; }
    @media (min-width: 768px) {
      .posts-list .nav-links {
        gap: 12px; } }
    .posts-list .nav-links .page-numbers {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(239, 242, 236, 0);
      color: #073B4C;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: -0.02em;
      text-decoration: none;
      transition: 0.3s; }
      @media (min-width: 768px) {
        .posts-list .nav-links .page-numbers {
          width: 52px;
          height: 52px;
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .posts-list .nav-links .page-numbers {
          width: 70px;
          height: 70px; } }
      .posts-list .nav-links .page-numbers:hover, .posts-list .nav-links .page-numbers.current {
        background: rgba(104, 155, 171, 0.2); }
    @media (max-width: 1023px) {
      .posts-list .nav-links .prev,
      .posts-list .nav-links .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 17px;
        height: 17px; } }
    @media (min-width: 1024px) {
      .posts-list .nav-links .prev,
      .posts-list .nav-links .next {
        border: 2px solid rgba(7, 59, 76, 0.4); } }
    .posts-list .nav-links .prev:hover,
    .posts-list .nav-links .next:hover {
      background: transparent; }
      @media (min-width: 1024px) {
        .posts-list .nav-links .prev:hover,
        .posts-list .nav-links .next:hover {
          background: #69857A; } }
      @media (min-width: 1024px) {
        .posts-list .nav-links .prev:hover path,
        .posts-list .nav-links .next:hover path {
          fill: #EAEFEF; } }
    .posts-list .nav-links .prev svg,
    .posts-list .nav-links .next svg {
      width: 17px;
      height: 17px; }
    .posts-list .nav-links .prev {
      left: 0; }
    .posts-list .nav-links .next {
      right: 0; }

.single #main, .page-template-default #main {
  padding: 44px 0; }
  @media (min-width: 1200px) {
    .single #main, .page-template-default #main {
      padding: 84px 0 180px; } }

.single .single-title, .page-template-default .single-title {
  margin-bottom: 18px; }
  @media (min-width: 1024px) {
    .single .single-title, .page-template-default .single-title {
      margin-bottom: 30px; } }

.single .meta-info, .page-template-default .meta-info {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-bottom: 30px;
  color: #69857A; }
  @media (min-width: 1024px) {
    .single .meta-info, .page-template-default .meta-info {
      font-size: 20px; } }

.single .single-content, .page-template-default .single-content {
  padding-top: 24px;
  border-top: 1px solid #69857A; }
  @media (min-width: 1200px) {
    .single .single-content, .page-template-default .single-content {
      padding-top: 52px; } }

.single p, .page-template-default p {
  margin: 0 0 24px; }

.single ul, .page-template-default ul {
  padding-left: 25px; }

.single .wp-block-pullquote, .page-template-default .wp-block-pullquote {
  margin: 32px 0;
  padding: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .single .wp-block-pullquote, .page-template-default .wp-block-pullquote {
      margin: 56px 0; } }

.single blockquote, .page-template-default blockquote {
  color: #073B4C; }
  .single blockquote p, .page-template-default blockquote p {
    margin-bottom: 0; }
  .single blockquote cite, .page-template-default blockquote cite {
    display: block;
    padding-top: 24px;
    margin-top: 24px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #69857A;
    font-style: normal; }
    @media (min-width: 1024px) {
      .single blockquote cite, .page-template-default blockquote cite {
        padding-top: 0;
        margin-top: 40px;
        padding-left: 272px;
        font-size: 16px; } }
    .single blockquote cite:after, .page-template-default blockquote cite:after {
      content: '';
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      width: 120px;
      background: #073B4C; }
      @media (min-width: 1024px) {
        .single blockquote cite:after, .page-template-default blockquote cite:after {
          width: 236px;
          top: 50%;
          transform: translateY(-50%); } }
    .single blockquote cite strong, .page-template-default blockquote cite strong {
      font-size: 16px;
      color: #232323;
      font-weight: 400; }
      @media (min-width: 1024px) {
        .single blockquote cite strong, .page-template-default blockquote cite strong {
          font-size: 20px; } }

.post-nav-holder {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #69857A;
  text-align: center; }
  @media (min-width: 1024px) {
    .post-nav-holder {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .post-nav-holder {
      padding-top: 52px;
      margin-top: 52px; } }
  .post-nav-holder .post-navigation {
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .post-nav-holder .post-navigation {
        margin-bottom: 0; } }
  .post-nav-holder .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 52px; }
    .post-nav-holder .nav-links a {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      color: #69857A;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: 0.3s; }
      @media (min-width: 1200px) {
        .post-nav-holder .nav-links a {
          font-size: 24px;
          gap: 16px; } }
      .post-nav-holder .nav-links a path {
        transition: 0.3s; }
      .post-nav-holder .nav-links a:hover {
        color: #073B4C; }
        .post-nav-holder .nav-links a:hover path {
          fill: #073B4C; }

.page-hero {
  min-height: 264px;
  padding: 106px 0 46px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  margin-bottom: 52px; }
  @media (min-width: 1024px) {
    .page-hero {
      min-height: 452px;
      padding: 160px 0;
      margin-bottom: 100px; } }
  .page-hero.has-logo-overlay .bg-image:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: url("./images/page-hero-decor.png");
    background-repeat: no-repeat;
    background-size: 263px;
    background-position: calc(100% + 90px) calc(100% + 60px);
    opacity: 0.3; }
    @media (min-width: 768px) {
      .page-hero.has-logo-overlay .bg-image:before {
        background-position: calc(100% + 60px) calc(100% + 60px); } }
    @media (min-width: 1024px) {
      .page-hero.has-logo-overlay .bg-image:before {
        background-position: calc(100% + 140px) calc(100% + 130px);
        background-size: 495px; } }
    @media (min-width: 1520px) {
      .page-hero.has-logo-overlay .bg-image:before {
        background-position: calc(100% + 100px) calc(100% + 230px);
        background-size: 665px; } }
  .page-hero .bg-image {
    position: absolute;
    inset: 0; }
    .page-hero .bg-image:after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(rgba(35, 35, 35, 0), #232323);
      opacity: 0.72; }
    .page-hero .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-hero .container {
    position: relative;
    z-index: 10; }
  .page-hero .hero-title {
    margin: 0;
    color: #EFF2EC; }

.post-block {
  display: grid;
  gap: 16px;
  text-decoration: none;
  color: #232323; }
  @media (min-width: 768px) {
    .post-block {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .post-block {
      gap: 36px; } }
  .post-block:hover .image-holder img {
    scale: 1.02; }
  .post-block:hover .text-holder {
    border-radius: 20px; }
  .post-block:hover .btn {
    border-color: #073B4C;
    background: rgba(239, 242, 236, 0.8); }
    .post-block:hover .btn:after {
      background-color: #E6B84C;
      border: 1px solid #053421;
      transform: translateY(-50%) rotate(-45deg);
      background-image: url("./images/arrow-black.svg"); }
  .post-block.active .image-holder,
  .post-block.active .text-holder {
    opacity: 1;
    transform: translateX(0); }
  @media (min-width: 768px) {
    .team-member .post-block {
      grid-template-columns: 320px 1fr; } }
  .post-block .image-holder {
    font-size: 0;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .post-block .image-holder {
        opacity: 0;
        transform: translateX(-50px);
        transition: 0.3s; } }
    .post-block .image-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 1s; }
    .post-block .image-holder .category-label {
      position: absolute;
      z-index: 10;
      left: 20px;
      bottom: 10px;
      font-size: 11px;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #EFF2EC; }
      @media (min-width: 1024px) {
        .post-block .image-holder .category-label {
          font-size: 18px;
          left: 24px;
          bottom: 24px; } }
  .post-block .text-holder {
    padding: 20px;
    background: rgba(7, 59, 76, 0.08); }
    @media (min-width: 1024px) {
      .post-block .text-holder {
        opacity: 0;
        transform: translateX(-50px);
        transition: 0.3s;
        transition-delay: 0.2s; } }
    @media (min-width: 1200px) {
      .post-block .text-holder {
        padding: 60px 36px; } }
    .post-block .text-holder:only-child {
      grid-column: 1 / -1; }
  .post-block .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #232323;
    margin: 0 0 24px; }
    @media (min-width: 1200px) {
      .post-block .title {
        font-size: 26px;
        margin: 0 0 52px; } }
  .post-block .footer-info {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (min-width: 1024px) {
      .post-block .footer-info {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between; } }
  .post-block .meta-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #69857A;
    margin: 0; }
    @media (min-width: 1200px) {
      .post-block .meta-info {
        font-size: 20px;
        line-height: 1.08;
        letter-spacing: 0; } }
  .post-block .btn {
    background: transparent; }
    @media (min-width: 1200px) {
      .post-block .btn {
        min-width: 251px; } }

.team-member-popup {
  padding: 32px 0 100px;
  height: 100vh; }
  @media (min-width: 1024px) {
    .team-member-popup {
      padding: 80px 102px 80px 456px;
      height: auto; } }
  .team-member-popup .f-button.is-close-btn[data-fancybox-close] {
    top: 16px;
    right: 16px;
    height: 18px;
    width: 18px;
    background: transparent;
    opacity: 1; }
    @media (min-width: 1024px) {
      .team-member-popup .f-button.is-close-btn[data-fancybox-close] {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #689BAB;
        top: 0;
        right: 0;
        transform: translate(50%, -50%); } }
    @media (min-width: 1520px) {
      .team-member-popup .f-button.is-close-btn[data-fancybox-close] {
        width: 74px;
        height: 74px; } }
    .team-member-popup .f-button.is-close-btn[data-fancybox-close]:hover, .team-member-popup .f-button.is-close-btn[data-fancybox-close]:focus-within {
      background: transparent; }
      @media (min-width: 1024px) {
        .team-member-popup .f-button.is-close-btn[data-fancybox-close]:hover, .team-member-popup .f-button.is-close-btn[data-fancybox-close]:focus-within {
          background: #689BAB; } }
      .team-member-popup .f-button.is-close-btn[data-fancybox-close]:hover svg, .team-member-popup .f-button.is-close-btn[data-fancybox-close]:focus-within svg {
        transform: scale(1.3); }
    .team-member-popup .f-button.is-close-btn[data-fancybox-close] svg {
      stroke: #689BAB; }
      @media (min-width: 1024px) {
        .team-member-popup .f-button.is-close-btn[data-fancybox-close] svg {
          stroke: #F7E9C9;
          transition: 0.3s; } }
  .team-member-popup .popup-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 68px;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1024px) {
      .team-member-popup .popup-nav {
        position: relative;
        height: auto;
        padding: 32px 0 0;
        margin-top: 26px; } }
    @media (min-width: 1520px) {
      .team-member-popup .popup-nav {
        padding-top: 40px;
        margin-top: 52px; } }
    .team-member-popup .popup-nav:before {
      content: '';
      position: absolute;
      top: 0;
      left: 32px;
      right: 32px;
      height: 1px;
      background: rgba(105, 133, 122, 0.4); }
      @media (min-width: 1024px) {
        .team-member-popup .popup-nav:before {
          left: 0;
          right: 0; } }
    .team-member-popup .popup-nav button {
      padding: 0;
      margin: 0;
      background: transparent;
      border: none;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      line-height: 1.4;
      font-weight: 600;
      color: #69857A;
      transition: 0.5s; }
      @media (min-width: 1200px) {
        .team-member-popup .popup-nav button {
          font-size: 24px; } }
      .team-member-popup .popup-nav button:hover, .team-member-popup .popup-nav button:focus-within {
        color: #246B4C; }
      .team-member-popup .popup-nav button svg {
        width: 16px;
        height: 16px; }
        .team-member-popup .popup-nav button svg path {
          fill: currentColor; }
  .team-member-popup .popup-content-holder {
    height: 100%;
    overflow: auto;
    padding: 0 32px; }
    @media (min-width: 1024px) {
      .team-member-popup .popup-content-holder {
        padding: 0;
        height: auto; } }
  .team-member-popup .popup-header {
    display: grid;
    grid-template-columns: 148px 1fr;
    margin-bottom: 26px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(105, 133, 122, 0.4); }
    @media (min-width: 1024px) {
      .team-member-popup .popup-header {
        display: block; } }
    @media (min-width: 1520px) {
      .team-member-popup .popup-header {
        margin-bottom: 52px;
        padding-bottom: 40px; } }
  .team-member-popup .popup-image-holder {
    padding-right: 25px;
    font-size: 0; }
    @media (min-width: 1024px) {
      .team-member-popup .popup-image-holder {
        position: absolute;
        left: 36px;
        top: -36px;
        width: 340px; } }
    .team-member-popup .popup-image-holder img {
      width: 100%; }
  .team-member-popup .title-holder {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .team-member-popup .title-holder {
        display: block; } }
  .team-member-popup .title {
    margin: 0; }
  .team-member-popup .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2; }
    @media (min-width: 768px) {
      .team-member-popup .row {
        flex-direction: row;
        align-items: flex-end;
        gap: 20px; } }
  .team-member-popup .position {
    color: #69857A;
    margin-bottom: 20px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .team-member-popup .position {
        margin-bottom: 0; } }
  .team-member-popup .linkedin-link-holder a {
    font-size: 14px;
    line-height: 1.4;
    color: #689BAB;
    text-decoration: underline;
    outline: none; }
    @media (min-width: 1200px) {
      .team-member-popup .linkedin-link-holder a {
        font-size: 16px; } }
    .team-member-popup .linkedin-link-holder a:hover {
      color: #073B4C; }
  .team-member-popup .text-holder {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #232323; }
    @media (min-width: 1200px) {
      .team-member-popup .text-holder {
        font-size: 20px; } }

.resize-active * {
  transition: none !important; }
