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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-play:before {
  content: "\e913";
}

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

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

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

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

.icon-caret-down:before {
  content: "\e904";
}

.icon-caret-left:before {
  content: "\e905";
}

.icon-caret-right:before {
  content: "\e906";
}

.icon-caret-up:before {
  content: "\e907";
}

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

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

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

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

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

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

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

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

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

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

.icon-youtube:before {
  content: "\e912";
}

.site-content .gform_wrapper.gravity-theme {
  background-color: #EBAB21;
  padding: 35px 35px 45px;
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
  color: #242629;
}
.site-content .gform_wrapper.gravity-theme:last-child {
  margin-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
  border: 0;
  border-radius: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: normal;
  color: #242629;
  line-height: 1.6 !important;
  min-height: 50px !important;
  padding: 9px 21px 9px 21px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  appearance: none;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::placeholder,
.site-content .gform_wrapper.gravity-theme form select::placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #242629;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  line-height: 1.21 !important;
  min-height: 50px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit]:hover, .site-content .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #00677C;
}
.site-content .gform_wrapper.gravity-theme form .gfield_select {
  padding-right: 60px;
}
.site-content .gform_wrapper.gravity-theme form textarea {
  min-height: 140px !important;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select {
  position: relative;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select::after {
  content: "\e904";
  font-size: 21px;
  font-family: "hz-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EBAB21;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.site-content .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 14px;
}
.site-content .gform_wrapper.gravity-theme .description,
.site-content .gform_wrapper.gravity-theme .gfield_description,
.site-content .gform_wrapper.gravity-theme .gsection_description,
.site-content .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #005750 !important;
  color: #005750;
  background-color: #fff;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #242629;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 1em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 14px;
  font-weight: bold;
  color: #242629 !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0.025em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
  outline-offset: 0;
}
.site-content .gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0;
  padding: 0;
}
@media (max-width: 1039px) {
  .site-content .gform_wrapper.gravity-theme {
    padding: 32px 35px 35px;
  }
  .site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
    padding: 11px 19px 10px 19px;
  }
}
@media (max-width: 479px) {
  .site-content .gform_wrapper.gravity-theme {
    padding: 24px 24px;
  }
}
.site-content .gform_confirmation_message {
  color: #242629;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}

.side-form {
  background: #EBAB21;
  padding: 45px 35px 45px 35px;
  color: #242629;
}
.side-form:last-child, .side-form > *:last-child {
  margin-bottom: 0;
}
.side-form .h6 {
  margin-bottom: 15px;
  color: #242629;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.025em;
}
.side-form .gform_wrapper.gravity-theme {
  position: static;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.side-form .gform_wrapper.gravity-theme form {
  position: static;
}
.side-form .gform_wrapper.gravity-theme form input[type=color],
.side-form .gform_wrapper.gravity-theme form input[type=date],
.side-form .gform_wrapper.gravity-theme form input[type=datetime-local],
.side-form .gform_wrapper.gravity-theme form input[type=datetime],
.side-form .gform_wrapper.gravity-theme form input[type=email],
.side-form .gform_wrapper.gravity-theme form input[type=month],
.side-form .gform_wrapper.gravity-theme form input[type=number],
.side-form .gform_wrapper.gravity-theme form input[type=password],
.side-form .gform_wrapper.gravity-theme form input[type=search],
.side-form .gform_wrapper.gravity-theme form input[type=tel],
.side-form .gform_wrapper.gravity-theme form input[type=text],
.side-form .gform_wrapper.gravity-theme form input[type=time],
.side-form .gform_wrapper.gravity-theme form input[type=url],
.side-form .gform_wrapper.gravity-theme form input[type=week],
.side-form .gform_wrapper.gravity-theme form select,
.side-form .gform_wrapper.gravity-theme form textarea {
  /*padding-left: 20px;
  padding-right: 20px;*/
  padding: 9px 23px 9px 23px;
}
.side-form .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #242629;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  line-height: 1.21 !important;
  min-height: 50px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.side-form .gform_wrapper.gravity-theme form input[type=submit]:hover, .side-form .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #00677C;
}
.side-form .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
.side-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #242629;
}
.side-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 16px 0 0;
  padding: 0;
}
@media (max-width: 1039px) {
  .side-form {
    padding: 25px 25px 21px 25px;
  }
}
.subscription-form {
  margin: 105px 0 100px 0;
}
.subscription-form .inner-content {
  background-color: #EBAB21;
  border-radius: 0;
  padding: 41px 40px;
}
.subscription-form .box {
  border-radius: 0;
  gap: 70px;
  max-width: 960px;
  margin: auto;
}
.subscription-form .box .title {
  color: #242629;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
}
.subscription-form .box .gform_confirmation_message {
  margin-top: 0;
}
.subscription-form .box .gform_wrapper.gravity-theme {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.subscription-form .box .gform_wrapper.gravity-theme form {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
  padding: 9px 21px 9px 21px;
  min-width: 240px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #242629;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  line-height: 1.21 !important;
  min-height: 50px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:hover, .subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #00677C;
}
.subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1039px) {
  .subscription-form {
    margin: 60px 0 50px 0;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gfield {
    min-width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
    min-width: 100%;
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_body {
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
    margin-left: 0;
    margin-top: 20px;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .subscription-form {
    margin: 35px 0 35px 0;
  }
}

.single-post .subscription-form {
  margin: 70px 0;
}
@media (max-width: 1039px) {
  .single-post .subscription-form {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .single-post .subscription-form {
    margin: 35px 0;
  }
}

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

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

body {
  background: #EFEFEF;
  color: #242629;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 100px;
}
@media (max-width: 1303px) {
  body {
    padding-top: 70px;
  }
}

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

section,
.module {
  margin: 100px 0;
}
@media (max-width: 1679px) {
  section,
.module {
    margin: 60px 0;
  }
}
@media (max-width: 1039px) {
  section,
.module {
    margin: 45px 0;
  }
}

.wrapper-large {
  display: block;
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wrapper-large {
    padding: 0 20px;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1304px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

.wrapper-thin {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wrapper-thin {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #242629;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.21;
  color: #242629;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22;
  color: #242629;
  margin-top: 38px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    margin-top: 26px;
  }
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  color: #00677C;
  margin-top: 38px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}

h4, .h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  color: #00677C;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-top: 43px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
    margin-top: 34px;
  }
}

h5, .h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #242629;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.375;
  color: #242629;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}

p {
  margin: 0 0 1em;
  line-height: 1.55;
}
p:last-child {
  margin-bottom: 0;
}
p + figure {
  margin-top: 38px !important;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #00677C;
  outline: none;
  text-decoration: underline;
}

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

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.21;
  margin: 0;
  padding: 14px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  text-transform: uppercase;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background-color: #EBAB21;
  color: #242629;
}
.button.primary:hover, .button.primary:focus {
  background-color: #FCC44A;
  color: #242629;
}
.button.secondary {
  padding: 0;
  background-color: transparent;
  color: #242629;
  border-radius: 0;
  position: relative;
  overflow: visible;
}
.button.secondary:after {
  content: "";
  position: absolute;
  background: #242629;
  width: 30%;
  height: 2px;
  left: 0;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.button.secondary:hover:after, .button.secondary:focus:after {
  width: 100%;
  opacity: 1;
}
.button.secondary-light {
  padding: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  position: relative;
  overflow: visible;
}
.button.secondary-light:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 30%;
  height: 2px;
  left: 0;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.button.secondary-light:hover:after, .button.secondary-light:focus:after {
  width: 100%;
  opacity: 1;
}

hr {
  margin: 50px 0;
  height: 2px;
  background-color: #E0E0E0;
  border: 0;
}
hr + blockquote {
  margin-top: 60px;
}
@media (max-width: 1303px) {
  hr {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}

blockquote {
  font-size: 30px;
  color: #00677C;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  line-height: 1.33;
  margin: 80px 0 25px 0;
}
blockquote p {
  line-height: 1.33;
}
blockquote + h6 {
  margin-bottom: 95px;
}
blockquote + h6:last-child {
  margin-bottom: 95px;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #00677C;
}

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

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

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

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

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

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

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

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

.wp-caption {
  max-width: 100%;
  padding: 5px 0 20px;
}

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

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

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

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

.wp-caption .wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 18px;
}

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

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

.site-content ul, .site-content ol {
  padding: 9px 0 0 1em;
  margin: 0 0 1em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 5px;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
  padding: 5px 0 0 1.5em;
  list-style-type: disc;
}
.site-content ul.slick-dots, .site-content ol.slick-dots {
  margin: 0;
  padding: 0;
}
.site-content ul.slick-dots li, .site-content ol.slick-dots li {
  margin-bottom: 0;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1303px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns > div {
    margin-left: 0 !important;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

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

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

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

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

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

/*
.dots {
	position: absolute;
	top: 43px;
	right: 73px;
	z-index: 2;
}
	*/
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.slick-dots li {
  margin: 0 10px;
  padding: 0;
}
.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #EBAB21;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 25px;
  height: 4px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  height: 10px;
}
.slick-dots li.slick-active button {
  height: 10px;
}

.related {
  margin: 60px 0 80px;
  padding: 75px 0 98px;
  background-color: #242629;
}
.related:has(+ .offers-block) {
  margin-bottom: 0;
}
.related .h6 {
  font-size: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 22px;
  letter-spacing: 0em;
}
.related .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 40px;
}
.related a {
  text-decoration: none;
}
.related .item .image {
  margin: 0 0 13px;
  overflow: hidden;
  position: relative;
}
.related .item .image .placeholder {
  padding-bottom: 71.43%;
}
.related .item .image img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .image:last-child {
  margin-bottom: 0;
}
.related .item .image:after {
  content: "";
  width: 30%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #EBAB21;
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .eyebrow {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #EBAB21;
  line-height: 1.8;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.related .item .title {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 17px 0 0;
}
.related .item:hover, .related .item:focus {
  text-decoration: none;
}
.related .item:hover .image:after, .related .item:focus .image:after {
  content: "";
  width: 100%;
  opacity: 1;
}
@media (max-width: 1039px) {
  .related {
    margin: 50px 0;
  }
  .related .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .related {
    padding: 40px 0 45px 0;
  }
  .related .h6 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .related {
    margin: 40px 0;
  }
  .related .grid {
    grid-template-columns: 1fr;
  }
}

.search-page-results h1 {
  margin-bottom: 70px;
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

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

.site-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.site-header.sticky {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.site-header.sticky .site-logo {
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 100px;
  width: 100px;
}
.site-header.sticky .wrapper {
  height: 70px;
}
.site-header.sticky aside {
  height: 70px;
  min-height: 70px;
}
.site-header.sticky .main-nav {
  height: 70px;
}
.site-header.sticky .nav > .nav-element > a {
  padding-bottom: 0;
}
.site-header.sticky .search-form-wrapper {
  padding: 0;
}
.site-header.sticky .nav > .nav-element > .sub-menu .mega-menu-grid {
  padding: 32px 0 48px 200px;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  max-width: 100%;
  padding: 0 50px;
}
.site-header .wrapper a {
  text-decoration: none;
}
.site-header .wrapper > aside {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .site-logo {
  -ms-flex-item-align: center;
  align-self: center;
  width: 165px;
  min-width: 165px;
  margin: 0 48px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .site-logo svg, .site-header .site-logo img {
  width: 100%;
  height: auto;
}
.site-header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
}
.site-header .nav-right .button.primary {
  font-size: 15px;
  padding: 8.5px 10.5px;
}
.site-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  column-gap: 17px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 1;
}
.site-header .nav > .nav-element {
  line-height: 1em;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}
.site-header .nav > .nav-element.has-mega-menu > a {
  position: relative;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}
.site-header .nav > .nav-element.has-mega-menu > a::after {
  content: "";
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #EBAB21;
  opacity: 0;
}
.site-header .nav > .nav-element.has-mega-menu > a:hover::after, .site-header .nav > .nav-element.has-mega-menu > a:focus::after, .site-header .nav > .nav-element.has-mega-menu > a.hover::after {
  opacity: 1;
}
.site-header .nav > .nav-element > a {
  font-size: 15px;
  color: #242629;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0 10px;
  display: block;
  position: relative;
}
.site-header .nav > .nav-element > a:hover, .site-header .nav > .nav-element > a:focus, .site-header .nav > .nav-element > a.hover {
  color: #EBAB21;
}
.site-header .nav > .nav-element > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1679px) {
  .site-header .nav > .nav-element > .sub-menu {
    max-width: 100%;
  }
}
@media (max-width: 1303px) {
  .site-header .nav > .nav-element > .sub-menu {
    max-width: 100%;
  }
}
.site-header .nav > .nav-element > .sub-menu .mega-menu-grid {
  max-width: 100%;
  margin: auto;
  padding: 52px 0 94px 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .nav > .nav-element > .sub-menu .mega-menu-grid .mega-menu-columns {
  width: auto;
  margin: 0;
  display: grid;
  grid-gap: 54px;
  grid-template-columns: 1fr 1fr 1fr;
}
.site-header .nav > .nav-element > .sub-menu .mega-menu-grid .mega-menu-columns .mega-menu-column {
  width: 334px;
}
.site-header .nav > .nav-element > .sub-menu .nav-element > a {
  font-size: 15px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin: 32px 0 0 0;
  display: block;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .nav > .nav-element > .sub-menu .nav-element > a:hover, .site-header .nav > .nav-element > .sub-menu .nav-element > a:focus, .site-header .nav > .nav-element > .sub-menu .nav-element > a.hover {
  color: #EBAB21;
}
.site-header .nav > .nav-element > .sub-menu .nav-element:first-of-type > a:first-child {
  margin: 0;
}
.site-header .nav > .nav-element > .sub-menu .nav-element > .sub-menu a {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin: 10px 0 0 0;
}
.site-header .nav > .nav-element > .sub-menu .nav-element > .sub-menu a:hover, .site-header .nav > .nav-element > .sub-menu .nav-element > .sub-menu a:focus, .site-header .nav > .nav-element > .sub-menu .nav-element > .sub-menu a.hover {
  color: #EBAB21;
}
.site-header .nav > .nav-element > .sub-menu .nav-element > .sub-menu a:first-child {
  margin: 10px 0 0 0;
}
@media (max-width: 1819px) {
  .site-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
  }
}
@media (max-width: 1369px) {
  .site-header .nav {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 1279px) {
  .site-header .nav > .nav-element .sub-menu .megamenu-wrapper .columns-standard .sub-menu-column.standard {
    width: 160px;
  }
}
@media (max-width: 1303px) {
  .site-header .nav {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .site-header .nav > .nav-element a {
    font-size: 15px;
    color: #fff;
  }
  .site-header .nav > .nav-element .sub-menu .megamenu-wrapper .columns-standard .sub-menu-column.standard {
    width: 140px;
  }
  .site-header .nav > .nav-element .sub-menu .mega-menu-grid {
    padding: 52px 0 94px 275px;
    background-color: #242629;
  }
  .site-header .nav-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1304px) {
  .site-header .wrapper {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header .wrapper .mobile-back-button {
    display: none;
  }
  .site-header aside {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header.sticky .wrapper {
    height: 70px;
  }
  .site-header.sticky aside {
    min-height: 70px;
  }
  .site-header.sticky .logo {
    width: 213px;
    min-width: 213px;
    height: 39px;
  }
  .site-header.sticky .nav > .nav-element.has-sub > a {
    position: relative;
  }
  .site-header.sticky .nav > .nav-element.has-sub > a i {
    display: none;
  }
  .site-header .nav > .nav-element.has-sub > a {
    position: relative;
  }
  .site-header .nav > .nav-element.has-sub > a i {
    display: none;
  }
}
@media (max-width: 1303px) {
  .site-header .site-logo {
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 100px;
    width: 100px;
  }
  .site-header .wrapper {
    height: 70px;
  }
  .site-header .wrapper .mobile-back-button {
    padding: 10px 0 0;
  }
  .site-header .wrapper .mobile-back-button i {
    color: #fff;
    font-size: 21px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header .wrapper .mobile-back-button i:hover, .site-header .wrapper .mobile-back-button i:focus {
    color: #EBAB21;
  }
  .site-header.sticky {
    height: 70px;
  }
  .site-header.sticky .wrapper {
    height: 70px;
  }
  .site-header.sticky aside {
    height: calc(100vh - 70px);
  }
  .site-header.sticky .nav {
    height: auto;
  }
  .site-header.sticky .main-nav {
    height: auto;
  }
  .site-header.sticky .search-form-wrapper {
    padding: 0;
  }
  .site-header .search-form-wrapper {
    padding: 0;
  }
  .site-header aside {
    position: fixed;
    top: 70px;
    left: 100%;
    height: calc(100vh - 70px);
    width: 100%;
    background-color: #242629;
    z-index: -1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    padding: 30px 50px 30px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow-x: hidden;
  }
  .nav-on .site-header aside {
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .site-header aside .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-header aside .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
    background-color: transparent;
    z-index: unset;
  }
  .site-header aside .nav.mobile {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
  .site-header aside .nav.mobile > .nav-element {
    width: 100%;
  }
  .site-header aside .nav.mobile > .nav-element > a {
    font-size: 18px;
    padding: 15px 40px 15px 0;
    color: #fff;
    display: block;
    height: auto;
  }
  .site-header aside .nav.mobile > .nav-element > a:hover, .site-header aside .nav.mobile > .nav-element > a:focus {
    color: #EBAB21;
  }
  .site-header aside .nav.mobile > .nav-element > a::after {
    display: none;
  }
  .site-header aside .nav.mobile > .nav-element > a i {
    display: block;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 41px;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: 41px;
    padding: 15px 0 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    align-content: center;
  }
  .site-header aside .nav.mobile > .nav-element > a i:hover, .site-header aside .nav.mobile > .nav-element > a i:focus {
    color: #EBAB21;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 70px);
    width: 100%;
    background-color: #242629;
    padding: 20px 50px 20px 50px;
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 9;
    overflow-y: scroll;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu.on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu .mega-menu-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    padding: 20px 0 0;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu .mega-menu-grid .mega-menu-columns {
    grid-template-columns: 1fr;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu .nav-element {
    margin-bottom: 0;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu .nav-element:last-child {
    margin-bottom: 0;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu .nav-element a {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .site-header aside .nav.mobile > .nav-element.has-mega-menu > a {
    height: auto;
  }
}
.site-header .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0;
  min-height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FCC44A;
  overflow: hidden;
  width: 100%;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px 16px 30px;
  height: 54px;
}
.site-header .search-form .field input {
  background-color: #EFEFEF;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  line-height: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  color: #242629;
  width: 100%;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #242629;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #242629;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #242629;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #242629;
  opacity: 1;
}
.site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FCC44A inset !important;
  border: 0;
}
.site-header .search-form button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #242629;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 16px;
}
@media (min-width: 1304px) {
  .site-header .search-toggle {
    font-size: 19px;
    color: #242629;
    cursor: pointer;
    text-decoration: none;
    -ms-flex-item-align: initial;
    align-self: initial;
    width: 19px;
  }
  .site-header .search-toggle:hover::after, .site-header .search-toggle:focus::after, .search-on .site-header .search-toggle::after {
    opacity: 1;
  }
  .search-on .site-header .search-toggle:before {
    content: "\e908";
  }
  .site-header .search-form {
    background-color: #EFEFEF;
    position: absolute;
    top: 100%;
    right: -25px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 350px;
    max-width: 350px;
    height: 54px;
    border: 0;
  }
  .search-on .site-header .search-form {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1303px) {
  .site-header .wrapper {
    padding: 0 40px;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .search-form-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    min-height: initial;
    width: 100%;
    padding: 0;
  }
  .site-header .search-form {
    width: 100%;
    max-width: none;
    border-radius: 0;
    background-color: #fff;
  }
  .site-header .search-form fieldset {
    width: 100%;
  }
  .site-header .search-form .field input {
    background-color: transparent;
    font-size: 16px;
  }
  .site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  }
}
@media (max-width: 767px) {
  .site-header aside {
    padding: 20px;
  }
  .site-header aside .nav.mobile > .nav-element > .sub-menu {
    padding: 20px;
  }
  .site-header .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .site-header .search-form .field input {
    font-size: 16px;
  }
}

.landing-page .site-header a.site-logo {
  pointer-events: none;
}
.landing-page .site-header aside {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 150px;
  height: unset;
}
@media (max-width: 1303px) {
  .landing-page .site-header aside {
    position: relative;
    top: unset;
    left: unset;
    height: unset;
    width: unset;
    background-color: transparent;
    z-index: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: unset;
    padding: unset;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow-x: hidden;
  }
  .landing-page .site-header aside .button.tertiary-light {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .landing-page .site-header aside .button.tertiary-light {
    font-size: 16px;
    padding: 12px 35px 9px 15px;
  }
  .landing-page .site-header aside .button.tertiary-light:after {
    font-size: 18px;
    right: 10px;
  }
}
.landing-page .site-header.sticky {
  height: unset;
}
.landing-page .site-header.sticky aside .button.tertiary-light {
  font-size: 24px;
}
@media (max-width: 479px) {
  .landing-page .site-header.sticky aside .button.tertiary-light {
    font-size: 16px;
    padding: 12px 35px 9px 15px;
  }
  .landing-page .site-header.sticky aside .button.tertiary-light:after {
    font-size: 18px;
    right: 10px;
  }
}

.nav-toggle {
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #EBAB21;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1303px) {
  .nav-toggle {
    display: block;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    right: 20px;
  }
}

.site-footer {
  background-color: #fff;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 80px 0 25px;
}
.site-footer .wrapper-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .wrapper-large .copyright {
  font-size: 13px;
  color: #242629;
  font-weight: 500;
}
.site-footer .wrapper-large .copyright a {
  text-decoration: none;
  color: #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper-large .copyright a:hover, .site-footer .wrapper-large .copyright a:focus {
  color: #EBAB21;
}
.site-footer .wrapper-large aside.left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.site-footer .wrapper-large aside.left .site-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-size: 13px;
  color: #242629;
  font-weight: 500;
}
.site-footer .wrapper-large aside.left .site-footer-legal a {
  text-decoration: none;
  color: #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper-large aside.left .site-footer-legal a:hover, .site-footer .wrapper-large aside.left .site-footer-legal a:focus {
  color: #EBAB21;
}
.site-footer .wrapper-large aside.left .site-footer-legal a:before {
  content: "|";
  display: inline-block;
  margin-right: 5px;
  color: #242629 !important;
}
.site-footer .wrapper-large aside.right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .wrapper-large aside.right .social {
  color: #242629;
}
.site-footer .wrapper-large aside.right .social a {
  text-decoration: none;
}
.site-footer .wrapper-large aside.right .social a:before {
  font-size: 21px;
  color: #242629;
  padding-left: 21px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper-large aside.right .social a:hover:before {
  color: #EBAB21;
}
.site-footer .wrapper-large aside.right .social a.icon-youtube:before {
  font-size: 24px;
}
.site-footer .wrapper-large aside.right .site-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  padding-right: 14px;
}
.site-footer .wrapper-large aside.right .site-footer-nav .nav-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .wrapper-large aside.right .site-footer-nav a {
  color: #242629;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: 800;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper-large aside.right .site-footer-nav a:hover {
  color: #EBAB21;
}
@media (max-width: 1079px) {
  .site-footer .wrapper-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .site-footer .wrapper-large aside.right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 25px 0;
  }
  .site-footer .wrapper-large aside.left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .wrapper-large aside.left .site-footer-legal {
    width: 100%;
    margin-top: 15px;
  }
  .site-footer .wrapper-large aside.left .site-footer-legal .nav-element:first-child a:before {
    display: none;
  }
}
@media (max-width: 479px) {
  .site-footer .wrapper-large aside.right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .wrapper-large aside.right .site-footer-nav {
    width: 100%;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .site-footer .wrapper-large aside.right .social {
    margin-top: 15px;
  }
  .site-footer .wrapper-large aside.right .social a:before {
    padding-left: 15px;
  }
  .site-footer .wrapper-large aside.right .social a:first-child:before {
    padding-left: 0;
  }
}

.filters {
  margin: 0 0 50px;
}
.filters .searchandfilter .screen-reader-text {
  color: #fff;
  background-color: #242629;
}
.filters .searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
  max-width: 180px;
}
.filters .searchandfilter > ul > li.sf-field-search {
  max-width: 200px;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #fff;
  border-color: transparent;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  content: "\e910";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 19px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #242629;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #242629;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
  padding: 16px 50px 16px 20px;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  color: #242629;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover, .filters .searchandfilter > ul > li.sf-field-reset > a:focus {
  color: #EBAB21;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #EBAB21;
  display: block;
  border-radius: 0;
}
.filters .searchandfilter > ul > li > label:after {
  content: "\e904";
  font-family: "hz-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #242629;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  height: 50px;
  padding: 18px 50px 18px 20px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #242629;
  min-width: 180px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #EBAB21;
}
@media (max-width: 479px) {
  .filters .searchandfilter > ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .filters .searchandfilter > ul > li {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
    min-width: 0;
  }
  .filters .searchandfilter > ul > li.sf-field-search {
    max-width: none;
  }
  .filters .searchandfilter > ul > li.sf-field-search > label input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .filters {
    margin: 0 0 35px;
  }
}

.pagination {
  margin: 90px 0 10px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 20px 0 23px;
  position: relative;
  color: #242629;
  letter-spacing: -0.005em;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: #EBAB21;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 20px 0 23px;
  pointer-events: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  color: #242629;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus {
  color: #EBAB21;
}
.pagination .nav-links .page-numbers.next {
  padding-left: 25px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 25px;
}
.pagination .nav-links .page-numbers.current {
  color: #242629;
}
.pagination .nav-links .page-numbers.current:before {
  content: "";
  width: 43px;
  height: 43px;
  background-color: #EBAB21;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  left: calc(50% + 2px);
}
.pagination .nav-links .page-numbers.inactive {
  pointer-events: none;
  color: #B1AAA7;
}
@media (max-width: 767px) {
  .pagination {
    margin: 45px 0 0;
  }
}
@media (max-width: 479px) {
  .pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 20px 0 22px;
  }
  .pagination .nav-links .page-numbers.dots {
    padding: 0 13px 0 15px;
  }
  .pagination .nav-links .page-numbers:after {
    height: 18px;
  }
}

.template-post {
  margin: 45px 0 108px;
}
.template-post + .offers-block {
  margin-top: 134px;
}
.template-post + .offers-block.transparent {
  margin-top: 104px;
}
.template-post .wrapper {
  max-width: 1040px;
}
.template-post h1 {
  margin: 0 0 35px;
}
.template-post hr {
  margin: 50px 0;
}
.template-post .meta {
  margin: 0 0 55px;
  font-size: 22px;
  color: #00677C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.template-post .meta:has(+ .no-img) {
  margin: 0 0 30px;
}
.template-post .meta:last-child {
  margin-bottom: 0;
}
.template-post .meta > * {
  display: inline-block;
}
.template-post .meta > *::after {
  content: "|";
  margin: 0 10px 0 12px;
}
.template-post .meta > *:last-child::after {
  display: none;
}
.template-post .meta .author {
  display: inline-block;
  text-transform: uppercase;
  color: #00677C;
}
.template-post .meta .author a {
  text-decoration: none;
  color: #00677C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-post .meta .author a:hover, .template-post .meta .author a:focus {
  color: #EBAB21;
}
.template-post .bios {
  padding: 50px 0 0;
}
.template-post .meta-tags {
  margin: 0 0 54px;
  clear: both;
}
.template-post .meta-tags:last-child {
  margin-bottom: 0;
}
.template-post .meta-tags .h6 {
  margin-bottom: 10px;
}
.template-post .meta-tags aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-post .meta-tags aside a {
  color: #242629;
  text-decoration: none;
}
.template-post .meta-tags aside a:hover, .template-post .meta-tags aside a:focus {
  color: #EBAB21;
}
.template-post .meta-tags aside > *:after {
  content: ",";
  margin: 0 5px 0 0;
  color: #000;
}
.template-post .meta-tags aside > *:last-child::after {
  display: none;
}
.template-post .social-share {
  clear: both;
}
.template-post .social-share .h6 {
  margin-bottom: 6px;
}
.template-post .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  margin-top: 12px;
}
.template-post .social-share .icons a {
  padding: 10px;
  background-color: #EBAB21;
  border: 0;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
}
.template-post .social-share .icons a i {
  color: #242629;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-post .social-share .icons a i.icon-email {
  font-size: 23px;
}
.template-post .social-share .icons a:hover {
  background-color: #FCC44A;
}
.template-post .blog .post-content {
  padding: 0 0 50px 0;
}
.template-post .blog .post-content .featured-image {
  margin: 0 0 50px 0;
}
.template-post .blog .post-content .featured-image .placeholder {
  padding-bottom: 41.667%;
}
.template-post .post-content {
  word-break: break-word;
  /*
  .featured-image {
  	float: left;
  	width: 50%;
  	margin: 0 50px 50px 0;
  	overflow: hidden;
  	img {
  		width: 100%;
  		height: auto;
  		display: block;
  	}
  }
  	*/
}
.template-post .post-content:last-child {
  margin-bottom: 0;
}
.template-post .post-content .button {
  margin: 20px 0 38px;
}
.template-post .post-content .button:last-child {
  margin-bottom: 0;
}
.template-post .non-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 55px;
}
.template-post .non-blog .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template-post .non-blog .post-content figure.image {
  float: left;
  width: 50%;
  margin: 0 50px 40px 0;
}
.template-post .non-blog .post-content figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 64.16%;
}
.template-post .non-blog .split figure.image {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
}
.template-post .non-blog .split figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 66.666%;
}
.template-post .non-blog .side {
  margin-left: 60px;
  min-width: 300px;
  width: 300px;
}
.template-post .non-blog .side > * {
  margin-bottom: 35px;
}
.template-post .non-blog .side > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1039px) {
  .template-post .non-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-post .non-blog .post-content {
    width: 100%;
  }
  .template-post .non-blog .post-content figure.image {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .template-post .non-blog .side {
    margin-left: 0;
    margin-top: 60px;
    min-width: 100%;
    width: 100%;
  }
}
.template-post .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  margin: 0 0 50px;
}
.template-post .author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 210px;
  min-width: 210px;
  margin: 0;
  overflow: hidden;
}
.template-post .author-bio .image .placeholder {
  padding-bottom: 114.285%;
}
.template-post .author-bio .author-bio-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 17px;
  line-height: 1.55;
  padding: 30px 0 0;
}
.template-post .author-bio .author-bio-content .name {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #242629;
}
.template-post .author-bio .author-bio-content .button.tertiary {
  color: #EBAB21;
  padding: 5px 0 0;
  overflow: visible;
  margin-bottom: -5px;
}
.template-post .author-bio .author-bio-content .button.tertiary:after {
  bottom: -5px;
}
.template-post .author-bio .author-bio-content .button.tertiary:hover, .template-post .author-bio .author-bio-content .button.tertiary:focus {
  color: #EBAB21;
}
.template-post.projects {
  margin: 50px 0 85px;
}
.template-post.projects .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 55px;
}
.template-post.projects .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template-post.projects h1.title {
  margin-bottom: 30px;
}
.template-post.projects h4.location {
  margin-top: 30px;
  margin-bottom: 30px;
}
.template-post.projects .details {
  background-color: #fff;
  padding: 40px;
  margin: 0 0 0 60px;
  min-width: 300px;
  width: 300px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.template-post.projects .details h4.title {
  padding-bottom: 5px;
}
.template-post.projects .meta-tags {
  display: grid;
  grid-template-columns: 1fr;
  margin: 18px 0 0;
  gap: 25px;
}
.template-post.projects .meta-tags .h6 {
  color: #EBAB21;
  margin-bottom: 4px;
}
.template-post.projects .meta-tags span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.template-post.projects .meta-tags a {
  text-decoration: none;
}
@media (max-width: 1039px) {
  .template-post.projects .inner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-post.projects .post-content {
    width: 100%;
  }
  .template-post.projects .details {
    padding: 30px;
    margin: 40px 0 0 0;
    min-width: 100%;
    width: 100%;
  }
  .template-post.projects .meta-tags {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .template-post.projects .inner-content {
    margin: 30px 0 45px;
  }
  .template-post.projects h1.title {
    margin-bottom: 20px;
  }
  .template-post.projects h4.location {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .template-post.projects .meta-tags {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .template-post.projects {
    margin: 40px 0 45px;
  }
  .template-post.projects .details {
    padding: 20px;
  }
  .template-post.projects .meta-tags {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1039px) {
  .template-post {
    margin-bottom: 100px;
  }
  .template-post .author-bio {
    gap: 30px;
  }
  .template-post .author-bio .author-bio-content {
    padding: 0 0 0;
  }
}
@media (max-width: 767px) {
  .template-post {
    margin-bottom: 80px;
  }
  .template-post .blog .post-content .featured-image {
    margin: 0 0 25px 0;
  }
  .template-post .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .meta {
    font-size: 18px;
  }
  .template-post .author-bio hr {
    margin: 30px 0 50px 0;
  }
  .template-post .split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .template-post .split.no-sidebar .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .split .post-sidebar {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
  .template-post .author-bio {
    font-size: 16px;
  }
  .template-post .author-bio .image {
    max-width: 150px;
    min-width: 150px;
  }
  .template-post .author-bio .author-bio-content .name {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .template-post {
    margin: 20px 0 60px;
  }
  .template-post h1, .template-post .h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .template-post .meta {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .template-post .author-bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .template-post .author-bio .image,
.template-post .author-bio .author-bio-content {
    width: 100%;
  }
}

.single-case-studies .project-hero {
  margin: 0;
  position: relative;
  width: 100%;
}
.single-case-studies .project-hero figure.image {
  max-height: 600px;
}
.single-case-studies .project-hero figure.image .placeholder {
  padding-bottom: 31.25%;
}

.item-search {
  color: #242629;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
}
.item-search:hover, .item-search:focus {
  text-decoration: none;
  color: #00677C;
}
.item-search p {
  margin-bottom: 20px;
}
.item-search .button {
  margin: 12px 0 0;
}

.template-team {
  margin: 0;
  padding: 0 0 72px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 600px;
  background-color: #242629;
  background-image: url(../jpg/bg-team.jpg);
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-team:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #242629;
  display: block;
  margin: 0;
  opacity: 0.8;
  z-index: 1;
  top: 0;
  left: 0;
}
.template-team + .breadcrumbs {
  margin-bottom: 35px;
}
.template-team .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  position: relative;
  z-index: 3;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.template-team .wrapper > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.template-team .avatar {
  width: 400px;
  min-width: 400px;
  position: relative;
}
.template-team .avatar .image .placeholder {
  padding-bottom: 115%;
}
.template-team .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.template-team .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  margin-top: 72px;
}
.template-team .social-share .icons a {
  padding: 10px;
  background-color: #EBAB21;
  border: 0;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  color: #242629;
}
.template-team .social-share .icons a i {
  color: #242629;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-team .social-share .icons a i.icon-email {
  font-size: 20px;
}
.template-team .social-share .icons a:hover {
  background-color: #FCC44A;
}
.template-team .name {
  color: #fff;
  margin-bottom: 0;
}
.template-team h2.credentials {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 0;
}
.template-team h4.title {
  color: #EBAB21;
  margin-top: 30px;
  margin-bottom: 0;
}
.template-team svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 1039px) {
  .template-team {
    min-height: 380px;
    padding: 0 0 40px;
  }
  .template-team .wrapper {
    gap: 40px;
  }
  .template-team .wrapper > aside {
    padding: 0;
  }
  .template-team .avatar {
    min-width: 0;
    width: 100%;
    max-width: 260px;
  }
  .template-team .name {
    font-size: 36px;
  }
  .template-team .credentials {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .template-team {
    min-height: unset;
    height: auto;
    padding: 40px 0 40px;
  }
  .template-team .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .template-team .wrapper > aside {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
  .template-team .social-share .icons {
    margin-top: 42px;
  }
}
@media (max-width: 479px) {
  .template-team {
    padding: 20px 0 20px;
  }
  .template-team .wrapper-thin {
    gap: 20px;
  }
  .template-team .social-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .name {
    margin: 0 0 5px;
    font-size: 32px;
  }
  .template-team .credentials {
    font-size: 26px;
  }
  .template-team .title {
    margin: 0 0 25px;
  }
  .template-team .social-share .icons {
    margin-top: 32px;
  }
}

.accordion .wrapper-thin .h1 {
  text-transform: none;
  margin: 0;
  font-size: 36px;
  margin-bottom: 0;
}
.accordion .wrapper-thin .description {
  margin-top: 10px;
  line-height: 1.55;
}
.accordion dl {
  margin: 46px auto 0;
  padding: 0;
  text-align: left;
  clear: both;
}
.accordion dl:first-child {
  margin-top: 0;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 15px 34px 0;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.36;
  margin-top: 5px;
  color: #242629;
  border-top: 3px solid #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.accordion dl dt i {
  font-size: 20px;
  line-height: 0;
  color: #242629;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.accordion dl dt.on {
  padding-bottom: 10px;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion dl dd {
  margin: 0;
  padding: 0 86px 35px 0;
  display: none;
  position: relative;
}
.accordion dl dd p {
  margin-bottom: 1em;
}
.accordion dl dd > * {
  max-width: 1078px;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion .wrapper-thin .h1 {
    font-size: 32px;
  }
  .accordion dl dd {
    padding: 0 0 25px 0;
  }
  .accordion dl dt {
    padding: 20px 15px 20px 0;
    font-size: 18px;
    gap: 20px;
  }
}

.breadcrumbs {
  margin: 25px 0 24px 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #242629;
  line-height: 2;
}
.breadcrumbs + .standard-text {
  margin-top: 0px;
}
.breadcrumbs + .template-post {
  margin-top: 26px;
}
.breadcrumbs .wrapper-thin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs i {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #242629;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #EBAB21;
}
.breadcrumbs span > span {
  padding: 0 5px;
}
.breadcrumbs span > span:first-of-type {
  padding: 0 5px 0 0;
}
.breadcrumbs .breadcrumb_last {
  padding: 0 0 0 5px;
}

.featured-posts {
  margin: 0;
  padding: 80px 0 104px 0;
  position: relative;
}
.featured-posts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  opacity: 0.4;
  z-index: 1;
  top: 0;
  left: 0;
}
.featured-posts .wrapper {
  position: relative;
  z-index: 2;
}
.featured-posts .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.featured-posts .content {
  background-color: #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: block;
  padding: 30px 30px 46px 30px;
}
.featured-posts a {
  text-decoration: none;
}
.featured-posts a:hover .content, .featured-posts a:focus .content {
  background-color: #00677C;
}
.featured-posts h2, .featured-posts .h1 {
  margin: 0 0 -15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.featured-posts h3.title {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.featured-posts h4.type {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 21px 0 0;
}
.featured-posts .image {
  position: relative;
}
.featured-posts .image .placeholder {
  padding-bottom: 64.1%;
}
.featured-posts .button-container {
  margin: 0 0 0 50px;
}
.featured-posts .carousel {
  height: 100%;
  margin-top: 30px;
}
.featured-posts .carousel .slick-list {
  margin: 0 -13.5px;
}
.featured-posts .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
  margin-left: 0;
}
.featured-posts .carousel .slick-slide {
  height: auto;
  margin: 0 13.5px;
}
.featured-posts .dots {
  margin: 5px 0 0;
}
.featured-posts .dots li:first-child {
  margin-left: 0;
}
.featured-posts .dots li:last-child {
  margin-right: 0;
}
.featured-posts .slick-arrow {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #242629;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px);
}
.featured-posts .slick-arrow.slick-prev {
  left: -108px;
}
.featured-posts .slick-arrow.slick-next {
  right: -108px;
}
.featured-posts .slick-arrow:hover, .featured-posts .slick-arrow:focus {
  background-color: #EBAB21;
}
@media (max-width: 1519px) {
  .featured-posts .slick-arrow.slick-prev {
    left: -68px;
  }
  .featured-posts .slick-arrow.slick-next {
    right: -68px;
  }
}
@media (max-width: 1379px) {
  .featured-posts .carousel {
    padding: 0 30px;
  }
  .featured-posts .slick-arrow.slick-prev {
    left: -28px;
  }
  .featured-posts .slick-arrow.slick-next {
    right: -28px;
  }
}
@media (max-width: 1039px) {
  .featured-posts {
    padding: 50px 0 45px 0;
  }
  .featured-posts .carousel {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .featured-posts .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-posts .header .section-header {
    width: 100%;
  }
  .featured-posts .button-container {
    margin: 0 0 0 20px;
  }
  .featured-posts h2, .featured-posts .h1 {
    margin: 0 0 0;
  }
}
@media (max-width: 767px) {
  .featured-posts {
    padding: 40px 0 45px 0;
  }
  .featured-posts .carousel {
    max-width: calc(100% - 26px);
  }
  .featured-posts .header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .featured-posts .button-container {
    margin: 10px 0 0 0;
  }
  .featured-posts .content {
    padding: 20px;
  }
  .featured-posts h3.title {
    font-size: 21px;
  }
  .featured-posts h4.type {
    font-size: 14px;
  }
  .featured-posts .dots {
    display: none;
  }
  .featured-posts .slick-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .featured-posts .slick-arrow.slick-prev {
    left: -12px;
  }
  .featured-posts .slick-arrow.slick-next {
    right: -12px;
  }
}

.featured-team {
  margin: 0;
  padding: 80px 0 75px 0;
  position: relative;
}
.featured-team .wrapper {
  position: relative;
  z-index: 2;
}
.featured-team .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.featured-team a {
  text-decoration: none;
}
.featured-team h2, .featured-team .h1 {
  margin: 0 0 -15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.featured-team h3.name {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #242629;
  line-height: 1.25;
  margin: 20px 0 0;
}
.featured-team h4.credentials {
  font-size: 20px;
  font-weight: 700;
  color: #242629;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1px 0 0;
}
.featured-team h5.title {
  font-size: 16px;
  font-weight: 800;
  color: #00677C;
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.featured-team .image {
  position: relative;
}
.featured-team .image .placeholder {
  padding-bottom: 114.285%;
}
.featured-team .image:after {
  content: "";
  width: 30%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #EBAB21;
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-team a:hover, .featured-team a:focus {
  text-decoration: none;
}
.featured-team a:hover .image:after, .featured-team a:focus .image:after {
  content: "";
  width: 100%;
  opacity: 1;
}
.featured-team .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.featured-team .no-events a:hover .image img, .featured-team .no-events a:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.featured-team .button-container {
  margin: 0 0 0 50px;
}
.featured-team .carousel {
  height: 100%;
  margin-top: 30px;
}
.featured-team .carousel .slick-list {
  margin: 0 -17.5px;
}
.featured-team .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
  margin-left: 0;
}
.featured-team .carousel .slick-slide {
  height: auto;
  margin: 0 17.5px;
}
.featured-team .dots {
  margin: 5px 0 0;
}
.featured-team .dots li:first-child {
  margin-left: 0;
}
.featured-team .dots li:last-child {
  margin-right: 0;
}
.featured-team .slick-arrow {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #242629;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px);
}
.featured-team .slick-arrow.slick-prev {
  left: -108px;
}
.featured-team .slick-arrow.slick-next {
  right: -108px;
}
.featured-team .slick-arrow:hover, .featured-team .slick-arrow:focus {
  background-color: #EBAB21;
}
@media (max-width: 1519px) {
  .featured-team .slick-arrow.slick-prev {
    left: -68px;
  }
  .featured-team .slick-arrow.slick-next {
    right: -68px;
  }
}
@media (max-width: 1379px) {
  .featured-team .carousel {
    padding: 0 30px;
  }
  .featured-team .slick-arrow.slick-prev {
    left: -28px;
  }
  .featured-team .slick-arrow.slick-next {
    right: -28px;
  }
}
@media (max-width: 1039px) {
  .featured-team {
    padding: 50px 0 45px 0;
  }
  .featured-team .carousel {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .featured-team .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-team .header .section-header {
    width: 100%;
  }
  .featured-team .button-container {
    margin: 0 0 0 20px;
  }
  .featured-team h2, .featured-team .h1 {
    margin: 0 0 0;
  }
}
@media (max-width: 767px) {
  .featured-team {
    padding: 40px 0 45px 0;
  }
  .featured-team .carousel {
    max-width: calc(100% - 26px);
  }
  .featured-team .header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .featured-team .button-container {
    margin: 10px 0 0 0;
  }
  .featured-team h3.name {
    font-size: 21px;
  }
  .featured-team h4.credentials {
    font-size: 18px;
  }
  .featured-team h5.title {
    font-size: 14px;
  }
  .featured-team .dots {
    display: none;
  }
  .featured-team .slick-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .featured-team .slick-arrow.slick-prev {
    left: -12px;
  }
  .featured-team .slick-arrow.slick-next {
    right: -12px;
  }
}

.gallery {
  margin: 0;
  padding: 90px 0;
}
.gallery header {
  margin: 0 0 37px;
}
.gallery h2, .gallery .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.222;
  color: #242629;
}
.gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.gallery .slick-list {
  margin: 0 -10px;
}
.gallery .slick-slide {
  margin: 0 10px;
  height: auto;
  pointer-events: none;
  opacity: 0.15;
}
.gallery .slick-slide figure.image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gallery .slick-slide.slick-active {
  pointer-events: all;
  opacity: 1;
}
.gallery .slick-slide.slick-active figure.image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.gallery .slick-arrow {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #242629;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px) !important;
}
.gallery .slick-arrow.slick-prev {
  left: 240px;
}
.gallery .slick-arrow.slick-next {
  right: 240px;
}
.gallery .slick-arrow:hover, .gallery .slick-arrow:focus {
  background-color: #EBAB21;
}
.gallery .carousel {
  position: relative;
}
.gallery .item .image {
  aspect-ratio: 16/9;
  width: auto;
}
.gallery .item .image .play {
  position: relative;
}
.gallery .item .image .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  z-index: 199;
  background: rgba(235, 235, 235, 0.9);
}
.gallery .item .image .play::after {
  content: "\e913";
  font-family: "hz-icons";
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  font-size: 70px;
  z-index: 200;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.gallery .item .image .play:hover::after {
  color: #EBAB21;
}
.gallery .item .image:last-child {
  margin-bottom: 0;
}
.gallery .item .caption {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.025em;
  padding-top: 26px;
}
.gallery.dark {
  background-color: #FCC44A;
}
.gallery.dark h2, .gallery.dark .h2 {
  color: #00677C;
}
.gallery.dark .caption {
  color: #fff;
}
@media (max-width: 1039px) {
  .gallery .slick-list {
    padding: 0 100px !important;
  }
  .gallery .slick-arrow.slick-prev {
    left: 36px !important;
  }
  .gallery .slick-arrow.slick-next {
    right: 36px !important;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 35px 0 40px;
  }
  .gallery header {
    margin-bottom: 25px;
  }
  .gallery h2, .gallery .h2 {
    font-size: 28px;
  }
  .gallery .slick-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
    top: calc(50% - 30px) !important;
  }
  .gallery .slick-arrow.slick-prev {
    left: 46px !important;
  }
  .gallery .slick-arrow.slick-next {
    right: 46px !important;
  }
  .gallery .item .image .play {
    position: relative;
  }
  .gallery .item .image .play::before {
    width: 70px;
    height: 70px;
  }
  .gallery .item .image .play::after {
    left: calc(50% + 5px);
    font-size: 35px;
  }
  .gallery .item .caption {
    font-size: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 479px) {
  .gallery .slick-list {
    padding: 0 60px !important;
  }
  .gallery .slick-arrow.slick-prev {
    left: 6px !important;
  }
  .gallery .slick-arrow.slick-next {
    right: 6px !important;
  }
  .gallery header {
    margin-bottom: 20px;
  }
  .gallery .carousel {
    position: relative;
  }
  .gallery .carousel::before {
    height: 20px;
  }
  .gallery .item .image .play {
    position: relative;
  }
  .gallery .item .image .play::before {
    width: 40px;
    height: 40px;
  }
  .gallery .item .image .play::after {
    left: calc(50% + 2px);
    font-size: 20px;
  }
}

.hero-home {
  margin: 0;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-home .carousel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.hero-home .carousel .slick-list {
  height: 100%;
  width: 100%;
}
.hero-home .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
  height: 100%;
}
.hero-home .carousel .slick-slide {
  height: 100%;
}
.hero-home .carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.hero-home .carousel .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.hero-home .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.hero-home .carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.hero-home .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.hero-home .carousel .slick-arrow.icon-caret-left {
  left: 40px;
}
.hero-home .carousel .slick-arrow.icon-caret-right {
  right: 40px;
}
.hero-home .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.hero-home .carousel .inner {
  position: relative;
  height: 100%;
}
.hero-home .carousel .inner .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(0deg, #000, transparent);
  opacity: 0.6;
}
.hero-home .carousel .inner .background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-home .carousel .inner .background-image {
  z-index: 0;
}
.hero-home .carousel .inner .wrapper {
  position: relative;
  z-index: 4;
}
.hero-home .carousel .inner .content {
  max-width: 854px;
}
.hero-home .carousel .inner .content > *:last-child {
  margin-bottom: 0;
}
.hero-home .carousel .inner h1, .hero-home .carousel .inner .h1 {
  font-size: 56px;
  line-height: 1.25;
  color: inherit;
  margin: 0 0 0.25em;
  line-height: 1.178;
}
.hero-home .carousel .inner h1 :after, .hero-home .carousel .inner .h1 :after {
  content: "";
  position: relative;
  max-width: 134px;
  width: 100%;
  height: 8px;
  background: linear-gradient(45deg, #EBAB21 90%, transparent 90%);
  display: block;
  margin: 27px 0 0;
}
.hero-home .carousel .inner h1 .highlighted, .hero-home .carousel .inner .h1 .highlighted {
  color: #00677C;
}
.hero-home .carousel .inner h4 {
  margin: 0 0 1em;
}
.hero-home .carousel .inner .button-container {
  margin-top: 25px;
}
.hero-home .carousel .inner .button-container .button.tertiary {
  color: #fff;
}
.hero-home .carousel .inner .button-container .button.tertiary:hover, .hero-home .carousel .inner .button-container .button.tertiary:active {
  color: #fff;
}
.hero-home .carousel .inner .button-container .button.tertiary:after {
  background-color: #fff;
}
.hero-home .wrapper {
  width: 100%;
  position: relative;
}
.hero-home .wrapper-thin {
  position: relative;
}
.hero-home .wrapper-thin .slide-nav {
  position: absolute;
  top: -22px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero-home .wrapper-thin .slide-nav .slick-arrow {
  background-color: #EBAB21;
  padding: 10px;
  font-size: 24px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hero-home .wrapper-thin .slide-nav .slick-arrow:hover, .hero-home .wrapper-thin .slide-nav .slick-arrow:focus {
  background-color: #FCC44A;
  cursor: pointer;
}
.hero-home .content {
  margin: 40px 0 54px 0;
  max-width: 755px;
}
.hero-home .content .h6 {
  margin-bottom: 10px;
}
.hero-home .content h1.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}
.hero-home .content .button-container {
  margin-top: 26px;
}
@media (max-width: 1303px) {
  .hero-home {
    height: calc(100vh - 70px);
  }
  .hero-home .carousel .inner .content {
    padding: 0;
  }
}
@media (min-width: 1040px) {
  .hero-home .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1039px) {
  .hero-home .wrapper-thin .slide-nav {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero-home .content {
    margin: 40px 0 40px 0;
    max-width: 100%;
  }
  .hero-home .content .h6 {
    font-size: 14px;
  }
  .hero-home .content h1.h1 {
    font-size: 32px;
  }
  .hero-home .content .button-container {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .hero-home {
    height: calc(100vh - 120px);
  }
}

.hero-sub {
  margin: 0;
  height: 130px;
  width: 100%;
  position: relative;
}
.hero-sub .overlay {
  background: #EBAB21;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .hero-sub {
    height: 85px;
  }
}

.image-gallery {
  margin: 0;
  padding: 0;
  position: relative;
}
.image-gallery + .related {
  margin-top: 0;
}
.image-gallery .wrapper {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.image-gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.image-gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.image-gallery .row.full > * {
  width: 100%;
}
.image-gallery .row.full > * .image .placeholder {
  padding-bottom: 40.3%;
}
.image-gallery .row.halfs > * {
  width: 50%;
}
.image-gallery .row.halfs > * .image .placeholder {
  padding-bottom: 82.7%;
}
.image-gallery .row.thirds > * {
  width: 33.3333333333%;
}
.image-gallery .row.split1 > * {
  width: 33.3333333333%;
}
.image-gallery .row.split1 > * .image .placeholder {
  padding-bottom: 124%;
}
.image-gallery .row.split1 > *:first-child {
  width: 66.6666666667%;
}
.image-gallery .row.split1 > *:first-child .image .placeholder {
  padding-bottom: 62%;
}
.image-gallery .row.split2 > * {
  width: 33.3333333333%;
}
.image-gallery .row.split2 > * .image .placeholder {
  padding-bottom: 124%;
}
.image-gallery .row.split2 > *:last-child {
  width: 66.6666666667%;
}
.image-gallery .row.split2 > *:last-child .image .placeholder {
  padding-bottom: 62%;
}
.image-gallery .row > * {
  overflow: hidden;
}
.image-gallery .row a {
  text-decoration: none;
}
.image-gallery .row .caption {
  margin: 3px 0 0 5px;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #242629;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  .image-gallery .row .caption {
    font-size: 12px;
  }
}
@media (max-width: 1039px) {
  .image-gallery {
    padding: 0;
  }
  .image-gallery .grid {
    gap: 20px;
  }
  .image-gallery .row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .image-gallery .grid {
    margin-top: 45px;
  }
}
@media (max-width: 479px) {
  .image-gallery .grid {
    gap: 10px;
  }
  .image-gallery .row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.offers-block {
  margin: 0;
  padding: 57px 0 88px;
  width: 100%;
  position: relative;
}
.offers-block.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #EBAB21), color-stop(31%, transparent));
  background: linear-gradient(180deg, #EBAB21 31%, transparent 31%);
}
.offers-block.teal {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #00677C), color-stop(31%, transparent));
  background: linear-gradient(180deg, #00677C 31%, transparent 31%);
}
.offers-block.teal .eyebrow {
  color: #fff;
}
.offers-block a {
  text-decoration: none;
}
.offers-block .eyebrow {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 12px;
  color: #242629;
}
.offers-block .wrapper {
  position: relative;
}
.offers-block .wrapper .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px;
  position: relative;
}
.offers-block .wrapper .items .item figure.image .placeholder {
  padding-bottom: 45%;
}
.offers-block .wrapper .items .item:hover .button.tertiary::after, .offers-block .wrapper .items .item:hover .button.tertiary::after, .offers-block .wrapper .items .item:active .button.tertiary::after, .offers-block .wrapper .items .item:active .button.tertiary::after {
  width: 100%;
}
.offers-block .wrapper .items .text {
  position: relative;
  display: block;
  padding: 38px 47px 46px 47px;
  background-color: #242629;
  z-index: 2;
}
.offers-block .wrapper .items .text .h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  font-weight: 700;
}
.offers-block .wrapper .items .text .description {
  color: #fff;
  font-weight: 400;
  line-height: 1.375;
  font-size: 16px;
  margin-top: 16px;
}
.offers-block .wrapper .items .text a {
  text-decoration: none;
}
.offers-block .wrapper .items .text .button {
  margin-top: 20px;
}
@media (max-width: 1039px) {
  .offers-block {
    padding: 37px 0 58px;
  }
  .offers-block.yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #EBAB21), color-stop(65%, transparent));
    background: linear-gradient(180deg, #EBAB21 65%, transparent 65%);
  }
  .offers-block.teal {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #00677C), color-stop(65%, transparent));
    background: linear-gradient(180deg, #00677C 65%, transparent 65%);
  }
  .offers-block.teal .eyebrow {
    color: #fff;
  }
  .offers-block .wrapper .items {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 50px;
  }
  .offers-block .wrapper .items .text .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .offers-block .wrapper .items .text {
    padding: 16px 25px 25px 25px;
  }
  .offers-block .wrapper .items .text .h3 {
    font-size: 21px;
  }
}

/*
.single-member, .single {
	.offers-block {
		&.green {
			background: linear-gradient(180deg, transparent 25%, $color-secondary 25%);
			.h3 {
				color: $color-tertiary;
			}
		}
	}
}
*/
.offers-slider {
  margin: 60px 0;
  width: 100%;
  position: relative;
}
.offers-slider .carousel .dots {
  margin: 5px 0 0;
}
.offers-slider .carousel .dots li:first-child {
  margin-left: 0;
}
.offers-slider .carousel .dots li:last-child {
  margin-right: 0;
}
.offers-slider .carousel .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  max-width: 1520px;
}
.offers-slider .carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.offers-slider .carousel .text {
  width: 50%;
  position: relative;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.offers-slider .carousel .text .eyebrow {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  color: #00677C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.offers-slider .carousel .text .h3 {
  font-size: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #242629;
  line-height: 1.22;
  margin: 100px 0 0 0;
}
.offers-slider .carousel .text .description {
  margin: 28px 0 0 0;
}
.offers-slider .carousel .text .button-container {
  margin-top: 25px;
}
.offers-slider .carousel .image {
  position: relative;
  width: 50%;
  height: 500px;
}
.offers-slider .carousel .image:before {
  content: "";
  position: absolute;
  width: 40px;
  height: calc(100% - 70px);
  background: #EBAB21;
  top: 35px;
}
.offers-slider .carousel .image figure {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.offers-slider .carousel .image figure img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}
.offers-slider.left .carousel .text {
  padding: 30px 70px 30px 108px;
}
.offers-slider.left .carousel .image {
  padding-left: 40px;
}
.offers-slider.left .carousel .image:before {
  left: 0;
}
.offers-slider.right .carousel .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.offers-slider.right .carousel .text {
  padding: 30px 108px 30px 70px;
}
.offers-slider.right .carousel .image {
  padding-right: 40px;
}
.offers-slider.right .carousel .image:before {
  right: 0;
}
.offers-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.offers-slider .slick-slide {
  height: auto;
  overflow: hidden;
}
@media (max-width: 1303px) {
  .offers-slider .carousel .text .h3 {
    margin: 75px 0 0 0;
  }
  .offers-slider.left .carousel .text {
    padding: 30px 70px 30px 0;
  }
  .offers-slider.right .carousel .text {
    padding: 30px 0 30px 70px;
  }
}
@media (max-width: 1039px) {
  .offers-slider {
    margin: 45px 0;
  }
  .offers-slider .carousel .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .offers-slider .carousel .image {
    width: 100%;
    height: 300px;
  }
  .offers-slider .carousel .text {
    width: 100%;
  }
  .offers-slider .carousel .text .eyebrow {
    font-size: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
  .offers-slider .carousel .text .eyebrow .slick-dots {
    margin: 18px 0 0 !important;
    min-height: 10px;
  }
  .offers-slider .carousel .text .h3 {
    font-size: 30px;
    margin: 15px 0 0 0;
  }
  .offers-slider .carousel .text .description {
    margin: 15px 0 0 0;
  }
  .offers-slider .carousel .text .button-container {
    margin-top: 25px;
  }
  .offers-slider.left .carousel .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .offers-slider.left .carousel .text {
    padding: 0 0 0 0;
  }
  .offers-slider.left .carousel .image {
    padding-left: 0;
    padding-right: 40px;
  }
  .offers-slider.left .carousel .image:before {
    left: unset;
    right: 0;
  }
  .offers-slider.right .carousel .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .offers-slider.right .carousel .text {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .offers-slider .carousel .text {
    width: 100%;
  }
  .offers-slider .carousel .text .eyebrow {
    font-size: 18px;
  }
  .offers-slider .carousel .text .h3 {
    font-size: 26px;
    margin: 15px 0 0 0;
  }
  .offers-slider .carousel .text .description {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 479px) {
  .offers-slider .carousel .image {
    height: 240px;
  }
  .offers-slider .carousel .text {
    width: 100%;
  }
  .offers-slider .carousel .text .eyebrow {
    font-size: 16px;
  }
  .offers-slider .carousel .text .h3 {
    font-size: 22px;
    margin: 15px 0 0 0;
  }
  .offers-slider .carousel .text .description {
    margin: 15px 0 0 0;
  }
}

.pathway_cards {
  margin: 68px 0 100px;
  position: relative;
}
.pathway_cards .wrapper .items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  -webkit-column-gap: 57px;
  -moz-column-gap: 57px;
  column-gap: 57px;
  row-gap: 30px;
  margin-top: -60px;
}
.pathway_cards .wrapper .items .item {
  position: relative;
}
.pathway_cards .wrapper .items .item .text {
  position: relative;
  font-size: 24px;
  background-color: #fff;
  font-weight: 700;
  color: #242629;
  line-height: 1.25;
  padding: 28px 67px 16px 44px;
  min-height: 120px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.pathway_cards .wrapper .items .item i.icon-arrow-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  color: #EBAB21;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathway_cards .wrapper .items .item figure.image {
  position: absolute;
  height: 100%;
}
.pathway_cards .wrapper .items .item figure.image .placeholder {
  padding-bottom: unset;
}
.pathway_cards .wrapper .items a.item {
  text-decoration: none;
}
.pathway_cards .wrapper .items a.item:hover .text, .pathway_cards .wrapper .items a.item:focus .text {
  color: #fff;
  background-color: transparent;
}
.pathway_cards .wrapper .items a.item:hover i.icon-arrow-right, .pathway_cards .wrapper .items a.item:focus i.icon-arrow-right {
  color: #fff;
}
.pathway_cards .wrapper .items .overlay {
  background-color: #242629;
  opacity: 0.4;
}
.pathway_cards .header {
  background: #00677C;
  position: relative;
  max-width: 1092px;
  padding: 54px 20px 85px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pathway_cards .header:before {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: -100vw;
  background: #00677C;
  display: block;
  position: absolute;
}
.pathway_cards .header .h1 {
  text-transform: none;
  color: #fff;
  margin: 0 0 20px;
}
.pathway_cards .header .title {
  min-width: 427px;
  padding: 0 40px 0 0;
}
.pathway_cards .header .description {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  color: #fff;
  margin: 8px 0 0;
  max-width: 550px;
}
@media (max-width: 1223px) {
  .pathway_cards .header {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1079px) {
  .pathway_cards {
    margin: 40px 0 50px;
  }
  .pathway_cards .wrapper .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pathway_cards {
    margin: 35px 0 45px;
  }
  .pathway_cards .wrapper .items {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
  }
  .pathway_cards .wrapper .items .item {
    position: relative;
  }
  .pathway_cards .wrapper .items .item .text {
    font-size: 22px;
    padding: 30px 40px 40px 30px;
  }
  .pathway_cards .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 20px);
  }
  .pathway_cards .header .h1 {
    margin: 0px 0 10px;
  }
  .pathway_cards .header .title {
    width: 100%;
    min-width: 100%;
  }
  .pathway_cards .header .description {
    margin: 20px 0 0;
  }
}
@media (max-width: 598px) {
  .pathway_cards {
    margin: 35px 0 45px;
  }
  .pathway_cards .wrapper .items {
    grid-template-columns: 1fr;
  }
  .pathway_cards .wrapper .items .item {
    position: relative;
  }
  .pathway_cards .wrapper .items .item .text {
    font-size: 21px;
    min-height: unset;
  }
}
.pathway_list {
  margin: 0;
  padding: 120px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left;
}
.pathway_list .bg-image {
  max-width: 50%;
}
.pathway_list .bg-image .overlay {
  background-color: #EBAB21;
  opacity: 0.8;
}
.pathway_list .wrapper-large {
  position: relative;
  background-color: #242629;
  padding: 75px 0;
  max-width: 1440px;
}
.pathway_list .wrapper-large::before {
  content: "";
  width: 100vw;
  background: #242629;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50vw;
}
.pathway_list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pathway_list .header {
  position: relative;
  min-width: 50%;
}
.pathway_list .header .h1 {
  text-transform: none;
  color: #fff;
  margin: 0 0 36px;
}
.pathway_list .header .title {
  min-width: 427px;
  padding: 0 40px 0 0;
}
.pathway_list .header .description {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  color: #fff;
  margin: 0;
  max-width: 345px;
}
.pathway_list .header .button {
  margin: 40px 0 0;
}
.pathway_list .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.pathway_list .links .column {
  width: 50%;
}
.pathway_list .links .list_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.pathway_list .links .list_link i {
  font-size: 24px;
  color: #EBAB21;
  margin-top: 4px;
}
.pathway_list .links .list_link .text {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding-left: 39px;
}
.pathway_list .links a.list_link {
  text-decoration: none;
}
.pathway_list .links a.list_link .text {
  padding-left: 0;
}
.pathway_list .links a.list_link:hover .text, .pathway_list .links a.list_link:focus .text {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media (max-width: 1459px) {
  .pathway_list .wrapper-large {
    margin-left: 40px;
  }
}
@media (max-width: 1303px) {
  .pathway_list .links .list_link {
    font-size: 21px;
  }
  .pathway_list .links .list_link i {
    margin-top: 2px;
  }
}
@media (max-width: 1079px) {
  .pathway_list {
    padding: 60px 0 0;
  }
  .pathway_list .wrapper-large {
    padding: 45px 0;
  }
  .pathway_list .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pathway_list .links .column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pathway_list {
    padding: 40px 0 0;
  }
  .pathway_list .links {
    margin-top: 35px;
  }
  .pathway_list .links .list_link {
    font-size: 18px;
  }
  .pathway_list .links .list_link i {
    margin-top: 0;
  }
  .pathway_list .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pathway_list .wrapper-large {
    margin-left: 20px;
    padding: 30px 0;
  }
  .pathway_list .header {
    min-width: 100%;
  }
  .pathway_list .header .h1 {
    margin: 0 0 25px;
  }
  .pathway_list .header .button {
    margin: 25px 0 0;
  }
  .pathway_list .header .description {
    max-width: 100%;
  }
}
.module.post-archive-grid {
  margin: 42px 0 80px;
}
.module.post-archive-grid + .offers-block {
  margin-top: 150px;
}
.module.post-archive-grid .archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  row-gap: 28px;
}
.module.post-archive-grid .archive-grid.grid-member {
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 44px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module.post-archive-grid .archive-grid.grid-case-studies {
  -webkit-column-gap: 46px;
  -moz-column-gap: 46px;
  column-gap: 46px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module.post-archive-grid.post-archive-case-studies .filters {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0;
}
.module.post-archive-grid.post-archive-case-studies .wrapper {
  max-width: none;
}
@media (max-width: 1303px) {
  .module.post-archive-grid + .offers-block {
    margin-top: 75px;
  }
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-case-studies {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1039px) {
  .module.post-archive-grid + .offers-block {
    margin-top: 75px;
  }
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-case-studies {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .module.post-archive-grid {
    margin: 50px 0 60px;
  }
}
@media (max-width: 479px) {
  .module.post-archive-grid + .offers-block {
    margin-top: 35px;
  }
  .module.post-archive-grid .archive-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-case-studies {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

.archive-grid a {
  text-decoration: none;
}
.archive-grid .item .content {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: block;
  padding: 30px 30px 46px 30px;
}
.archive-grid .item h3.title {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.archive-grid .item h4.type {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 21px 0 0;
}
.archive-grid .item .image {
  position: relative;
}
.archive-grid .item .image .placeholder {
  padding-bottom: 64.1%;
}
.archive-grid.grid-post a {
  background-color: #242629;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid.grid-post a:hover, .archive-grid.grid-post a:focus {
  background-color: #00677C;
}
.archive-grid.grid-member .item {
  text-decoration: none;
}
.archive-grid.grid-member .item h3.name {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #242629;
  line-height: 1.25;
  margin: 20px 0 0;
}
.archive-grid.grid-member .item h4.credentials {
  font-size: 20px;
  font-weight: 700;
  color: #242629;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1px 0 0;
}
.archive-grid.grid-member .item h5.title {
  font-size: 16px;
  font-weight: 800;
  color: #00677C;
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.archive-grid.grid-member .item .image {
  position: relative;
}
.archive-grid.grid-member .item .image .placeholder {
  padding-bottom: 114.285%;
}
.archive-grid.grid-member .item .image:after {
  content: "";
  width: 30%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #EBAB21;
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid.grid-member .item:hover, .archive-grid.grid-member .item:focus {
  text-decoration: none;
}
.archive-grid.grid-member .item:hover .image:after, .archive-grid.grid-member .item:focus .image:after {
  content: "";
  width: 100%;
  opacity: 1;
}
.archive-grid.grid-member .item .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.archive-grid.grid-member .item .no-events a:hover .image img, .archive-grid.grid-member .item .no-events a:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.archive-grid.grid-case-studies .item {
  text-decoration: none;
}
.archive-grid.grid-case-studies .item h3.title {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #242629;
  line-height: 1.25;
  margin: 17px 0 0;
}
.archive-grid.grid-case-studies .item h4.type {
  font-size: 16px;
  font-weight: 800;
  color: #00677C;
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 18px 0 0;
}
.archive-grid.grid-case-studies .item .image {
  position: relative;
}
.archive-grid.grid-case-studies .item .image .placeholder {
  padding-bottom: 71.43%;
}
.archive-grid.grid-case-studies .item .image:after {
  content: "";
  width: 30%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #EBAB21;
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid.grid-case-studies .item:hover, .archive-grid.grid-case-studies .item:focus {
  text-decoration: none;
}
.archive-grid.grid-case-studies .item:hover .image:after, .archive-grid.grid-case-studies .item:focus .image:after {
  content: "";
  width: 100%;
  opacity: 1;
}
.archive-grid.grid-case-studies .item .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.archive-grid.grid-case-studies .item .no-events a:hover .image img, .archive-grid.grid-case-studies .item .no-events a:focus .image img {
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 767px) {
  .archive-grid .item .content {
    padding: 20px;
  }
  .archive-grid .item h3.title {
    font-size: 21px;
  }
  .archive-grid .item h4.type {
    font-size: 14px;
  }
  .archive-grid.grid-member .item h3.name {
    font-size: 21px;
  }
  .archive-grid.grid-member .item h4.credentials {
    font-size: 18px;
  }
  .archive-grid.grid-member .item h5.title {
    font-size: 14px;
  }
  .archive-grid.grid-case-studies .item h3.title {
    font-size: 21px;
  }
  .archive-grid.grid-case-studies .item h4.type {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
