/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-page--404 .c-page__inner, .c-pagination, .c-article__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-page--404 .c-page__inner, .c-pagination, .c-article__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

h1, .h1 {
  font-size: 39px;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 39px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 41px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 35px;
}
@media only screen and (min-width: 1440px) {
  h2, .h2 {
    font-size: 39px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 29px;
}
@media only screen and (min-width: 1440px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 35px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 29px;
}

.c-form__label, h5, .h5 {
  font-size: 18px;
  line-height: 21px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 1440px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 19px;
  }
}

.screen-reader-text,
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-pagination a, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", Arial Narrow, Arial, sans-serif;
  font-weight: 600;
}

body {
  font-family: "Proxima Nova", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.c-pagination a, .u-rich-text a:not(.c-button), .c-link, #main .forminator-row p a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-pagination a:hover, .u-rich-text a:hover:not(.c-button), .c-link:hover, #main .forminator-row p a:hover, .c-pagination a:active, .u-rich-text a:active:not(.c-button), .c-link:active, #main .forminator-row p a:active, .c-pagination a:focus, .u-rich-text a:focus:not(.c-button), .c-link:focus, #main .forminator-row p a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

:root {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #86857a;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper-pagination-bullet {
  border: 1px solid #86857a;
}

:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-page--404 .c-page__inner, .c-pagination, .c-article__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-page--404 .c-page__inner, .c-pagination, .c-article__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

h1, .h1 {
  font-size: 39px;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 39px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 41px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 35px;
}
@media only screen and (min-width: 1440px) {
  h2, .h2 {
    font-size: 39px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 29px;
}
@media only screen and (min-width: 1440px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 35px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 29px;
}

.c-form__label, h5, .h5 {
  font-size: 18px;
  line-height: 21px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 1440px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 19px;
  }
}

.screen-reader-text,
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-pagination a, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", Arial Narrow, Arial, sans-serif;
  font-weight: 600;
}

body {
  font-family: "Proxima Nova", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.c-pagination a, .u-rich-text a:not(.c-button), .c-link, #main .forminator-row p a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-pagination a:hover, .u-rich-text a:hover:not(.c-button), .c-link:hover, #main .forminator-row p a:hover, .c-pagination a:active, .u-rich-text a:active:not(.c-button), .c-link:active, #main .forminator-row p a:active, .c-pagination a:focus, .u-rich-text a:focus:not(.c-button), .c-link:focus, #main .forminator-row p a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  color: #fff !important;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
  color: #282323;
}

@media only screen and (max-width: 1199px) {
  .u-show\@lg {
    display: none;
  }
}

@media only screen and (max-width: 1439px) {
  .u-show\@xl {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .u-hide\@md {
    display: none !important;
  }
}
.c-page__section--gradient .c-page__section:not(:first-of-type) .c-page__arc {
  display: none;
}

.u-rich-text *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(table):not(thead):not(tbody):not(tfoot):not(tr) {
  font-size: 14px;
  line-height: 17px;
}
.u-rich-text em {
  font-style: italic;
}
.u-rich-text :last-child {
  margin-block-end: 0;
}

.u-separate {
  margin-inline-start: 10px;
  margin-inline-end: 10px;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-scheme-light {
  background-color: #fff;
  color: #282323;
}

.u-scheme-dark {
  color: #fff;
}

::-moz-selection {
  background-color: rgba(40, 35, 35, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(40, 35, 35, 0.7);
  color: #fff;
}

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

html,
body {
  min-height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media only screen and (min-width: 992px) {
  html,
  body {
    scroll-padding-top: 150px;
  }
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  background-color: #637a4b;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  overflow-x: hidden;
}
body.is-menu-open {
  overflow: hidden;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/wp-content/themes/noble-claims/dist/ProximaNova-Reg-webfont.569f5df8.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/wp-content/themes/noble-claims/dist/ProximaNova-Sbold-webfont.ebade2ba.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 10px;
  font-weight: normal;
}

h1, .h1 {
  margin-block-start: 0;
  margin-block-end: 25px;
}

h2, .h2 {
  margin-block-start: 0;
  margin-block-end: 25px;
}

h3, .h3 {
  margin-block-start: 0;
  margin-block-end: 25px;
}
p + h3, p + .h3 {
  margin-block-start: 50px;
}

em,
i {
  font-style: normal;
}

strong,
b {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

p,
li,
address,
blockquote,
cite {
  font-size: 18px;
  line-height: 21px;
  margin-block-end: 10px;
  margin-block-start: 0;
  font-style: normal;
  display: block;
}

p:last-child,
p > :last-child,
address:last-child,
address > :last-child,
blockquote:last-child,
blockquote > :last-child,
cite:last-child,
cite > :last-child {
  margin-block-end: 0 !important;
}

ul,
ol {
  margin-block-end: 10px;
  list-style: none;
  padding: 0;
}

li {
  margin: 0 0 13px 0;
}

table {
  margin-block-end: 10px;
  width: 100%;
  border: 1px solid #282323;
  border-collapse: collapse;
  table-layout: fixed;
}
table td,
table th {
  border: 1px solid #282323;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  table td,
  table th {
    font-size: 12px;
    line-height: 15px;
    padding: 20px;
  }
}
table thead {
  background: #282323;
}
table thead th,
table thead td {
  font-weight: normal;
  color: #fff;
  border-left: 2px solid #fff;
}
table thead th:first-child,
table thead td:first-child {
  border-left: none;
}
table tfoot {
  font-weight: normal;
}

.c-burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  width: 28px;
  height: 36px;
  padding: 0;
  position: relative;
}
.c-burger:hover {
  cursor: pointer;
}
.c-burger__line {
  display: block;
  background-color: #282323;
  border-radius: 2px;
  height: 2px;
  margin: 7px auto;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active .c-burger__line--top {
  transform: translateY(8px) rotate(45deg);
}
.is-active .c-burger__line--middle {
  opacity: 0;
}
.is-active .c-burger__line--bottom {
  transform: translateY(-10px) rotate(-45deg);
}

:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-page--404 .c-page__inner, .c-pagination, .c-article__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-page--404 .c-page__inner, .c-pagination, .c-article__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

h1, .h1 {
  font-size: 39px;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 39px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 41px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 35px;
}
@media only screen and (min-width: 1440px) {
  h2, .h2 {
    font-size: 39px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 29px;
}
@media only screen and (min-width: 1440px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 35px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 29px;
}

.c-form__label, h5, .h5 {
  font-size: 18px;
  line-height: 21px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 1440px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 19px;
  }
}

.screen-reader-text,
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-pagination a, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", Arial Narrow, Arial, sans-serif;
  font-weight: 600;
}

body {
  font-family: "Proxima Nova", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.c-pagination a, .u-rich-text a:not(.c-button), .c-link, #main .forminator-row p a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-pagination a:hover, .u-rich-text a:hover:not(.c-button), .c-link:hover, #main .forminator-row p a:hover, .c-pagination a:active, .u-rich-text a:active:not(.c-button), .c-link:active, #main .forminator-row p a:active, .c-pagination a:focus, .u-rich-text a:focus:not(.c-button), .c-link:focus, #main .forminator-row p a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-button {
  font-size: 16px;
  line-height: 19px;
  line-height: 1.3;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50px;
  color: #86857a;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.c-button::before, .c-button::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.c-button::before {
  margin-block-end: calc(-0.3em + 0px);
}
.c-button::after {
  margin-block-start: calc(-0.2444444444em + 0px);
}
@media only screen and (min-width: 992px) {
  .c-button {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 15px;
  }
}
.c-button.c-button--tall {
  padding: 20px 30px;
}
.c-button.c-button--light {
  border-color: #fff;
  color: #fff;
}
.c-button.c-button--light:hover, .c-button.c-button--light:focus-within, .c-button.c-button--light:focus {
  background: #fff;
  color: #637a4b;
}
.c-button.c-button--brand {
  border-color: #637a4b;
  color: #637a4b;
}
.c-button.c-button--brand:hover, .c-button.c-button--brand:focus-within, .c-button.c-button--brand:focus {
  background: #282323;
  color: #282323;
}
.c-button--fill.c-button {
  background-color: #637a4b;
  border-color: #637a4b;
  color: #fff;
}
.c-button--fill.c-button:hover, .c-button--fill.c-button:focus-within, .c-button--fill.c-button:focus {
  background-color: #fff;
  color: #637a4b;
}
.c-button--text {
  border: none;
}

:root {
  --size-input: 40px;
}
@media only screen and (min-width: 768px) {
  :root {
    --size-input: 50px;
  }
}

::-moz-placeholder {
  color: #86857a;
}

:-ms-input-placeholder {
  color: #86857a;
}

::placeholder {
  color: #86857a;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: none;
  transition: none;
}

#main .forminator-row:empty {
  display: none;
}
#main .forminator-title {
  font-size: 22px !important;
}
#main .forminator-input,
#main .forminator-textarea,
#main .forminator-select {
  background-color: #fff !important;
  border: 1px solid #282323;
  font-size: 14px !important;
}
#main .forminator-label {
  margin-block-end: 5px;
  font-size: 0.9375rem !important;
  color: #fff !important;
}
#main .forminator-title,
#main .forminator-checkbox-label,
#main .forminator-radio-label,
#main .forminator-description,
#main .forminator-required {
  color: #fff !important;
}
#main .is-locked .select2 {
  pointer-events: none;
}
#main .is-locked .select2 .select2-selection--single[role=combobox] {
  background-color: #86857a !important;
}
#main .select2-selection__rendered {
  font-size: 14px !important;
}
#main .select2-selection--single[role=combobox] {
  border: none;
  background-color: #fff !important;
  transition: 0.2s ease;
}
#main .forminator-button {
  background-color: #fff !important;
  color: #637a4b !important;
  border: none !important;
  padding-inline-start: 25px !important;
  padding-inline-end: 25px !important;
  font-weight: 700 !important;
}
#main .forminator-button:focus, #main .forminator-button:hover {
  box-shadow: unset !important;
}
#main .forminator-button-upload {
  width: auto;
  margin-block-end: 0;
  margin-inline-end: 10px;
}
#main .forminator-option.forminator-is_checked,
#main .forminator-button-upload {
  background-color: #637a4b !important;
}
#main .forminator-col.is-error {
  padding-block-start: 15px;
  padding-block-end: 15px;
  border: 1px dashed red;
  background: #eee;
}
#main .forminator-col.is-error label {
  display: none;
}

/* Appended to body so needs to sit alone */
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight {
  border-radius: 50%;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  background-color: #86857a;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  border-radius: 50%;
}

/* Appended to body so needs to sit alone */
.forminator-select-dropdown.forminator-dropdown--flat {
  border: 1px solid #86857a !important;
  padding: 0 !important;
}

.c-form__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-block-end: 15px;
}
.c-form__select {
  font-size: 16px;
  line-height: 19px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-start-start-radius: var(--size-input);
  border-end-start-radius: var(--size-input);
  color: #282323;
  cursor: pointer;
  padding-inline-start: 25px;
  padding-inline-end: 75px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-form__select:focus, .c-form__select:hover, .c-form__select:active, .c-form__select:focus-within {
  box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.4);
  outline: unset;
}
@media only screen and (min-width: 768px) {
  .c-form__select {
    font-size: 18px;
    line-height: 21px;
  }
}

.c-form__row--quote {
  justify-content: space-between;
  background-color: #fff;
  border-radius: var(--size-input);
  height: var(--size-input);
  margin-block-end: 15px;
}
@media only screen and (min-width: 768px) {
  .c-form__row--quote {
    margin-block-end: 25px;
  }
}
.c-form__row--quote .c-form__select-wrap {
  display: flex;
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.c-form__row--quote .c-form__select-wrap .svg {
  position: absolute;
  pointer-events: none;
  width: 10px;
  right: 35px;
  top: calc(50% - 3px);
  color: #282323;
}
@media only screen and (min-width: 520px) {
  .c-form__row--quote .c-form__select-wrap .svg {
    right: 45px;
  }
}
.c-form__row--quote .c-form__select {
  background-color: #fff;
  padding-inline-start: 15px;
  padding-inline-end: 0;
}
@media only screen and (max-width: 374px) {
  .c-form__row--quote .c-form__select {
    max-width: 80%;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 375px) {
  .c-form__row--quote .c-form__select {
    padding-inline-end: 3.75rem;
  }
}
@media only screen and (min-width: 520px) {
  .c-form__row--quote .c-form__select {
    padding-inline-start: 25px;
    padding-inline-end: 75px;
  }
}

.c-form__label + .c-form__link {
  margin-left: 15px;
}

.c-article {
  width: 100%;
}
.c-article img {
  max-width: 100%;
}
.c-article__section, .c-article__title {
  margin: 0 auto;
}
.c-article__section {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) {
  .c-article__section {
    padding: 0;
  }
}
.c-article__title {
  font-size: 18px;
  line-height: 21px;
  padding-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .c-article__title {
    font-size: 26px;
    line-height: 29px;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.c-article__media {
  border: 1px solid currentColor;
  padding-bottom: 45%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .c-article__media {
    padding-bottom: 30%;
  }
}
.c-article__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-article__image.lazyloaded {
  opacity: 1;
  transform: scale(1);
}

.c-pagination {
  display: flex;
  justify-content: space-between;
  margin-block-start: 75px;
  margin-block-end: 75px;
}
@media only screen and (min-width: 992px) {
  .c-pagination {
    font-size: 12px;
    line-height: 15px;
  }
}
.c-main {
  padding-block-start: 135px;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .c-main {
    padding-block-start: 175px;
  }
}

.c-module {
  width: 100%;
}

:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-page--404 .c-page__inner, .c-article__inner, .c-pagination {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-page--404 .c-page__inner, .c-article__inner, .c-pagination {
    --gutter: 50px;
    max-width: 1350px;
  }
}

h1, .h1 {
  font-size: 39px;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 39px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 41px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 35px;
}
@media only screen and (min-width: 1440px) {
  h2, .h2 {
    font-size: 39px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 29px;
}
@media only screen and (min-width: 1440px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 35px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 29px;
}

h5, .h5, .c-form__label {
  font-size: 18px;
  line-height: 21px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 1440px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 19px;
  }
}

.screen-reader-text,
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6, .c-pagination a {
  font-family: "Proxima Nova", Arial Narrow, Arial, sans-serif;
  font-weight: 600;
}

body {
  font-family: "Proxima Nova", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#main .forminator-row p a, .c-link, .u-rich-text a:not(.c-button), .c-pagination a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
#main .forminator-row p a:hover, .c-link:hover, .u-rich-text a:hover:not(.c-button), .c-pagination a:hover, #main .forminator-row p a:active, .c-link:active, .u-rich-text a:active:not(.c-button), .c-pagination a:active, #main .forminator-row p a:focus, .c-link:focus, .u-rich-text a:focus:not(.c-button), .c-pagination a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-page__section {
  position: relative;
}
.c-page__section.section--1 {
  padding-block-start: 120px;
}
@media only screen and (min-width: 992px) {
  .c-page__section.section--1 {
    padding-block-start: 150px;
  }
}
.c-page--404 {
  padding: 195px 0 75px;
}
@media only screen and (min-width: 992px) {
  .c-page--404 {
    padding: 225px 0 75px;
  }
}
.c-page--404 a {
  border-bottom: 1px solid currentColor;
  transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-page--404 a:hover, .c-page--404 a:active, .c-page--404 a:focus, .c-page--404 a:focus-within {
  border-color: transparent;
}
.c-page__arc {
  position: absolute;
  top: -20px;
  width: 100%;
}
.c-page__arc svg {
  width: 123.75rem;
  transform: translateX(calc(-50% + 50vw));
}

noscript img {
  opacity: 1 !important;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-footer__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-footer__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer__columns {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    max-width: 995px;
  }
  .c-footer__columns > :first-child {
    grid-column: 1/span 2;
  }
  .c-footer__columns > :last-child:not(:only-child) {
    grid-column: 3/span 4;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-footer__note-wrap .menu-item a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-footer__note-wrap .menu-item a:hover, .c-footer__note-wrap .menu-item a:active, .c-footer__note-wrap .menu-item a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-footer {
  background-color: #fff;
  color: #282323;
  width: 100%;
}
.c-footer .c-nav__link {
  font-size: 0.75rem;
  color: #282323;
  -webkit-text-decoration-color: #282323;
          text-decoration-color: #282323;
  text-underline-offset: 0.125rem;
}
.c-footer .c-nav__link:focus, .c-footer .c-nav__link:focus-within, .c-footer .c-nav__link:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-footer__inner {
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-footer__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}

.c-footer__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start;
}
@media only screen and (min-width: 992px) {
  .c-footer__column {
    justify-content: center;
  }
}
.c-footer__column .svg--fill {
  fill: #637a4b;
}
.c-footer__column .svg--text {
  fill: #fff;
}
.c-footer__column .svg {
  max-width: 205px;
  width: 100%;
}

.c-footer__note-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-block-start: 25px;
}
.c-footer__note-wrap .menu {
  margin: 0;
}
.c-footer__note-wrap .menu-item {
  margin: 0;
  font-size: 0.75rem;
}
.c-footer__note {
  margin: 0;
  font-size: 0.75rem;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-header__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-header__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-header {
  background-color: rgba(99, 122, 75, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  height: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  will-change: transform;
  transition: all 200ms linear;
  z-index: 100;
}
.c-header.headroom--pinned:not(.headroom--top) {
  box-shadow: var(--shadow-elevation-medium);
}
.c-header.headroom--pinned {
  transform: translateY(0%);
}
.c-header.headroom--unpinned {
  box-shadow: unset;
  transform: translateY(-100%);
}
@media only screen and (min-width: 992px) {
  .c-header {
    height: 150px;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.c-header__inner {
  --gutter: 25px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .c-header__inner {
    --gutter: 50px;
  }
}

.c-header__logo {
  display: flex;
  justify-content: center;
  height: 95px;
}
@media only screen and (min-width: 992px) {
  .c-header__logo {
    height: 125px;
  }
}
.c-header__logo .svg--fill {
  fill: #fff;
}
.c-header__logo .svg--text {
  fill: #637a4b;
}
.c-header__logo svg {
  height: auto;
  width: 205px;
}

.c-header__link {
  display: flex;
  height: 95px;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .c-header__link {
    height: 125px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__nav {
    position: fixed;
    top: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%) translateZ(0);
    will-change: transform;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .c-header__nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    height: 125px;
  }
}
.is-menu-open .c-header__nav {
  transform: translateX(0) translateZ(0);
}

.c-header__mobile {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .c-header__mobile {
    display: none;
  }
}

.c-header__numbers {
  width: 100%;
  margin-block-end: unset;
  font-size: 10px;
  font-weight: 600;
  color: #86857a;
  text-align: end;
}
@media only screen and (max-width: 1023px) {
  .c-header__numbers {
    display: none;
  }
}
.c-header__numbers a + a {
  margin-inline-start: 10px;
  padding-inline-start: 10px;
  border-left: 1px solid currentColor;
}
.c-header__numbers svg {
  width: 10px;
  height: 10px;
  margin-inline-end: 5px;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-modal__close {
  font-family: "Proxima Nova", Arial Narrow, Arial, sans-serif;
  font-weight: 600;
}

.c-modal {
  display: none;
}
.no-js .c-modal:target {
  display: block !important;
}
.c-modal.is-open {
  display: block;
}
.c-modal[aria-hidden=false] .c-modal__overlay {
  animation: modalFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=false] .c-modal__container {
  animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__overlay {
  animation: modalFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__container {
  animation: mmSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__container,
.c-modal__overlay {
  will-change: transform;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  color: #282323;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  width: 100%;
  height: 100%;
}

.c-modal__container {
  min-width: 400px;
  overflow: scroll;
  scroll-behavior: smooth;
}

.c-modal__inner {
  background: #fff;
  border-radius: 10px;
  color: #282323;
  max-width: 700px;
  margin: auto;
  padding: 30px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  overflow: hidden;
}

.c-modal__content {
  padding: 30px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.c-modal__content h2 {
  margin-block-end: 0;
}

.c-modal__close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.c-modal__close:hover {
  color: #282323;
  transform: scale(0.95);
  text-decoration: none;
}
.c-modal__close::after {
  content: "X";
  display: inline-block;
  padding-left: 5px;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalSlideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmSlideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15%);
  }
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-nav {
  display: flex;
  gap: 25px;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .c-header .c-nav {
    height: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header .c-nav {
    flex-direction: column;
    justify-content: flex-start;
    overflow: scroll;
  }
}
@media only screen and (max-width: 519px) {
  .c-footer .c-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.c-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.c-nav__text {
  position: relative;
}

.c-nav__link {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: text-decoration-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: text-decoration-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-nav__link {
    font-size: 26px;
    line-height: 29px;
  }
  .c-footer .c-nav__link {
    line-height: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .c-nav__link {
    height: 100%;
  }
}
.c-nav__link:active, .c-nav__link:focus, .c-nav__link:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.current_page_parent .c-nav__link, .current-menu-item .c-nav__link {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.c-nav__link--highlight {
  position: relative;
  height: auto;
  padding: 5px 10px;
  color: #637a4b;
  text-decoration: none !important;
}
.c-nav__link--highlight::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #fff;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav__link--highlight:hover, .c-nav__link--highlight:active, .c-nav__link--highlight:focus {
  text-decoration: none !important;
}
.c-nav__link--highlight:hover::before, .c-nav__link--highlight:active::before, .c-nav__link--highlight:focus::before {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

@media only screen and (max-width: 1023px) {
  .c-nav__submenu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .is-active .c-nav__submenu {
    max-height: 50rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-nav__submenu {
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    display: none;
    width: 100vw;
    margin: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    background: #637a4b;
    box-shadow: var(--shadow-elevation-medium);
    padding-block-start: 25px;
    padding-block-end: 25px;
    transform: translateY(10px);
    transition: visibility 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
  }
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-post__more, .c-post__title {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-post__more:hover, .c-post__title:hover, .c-post__more:active, .c-post__title:active, .c-post__more:focus, .c-post__title:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.c-post:hover .c-post__image, .c-post:active .c-post__image, .c-post:focus .c-post__image, .c-post:focus-within .c-post__image {
  transform: scale(1.1);
}
.c-post:hover .c-post__more, .c-post:active .c-post__more, .c-post:focus .c-post__more, .c-post:focus-within .c-post__more {
  background-position: 100% calc(100% - 5px);
}
.c-post:active .c-post__image, .c-post:focus .c-post__image, .c-post:focus-within .c-post__image {
  opacity: 0.5;
}
.c-post__inner {
  background-color: #86857a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-grow: 1;
}
.c-post__link {
  display: flex;
  padding: 20px 20px 15px;
  height: 100%;
  flex-direction: column;
}
.c-post__media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.c-post__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-post__image.lazyloaded {
  opacity: 1;
  transform: scale(1);
}
.c-post__title {
  font-size: 18px;
  line-height: 21px;
  margin-block-end: 5px;
}
@media only screen and (min-width: 992px) {
  .c-post__title {
    font-size: 26px;
    line-height: 29px;
    margin-block-end: 20px;
  }
}
.c-post__summary {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (min-width: 992px) {
  .c-post__summary {
    font-size: 18px;
    line-height: 21px;
  }
}
.c-post__more {
  display: flex;
  font-weight: bold;
  flex-grow: 1;
  margin: 0;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-posts__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-posts__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-posts {
  width: 100%;
  padding-block-start: 120px;
}
@media only screen and (min-width: 992px) {
  .c-posts {
    padding-block-start: 150px;
  }
}
.c-posts__inner {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--gutter);
}
@media only screen and (min-width: 520px) {
  .c-posts__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .c-posts__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-forminator__footer, .c-forminator__header, .c-forminator {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-forminator__footer, .c-forminator__header, .c-forminator {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-forminator {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-block-start: 50px;
  padding-block-end: 50px;
}
@media only screen and (min-width: 768px) {
  .c-forminator {
    padding: 50px;
  }
}
.c-forminator__header {
  margin-block-end: 50px;
}
.c-forminator__title {
  font-size: 1.75rem;
  line-height: 1.9375rem;
}
@media only screen and (min-width: 768px) {
  .c-forminator__title {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
.c-forminator__panel {
  max-width: 995px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .c-forminator__panel {
    gap: 50px;
    flex-direction: row;
  }
  .c-forminator__panel:not(.c-forminator__panel--split) {
    padding-inline-end: 50px;
  }
}
.c-forminator__panel .forminator-edit-module {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-forminator__panel .forminator-edit-module {
    display: block;
    margin-left: 10px;
  }
}
.c-forminator__panel .forminator-module-edit-link {
  color: #fff;
}

.c-forminator__column {
  width: 100%;
  padding-block-end: 50px;
}
.c-forminator__column + .c-forminator__column {
  margin-block-end: 50px;
}
@media only screen and (min-width: 768px) {
  .c-forminator__column {
    width: calc(70% - 25px);
    padding-block-end: 0;
  }
  .c-forminator__column:not(:only-child) {
    order: unset;
    margin-block-end: 0;
  }
  .c-forminator__column:only-child {
    width: 100%;
  }
}

.c-forminator__column--sidebar a {
  -webkit-text-decoration-color: transparent !important;
          text-decoration-color: transparent !important;
}
.c-forminator__column--sidebar a:focus, .c-forminator__column--sidebar a:focus-within, .c-forminator__column--sidebar a:hover {
  -webkit-text-decoration-color: #282323 !important;
          text-decoration-color: #282323 !important;
}
@media only screen and (min-width: 768px) {
  .c-forminator__column--sidebar {
    width: calc(30% - 25px);
  }
}

.c-forminator__footer {
  margin-block-start: var(--gutter);
  text-align: left;
}

.iti__country,
.iti__divider {
  list-style: none;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-intro {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-intro {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-intro__inner p {
  font-family: "Proxima Nova", Arial Narrow, Arial, sans-serif;
  font-weight: 600;
}

.c-intro__inner p a:not(.c-button) {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-intro__inner p a:hover:not(.c-button), .c-intro__inner p a:active:not(.c-button), .c-intro__inner p a:focus:not(.c-button) {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-intro ul,
.c-intro ol {
  margin-block-start: 25px;
  margin-block-end: 50px;
}
.c-intro ul li,
.c-intro ol li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}

.c-intro__inner {
  max-width: 995px;
  padding-block-start: 25px;
  padding-block-end: 25px;
  border-block-start: 1px solid #fff;
  border-block-end: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .c-intro__inner.has-logo {
    display: flex;
    justify-content: space-between;
    gap: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .c-intro__inner:not(.has-logo) .c-intro__text > *:not(hr) {
    max-width: 750px;
  }
}
:not(.home) .c-intro__inner h1 {
  margin-block-end: 50px;
}
.c-intro__inner h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .c-intro__inner h3 {
    font-size: 1.5625rem;
  }
}
.c-intro__inner p {
  margin-block-end: unset;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.3;
}
.c-intro__inner p + p {
  margin-block-start: 50px;
}
.c-intro__logo {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .c-intro__logo {
    max-width: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .c-intro__logo {
    margin-block-start: 25px;
    padding-block-start: 25px;
    border-top: 1px solid #282323;
  }
}
.c-intro__logo svg {
  max-width: 72px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .c-intro__logo svg {
    max-width: 95px;
  }
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-page-hero__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-page-hero__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-page-hero {
  position: relative;
}

.c-page-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
  padding: 25px 0 0;
}
@media only screen and (min-width: 992px) {
  .c-page-hero__inner {
    padding: 75px 0 0;
    align-items: center;
    flex-direction: row;
  }
}

.c-page-hero__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-image-with-text__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-image-with-text__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-image-with-text {
  position: relative;
}

.c-image-with-text__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-block-start: 25px;
  padding-block-end: 25px;
}
@media only screen and (min-width: 992px) {
  .c-image-with-text__inner {
    background-color: transparent;
    height: 100%;
    flex-direction: row;
  }
  .c-image-with-text--image-right .c-image-with-text__inner {
    flex-direction: row-reverse;
  }
}

.c-image-with-text__media-frame {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .c-image-with-text__media-frame {
    width: 50%;
  }
}

.c-image-with-text__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-image-with-text__media svg {
  width: calc(100% - 8vw);
  height: calc(100% - 8vw);
}
@media only screen and (min-width: 768px) {
  .c-image-with-text__media svg {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.c-image-with-text__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-image-with-text__content {
  padding: 75px 25px;
}
@media only screen and (min-width: 992px) {
  .c-image-with-text__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 75px;
  }
}
.c-image-with-text__content h2 {
  font-size: 41px;
  line-height: 44px;
}

.c-image-with-text__link {
  margin-block-start: 50px;
}
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 0.9px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 2.1px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.2),
    0px 1.7px 1.9px -0.8px hsl(var(--shadow-color) / 0.2),
    0px 4.2px 4.7px -1.7px hsl(var(--shadow-color) / 0.2),
    0px 10.3px 11.6px -2.5px hsl(var(--shadow-color) / 0.2);
  --shadow-elevation-high:
    0px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
    0px 3px 3.4px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 5.6px 6.3px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 9.2px 10.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 14.8px 16.7px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 23.1px 26px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 35.1px 39.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 51.7px 58.2px -2.5px hsl(var(--shadow-color) / 0.34);
  --aspect-ratio-portrait: 3 / 4;
  --aspect-ratio-media: 68 / 75;
  --aspect-ratio-square: 1;
  --aspect-ratio-letterbox: 1370 / 590;
  --aspect-ratio-landscape: 16 / 9;
}

.c-text__inner {
  --gutter: 25px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: var(--gutter);
  padding-inline-start: var(--gutter);
  width: 100%;
  max-width: 1042px;
}
@media only screen and (min-width: 992px) {
  .c-text__inner {
    --gutter: 50px;
    max-width: 1350px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-text__inner p a:not(.c-button) {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.c-text__inner p a:hover:not(.c-button), .c-text__inner p a:active:not(.c-button), .c-text__inner p a:focus:not(.c-button) {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-text__inner ul,
.c-text__inner ol {
  margin-block-start: 25px;
  margin-block-end: 50px;
}
.c-text__inner ul li,
.c-text__inner ol li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}

.home .c-text p:first-child {
  font-size: 1.1875rem;
  line-height: 1.3;
  margin-block-end: 2.8125rem;
}
@media only screen and (min-width: 992px) {
  .home .c-text p:first-child {
    font-size: 1.5625rem;
  }
}

.c-text__inner {
  padding-top: 75px;
  padding-bottom: 75px;
}
.c-text--full-width .c-text__inner .c-text__content {
  max-width: 100%;
}
.c-text__inner ul,
.c-text__inner ol {
  max-width: 750px;
}
.c-text__inner *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(table):not(thead):not(tbody):not(tfoot):not(tr) {
  font-size: 14px;
  line-height: 17px;
}
.c-text__inner iframe {
  width: 100%;
  max-width: 100%;
}
.c-text__inner h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .c-text__inner h3 {
    font-size: 1.5625rem;
  }
}
.c-text__inner p {
  max-width: 750px;
}
.c-text__inner hr {
  margin-block-start: 25px;
  margin-block-end: 15px;
  height: 1px;
  border: none;
}
.c-text__inner.u-scheme-dark hr {
  background: #fff;
}

.c-text__content {
  max-width: 995px;
  margin-inline-end: auto;
}

/*# sourceMappingURL=/wp-content/themes/noble-claims/dist/app.css.map */